@import "reset.css";
@import "skeleton.css";
@import "superfish.css";

@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed:400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:300,400,600);
@import url(http://fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic);


html, body {
	background: url(../images/bg2.jpg) 0 0 repeat;
	width: 100%;
	position: relative;
	color: #666;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

* ul { list-style: none; }

a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}

a {
	text-decoration: none;
	color: #000;
	transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

a:hover {
	color: #ac0f15;
	;
	text-decoration: none;
}

p {
	letter-spacing: -0.1px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

hr {
	width: 95%;
	height: 2px;
	align:left;
	margin-left: auto;
	margin-right: 5%;
	background-color:#FFF;
	color:#FFF;
	border: 0 none;
	margin-top: 16px;
	margin-bottom:16px;
}

/************Header************/

#header {
	background: url(../images/bg1.jpg) 0 0 repeat;
	position: relative;
	text-align: center;
}

h1 a img {
	margin: 14px 0 14px;
	position: relative;
}

/****Accordion****/

#accordion {
	color: #666;
	padding-right: 0px;
	padding-top: 0px;
	box-shadow: 0 0 4px #a98870;
}

#accordion dd {
    background-color: #ece3d2;
    margin: 4px 0 4px;
    padding: 15px 40px 21px 30px;
}

#accordion dt a {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	background-color: #ac0f15;
	color: #ffffff;
	position: relative;
	padding-top: 12px;
	padding-right: 48px;
	padding-bottom: 14px;
	padding-left: 26px;
}

#accordion dt a:before,
#accordion dt a:after  {
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 15px;
    line-height: 20px;
    right: 20px;
    color: #fff;
    font-weight: normal;
    top: 50%;
    margin-top: -8px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#accordion dt a:after {
    color: #ac0f15;
    content: '';
    opacity: 0;
}

#accordion dt.ui-state-active a:after,
#accordion dt a:hover:after {
    opacity: 1;
}

#accordion dt.ui-state-active a:before,
#accordion dt a:hover:before  {
    opacity: 0;
}

#accordion dt.ui-state-active a,
#accordion dt a:hover {
	background-color: #666;
	color: #ece3d2;
}

#accordion dt {
    margin-bottom: 4px;
}

/****Nested Accordion****/

