body {

	margin: 0;
	padding: 0;
	
	
	
}

/* === POPUP WINDOW === */
#jQ_popup_window{
	background: rgba(0,0,0,0.6);
	left: 0;
	margin-left: -9000px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:999999;
}
#jQ_popup {
	background: #000;
	border: 1px solid #BDB9B8;
	margin: 30px auto;
	padding: 25px;
	position: relative;
	width: 600px; /* SET HERE DESIRED W .*/
}
#jQ_popup_close {
	background:#fff;
    cursor: pointer;
    height: 28px;
	width: 28px;
    position: absolute;
	z-index:999999;
    right: 10px;
    top: 10px;
	-webkit-border-radius:30px;
			border-radius:30px;
	border:2px solid #fff;
	border-color: rgba(255,255,255,0.2);
}
#jQ_popup_close:hover{
	background:#f00;	
}
/* #POPUP WINDOW */



#overlay{
    position: fixed; 
    width: 100%; 
    height: 100%; 
    top: 0px; 
    left: 0px; 
    background-color: #000; 
    opacity: 0.7;
    filter: alpha(opacity = 90) !important;
    display: none;
    z-index: 100;
    
}

#overlayContent{
    position: fixed; 
    width: 100%;
    top: 100px;
    text-align: center;
    display: none;
    overflow: hidden;
    z-index: 100;
}

#contentGallery{
    margin: 0px auto;
}

#imgBig, #imgSmall{
    cursor: pointer;
}

#contactinfo{
 font-family: "Times New Roman", Georgia, Serif;
font-size: 18px;

}

#contactfull {
	width: 1200px;
	border: solid 1px #aaa;
	text-align: center;
	font-size: 20px;
	letter-spacing: 15px;
	white-space: nowrap;
	line-height: 12px;
	overflow: hidden; 
}

.contacthalf {
	width: 550px;
	height: 400px;
	border: solid px #ccc;
	display: inline-block;
	vertical-align: middle; text-align:left;
	font-size: 10px; 
	
    padding: 20px; font-family: PTSansRegular,Arial,Helvetica,sans-serif;
}

<!--/bottom 3 in one row part -->
#parent {
	width: 1200px;
	border: solid 1px #aaa;
	text-align: center;
	font-size: 20px;
	letter-spacing: 15px;
	white-space: nowrap;
	line-height: 12px;
	overflow: hidden; 
}

.child {
	width: 370px;
	height: 400px;
	border: solid px #ccc;
	display: inline-block;
	vertical-align: middle; text-align:left;
	font-size: 2px; 
    padding: 20px; font-family: PTSansRegular,Arial,Helvetica,sans-serif;
}
.child {
	*display: inline;
	*margin: 0 20px 0 20px;
}


#full {
	width: 1200px;
	border: solid 1px #aaa;
	text-align: center;
	font-size: 20px;
	letter-spacing: 15px;
	white-space: nowrap;
	line-height: 12px;
	overflow: hidden; 
}

.half {
	width: 520px;
	height: 500px;
	border: solid px #ccc;
	display: inline-block;
	vertical-align: middle; text-align:left;
	font-size: 2px; 
    padding: 20px; font-family: PTSansRegular,Arial,Helvetica,sans-serif;
}

.invi
{
visibility: hidden;
}

#elder{
	width: 1200px; height:500px; position:absolute;
	border: solid 1px #aaa;
	text-align: center;
	font-size: 20px;
	letter-spacing: 35px;
	white-space: nowrap;
	line-height: 12px; padding: 100px;
	overflow: hidden; background-color: rgba(0,0,0,0.5); 
	
}

#section #phone{
	
		visibility: hidden;
	}

.younger {
	width: 150px;
	height: 500px;
	border: solid px #ccc;
	display: inline-block;
	vertical-align: middle;
	font-size: 72px; font-weight: bold;
    padding: 0px; font-family: 'myriad-std-tilt', sans-serif;
	
}
.younger{
	*display: inline;
	*margin: 0 20px 0 20px;
}


