/* 
    Created on : 28-jan-2014, 16:19:43
    Author     : Billy
*/

/*Font Includes start*/
@font-face {
    font-family: 'jellyka';
    src: url('/fonts/saint-andrews_queen-webfont.eot');
    src: url('/fonts/saint-andrews_queen-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/saint-andrews_queen-webfont.woff') format('woff'),
        url('/fonts/saint-andrews_queen-webfont.ttf') format('truetype'),
        url('/fonts/saint-andrews_queen-webfont.svg#jellyka_saint-andrews_queenRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Font includes end*/

body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html, body, #container {
    height: 100%;
}
body > #container {
    height: auto;
    min-height: 100%;
    }
#logo {
    margin-left: -25px;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg);
    -o-transform:rotate(0deg);
    transform: rotate(0deg);
}

#logo img {
    width:300px;
}

#background {
    background-image: url('/Images/Background/bg12.jpg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.translucent {
	opacity: 0.1;
}

.menuList {
    font-family: jellyka;
/* 
    font-size: 48px;
    font-weight:bold;
    z-index: 9999;
 */
    -webkit-font-smoothing: subpixel-antialiased;
    width: 200px;
}
.main {
	position: relative;
	bottom: 55px;
	margin: 0 500px;
    margin-top: 150px;
    font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
    font-size: 1em;
    width: 900px;
}
#content { 
    padding-bottom: 55px;
}
#footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 55px;
    margin-top: -56px;
    border-top: 1px solid black;
    background: rgba(255,255,255,0.7)
}
.footer_list{
    margin-left:40px;
}
.footer_list ul {
    font-family: jellyka;
    font-size: 36px;
    list-style-type:none;
    margin:0;
    padding:0;
}
.footer_list ul li {
    display:inline;
    padding: 0 15px 0 15px;
}
nav ul {
    float: left;
    list-style-type:none;
}
nav ul ul {
    display: none;
}
nav ul li {
    position: relative;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform:rotate(-10deg);
    transform: rotate(-10deg);
    transition:all 200ms ease-in-out;
}
nav li#logo a {
	margin: auto;
	padding: auto;
	height: auto;
}
nav li a {
    transition:all 200ms ease-in-out;
    -webkit-text-stroke: 0px black;

    height: 30px;
    display: block;
    color: #333;
    font-size: 48px;
    font-weight:300;
    margin: 30px 5px 0 5px;
    padding: 0;
    text-decoration: none;
    
    text-align: center;
}
nav li:hover {
    color: #333;
}
nav li a:hover {
    /*    -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform:translateX(5px);
        transform: translateX(5px);*/
    margin-left:15px;
}
nav a {
    color: #333;
}
a {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.2em;
}

.portfolio_wrapper { 
    height: 700px;
    overflow-y: auto;
/*     padding-bottom:30px; */
    }

#portfolio {
  display: block;
}

#portfolio li {
  display: block;
  float: left;
  width: 30%;
  max-width: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#portfolio li a {
  display: block;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
}

#portfolio img { border: 0; max-width: 100%; }

.mfp-title {
  font-size: 1.2em;
  color: #ddd !important;
  font-weight: 700;
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/** media queries **/
@media screen and (max-width: 780px) {
  #portfolio li {
    width: 45%;
  }
}

@media screen and (max-width: 550px) {
  #portfolio { 
    text-align: center;
  }
  
  #portfolio li {
    float: none;
    display: inline-block;
    width: 80%;
    margin-bottom: 30px;
  }
}
