/*
=====================================================================
*   Zoon v1.0 Layout Stylesheet
*   url: styleshout.com
*   06-07-2014
=====================================================================

   TOC:
   a. General Styles
   b. Intro Section
   c. About Section
   d. Location Section
   e. Footer

===================================================================== */

/* ------------------------------------------------------------------ */
/* a. General Styles
/* ------------------------------------------------------------------ */

body { background: #0f0f0f; }


/* ------------------------------------------------------------------ */
/* b. Intro Styles
/* ------------------------------------------------------------------ */

#counter { display:none; content: none; height: 40px; }

#intro {
   position: relative;
   padding-bottom: 102px;   
   min-height: 900px;
   width: 100%;
   background: #161415 url(../images/bg.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Header 
/* ------------------------------------------------------------------ */
header {   
   height: 320px;
   width: 100%; 
   position: relative;       
}
header #logo {	
	width: 860px;	 
	margin-left: -430px;
	max-width:100%;
	text-align: center;
	position: absolute;
	top: 135px;
	left: 50%;
}


/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap, #nav-wrap ul, #nav-wrap li, #nav-wrap a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* nav-wrap */
#nav-wrap {
   font: 11px 'montserrat-bold', sans-serif;
   text-transform: uppercase;
   letter-spacing: 2px;
   float: left;
   z-index: 9999;

   position: absolute;
   top: 12px;
   right: 30px;    
}

/* hide toggle button */
#nav-wrap > a { display: none; }
#nav-wrap > a {	   
   text-align: left;
   border: none;            
   height: 54px;
   line-height: 54px; 
   float: right;     
                        
   font: 0/0 a;
   text-shadow: none;
   color: transparent;

   position: absolute;
   top: 0px;
   right: 36px;
}
#nav-wrap > a:before {   
	font-family: 'FontAwesome';
   content: "\f0c9";
   color: #fff;
   margin: 0;
   font-size: 25px;
   line-height: 54px;
   text-align: left;      
   display: block; 
   float: right;     
}

/* hide menu panel */
#nav-wrap ul#nav {
   padding: 24px 36px 36px 36px;     
   height: auto; 
   width: auto;     
   clear: both;    
   display: none;
   background: #111;
   background: rgba(0, 0, 0, .8);
   border-radius: 3px;
            
   position: relative;
   top: 54px;
   right: 30px;           
}
   
/* display toggle buttons */
.no-js #nav-wrap:not( :target ) > a:first-of-type,
.no-js #nav-wrap:target > a:last-of-type  {
   display: block;
} 
.js #nav-wrap a { display: block; }  

/* display menu panels - no JS*/
.no-js #nav-wrap:target > ul#nav  {
   display: block;           
}

ul#nav li {
   display: block;
   height: auto;      
   text-align: left;
   border-bottom: 1px solid #202226;
   border-bottom-style: dotted; 
}

ul#nav li a {  
   display: block;   
   width: auto;  
   margin: 0;
   padding: 0;      
   margin: 12px 0; 
   line-height: 16px; /* reset line-height from 54px */
   border: none;
   color: #fff;

   -webkit-transition: color .2s ease-in-out;
   -moz-transition: color .2s ease-in-out;
   -o-transition: color .2s ease-in-out;
   -ms-transition: color .2s ease-in-out;
   transition: color .2s ease-in-out;
}  

ul#nav li a:hover { color: #1E732D; }
ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current a { color: #1E732D; }


/* Main 
------------------------------------------------------------------ */
#main {
	margin: 126px auto 0;
	 margin-top: 250px; 
	text-align: center;	
}
#main h1 {
	font: 40px/.8em 'Open Sans', sans-serif;  
	font-weight:600;
	color: #fff;
	margin-bottom: 18px;	
	padding: 0 10%;
	text-shadow: 0px 2px 8px rgba(0, 0, 0, .9);
	/*text-shadow: 0px 1px 3px rgba(0, 0, 0, .5);	 */
}


#main .stay { color: #fafafa; 
font-weight: 900; 
font-family: 'Open Sans', sans-serif; 
font-size: 18px;
 text-shadow: 0px 2px 8px rgba(0, 0, 0, .9);
 }

 
 
#main label, legend {
   color: #fafafa; 
    display: block;
    font: 16px/24px "Open Sans",sans-serif;
    margin: 12px 0;
	font-weight: 600; 
	text-shadow: 0px 2px 8px rgba(0, 0, 0, .9);
}

#main p {	
	font: 19px/33px 'Open Sans', sans-serif;
	 color: #fff;
	margin-bottom: 18px;
	font-weight:800;
		text-shadow: 0px 2px 8px rgba(0, 0, 0, .9);
	/* padding: 0 5%; */
	/* text-shadow: 0px 1px 2px rgba(0, 0, 0, .7); */
}
#main h5 {
	font: 13px/24px 'montserrat-bold', sans-serif;
	color: #1F782F;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);	
}

