
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);



/* #PAGE STYLES */

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 999999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/preload.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-perspective: 12rem;
  -moz-perspective: 12rem;
  -ms-perspective: 12rem;
  -o-perspective: 12rem;
  perspective: 12rem;

  z-index: 2000;
  position: fixed;
  height: 6rem;
  width: 6rem;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	z-index: 9999999;
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 6rem;
  width: 6rem !important;
  line-height: 6rem;
  font-size: 1.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  text-align: center;

  -webkit-animation: pace-3d-spinner linear infinite 2s;
  -moz-animation: pace-3d-spinner linear infinite 2s;
  -ms-animation: pace-3d-spinner linear infinite 2s;
  -o-animation: pace-3d-spinner linear infinite 2s;
  animation: pace-3d-spinner linear infinite 2s;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: block;
}

@-webkit-keyframes pace-3d-spinner {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
}

@-moz-keyframes pace-3d-spinner {
  from {
    -moz-transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(360deg);
  }
}

@-ms-keyframes pace-3d-spinner {
  from {
    -ms-transform: rotateY(0deg);
  }
  to {
    -ms-transform: rotateY(360deg);
  }
}

@-o-keyframes pace-3d-spinner {
  from {
    -o-transform: rotateY(0deg);
  }
  to {
    -o-transform: rotateY(360deg);
  }
}

@keyframes pace-3d-spinner {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}

#switch {
background: #fff;
position: fixed;
display: none;
top: 126px;
z-index: 9999;
width:300px;
margin-left: -200px;
border-radius: 0 5px 5px 0;
		font-family: 'OpenSans-Light-webfont';
-webkit-box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);}
#switch p {margin-bottom: 10px; padding-bottom: 15px; padding-top: 5px; border-bottom:#ededed 1px solid; }
#switch ul li {text-transform:uppercase;margin-bottom:0;font-size:12px; display:inline-block;}

	#show {
		z-index: 99999;
		margin-left:0px;
		position:fixed;left:0;
		top:20%;
		background: rgba(40,40,40,.8);
		border-radius:0 3px 3px 0;
		margin-top:10px;
		padding: 20px 5px ;
		cursor: pointer;
	}
#hide {cursor:pointer;line-height:13px;margin-bottom:0px;font-size: 12px;margin-bottom: 0px;}
#setting {
	height: 50px;
	background-image: url('../images/option_panel.png');
	background-repeat:no-repeat;
	background-size:20px 50px;
	width: 20px;
}

.wrap_pattern,.switchlayout {margin-bottom:10px;}
.wrap_pattern p {margin-bottom: 5px!important;}
.content-switcher{
padding: 16px;
overflow: hidden;
}
.content-switcher .m-btn{padding: 5px 10px;
font-size: 12px;
min-width: 70px;
}

.button.small.color.switch {font-size: 12px;text-transform: none;width: 40px;margin: 5px 0px; font-weight: normal; font-family: 'Open Sans';
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) !important; letter-spacing: 0;}

#hide {
	position:absolute;
	background-color:#fff;
	height:40px;
	width:40px;
	top:7px;
	right:7px;
	border-radius: 0 5px 0px 0;
	
}

#hide img {
	opacity:0.3;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

#hide img:hover {
	opacity:0.7;
}


#switch .button {
	border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin: 6px 6px 0 0;
	height: 15px;
    padding: 5px;
    width: 34px;
	color:#000;
}

#switch p {
	margin:5px 0;
}

.styled-select select {
   background:#f5f5f5;
   border:#ededed 1px solid;
   width: 270px;
   padding: 5px;
   font-size: 13px;
   line-height: 1;
   outline:none;
   border-radius: 3px;
   height: 34px;
   -webkit-appearance: none;
   margin:10px 0;
}

.home-options {
	position:relative;
	width:100%;
	margin-top:10px;
}
.home-options a{
   background:#f5f5f5;
   border:#ededed 1px solid;
   padding: 5px 17px;
   font-size: 12px;
   margin:0 auto;
   line-height:40px;
   outline:none;
   text-align:center;
   color:#000;
}
.home-options a:hover{
   background:#f1f1f1;
}











/* #Home
================================================== */

#home{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	background-size:cover;
}


.logo-home{
	position:absolute;
	width:140px;
	height:41px;
	z-index:10000;
	left:50%;
	top:50%;
	margin-left:-70px;
	margin-top:-200px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:140px 41px;
}




.home-text {
	position:absolute;
	width:100%;
	top:50%;
	margin-top:-60px;
	z-index:1000;
}

.home-text p {
	color:#fff;
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	text-align:center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6), 3px 3px 5px rgba(0,0,0,.3);
}
.home-text p span{
	color:#d35400;
}



#count-wrap{ 
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	margin-top:0;
	z-index:200;
    display: block;
	text-align:center;
}


