

/*=================================================================
	Basic Setup
==================================================================*/
li { cursor: pointer; cursor: hand; }


body {
    background-color: #2B2C30;
	font-family: 'Ubuntu', 'Arial', sans-serif;
    line-height: 17px;
    color: #ddd;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

a {
    color: #fff;
	
	-webkit-transition: all .3s ease-in 0s;
	   -moz-transition: all .3s ease-in 0s;
		 -o-transition: all .3s ease-in 0s;
			transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}



.transparenttext{color:rgba(255,255,255,0);}

h1, h2, h3, h4, h5, h6 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 600;
	color:white;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:160%;
}

.kill-margin-bottom {
	margin-bottom: 0 !important;
}




.bg {
  background-image: url("../img/header.jpg"); background-repeat: no-repeat; background-size: cover;
	padding-top: 2%;
	padding-bottom: 2%;
	background-color:#6f1200; 
	
}


.pic1{background-image: url("../img/1.jpg")}
.pic2{background-image: url("../img/2.jpg")}
.pic3{background-image: url("../img/3.jpg")}
.pic4{background-image: url("../img/4.jpg")}


.btn {
    background-color: transparent;
    color: #fff;
    padding: 10px 30px;
	border-radius: 0;
    margin-top: 15px;
	
	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

.btn:focus {
	color: #ddd;
}

.btn-green {
    background-color: #c30505;
}

.btn-green:focus, 
.btn-green:hover {
    background-color: #2F383D;
	color: #fff;
}

.btn-transparent {
	border: 1px solid #4e595f;
}

.btn-transparent:focus {
    background-color: transparent;
    border-color: #c30505;
}

.btn-transparent:hover {
    background-color: #c30505;
	border: 1px solid transparent;
    color: #fff;
}

.form-control {
	background-color: #2f383d;
	border-radius: 0;
	padding: 5px 10px;
	border: 0 none;
	color: #ddd;
}

.form-control:focus {
	box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder { /*  Chrome, Safari, Opera  */
   color: #ddd;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #ddd;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #ddd;  
}

.form-control:-ms-input-placeholder {  /*  Internet Explorer  */
   color: #ddd;  
}


#loading-mask {
    background: #333439;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.loading-img {
    height: 100%;
    left: 0;
    position: fixed;
    top: 50%;
    width: 100%;
}

.border {
    border-top: 1px solid #fff;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 35%;
}

.border:before {
    background-color: #fff;
    border: 1px ridge #fff;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 65px;
}

.title {
    padding-bottom: 60px;
}

.title h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 38px;
    color: #fff;
}

.color {
    color: #c30505;
}

.sub-title {
    padding: 0 0 50px;
}

.sub-title > h3 {
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    display: inline-block;
    padding: 5px 25px;
    text-transform: uppercase;
}



.bg-one {
    background-color: #333439;
	
}

.parallax-section {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*=================================================================
	Home Slider
==================================================================*/

#home {
    position: relative;
	height:900px;
	width:100%;
	background: rgba(0,0,0,0.29);
background: -moz-linear-gradient(top, rgba(0,0,0,0.29) 0%, rgba(19,19,19,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.29)), color-stop(100%, rgba(19,19,19,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.29) 0%, rgba(19,19,19,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.29) 0%, rgba(19,19,19,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.29) 0%, rgba(19,19,19,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.29) 0%, rgba(19,19,19,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
}




/*=================================================================
	Navigation
==================================================================*/

.navbar-inverse {
	background-color: #2B2C30;
	width: 100%;
	z-index: 102;
}

.navbar {
  border-bottom: 1px solid #666;
  margin-bottom: 0;
}

.navbar-brand {
	height: auto;
	padding: 8px 0;
}

.navbar-brand h1 {
	margin: 0;
}





.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    padding: 10px 15px;
	padding-top:15px;
font-family: 'Muli', sans-serif;
	font-weight:500;
	-webkit-transition: background .5s ease-in-out 0s;
	   -moz-transition: background .5s ease-in-out 0s;
		 -o-transition: background .5s ease-in-out 0s;
			transition: background .5s ease-in-out 0s;
}

.navbar-inverse .navbar-nav > li.current > a {
    color: #c30505;
    background-color: #2f3238;
font-weight:700;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #c30505;	
	-webkit-transition-property:color, text;
-webkit-transition-duration:0.4s, 0.4s;
-webkit-transition-timing-function:linear, ease-in;
}









/*=================================================================
	About us section
==================================================================*/

#about {
    padding: 70px 0;
	
}

.icon-box {
	position: relative;
	width: 160px; 
	height: 92.38px;
	background-color: transparent;
	margin: 46.19px auto 60px;
	padding: 20px 0;
	border-left: solid 3px #ddd;
	border-right: solid 3px #ddd;
	
	-webkit-transform: translateZ(0px);
	   -moz-transform: translateZ(0px);
		-ms-transform: translateZ(0px);
		 -o-transform: translateZ(0px);
			transform: translateZ(0px);

	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		 -o-transition-duration: 0.3s;
			transition-duration: 0.3s;

	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		 -o-transition-property: transform;
			transition-property: transform;
}

.icon-box:hover {
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		 -o-transform: translateY(-10px);
			transform: translateY(-10px);
}

.icon-box:before,
.icon-box:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 113.14px;
	height: 113.14px;
	background-color: inherit;
	left: 20.4315px;

	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	   -moz-transform: scaleY(0.5774) rotate(-45deg);
		-ms-transform: scaleY(0.5774) rotate(-45deg);
		 -o-transform: scaleY(0.5774) rotate(-45deg);
			transform: scaleY(0.5774) rotate(-45deg);
}