#nestedAccordion{
	width:100%;
}
#nestedAccordion h2, #nestedAccordion h3, 
#nestedAccordion div, #nestedAccordion ol, 
#nestedAccordion li{
	/* reset styles for accordion */
	margin:0;
	padding:4px;
	font-size:1em;
	font-weight:normal;
	color:#666;
	list-style:circle;
}
#nestedAccordion div{
	display:none;
	color:#555;
	overflow:hidden;
}
#nestedAccordion h2{
	cursor:pointer;
	color:#666666;
	font-size:1.1em;
	moz-border-radius: 4px 4px 4 4;
	-webkit-border-radius: 4px 4px 4 4;
	border-radius: 4px 4px 4 4;
	margin-top:6px;
	background-color: #c4a365;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c4a365), to(#ece3d2));
	background-image: -webkit-linear-gradient(top, #c4a365, #ece3d2);
	background-image: -moz-linear-gradient(top, #c4a365, #ece3d2);
	background-image: -ms-linear-gradient(top, #c4a365, #ece3d2);
	background-image: -o-linear-gradient(top, #c4a365, #ece3d2);
	background-image: linear-gradient(to bottom, #c4a365, #ece3d2);
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
}
#nestedAccordion h3{
	
	
	padding:5px;
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ededed));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #ededed);
	background-image: -moz-linear-gradient(top, #f5f5f5, #ededed);
	background-image: -ms-linear-gradient(top, #f5f5f5, #ededed);
	background-image: -o-linear-gradient(top, #f5f5f5, #ededed);
	background-image: linear-gradient(to bottom, #f5f5f5, #ededed);
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;

}
#nestedAccordion h3:hover{
	color:#000;
}
#nestedAccordion h3 + div{
	background-color:#F5F5F5;
	padding:5px 5px 5px 30px;
}
#nestedAccordion li:hover{
	color:#000;
	cursor:pointer;
}





/************Content***********/



.element {
    background: none repeat scroll 0 0 #000000;
    border: 0px solid #fff;
    font-family: Arial; color: #ffffff;
    padding: 0px;
    position: fixed;
    right: 2%;
    top: 2%;
	}
	
	.white{color: #ffffff}
	
	h7 {color: #ffffff
	
}



.p14 {padding: 44px 0 14px;}
.p23 {padding: 23px 0 38px;}
.p24 {padding: 22px 0 22px;}
.p44 {padding: 44px 0 38px;}


.p25 {padding: 8px 0 38px;}

.p26 {padding: 0px 0 38px;}

.p27 {padding: 2px 0 2px;

background-color:#ece3d2}


.col1 {background: #a1a1a1;}
.col2 {background: #717171;}
.col3 {background: #525252;}
.col4 {background: #7d7d7d;}

.col5 {background: #e4d6ed;color: #aa82be;}
.col6 {background: #d1d7b3;color: #a5ad7b;}
.col7 {background: #68d7a2;color: #348a61;}

.col5:hover {background: #aa82be;color: #fff;}
.col6:hover {background: #a5ad7b;color: #fff;}
.col7:hover {background: #348a61;color: #fff;}

h1,h2,h3,h4,h5,h6,h7 {
	display: block;
	font: 400 34px/34px 'Archivo Narrow', sans-serif;
	color: #000;
	position: relative;
}


h1 {
	color: #ac0f15;
	font-size: 34px;
	line-height: 36px;
	margin-bottom: 6px;
	text-transform: uppercase;
	padding: 10px;
	text-shadow: 0 0 3px #a98870;
}


h2 {
	color: #ac0f15;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
	margin-top: 23px;
	text-transform: uppercase;
}

h3 {
	color: #474747;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 4px;
}

h4 {
	color: #7b7979;
	font: 400 18px/27px 'Droid Sans', sans-serif;
}

h5 {
	color: #000;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 21px;
	text-transform: uppercase;
}

h6 {
	color: #474747;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 13px;
}

h7 {
	color: #ac0f15;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
	margin-top: 23px;
	text-transform: uppercase;
}

.titlelist {
	display: block;
	color: #000;
	position: relative;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
}

.titlelist a:hover {
	color: #ac0f15;

}

.number-list-item-old {
    background: none repeat scroll 0 0 #ac0f15;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 3px #a98870;
    color: white;
    display: inline-block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin-left: -5px;
    margin-right: 2px;
    padding: 2px;
    text-align: center;
    width: 20px;
}

.number-list-item {
 background:#ac0f15;
color:white;
width:20px;
height:20px;
line-height:20px;
padding:2px;
margin-left:1px;
margin-right:3px;
margin-bottom:2px;
border:2px solid white;
box-shadow:0 0 3px #ac0f15;
text-align:center;
border-radius:50%;
display:inline-block;
font-size:16px;

}

.number-list-item-2 {
 background:#ac0f15;
color:white;
width:20px;
height:20px;
line-height:20px;
padding:2px;
margin-left:14px;
margin-right:3px;
margin-bottom:2px;
border:2px solid white;
box-shadow:0 0 3px #ac0f15;
text-align:center;
border-radius:50%;
display:inline-block;
font-size:16px;

}


.bg1{
	position: relative;
	background: url(../images/bg1.jpg) 0 0 repeat;
	overflow: hidden;
}

.bg2{
	position: relative;
	background: url(../images/bg2.jpg) 0 0 repeat;
}

.center {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.box,
.box1 {
	position: relative;
	margin: 10px 0 11px;
	text-align: center;
	padding: 0;
}

.box1 {margin: 7px 0 11px;}

.box a {
	font: 400 24px/26px 'Archivo Narrow', sans-serif;
}

.box p,
.box1 p {
	font: 400 18px/27px 'Droid Sans', sans-serif;
	color: #7b7979;
	margin-top: 15px;
}

.img {
	position: relative;
	text-align: center;
	display: inline-block;

	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.img img {
	margin-bottom: 25px;
	padding-top: 0px;
	cursor: pointer;
}

.box1 > div > a {font: 400 24px/26px 'Archivo Narrow', sans-serif;}
.box1 > div > a:hover {	color: #1ea4e2;}

.img:hover img {
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;

	opacity: .85;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);	
}

.img:hover a {
	color: #ac0f15;
}

.box a:hover img {
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
	opacity: .85;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);	
}

.image {
	position: relative;
	text-align: center;
	display: block;
	margin: 0 0 25px;

	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.item {
	position: relative;
	overflow: hidden;
	text-align: left;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	background-color: #D9D9D9;
	padding-left: 2px;
	padding-top: 6px;
	padding-bottom: 4px;
}

.item a {
	font: 600 14px/25px 'Archivo Narrow', sans-serif;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	margin-top: -1px;
}

.item a:hover {
	color: #ac0f15;
}

.item p {
	font: 700 14px/15px 'Cabin Condensed', sans-serif;
	color: #848484;
	margin-top: -5px;
}

.item:hover img {
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
	opacity: .75;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}

.extra {margin-bottom: 10px;}

.circle {
	position: relative;
	overflow: hidden;
	font: normal 48px/121px 'Archivo Narrow', sans-serif;
	text-align: center;
	height: 121px;
	width: 121px;
	display: inline-block;
	margin-bottom: 25px;

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;

	transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.circle i {
	font-size: 56px;
	line-height: 124px;
}
.glb {font-size: 71px!important;}

.divider,
.divider1 {
	position: relative;
	overflow: hidden;
	margin: 42px -100px;
	border-top: 1px solid #ddd; 
}

.divider1 {
	border-top: none;
	margin: 0 -100px;
	border-bottom: 1px solid #ddd; 
}

.block {
	position: relative;
	overflow: hidden;
	padding-top: 7px;
}

.block img {
	float: left;
	margin: 0 20px 20px 0;
}

.block .link {margin-top: -5px;}

.block p,
.wrap p {margin-top: 14px;}

.thumb {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 8px 0 3px;
}

.thumb img {margin-bottom: 28px;}
.thumb p {margin-top: 15px;}

.text {
	position: relative;	
	overflow: hidden;
	margin-bottom: 23px;
}

.inline {display: inline!important;}
.mt {margin-top: 5px!important;}
.mt1 {margin-top: 14px;}
.brdr {
	border: 1px solid #ddd;
	margin-bottom: 26px;
}

/**********subscribe form**************/

#subscribe-form {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 18px;
}
#subscribe-form input {
  display: inline-block;
  text-shadow: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  width: 90%;
  height: 32px;
  background: #1e1e1e;
  border: none;
  font: 400 14px/32px Arial, sans-serif;
  color: #666;
  padding: 0 15px;
}
#subscribe-form label {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
#subscribe-form fieldset {
  width: 100%;
  float: left;
}
#subscribe-form .error {
  height: 0;
  overflow: hidden;
  font: 11px/18px Arial;
  color: red;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
  position: absolute;
  left: 0px;
  right: 0;
  text-align: left;
  bottom: -19px;
  letter-spacing: .2px;
}
#subscribe-form .success {
  position: absolute;
  overflow: hidden;
  padding: 0;
  left: 0;
  top: 0;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  z-index: 10;
  width: 100%;
  text-align: center;
  font: normal 14px/32px Arial, sans-serif;
  color: #1ea4e2;
}
#subscribe-form label.invalid .error {
  height: 19px;
}
#subscribe-form a {
  margin-top: -4px;
  display: inline-block;
  font: 400 16px/16px 'Archivo Narrow', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

#subscribe-form a:hover {color: #1ea4e2;}

/**********links**************/

.link {
	position: relative;
	display: inline;
	color: #474747;
    font: 400 24px/26px 'Archivo Narrow',sans-serif;
    text-decoration: none;
}


.text2 {
	position: relative;
	display: inline;
	color: #474747;
    font: 400 24px/26px 'Archivo Narrow',sans-serif;
    text-decoration: none;
	text-align:center
}


/**********lists**************/

.list {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.list li {
	position: relative;
	margin-bottom: 27px;
}

.list li div {
	position: relative;
	display: block;
}

.list li a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #2a2a2a;
}

.list li a:hover {
	color: #ac0f15;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ac0f15;
}

.list1 {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.list1 li {padding-left: 10px;}

.list1 li a {
	font: normal 18px/36px 'Droid Sans', sans-serif;
	display: inline;
	color: #7b7979;
}

.list1 li a i {
	position: relative;
	font-size: 12px;
	margin-top: 12px;
	left: -10px;
	color: #474747;

	transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.list1 li a:hover i {left: -2px;}

/************Footer************/

#footer {
	position: relative;
	color: #FFF;
	padding: 46px 0 14px;
}

time {
	color: #fff;
	font: 400 13px/20px 'Droid Sans', sans-serif;
	display: block;
	text-align: left;
}

.txt {font-size: 12px;}

.copy {
	font: normal 13px/18px 'Droid Sans', sans-serif;
	color: #FFF;
	padding-top: 122px;
}

.copy>span {
	position: relative; 
	display: inline-block;
}

.copy a {
	text-transform: none;
	color: #FFF;
	display: inline-block;
	position: relative;
	line-height: 18px;
}

.copy a:hover,
.list1 a:hover, 
.list1 a:hover i {
	color: #ac0f15;
}

.socials {
	position: relative;
	overflow: hidden;
	margin: 25px 0 0;
}

.socials li {float: left;}

.socials li + li {margin-left: 5px;}

.socials li a {
	width: 35px;
	height: 35px;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #fff;
	font: 400 18px/37px 'Droid Sans', sans-serif;	
	
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}

.socials li a:hover {
	background-color: #ac0f15;
}

.socials li i {line-height: 34px;}

.socials .spec {font: 600 16px/34px 'Droid Sans', sans-serif;}

#toTop {
    background: url(../images/totop.png) 0 0 no-repeat;
    border: none;
    bottom: 60px;
    display: none;
    height: 42px;
    left: 56.5%;
    margin-left: 489px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    width: 43px;
    z-index: 20;
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    
    -webkit-transition: all .1s ease .1s;
    -moz-transition: all .1s ease .1s;
    -ms-transition: all .1s ease .1s;
    -o-transition: all .1s ease .1s;
    transition: all .1s ease .1s;
}

#toTop:hover {
	opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}


.color1 {
    color: #fff;
}

.color1 a:hover, a.color1:hover {
    color: #000;
}


.color2 {
    color: #666;
	text-decoration: none;
	border-bottom: 1px solid #ac0f15;
}

.color2 a:hover, a.color2:hover {
    color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #ac0f15;
}

.color3 {
    color: #666;
	text-decoration: none;
	border-bottom: 2px solid #ac0f15;
	
}



/*==================================RESPONSIVE LAYOUTS===============================================*/

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

	.divider {margin: 40px 0;}
	.divider1 {margin: 0;}

	.link {display: inline;}

	.thumb img,
	.brdr {width: 100%;}


}

@media only screen and (max-width: 995px) {
      
	.box br,
	.box1 br,
	.item br,
	.link br,
	h3 br,
	h4 br,
	h6 br {display: none;}

	.link {
		font-size: 20px;
		line-height: 22px;
	}

	p {
		font-size: 15px;
		line-height: 22px;		
	}

	.list1 li a {font-size: 15px;}


}

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

	.copy {padding-top: 50px;}
	#footer {padding-bottom: 50px;}

	#subscribe-form {margin-bottom: 25px;}
	#subscribe-form .success {font-size: 12px; padding: 0;}

	.box,
	.box1 {margin: 30px 0 10px;}

	.block img {
		margin: 0 0 20px;
		width: 100%;
	}

	.brdr {width: auto;}
	.item br {display: inline-block;}

	.thumb {margin: 10px 0 20px;}

	.list1 {margin-top: 20px;}
}

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

}

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

}