.county-reflection
{
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
}
.county
{
	margin:0 auto;
    display: block;
	text-align:center;
	background:rgba(0,0,0,.4);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.county span.first
{
    padding-left: 12px;
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
}
.county span.last
{
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
}

.county > span
{
    display: inline-block;
    height: 38px;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    position: relative;
    overflow: hidden;
    padding-right: 12px;
}

.county-days-wrapper, .county-hours-wrapper, .county-minutes-wrapper, .county-seconds-wrapper
{
    overflow: hidden !important;
    position: relative !important;
    height: 42px !important;
    display: inline-block !important;
    padding-left: 12px;
}
.county > span > span
{
    display: block;
}
.county-label-days, .county-label-hours, .county-label-minutes, .county-label-seconds
{
    font-size: 12px !important;
    line-height: 18px !important;
    height: 18px !important;
    text-align: center !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 12px;
    background-color: transparent !important;
}

.clear
{
    clear: both;
}

.county.gray .county-days-wrapper, .county.gray .county-hours-wrapper, .county.gray .county-minutes-wrapper, .county.gray .county-seconds-wrapper
{
    color: #d35400;
}
.county.gray .county-label-days, .county.gray .county-label-hours, .county.gray .county-label-minutes, .county.gray .county-label-seconds
{
    color: #fff;
}
.county.gray span.separator-left
{
    border-left: solid 1px rgba(0,0,0,.8);
}
.county.gray span.separator-right
{
    border-right: solid 1px rgba(0,0,0,.8);
}


.social-bottom{ 
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	margin-top:170px;
	z-index:200;
    display: block;
	text-align:center;
	height:24px;
}
.bottom-social li {
    padding:0; 
    list-style: none;
	text-align:center; 
	width:24px;
    display: inline-block;
	cursor:pointer;
	margin-left:10px;
	margin-right:10px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out; 
}

.bottom-social li.icon-bottom a {
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 24px;
	width:24px;
	color: #fff; 
	margin:0;
	padding:0;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out; 
}
.bottom-social li:hover{
}
.bottom-social li:hover.icon-bottom a{
	color:#d35400;
}

.background-grid {
	position:absolute;
	/*background: url('../images/grid.png');*/
	background-color: rgba(16,33,42,0.2);
	width:100%;
	height:100%;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:hidden;
	z-index:1;
}

/* #Slider
================================================== */



#gallery {
position: absolute;
width: 100%;
height: 700px;
top: 0;
left: 0;
}
#controls div {
}
#controls div:hover:not(.counter) {
}
#controls div:not(.counter) {
}
#controls div.sel {
}	
.prev {
	top:50%;
	position:absolute;
	cursor:pointer;
	background:rgba(40,40,40,.5) url('../images/arrow-left.png') no-repeat center center;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
	left:10px;
	width:40px;
	height:50px;
	margin-top:-25px;
	z-index:100000;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
}
.next {
	top:50%;
	position:absolute;
	cursor:pointer;
	background:rgba(40,40,40,.5) url('../images/arrow-right.png') no-repeat center center;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
	right:10px;
	width:40px;
	height:50px;
	margin-top:-25px;
	z-index:100000;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
}

			
			
			
.prev:hover, .next:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
	-webkit-box-shadow: 0 4px 3px -3px rgba(0,0,0,.6);
	   -moz-box-shadow: 0 4px 3px -3px rgba(0,0,0,.6);
	        box-shadow: 0 4px 3px -3px rgba(0,0,0,.6);
}
.prev:active, .next:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
	-webkit-box-shadow: 0 4px 3px -3px rgba(0,0,0,.6);
	   -moz-box-shadow: 0 4px 3px -3px rgba(0,0,0,.6);
	        box-shadow: 0 4px 3px -3px rgba(0,0,0,.6);
}

.rotating {
	display: inline-block;
	position: relative;
white-space:nowrap;	
}

.rotating .front, .rotating .back {
	position: relative;
	display: inline-block;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	

}
.rotating .front {
	left: 0;
	top: 0;
	position: absolute;
	display: inline-block;
	
}
.rotating .front.flipInY {
	z-index: 1;
	display: block;
}
.rotating .front span {
	width: auto;
	position: relative;
}
.rotating .back {
	opacity: 0;
}
.rotating .back.flipInY {
	opacity: 1;
	z-index: 2;
}

/* #Media Queries
================================================== */


@media only screen and (min-width: 960px) and (max-width: 1200px) {

}

@media only screen and (min-width: 768px) and (max-width: 959px) {

.home-text p {
	font-size: 22px;
	line-height: 26px;
}
.logo-home{
	margin-top:-130px;
}
.social-bottom{ 
	margin-top:120px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

.prev {
	top:auto;
	margin-top:0;
	bottom:10px;
}
.next {
	top:auto;
	margin-top:0;
	bottom:10px;
}
.home-text p {
	font-size: 22px;
	line-height: 26px;
}
.logo-home{
	margin-top:-130px;
}
.social-bottom{ 
	margin-top:120px;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {	
.prev {
	top:auto;
	margin-top:0;
	bottom:10px;
}
.next {
	top:auto;
	margin-top:0;
	bottom:10px;
}
.home-text p {
	font-size: 15px;
	line-height: 20px;
}
.logo-home{
	margin-top:-130px;
}
.social-bottom{ 
	margin-top:120px;
}
}

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

.prev {
	top:auto;
	margin-top:0;
	bottom:10px;
}
.next {
	top:auto;
	margin-top:0;
	bottom:10px;
}
.home-text p {
	font-size: 12px;
	line-height: 16px;
}
.logo-home{
	margin-top:-130px;
}
.social-bottom{ 
	margin-top:120px;
}
}




/* #Font-Face
================================================== */





@font-face {
    font-family: 'OpenSans-Light-webfont';
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Light-webfont.woff') format('woff'),
         url('font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/OpenSans-Light-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}