/* counter */
#main #counter {
	width: 70%;
	color: #fff;
	text-align: center;
	margin: 18px auto 0;
}
#main #counter span {
	font: 60px/1em 'Open Sans', sans-serif;  
	font-weight: 700;
	display: block;
	min-width: 25%;
	float: left;	
	/*text-shadow: 0px 1px 3px rgba(0, 0, 0, .5);	 */
	border-left: 4px solid rgba(67, 90, 105, .5);	
	color: #435a69;
	color: rgba(67, 90, 105,.9); 
}
#main #counter span:first-child { border-left: none; }
#main #counter span em {
	font: 14px/18px 'Open Sans', sans-serif;  
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: 12px;	
	display: block;
	color: #969191;
	color: rgba(150, 145, 145,.8);
	/* text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);	 */
}

/* mailchimp form */
#main #mc_embed_signup {
	clear: both;
	margin: 34px auto 3px;
	width: 60%;	
}
#main #mc_embed_signup:before,
#main #mc_embed_signup:after {
    content: " ";
    display: table;
}
#main #mc_embed_signup:after {
    clear: both;
}

#main #mc_embed_signup input {
	display: inline-block;
	float: left;
}


#main #mc_embed_signup input[type="text"] {	
	font-size: 15px;
	height: 54px;
	line-height: 30px;
	padding: 12px 15px;
	border-radius: 3px 0 0 3px;	
	background: #d1cfd2;
	background: rgba(209, 207, 210, .7);	
	width: 100%;
	}
	
	#main #mc_embed_signup textarea{
	font-size: 15px;
	height: 54px;
	line-height: 30px;
	padding: 12px 15px;
	border-radius: 3px 0 0 3px;	
	background: #d1cfd2;
	background: rgba(209, 207, 210, .7);	
	width: 100%;
	}	
	
	#main #mc_embed_signup select{
	font-size: 15px;
	height: 54px;
	line-height: 30px;
	padding: 12px 15px;
	border-radius: 3px 0 0 3px;	
	background: #d1cfd2;
	background: rgba(209, 207, 210, .7);	
	width: 100%;
	}
	

#main #mc_embed_signup input[type="email"] {	
	font-size: 15px;
	height: 54px;
	line-height: 30px;
	padding: 12px 15px;
	border-radius: 3px 0 0 3px;	
	background: #d1cfd2;
	width: 70%;
}
#main #mc_embed_signup input[type="submit"] {
	font-size: 17px;
	line-height: 30px;
	height: 54px;
	padding: 12px 30px;
	margin: 0 0 18px 0;
	border-radius: 0 3px 3px 0;	
	background: #42c7c8;
	background: rgba(66, 199, 200, 1);	
	width: 30%;	
}
#main #mc_embed_signup input[type="submit"]:hover {
	background: #42c7c8;
}

/* social links */
#main .social {
	clear: both;
	font-size: 22px;
   margin: 18px 0 24px;
   padding: 0;   
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
}
#main .social li {
   display: inline-block;
   margin: 0 3px;
   padding: 0;
}
#main .social li a { color: #fff; }
#main .social li a:hover { color: #42c7c8; }


.genym {
    color: #ffffff;
    float: right;
    font-size: 13px;
    padding: 0px 6px;
	position:relative;
	top: -2px;
}
.genym span {
    background: url("../images/tm-logo.png") no-repeat scroll 0 6px transparent;
   color: #afafaf;
    display: inline-block;
    font-size: 16px;

	padding-left: 20px;
    
    text-transform: uppercase; 
	  
}
.genym span strong {
    font-weight: bold;
	
	  font-family: 'BebasNeueRegular', sans-serif; font-size: 14px;
} 



/* ------------------------------------------------------------------ */
/* c. About Section
/* ------------------------------------------------------------------ */

#about {
	background: #1E732D;
	color: #fff; 
   padding-top: 96px;
   padding-bottom: 72px;     
   overflow: hidden; 
}
#about a, #about a:visited  { color: #0C3012; }
#about a:hover, #about a:focus { color: #fff; }

.section-header,
.section-content {
	max-width: 880px;
}
#about .section-header {
	text-align: center;	
	margin-bottom: 12px;
}
#about .section-header .icon-wrap { 	
	font-size: 60px;
	margin-bottom: 18px;
	color: #0F3C17; 
}
#about .section-header h1 {
   font: 30px/36px 'montserrat-bold', sans-serif;
   color: #fff;
   margin-bottom: 12px;
   padding: 0 15%;
}
#about .section-header p { 
	color: #fff; 
	padding: 0 3%;
}
#about h3 {
   font: 15px/24px 'montserrat-bold', sans-serif;
   color: #0C3012;
   text-transform: uppercase;
   letter-spacing: 3px;   
   margin-bottom: 12px;
}