.icon-box:before {
	top: -56.5685px;
	border-top: solid 4.2426px #ddd;
	border-right: solid 4.2426px #ddd;
}

.icon-box:after {
	bottom: -56.5685px;
	border-bottom: solid 4.2426px #ddd;
	border-left: solid 4.2426px #ddd;
}











/*=================================================================
	Contact
==================================================================*/

#contact {
 padding: 30px 0 30px 0;
	background:#2b2c30;
}

#amenities {
 padding: 30px 0 30px 0;
	
	background: url("../img/downtown.jpg");
	background-size: cover;
	
}

.contact-form {
	margin-bottom: 40px;
}

.contact-form .form-control {
	background-color: transparent;
	border: 1px solid #4e595f;
	height: 38px;
}

.contact-form input:hover, 
.contact-form textarea:hover,
#contact-submit:hover {
    border-color: #c30505;
}

#contact-submit {
	border: 1px solid #4e595f;
	padding: 12px 0;
	width: 100%;
	margin: 0;
}

.contact-form textarea.form-control {
    padding: 10px;
    height: 120px;
}

.contact-info p {
	margin-bottom: 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:200;
	font-size:16px;
	
}

.con-info {
    margin-bottom: 20px;
}

.con-info i,
.con-info span {
    float: left;
}

.con-info span {
	margin: -5px 0 0 10px;
font-family: 'Muli', sans-serif;
	font-weight:300;
	font-size:13px;
	letter-spacing:0.5;
}

.error {
    display: none;
    padding: 10px;
    color: #D8000C;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFBABA;
}

.success {
    background-color: #c30505;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 10px;
}




/*=================================================================
	Footer section
==================================================================*/


.copyright {
    padding: 20px 0;
    color: #fff;
	font-family: 'Muli', sans-serif;
	font-weight:300;
	font-size:11px;
	letter-spacing:0.5;
}

.copyright > img {
    margin-bottom: 15px;
}

#scrollUp {
    border: 1px solid #4e595f;
    bottom: 15px;
    color: #fff;
    display: none;
    padding: 8px 12px;
    position: fixed;
    right: 20px;
    z-index: 600;
}

#scrollUp:hover {
    background-color: #c30505;
    border: 1px solid #c30505;
}




/*=================================================================
	Extra Code
==================================================================*/
.backgroundimage{width:2520px;  background-image: url(../img/aerial/background.jpg); height:1210px; background-position: center bottom; margin-left:-673px;}



/*.backgroundimage2{display:none;}*/


.backgroundimage2{width:2520px;  background-image: url("../img/aerial/amenities.jpg"); background-position: center bottom;}
/*.backgroundimage2{display:none;}*/


#aerial {
width: 100%;
margin-right: auto;
margin-left: auto;
overflow: hidden;
margin-bottom:-910px;background: #081110;
}




/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(85, 172, 238, 0.9);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: ;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}