.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 80px;
    display: none;
    text-indent: -9999px;
    background: url('ico.png') no-repeat;
    background-color: #000;
}



section{
background-color: #686868;  width:100%;
    min-height:100%;text-align: center; vertical-align: middle;

}

.conttext {
width:1205px;
  display: table;
 text-align:center; 
}

.columntext {
 
   position:relative;
      margin: 5px;
    padding: 30px;
  display: table-cell;
width:400px;
}




/*- header -*/
header{

    height:130px;
    background:#686868;
    
    width:100%;
    margin:0px auto;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px; position:relative;
}




/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 0 0% 0%; height: 160px; width: 16.66%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table; 
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}
                                               
					
/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%; height:100%;
}

.span_5_of_6 {
  	width: 83.33%; height:100%;
}

.span_4_of_6 {
  	width: 66.66%; height:100%;
}

.span_3_of_6 {
  	width: 50%;height:100%;
}

.span_2_of_6 {
  	width: 33.33%;height:100%;
}

.span_1_of_6 {
  	width: 16.66%;
}

.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.25%;
}
.span_2_of_4 {
	width: 48.5%;
}
.span_1_of_4 {
	width: 22.75%;
}



h1 {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
h1:before, h1:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: black;
}
h1:before {
    margin-left: -50%;
    text-align: right;  margin-right: 45px;
}
.color {
    background-color: #ccc;
}
  
  /*- Footer-*/
  
footer {
   bottom:10;
  background: #000050;   
  padding-top: 20px;
  width:100%;
  font: normal 14px Arial, Helvetica, sans-serif; 
  height:110px;
}
footer .copyright {
  text-align: center;
}
footer .copyright small {
  color: #fff;
  font-size: 12px;
}
footer .copyright a {
  color: #fff;
}


video#bgvid {
right: 0; bottom: 0;
min-width: 100%; 
width: auto; height: auto; z-index: -100;
background: url(polina.jpg) no-repeat;

}

.span{
position: absolute;

}


.topnav2 img{
	position: relative;
	top: 10px;
	left: 120px;

}


/*- Top Nav -*/
.topnav2 {position: absolute;  float:right; width:100%; margin:0; padding:0; }
.topnav2 ul { list-style:none; padding:0; margin:0;float:right; margin-right: 10%; margin-top: 1px;}
.topnav2 li { float:left; padding:0; }
.topnav2 li a { font: normal 20px Arial, Helvetica, sans-serif; color:#ffffff; display:block; float:left; padding:15px 0; text-decoration:none;  }
.topnav2 li a span { background:none; padding:15px 15px; }
.topnav2 li a:hover { color:#fff; background:url(images/r_menu.gif) no-repeat right; }
.topnav2 li.current_page_item a { color:#ffffff;  no-repeat right; }
.topnav2 li.current_page_item a span { color:#ffffff; no-repeat left; }




/*- jquery counter up-*/



.fancy {
      position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
	
}


.fancy span:before,
.fancy span:after {
        position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 2px;
    content: '\a0';
    background-color: black;
}
.fancy span:before {
    margin-left: -50%;
    text-align: right; 
}


.fancyy {
      position: relative;
    
    z-index: 1;
    overflow: hidden;
    text-align: center;
	
}


.fancyy span:before,
.fancyy span:after {
        position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 2px;
    content: '\a0';
    background-color: white;
}
.fancyy span:before {
    margin-left: -50%;
    text-align: right; 
}



#image-slider {
	position: relative;
}

#image-slider > div {
	overflow: hidden;
}


 #bg{
 margin-top:0;
 margin-right:auto;
 margin-left:auto;
 margin-bottom:0;

	overflow: hidden;
	vertical-align: center; 
	text-align: center;
	background-color: rgba(0,0,0,0.5);  
}

lock{
width:100px; float:right;
height:300px;
}


 #contactusbg{
 margin-top:0;
 margin-right:auto;
 margin-left:auto;
 margin-bottom:0;
 line-height: 80px;
	overflow: hidden;
	vertical-align: center; 
	text-align: center;
	background-color: rgba(0,0,0,0.5);  font-size:60px; font-family:'PT Sans', sans-serif; color: white ;
}