/* Call To Action 
------------------------------------------------------------------ */
#call-to-action {
	padding-top: 30px;  
   text-align: center; 
}
#call-to-action .section-ads {
	max-width: 880px;
	padding-top: 36px;
	border-top: 1px dotted #4b8f57;
	border-top: 1px dotted rgba(255, 255, 255, .2);	
}
#call-to-action h2 {
   font: 30px/36px 'montserrat-bold', sans-serif;
   color: #EBEEEE;
   letter-spacing: -0.5px;   
   margin-bottom: 18px;
   padding: 0 15%;
}
#call-to-action h2 a { color: #fff !important; }
#call-to-action p { 
	color: #fff; 
	padding: 0 8%;
}
#call-to-action span { 
	font-family: 'merriweather-regular', serif;
	color: #0C3012; 
}
#call-to-action .action a.button { 
	width: 350px;	
	margin: 0 auto;
}
#call-to-action .button {
	background: #42C7C8;
	color: #fff !important;
}
#call-to-action .button:hover,
#call-to-action .button:active {
   background: #FFFFFF;
   color: #0D0D0D !important;
}


/* ------------------------------------------------------------------ */
/* d. Location Section
/* ------------------------------------------------------------------ */

#location .contacts {
	background: #1F1F1F;   
	padding-top: 48px;
   padding-bottom: 18px;   
}
#location .contact-details {
	max-width: 900px;	
	text-align: center;
}
#location .contacts .row .columns {	width: 33.33333%; }
#location .contacts .row .end { float: left; }
#location .contacts h3 {
   font: 14px/24px 'montserrat-bold', sans-serif;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 1.5px;   
   margin-bottom: 6px;
}
#location .contacts p {	
   line-height: 30px;
   font-family: 'montserrat-regular', sans-serif;
   font-size: 14px;
   color: #6C6C6C;
}
#location .contacts h3 i {	margin-right: 8px; }

/* map */
#map {
   display: block;
	height: 486px;
   width: 100%;
   background-color: #F6F4EF;
}
#map img { max-width:inherit !important; }
#map .map-error {
  text-align: center;
  padding-top: 48px;
  color: #C0B491;
  font-size: 14px;
}
#map .fa {
	font-size: 60px;
	color: #1F1F1F;
}


/* ------------------------------------------------------------------ */
/* e. Footer
/* ------------------------------------------------------------------ */

footer {
	font: 14px/24px 'montserrat-regular', sans-serif;
	background: #ffffff;
   padding-top: 24px;
   padding-bottom: 24px;
   color: #afafaf;      
   border:0px;
}
footer a, footer a:visited { color: #afafaf; }
footer a:hover, footer a:focus { color: #ccc; }

/* copyright */
footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
 }
footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.ie footer .copyright li {
   display: inline;
}
footer .copyright li:before {
    content: "\2022";
    padding-left: 6px;
    padding-right: 10px;
    color: #42c7c8;
}
footer .copyright  li:first-child:before {
    display: none;
}

/* Go To Top Button */
#go-top {
	position: fixed;
	bottom: 30px;
   right: 30px;  
   text-align: center; 
   display: none;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 48px;
	height: 48px;
	background-color: #303030;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

   color: #fff;
   font-size: 16px;
   line-height: 48px;
 	border-radius: 3px;
}
#go-top a:hover { background: #42C7C8; }

.footer-title{
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
	color:#333;
}

footer{
  padding:25px 0;
  text-align:center;
}

footer ul{
	margin-top:0;
	margin-bottom:10px;
}

footer .quicklinks{
	display:inline-block;
}

footer .quicklinks:after{
	content:'';
	display:block;
	clear:both;
}

footer .quicklinks li{
    position: relative;
	float:left;
    padding: 0;
    line-height: 24px;
    margin-bottom: 10px;
	font-size: 16px;
    color:#383838;
	font-weight:600;
}

footer .quicklinks li a{
    font-size: 16px;
    color:#383838;
}

footer .quicklinks li a:hover{
    text-decoration:underline;
}

footer .portfolio-link{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    color:#383838;
    text-transform: uppercase;
	font-weight:600;
}

footer .portfolio-link:hover{
  text-decoration:underline;
}

footer .portfolio-link:after, footer .quicklinks li:after{
    content:'|';
    color: #383838;
    font-size: 18px;
    padding:0 11px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
}

footer .portfolio-link:last-child:after, footer .quicklinks li:last-child:after{
    content:none;
}

footer .social-buttons{
	display:inline-block;
    margin-bottom: 15px;
}

footer .social-buttons:after{
	content:'';
	display:block;
	clear:both;
}

footer .social-buttons li{
  padding-left:5px;
  padding-right:5px;
  float:left;
  margin-bottom:0;
}

@media (max-width:420px){
    footer .quicklinks li{
        padding:0 11px;
    }
    footer .quicklinks li:after{
        content:none;
    }
}

ul.social-buttons li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  outline: 0;
  color: #fff;
  background-color: #222;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
  background-color: #fed136;
}

footer [class*="col-"]{
 margin-bottom:0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}