.lightboxheader{color:#333333;font-family: 'Overpass', sans-serif; font-size:34px; font-weight:700; text-transform:uppercase;line-height:20px;}
.lightboxtext{color:#333333;font-family: 'Josefin Sans', sans-serif; font-size:14px; font-weight:500;}
.lightboxtextbold{color:#333;font-family: 'Overpass', sans-serif; font-size:16px; font-weight:800;}
.lightbox2ndheader{color:#333333;font-family: 'Josefin Sans', sans-serif; font-size:17px; font-weight:200;border-bottom:thin dotted #333333;padding-bottom:2px;line-height:27px;}


.nevtext{color:#FFF; font-weight:800;font-family: 'Josefin Sans', sans-serif; }
.nevtext:visited {}
.nevtext:link   {}
.nevtext:hover{
color:#FFFFFF;
-webkit-transition-property:color, text;
-webkit-transition-duration:0.4s, 0.4s;
-webkit-transition-timing-function:linear, ease-in;
}
.nevtext:active  {}




.nevtext2{color:#FFF;font-weight:800;font-family: 'Josefin Sans', sans-serif; }
.nevtext2:visited {}
.nevtext2:link   {}
.nevtext2:hover{
color:#FFFFFF;
-webkit-transition-property:color, text;
-webkit-transition-duration:0.4s, 0.4s;
-webkit-transition-timing-function:linear, ease-in;
}
.nevtext2:active  {}




.nevtext3{color:#FFF;font-weight:700;font-family: 'Josefin Sans', sans-serif; }
.nevtext3:visited {}
.nevtext3:link   {}
.nevtext3:hover{
color:#FFFFFF;
-webkit-transition-property:color, text;
-webkit-transition-duration:0.4s, 0.4s;
-webkit-transition-timing-function:linear, ease-in;
}
.nevtext3:active  {}




.nevtext4{color:#76a904;font-weight:700;font-family: 'Josefin Sans', sans-serif; }
.nevtext4:visited {}
.nevtext4:link   {}
.nevtext4:hover{
color:#FFFFFF;
-webkit-transition-property:color, text;
-webkit-transition-duration:0.4s, 0.4s;
-webkit-transition-timing-function:linear, ease-in;
}
.nevtext4:active  {}




.nevtext5{color:#039fa8;font-weight:700;font-family: 'Josefin Sans', sans-serif; }
.nevtext5:visited {}
.nevtext5:link   {}
.nevtext5:hover{
color:#FFFFFF;
-webkit-transition-property:color, text;
-webkit-transition-duration:0.4s, 0.4s;
-webkit-transition-timing-function:linear, ease-in;
}
.nevtext5:active  {}

/* Rollover dots-1
----------------------------------------------------------------------------- */
.a-btn{
   background: url(../img/aerial/icon1.png) no-repeat;
	padding-left:35px;
    padding-right:10px;
    height:65px;
	width:55px;
	padding-top:10px;
    display:inline-block;
    position:relative;
 	float:left;
    clear:both;
    overflow:visible;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;	
	
}


.a-btn-text{
    display:block;
    font-size:17px;
	font-family: 'Muli', sans-serif;
	font-weight:400;
    white-space:nowrap;
    color:#333333;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}



.a-btn-slide-text{
    position:absolute;
    height:28px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
    top:10px;
   left:45px;
    width:0px;
    background:#222;
    color:#fff;
    font-size:13px;
	font-family: 'Muli', sans-serif;
	font-weight:300;
    white-space:nowrap;
    text-align:left;
    text-indent:10px;
    overflow:hidden;
    line-height:27px;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
}


.a-btn:hover{ padding-right:300px;

}




.a-btn:hover .a-btn-text{
    color:#333333;
}
.a-btn:hover .a-btn-slide-text{
    width:165px;
}

.a-btn:hover .a-btn-icon-right span{
    opacity:1;
}
.a-btn:active{
    position:relative;
    top:1px;
}






/* Rollover dots-2
----------------------------------------------------------------------------- */
.a-btn2{
   background: url(../img/aerial/icon2.png) no-repeat;
	padding-left:35px;
    padding-right:10px;
    height:65px;
	width:55px;
	padding-top:10px;
    display:inline-block;
    position:relative;
 	float:left;
    clear:both;
    overflow:visible;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;	
	
}


.a-btn2-text{
    display:block;
    font-size:17px;
	font-family: 'Muli', sans-serif;
	font-weight:400;
    white-space:nowrap;
    color:#333333;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}



.a-btn2-slide-text{
    position:absolute;
    height:28px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
    top:10px;
   left:45px;
    width:0px;
    background:#222;
    color:#fff;
    font-size:13px;
	font-family: 'Muli', sans-serif;
	font-weight:300;
    white-space:nowrap;
    text-align:left;
    text-indent:10px;
    overflow:hidden;
    line-height:27px;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
}


.a-btn2:hover{ padding-right:300px;

}




.a-btn2:hover .a-btn-text{
    color:#333333;
}
.a-btn2:hover .a-btn-slide-text{
    width:165px;
}

.a-btn2:hover .a-btn-icon-right span{
    opacity:1;
}
.a-btn2:active{
    position:relative;
    top:1px;
}




/* Rollover dots-3
----------------------------------------------------------------------------- */
.a-btn3{
   background: url(../img/aerial/icon3.png) no-repeat;
	padding-left:35px;
    padding-right:10px;
    height:65px;
	width:55px;
	padding-top:10px;
    display:inline-block;
    position:relative;
 	float:left;
    clear:both;
    overflow:visible;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;	
	
}


.a-btn3-text{
    display:block;
    font-size:17px;
	font-family: 'Muli', sans-serif;
	font-weight:400;
    white-space:nowrap;
    color:#333333;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}



.a-btn3-slide-text{
    position:absolute;
    height:28px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
    top:10px;
   left:45px;
    width:0px;
    background:#222;
    color:#fff;
    font-size:13px;
	font-family: 'Muli', sans-serif;
	font-weight:300;
    white-space:nowrap;
    text-align:left;
    text-indent:10px;
    overflow:hidden;
    line-height:27px;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
}


.a-btn3:hover{ padding-right:300px;

}




.a-btn3:hover .a-btn-text{
    color:#333333;
}
.a-btn3:hover .a-btn-slide-text{
    width:165px;
}

.a-btn3:hover .a-btn-icon-right span{
    opacity:1;
}
.a-btn3:active{
    position:relative;
    top:1px;
}





/* Rollover dots-4
----------------------------------------------------------------------------- */
.a-btn4{
   background: url(../img/aerial/icon1.png) no-repeat;
	padding-left:35px;
    padding-right:10px;
    height:65px;
	padding-top:10px;
    display:inline-block;
    position:relative;
 	float:left;
    clear:both;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;	
	
}


.a-btn4-text{
    display:block;
    font-size:17px;
	font-family: 'Muli', sans-serif;
	font-weight:400;
	
    white-space:nowrap;
    color:#333333;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}



.a-btn4-slide-text{
    position:absolute;
    height:28px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
    top:10px;
   left:45px;
    width:0px;
    background:#222;
    color:#fff;
    font-size:13px;
	font-family: 'Muli', sans-serif;
	font-weight:300;
    white-space:nowrap;
    text-align:left;
    text-indent:10px;
    overflow:visible;
    line-height:27px;
    -webkit-transition:width 0.2s linear;
    -moz-transition:width 0.2s linear;
    -o-transition:width 0.2s linear;
    transition:width 0.2s linear;
}


.a-btn4:hover{ padding-right:300px;

}




.a-btn4:hover .a-btn4-text{
    color:#333333;
}
.a-btn4:hover .a-btn4-slide-text{
    width:165px;
}

.a-btn4:hover .a-btn4-icon-right span{
    opacity:1;
}
.a-btn4:active{
    position:relative;
    top:1px;
}



/* Rollover dots-5
----------------------------------------------------------------------------- */
.a-btn5{
   background: url(../img/aerial/icon1.png) no-repeat;
	padding-left:35px;
    padding-right:10px;
    height:65px;
	padding-top:10px;
    display:inline-block;
    position:relative;
 	float:left;
    clear:both;
    overflow:visible;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;	
	
}


.a-btn5-text{
    display:block;
    font-size:17px;
	font-family: 'Muli', sans-serif;
	font-weight:400;
    white-space:nowrap;
    color:#333333;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}



.a-btn5-slide-text{
    position:absolute;
    height:28px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
    top:10px;
   left:45px;
    width:0px;
    background:#c30505;
    color:#fff;
    font-size:13px;
	font-family: 'Muli', sans-serif;
	font-weight:300;
    white-space:nowrap;
    text-align:left;
    text-indent:10px;
    overflow:hidden;
    line-height:27px;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
}


.a-btn5:hover{ padding-right:300px;

}




.a-btn5:hover .a-btn5-text{
    color:#333333;
}
.a-btn5:hover .a-btn5-slide-text{
    width:165px;
}

.a-btn5:hover .a-btn5-icon-right span{
    opacity:1;
}
.a-btn5:active{
    position:relative;
    top:1px;
}







.hometext{width:100%; height:30px;position:relative; bottom:550px; text-align:center; text-shadow:2px 0 3px rgba(0,0,0,0.8);}




/*----------- video full screen --------------*/
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(img/willowvideo.jpg) no-repeat;
    background-size: cover; 
}


video { display: block; }






/*----------- properties --------------*/



/*top left one*/


.p1{width:200; height:75;position:relative; bottom:775px; left:830px;cursor: pointer; cursor: hand;z-index:100; }

.p2{width:200; height:75;position:relative; bottom:870px; left:460px;cursor: pointer; cursor: hand;z-index:100; }

.p3{width:200; height:75;position:relative; bottom:910px; left:470px;cursor: pointer; cursor: hand;z-index:100; }





/*----------- dots responsive --------------*/

@media only screen and  (max-width: 1900px) {

.p4880{bottom:970px; left:970px;}
	
}


/*



@media only screen and  (max-width: 1856px) {
	
.p4988{bottom:720px; left:855px; }
.p4980{bottom:640px; left:1180px; }
.p4880{bottom:560px; left:1030px;}

.p4551{ bottom:1060px; left:680px; }

.p4401{ bottom:790px; left:1055px;  }
.p4301{ bottom:455px; left:865px; }

.p2451{ bottom:1140px; left:890px; }
.p2441{bottom:1035px; left:820px; }
.p2431{bottom:1200px; left:950px; }
.p2421{ bottom:1175px; left:900px; }


.p2811{bottom:1370px; left:890px; }
.p2821{bottom:1390px; left:910px;}
.p2831{ bottom:1435px; left:872px; }
.p2841{bottom:1490px; left:990px; }	
	
}



@media only screen and  (max-width: 1800px) {
	
.p4988{bottom:695px; left:835px; }
.p4980{bottom:620px; left:1130px; }
.p4880{bottom:550px; left:1010px;}

.p4551{ bottom:1030px; left:680px; }

.p4401{ bottom:780px; left:1035px;  }
.p4301{ bottom:435px; left:845px; }

.p2451{ bottom:1120px; left:870px; }
.p2441{bottom:1015px; left:800px; }
.p2431{bottom:1180px; left:930px; }
.p2421{ bottom:1155px; left:880px; }


.p2811{bottom:1350px; left:870px; }
.p2821{bottom:1370px; left:890px;}
.p2831{ bottom:1415px; left:825px; }
.p2841{bottom:1450px; left:930px; }	

	
}
*/



@media only screen and  (max-width: 1760px) {
	
.p4988{bottom:850px; left:1000px; }
.p4980{bottom:890px; left:1000px; }
.p4880{bottom:920px; left:920px;}

.p4551{ bottom:815px; left:910px; }

.p4401{ bottom:820px; left:840px;  }
.p4301{ bottom:850px; left:890px; }

.p2451{ bottom:820px; left:1180px; }
.p2441{bottom:805px; left:1240px; }
.p2431{bottom:845px; left:1340px; }
.p2421{ bottom:855px; left:1310px; }


.p2811{bottom:1020px; left:300px; }
.p2821{bottom:1050px; left:300px;}
.p2831{ bottom:1025px; left:200px; }
.p2841{bottom:1140px; left:110px; }	
	
}

/*

@media only screen and  (max-width: 1695px) {
	
.p4988{bottom:830px; left:960px; }
.p4980{bottom:870px; left:960px; }
.p4880{bottom:890px; left:890px;}

.p4551{ bottom:800px; left:890px; }

.p4401{ bottom:810px; left:810px;  }
.p4301{ bottom:840px; left:860px; }

.p2451{ bottom:800px; left:1130px; }
.p2441{bottom:785px; left:1190px; }
.p2431{bottom:825px; left:1290px; }
.p2421{ bottom:835px; left:1260px; }

}



@media only screen and  (max-width: 1660px) {
	
.p4988{bottom:800px; left:930px; }
.p4980{bottom:840px; left:930px; }
.p4880{bottom:880px; left:860px;}

.p4551{ bottom:780px; left:860px; }

.p4401{ bottom:780px; left:780px;  }
.p4301{ bottom:820px; left:830px; }

.p2451{ bottom:780px; left:1100px; }
.p2441{bottom:780px; left:1170px; }
.p2431{bottom:820px; left:1240px; }
.p2421{ bottom:835px; left:1230px; }


.p2811{bottom:1010px; left:290px; }
.p2821{bottom:1040px; left:290px;}
.p2831{ bottom:1015px; left:180px; }
.p2841{bottom:1140px; left:110px; }	
	
}

   

@media only screen and  (max-width: 1620px) {
	
.p4988{bottom:790px; left:910px; }
.p4980{bottom:830px; left:910px; }
.p4880{bottom:860px; left:840px;}

.p4551{ bottom:770px; left:830px; }

.p4401{ bottom:780px; left:760px;  }
.p4301{ bottom:820px; left:810px; }

.p2451{ bottom:780px; left:1070px; }
.p2441{bottom:780px; left:1130px; }
.p2431{bottom:820px; left:1210px; }
.p2421{ bottom:835px; left:1200px; }

	
}


@media only screen and  (max-width: 1565px) {
	
.p4988{bottom:770px; left:880px; }
.p4980{bottom:810px; left:880px; }
.p4880{bottom:840px; left:810px;}

.p4551{ bottom:750px; left:800px; }

.p4401{ bottom:770px; left:740px;  }
.p4301{ bottom:810px; left:790px; }

.p2451{ bottom:760px; left:1020px; }
.p2441{bottom:760px; left:1080px; }
.p2431{bottom:800px; left:1170px; }
.p2421{ bottom:815px; left:1150px; }

.p2811{bottom:970px; left:280px; }
.p2821{bottom:1010px; left:270px;}
.p2831{ bottom:1010px; left:180px; }
.p2841{bottom:1110px; left:110px; }	
	
}


@media only screen and  (max-width: 1550px) {
	
.p4988{bottom:760px; left:850px; }
.p4980{bottom:800px; left:860px; }
.p4880{bottom:840px; left:810px;}

.p4551{ bottom:740px; left:810px; }

.p4401{ bottom:750px; left:730px;  }
.p4301{ bottom:790px; left:780px; }

.p2451{ bottom:750px; left:1040px; }
.p2441{bottom:750px; left:1080px; }
.p2431{bottom:810px; left:1160px; }
.p2421{ bottom:825px; left:1150px; }


.p2811{bottom:980px; left:280px; }
.p2821{bottom:1020px; left:270px;}
.p2831{ bottom:1010px; left:180px; }
.p2841{bottom:1110px; left:110px; }	
	
}




@media only screen and  (max-width: 1515px) {
	
.p4988{bottom:725px; left:840px; }
.p4980{bottom:770px; left:830px; }
.p4880{bottom:815px; left:770px;}

.p4551{ bottom:735px; left:780px; }

.p4401{ bottom:755px; left:710px;  }
.p4301{ bottom:785px; left:750px; }

.p2451{ bottom:750px; left:1000px; }
.p2441{bottom:750px; left:1050px; }
.p2431{bottom:810px; left:1140px; }
.p2421{ bottom:825px; left:1120px; }
	
}



@media only screen and  (max-width: 1485px) {
	
.p4988{bottom:725px; left:830px; }
.p4980{bottom:770px; left:820px; }
.p4880{bottom:800px; left:770px;}

.p4551{ bottom:720px; left:770px; }

.p4401{ bottom:750px; left:700px;  }
.p4301{ bottom:780px; left:740px; }

.p2451{ bottom:750px; left:990px; }
.p2441{bottom:750px; left:1040px; }
.p2431{bottom:810px; left:1120px; }
.p2421{ bottom:825px; left:1100px; }


.p2811{bottom:970px; left:270px; }
.p2821{bottom:1010px; left:260px;}
.p2831{ bottom:1000px; left:170px; }
.p2841{bottom:1100px; left:100px; }	
	
}



@media only screen and  (max-width: 1425px) {
	
.p4988{bottom:700px; left:810px; }
.p4980{bottom:750px; left:800px; }
.p4880{bottom:780px; left:740px;}

.p4551{ bottom:700px; left:740px; }

.p4401{ bottom:720px; left:680px;  }
.p4301{ bottom:750px; left:720px; }

.p2451{ bottom:720px; left:950px; }
.p2441{bottom:740px; left:990px; }
.p2431{bottom:780px; left:1070px; }
.p2421{ bottom:800px; left:1060px; }


.p2811{bottom:960px; left:260px; }
.p2821{bottom:1000px; left:265px;}
.p2831{ bottom:1000px; left:170px; }
.p2841{bottom:1100px; left:100px; }	
	
}


@media only screen and  (max-width: 1413px) {
	
.p4988{bottom:685px; left:800px; }
.p4980{bottom:730px; left:790px; }
.p4880{bottom:770px; left:730px;}

.p4551{ bottom:700px; left:730px; }

.p4401{ bottom:720px; left:670px;  }
.p4301{ bottom:750px; left:710px; }

.p2451{ bottom:730px; left:960px; }
.p2441{bottom:730px; left:980px; }
.p2431{bottom:780px; left:1060px; }
.p2421{ bottom:790px; left:1040px; }


.p2811{bottom:960px; left:250px; }
.p2821{bottom:1000px; left:240px;}
.p2831{ bottom:990px; left:170px; }
.p2841{bottom:1090px; left:100px; }	
	
}



@media only screen and  (max-width: 1370px) {
	
.p4988{bottom:665px; left:750px; }
.p4980{bottom:710px; left:740px; }
.p4880{bottom:750px; left:700px;}

	
}


@media only screen and  (max-width: 1340px) {
	
.p4988{bottom:655px; left:750px; }
.p4980{bottom:700px; left:740px; }
.p4880{bottom:745px; left:700px;}

.p4551{ bottom:680px; left:700px; }

.p4401{ bottom:690px; left:630px;  }
.p4301{ bottom:730px; left:670px; }

.p2451{ bottom:720px; left:890px; }
.p2441{bottom:730px; left:940px; }
.p2431{bottom:780px; left:1010px; }
.p2421{ bottom:790px; left:980px; }


.p2811{bottom:950px; left:240px; }
.p2821{bottom:990px; left:230px;}
.p2831{ bottom:980px; left:150px; }
.p2841{bottom:1080px; left:90px; }	
	
}



@media only screen and  (max-width: 1300px) {
	
.p4988{bottom:635px; left:740px; }
.p4980{bottom:680px; left:730px; }
.p4880{bottom:720px; left:660px;}


	
}


@media only screen and  (max-width: 1290px) {
	
.p4988{bottom:635px; left:740px; }
.p4980{bottom:680px; left:730px; }
.p4880{bottom:720px; left:670px;}

.p4551{ bottom:660px; left:660px; }

.p4401{ bottom:690px; left:610px;  }
.p4301{ bottom:730px; left:650px; }

.p2451{ bottom:700px; left:860px; }
.p2441{bottom:710px; left:890px; }
.p2431{bottom:760px; left:970px; }
.p2421{ bottom:770px; left:950px; }

	
}



@media only screen and  (max-width: 1285px) {
	
.p4988{bottom:630px; left:730px; }
.p4980{bottom:670px; left:705px; }
.p4880{bottom:720px; left:670px;}

.p4551{ bottom:660px; left:660px; }

.p4401{ bottom:680px; left:610px;  }
.p4301{ bottom:720px; left:640px; }

.p2451{ bottom:700px; left:850px; }
.p2441{bottom:710px; left:900px; }
.p2431{bottom:765px; left:960px; }
.p2421{ bottom:780px; left:940px; }


.p2811{bottom:940px; left:230px; }
.p2821{bottom:980px; left:220px;}
.p2831{ bottom:970px; left:140px; }
.p2841{bottom:1070px; left:80px; }	
	
}





@media only screen and  (max-width: 1240px) {
	
.p4988{bottom:595px; left:700px;}
.p4980{bottom:610px; left:695px; }
.p4880{bottom:625px; left:645px;}

.p4551{ bottom:545px; left:650px; }

.p4401{ bottom:530px; left:590px;  }
.p4301{ bottom:550px; left:630px; }

.p2451{ bottom:500px; left:820px; }
.p2441{bottom:490px; left:870px; }
.p2431{bottom:510px; left:930px; }
.p2421{ bottom:500px; left:920px; }


.p2811{bottom:610px; left:230px; }
.p2821{bottom:630px; left:220px;}
.p2831{ bottom:600px; left:140px; }
.p2841{bottom:670px; left:80px; }	
	
	

	
	
.a-btn{height:36px;background: url(../img/aerial/icon1-2.png) no-repeat;}
.a-btn-slide-text{top:0px; left:30px;}
	
.a-btn2{height:36px; background: url(../img/aerial/icon1-2.png) no-repeat;}
.a-btn2-slide-text{top:0px; left:30px;}
	
.a-btn3{height:36px; background: url(../img/aerial/icon1-2.png) no-repeat;}
.a-btn3-slide-text{top:0px; left:30px;}	
	
.a-btn4{height:36px;background: url(../img/aerial/icon1-2.png) no-repeat;}
.a-btn4-slide-text{top:0px; left:30px;}	
	
.a-btn5{height:36px; background: url(../img/aerial/icon1-2.png) no-repeat;}
.a-btn5-slide-text{top:0px; left:30px;}	

	

#aerial {
margin-bottom:-510px;
}
	
}



	

@media only screen and  (max-width: 1200px) {
	
.p4988{bottom:575px; left:690px;}
.p4980{bottom:595px; left:675px; }
.p4880{bottom:610px; left:625px;}

.p4551{ bottom:525px; left:620px; }

.p4401{ bottom:520px; left:570px;  }
.p4301{ bottom:540px; left:605px; }

.p2451{ bottom:500px; left:800px; }
.p2441{bottom:490px; left:840px; }
.p2431{bottom:510px; left:910px; }
.p2421{ bottom:500px; left:880px; }


.p2811{bottom:610px; left:220px; }
.p2821{bottom:630px; left:210px;}
.p2831{ bottom:600px; left:140px; }
.p2841{bottom:670px; left:80px; }	
	
}




@media only screen and  (max-width: 1165px) {
	
.p4988{bottom:555px; left:660px;}
.p4980{bottom:575px; left:645px; }
.p4880{bottom:590px; left:600px;}

.p4551{ bottom:515px; left:600px; }

.p4401{ bottom:520px; left:550px;  }
.p4301{ bottom:530px; left:580px; }

.p2451{ bottom:480px; left:760px; }
.p2441{bottom:470px; left:800px; }
.p2431{bottom:500px; left:870px; }
.p2421{ bottom:500px; left:850px; }


.p2811{bottom:600px; left:220px; }
.p2821{bottom:620px; left:210px;}
.p2831{ bottom:600px; left:140px; }
.p2841{bottom:670px; left:80px; }	
	
}



@media only screen and  (max-width: 1152px) {
	
.p4988{bottom:550px; left:670px;}
.p4980{bottom:570px; left:650px; }
.p4880{bottom:590px; left:600px;}

.p4551{ bottom:515px; left:600px; }

.p4401{ bottom:520px; left:550px;  }
.p4301{ bottom:520px; left:580px; }

.p2451{ bottom:480px; left:770px; }
.p2441{bottom:470px; left:810px; }
.p2431{bottom:495px; left:870px; }
.p2421{ bottom:495px; left:850px; }


.p2811{bottom:605px; left:210px; }
.p2821{bottom:625px; left:200px;}
.p2831{ bottom:600px; left:140px; }
.p2841{bottom:670px; left:80px; }	
	
}



@media only screen and  (max-width: 1120px) {
	
.p4988{bottom:520px; left:640px;}
.p4980{bottom:550px; left:620px; }
.p4880{bottom:570px; left:580px;}

.p4551{ bottom:500px; left:570px; }

.p4401{ bottom:500px; left:530px;  }
.p4301{ bottom:510px; left:560px; }

.p2451{ bottom:480px; left:740px; }
.p2441{bottom:470px; left:780px; }
.p2431{bottom:495px; left:840px; }
.p2421{ bottom:495px; left:820px; }


.p2811{bottom:590px; left:210px; }
.p2821{bottom:610px; left:200px;}
.p2831{ bottom:590px; left:130px; }
.p2841{bottom:660px; left:80px; }	
	
}


@media only screen and  (max-width: 1100px) {
	
.p4988{bottom:530px; left:635px;}
.p4980{bottom:550px; left:615px; }
.p4880{bottom:565px; left:570px;}

.p4551{ bottom:500px; left:570px; }

.p4401{ bottom:500px; left:520px;  }
.p4301{ bottom:510px; left:560px; }

.p2451{ bottom:470px; left:730px; }
.p2441{bottom:460px; left:770px; }
.p2431{bottom:485px; left:830px; }
.p2421{ bottom:485px; left:810px; }


.p2811{bottom:590px; left:200px; }
.p2821{bottom:600px; left:190px;}
.p2831{ bottom:580px; left:120px; }
.p2841{bottom:650px; left:80px; }	
	
}



@media only screen and  (max-width: 1080px) {
	
.p4988{bottom:505px; left:595px;}
.p4980{bottom:525px; left:580px; }
.p4880{bottom:540px; left:540px;}
	
	
}



@media only screen and  (max-width: 1050px) {
	
.p4988{bottom:505px; left:595px;}
.p4980{bottom:525px; left:580px; }
.p4880{bottom:540px; left:540px;}
	
	
}


@media only screen and  (max-width: 1010px) {
	
.p4988{bottom:485px; left:570px;}
.p4980{bottom:510px; left:545px; }
.p4880{bottom:520px; left:520px;}

.p4551{ bottom:460px; left:510px; }

.p4401{ bottom:460px; left:470px;  }
.p4301{ bottom:470px; left:490px; }

.p2451{ bottom:450px; left:660px; }
.p2441{bottom:440px; left:690px; }
.p2431{bottom:465px; left:740px; }
.p2421{ bottom:465px; left:730px; }


.p2811{bottom:570px; left:175px; }
.p2821{bottom:580px; left:165px;}
.p2831{ bottom:570px; left:120px; }
.p2841{bottom:640px; left:80px; }	
	
}




@media only screen and  (max-width: 995px) {
	
.p4988{bottom:480px; left:550px;}
.p4980{bottom:500px; left:535px; }
.p4880{bottom:510px; left:510px;}

.p4551{ bottom:460px; left:510px; }

.p4401{ bottom:460px; left:470px;  }
.p4301{ bottom:470px; left:490px; }

.p2451{ bottom:450px; left:660px; }
.p2441{bottom:440px; left:690px; }
.p2431{bottom:465px; left:740px; }
.p2421{ bottom:465px; left:730px; }


.p2811{bottom:570px; left:175px; }
.p2821{bottom:580px; left:165px;}
.p2831{ bottom:570px; left:120px; }
.p2841{bottom:640px; left:80px; }	
	
}



@media only screen and  (max-width: 980px) {
	
.p4988{bottom:550px; left:550px;}
.p4980{bottom:570px; left:535px; }
.p4880{bottom:590px; left:510px;}

.p4551{ bottom:530px; left:510px; }

.p4401{ bottom:540px; left:460px;  }
.p4301{ bottom:550px; left:485px; }

.p2451{ bottom:530px; left:640px; }
.p2441{bottom:520px; left:670px; }
.p2431{bottom:545px; left:720px; }
.p2421{ bottom:545px; left:710px; }


.p2811{bottom:640px; left:175px; }
.p2821{bottom:660px; left:165px;}
.p2831{ bottom:650px; left:110px; }
.p2841{bottom:710px; left:80px; }	
	
	
	#aerial {
margin-bottom:-610px;
}
	
	
}




@media only screen and  (max-width: 940px) {
	
.p4988{bottom:530px; left:530px;}
.p4980{bottom:550px; left:515px; }
.p4880{bottom:570px; left:490px;}

.p4551{ bottom:515px; left:480px; }

.p4401{ bottom:520px; left:440px;  }
.p4301{ bottom:530px; left:465px; }

.p2451{ bottom:510px; left:620px; }
.p2441{bottom:510px; left:650px; }
.p2431{bottom:535px; left:700px; }
.p2421{ bottom:535px; left:690px; }


.p2811{bottom:640px; left:175px; }
.p2821{bottom:660px; left:165px;}
.p2831{ bottom:640px; left:100px; }
.p2841{bottom:700px; left:70px; }	
	

}



@media only screen and  (max-width: 900px) {
	
.p4988{bottom:510px; left:510px;}
.p4980{bottom:530px; left:495px; }
.p4880{bottom:550px; left:460px;}

.p4551{ bottom:500px; left:460px; }

.p4401{ bottom:500px; left:420px;  }
.p4301{ bottom:520px; left:445px; }

.p2451{ bottom:500px; left:590px; }
.p2441{bottom:500px; left:620px; }
.p2431{bottom:530px; left:670px; }
.p2421{ bottom:530px; left:650px; }


.p2811{bottom:620px; left:175px; }
.p2821{bottom:640px; left:165px;}
.p2831{ bottom:640px; left:100px; }
.p2841{bottom:700px; left:70px; }	
	

}


@media only screen and  (max-width: 885px) {
	
.p4988{bottom:500px; left:500px;}
.p4980{bottom:525px; left:485px; }
.p4880{bottom:545px; left:460px;}

.p4551{ bottom:496px; left:450px; }

.p4401{ bottom:495px; left:415px;  }
.p4301{ bottom:515px; left:440px; }

.p2451{ bottom:510px; left:580px; }
.p2441{bottom:510px; left:610px; }
.p2431{bottom:535px; left:660px; }
.p2421{ bottom:535px; left:650px; }


.p2811{bottom:630px; left:165px; }
.p2821{bottom:650px; left:155px;}
.p2831{ bottom:640px; left:100px; }
.p2841{bottom:700px; left:70px; }	
	

}




@media only screen and  (max-width: 840px) {
.backgroundimage{display:none;}
.backgroundimage2{display:block}
	
.p4988{display:none;}
.p4980{display:none; }
.p4880{display:none;}

.p4551{ display:none; }

.p4401{ display:none;}
.p4301{ display:none; }

.p2451{display:none; }
.p2441{display:none; }
.p2431{display:none; }
.p2421{display:none; }


.p2811{display:none; }
.p2821{display:none;}
.p2831{ display:none; }
.p2841{display:none; }	

#aerial {
margin-bottom:-100px;
}	

}



@media only screen and  (max-width: 767px) {
#aerial {
margin-bottom:-50px;
}	
	
	
}*/





.ball {
 

  animation: bounce 1s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(1,0.05,1,1);
  animation-iteration-count: infinite;
}

@keyframes bounce {
  from { transform: translate3d(0, 0, 0);     }
  to   { transform: translate3d(0, 25px, 0); }
}

/* Prefix Support */
ball {
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 2s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(1,0.05,1,1);
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to   { -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); }
}



/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}


/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #990000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.gallery {
  background: black;
}

.gallery-cell {
  width: 100%;
  height: 400px;
  
}

.gallery-cell img {
  display: block;
  max-height: 400px;
  max-width: 100%;
  margin: 0 auto;
}


.clickto{ color:#FFF; background-color:#333; display: inline-block;
    position: absolute;
    
   
    left: 0;
    right: 0;
    width: 420px;
    height: 40px;
	text-align: center;
	padding-top: 10px;
    margin: auto; border-bottom-right-radius:15px; border-bottom-left-radius:15px; font-size:120%; }


@media only screen and  (max-width: 700px) {
	
	.clickto{visibility: hidden;}
	
}

.p4880{bottom:970px; left:970px;}
	
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }


.grow2{ transition: transform 0.5s; }
.grow2:hover { transform: scale(0.80); border-radius:20px; border: 8px solid #6f1200; 
  }


.hvr-bounce-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-out:active,.hvr-bounce-out:focus,.hvr-bounce-out:hover{-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}


.hvr-skew-backward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-skew-backward:active,.hvr-skew-backward:focus,.hvr-skew-backward:hover{-webkit-transform:skew(10deg);transform:skew(10deg)}


@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}



.accordion {
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #333;
  text-transform: uppercase;
  color: white;
	font-weight: 800;
  cursor: pointer;
  font-size: 1.4em;
  letter-spacing: .1em;
  transition: all .3s;
}

.accordion-header:hover {
  background: #0772ba;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #0772ba;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}

@media screen and (max-width: 1000px) {
  body {
    padding: 1em;
  }
  
  .accordion {
    width: 100%;
  }
}




.accordion2 {
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion2-header,
.accordion2-body {
  background: white;
}

.accordion2-header {
  padding: 1.5em 1.5em;
  background: #333;
  text-transform: uppercase;
  color: white;
	font-weight: 800;
  cursor: pointer;
  font-size: 1.4em;
  letter-spacing: .1em;
  transition: all .3s;
}

.accordion2-header:hover {
  background: #3b863e;
  position: relative;
  z-index: 5;
}

.accordion2-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}

.accordion2-body__contents {
  padding: 1.5em 1.5em;
  font-size: .85em;
}

.accordion2__item.active:last-child .accordion2-header {
  border-radius: none;
}

.accordion2:first-child > .accordion2__item > .accordion2-header {
  border-bottom: 1px solid transparent;
}

.accordion2__item > .accordion2-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion2__item.active > .accordion2-header:after {
  transform: rotate(-180deg);
}

.accordion2__item.active .accordion2-header {
  background: #3b863e;
}

.accordion2__item .accordion2__item .accordion2-header {
  background: #f1f1f1;
  color: black;
}

@media screen and (max-width: 1000px) {
  body {
    padding: 1em;
  }
  
  .accordion2 {
    width: 100%;
  }
}





.accordion3 {
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion3-header,
.accordion3-body {
  background: white;
}

.accordion3-header {
  padding: 1.5em 1.5em;
  background: #333;
  text-transform: uppercase;
  color: white;
	font-weight: 800;
  cursor: pointer;
  font-size: 1.4em;
  letter-spacing: .1em;
  transition: all .3s;
}

.accordion3-header:hover {
  background: #f5831f;
  position: relative;
  z-index: 5;
}

.accordion3-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}

.accordion3-body__contents {
  padding: 1.5em 1.5em;
  font-size: .85em;
}

.accordion3__item.active:last-child .accordion3-header {
  border-radius: none;
}

.accordion3:first-child > .accordion3__item > .accordion3-header {
  border-bottom: 1px solid transparent;
}

.accordion3__item > .accordion3-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion3__item.active > .accordion3-header:after {
  transform: rotate(-180deg);
}

.accordion3__item.active .accordion3-header {
  background: #f5831f;
}

.accordion3__item .accordion3__item .accordion3-header {
  background: #f1f1f1;
  color: black;
}

@media screen and (max-width: 1000px) {
  body {
    padding: 1em;
  }
  
  .accordion3 {
    width: 100%;
  }
}