div.img {
    margin: 15px;
	
    padding: 5px;
    border: 1px solid #0000ff;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
	width: 23.39%; font-size: 50px; 
}




div.img img {
    display: inline;
    margin: 5px;
    border: 1px solid #ffffff; 
}

div.img a:hover img {
    border:1px solid #0000ff;
}

div.desc {
    text-align: center;
    
    width: 120px;
    margin: 0px;
}

div.descc {
    text-align: center;
    
    width: 120px;
    margin: 0px;
}


#container {
	position: relative;
	overflow: hidden;
	vertical-align: middle; 
	text-align: center;   
}

.post-container {
    margin: 20px 20px 0 0;  
    border: 5px solid #333;
    overflow: auto
}
.post-thumb {
    float: left
}
.post-thumb img {
    display: block
}
.post-content {
    margin-left: 210px
}
.post-title {
    font-weight: bold;
    font-size: 200%
}





#container1 .content {
	position: absolute;
	 bottom:0;
	font-family: 'myriad-std-tilt', sans-serif;
	margin: 0px 0px 0px 0px;
	color: #FFF;
	text-align: center;
	width: 100%;
	font-size: 18px;
	padding: 300px 0;
	font-weight: bold;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.5); text-align: justify;
}

#container1 .content h3  {
		color: #fff8de;
		background-color: rgba(0,0,0,0.5);
		padding: 20px 10px;
		font-size: 22px;
		line-height: 35px;
		margin-bottom: 0px;
		text-align: center;
		vertical-align: middle;
		text-align: justify;
		
	}





#container .content {
	position: absolute;
	 bottom:0;
	font-family: 'myriad-std-tilt', sans-serif;
	margin: 0px 0px 0px 0px;
	color: #FFF;
	text-align: center;
	width: 100%;
	font-size: 18px;
	padding: 300px 0;
	font-weight: bold; 
	text-shadow: 3px 3px rgba(0, 0, 0, 0.5); 
}

#container .content h3  {
		color: #fff8de;
		background-color: rgba(0,0,0,0.5);
		padding: 20px 10px;
		font-size: 22px;
		line-height: 35px;
		margin-bottom: 0px;
		text-align: center;
		vertical-align: middle;
		text-align: justify;
	}
	
	#container .content1 h4  {
		color: #fff;
		background-color: rgba(0,0,0,0.5);
		padding: 20px 10px;
		font-size: 52px;
		line-height: 0px;
		margin-bottom: 0px;
		text-align: center;
		vertical-align: middle;
		
	}
	
#container1 {
	font-size: 82px; 
}
content.h3{
text-align:center; 
}

/* ============================================================
  SECTIONS
============================================================ */

section.module:last-child {
  margin-bottom: 0;
  
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
  
}
section.module h3 {
  display: table;
  padding: 0 8%;
	table-layout: fixed;
  margin-bottom: 10px;
  font-family:PTSansRegular,Arial,Helvetica,sans-serif;
  font-size: 21px;
 
  vertical-align: top;
  text-align: left;
}

section.module p {
  margin-bottom: 40px;
  font-size: 70px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;

}
section.module.content.bg {
  background-color: #ffffff; 
}



h1{
font-size:38px;
}


section.module.parallax {
  height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}
section.module.parallax h1 {
  color: #1e1e1e;
  font-size: 48px;
  line-height: 0;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
  
}

section.module.parallax-1 {
  

 background-image: url("pat1.jpg"); 
 padding: px;
 font-size: 90px; 
  height: 395px; color:white; 
}

.layer {
   background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  padding-top: 65px;
}





section.module.parallax-2 {
  background-image: url("contactus.jpg"); 

 font-size: 90px; 
  height: 450px; color:white; 
}


@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }

  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%;
	}
}
