@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}
body {
	margin:0;
	font-family: 'Titillium Web', sans-serif;
	color:#000;
}
header, footer, main, figcaption, hgroup, summary, figure, menu, article, aside, nav {
	width:100%;
	float:none;
	display:inline-block;	
}
.clear {
	clear:both;
}
h1 {
	font-family: 'Titillium Web', sans-serif;
	color:#464744;
	font-size:250%;
	line-height:1.2em;
	margin:0;
	padding:0;
}
h2, h3, h4, h5, h6 {
	font-family: 'Titillium Web', sans-serif;
	color:#464744;
	margin:0;
	padding:0;
}
h4 {
	font-family: 'Titillium Web', sans-serif;
	color:#525252;
	text-transform:uppercase;
	margin:0 0 1em 0;
	padding:0 0 1em 0;
}
p {
	font-family: 'Verdana', Geneva, sans-serif;
	color:#000;
	text-decoration:none;
	padding-bottom:1em;
	text-align:justify;
	line-height:1.5em;
}
ins, small {
	font-family: 'Verdana', Geneva, sans-serif;
	text-align:justify;
	color:#000;
	text-decoration:none;
}
img {
	border:0;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#f26f1c;
}
a:visited {
	color:#000;
}

table {
	border:1px solid #464744;
}

tr {
	background-color: #FFF;
}
tr:nth-child(even){
	background-color: #DDD;
}
td {
	padding:1em .5em;
	text-align:center;
	border-right:1px solid #AAA;
}
th {
	padding:.5em;
	text-align:center;
	background:#464744;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	color:#FFF;
}


header {
	width:100%;
	padding:1em 0;
	border-top:5px solid #525252;
	border-bottom:8px solid #fccd19;
}
menu {
	width:100%;
    background-color:#464744;
	color:#FFF;
}
nav {
	width:100%;
	background-color:#999;
}
article {
	width:100%;	
	display:block;
	margin:0;
}
article h3 {
	color:#5c0931;
	background:none;
}
main {
	width:100%;
	padding:5em 0 2em 0;
}
figure {
	width:100%;
	padding:1em 0;
}
footer {
	width:100%;
	background:url(../images/bg-1.jpg) center center repeat;
	padding:2em 0;
	font-size:90%;
}
footer h3 {
	margin:2em 0 .5em 0;
}
hgroup {
	width:100%;
	padding:5em 0 3em 0;
	background:url(../images/bg-2.jpg) center center repeat fixed;
	background-size:cover;
	overflow:hidden;
}
/*
figcaption {
	width:100%;
	padding:12em 0;
	background:url(../images/bg-2.jpg) center center repeat fixed;
	background-size:cover;
	overflow:hidden;
}
*/
.but1 {
	margin-top:3em;
	padding:1em 3em;
	float:left;
	color:#464744;
	background-color:#febc35;
	border:none;
	font-weight:bold;
	border-radius:5px;
}
.but1:hover {
	color:#fdc718;
	background-color:#464744;
  cursor: pointer;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.style1 {
	display:block;
	color:#000;
	padding-top:.5em;
	font-size:98%;
}
.style2 {
	background-color:#FFF;
	font-family: 'Titillium Web', sans-serif;
	color:#464744;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding:.5em 0;
}
.nav-container{
	padding:0;
}
.sina-nav{
	position: absolute;
}
.sina-nav.navbar-transparent{
    background-color:#464744;
}


.img-hover-zoom {
height: 180px; 
overflow: hidden;
}
.img-hover-zoom img {
transition: transform .5s ease;
}
.img-hover-zoom:hover img {
transform: scale(1.5);
}

#container1 li {
	font-size:1.1em;
	list-style:url(../images/blt-2.png) inside;
	padding-top:1em;
}

#sec1 img {
	margin-top:5em;
}
#sec1 h3 {
	background:url(../images/bdr-1.jpg) left bottom no-repeat;
	margin-bottom:.5em;
	padding-bottom:.5em;
}
#sec1 li {
	font-size:1.1em;
	list-style:url(../images/blt-2.png) outside;
	padding-top:1em;
	margin-left:1.5em;
}
#sec4 img {
	border:1px solid #CCC;
}
#sec4 a:link img {
	border:1px solid #febc35;
}


.google-maps {
        position: relative;
        padding-bottom: 400px; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height:400px !important;
    }
	
input, textarea {
	width:95%;
	float:none;
	padding:9px;
	margin:6px;
	border:0;
	border-bottom:1px solid #DDD;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:110%;
}
input:hover {
	border-bottom:1px solid #17a1e6;
}
input:focus {
	border-bottom:1px solid #17a1e6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form_but {
	width:98%;
	float:none;
	padding:1.5em 0 1em 0;
    font-family: 'Crimson Text', serif;
	font-size:110%;
	font-style:normal;
	margin-bottom:1em;
	color:#464744;
	background-color:#febc35;
	font-weight:bold;
	text-transform: uppercase;
	border:0;
	border-radius: 5px;
	cursor:pointer;
}
.form_but:hover {
	color:#fdc718;
	background-color:#464744;
}


.labe {
	width:90%;
	padding-top:.5em;
	background:none;
	border:none;
	text-align:right;
	color:#330;
}

main ul li {
	list-style-position: outside;
	list-style-image: url(../images/blt2.jpg);	
	text-align:justify;
}
main input {
	width:90%;
	padding:10px;
	background:none;
	border:none;
	border-bottom:1px solid #CCC;
	font-size:.9em;
}
main select {
	width:90%;
	padding:10px;
	background:none;
	border:none;
	border-bottom:1px solid #CCC;
	font-size:.9em;
}
main textarea {
	width:90%;
	margin-top:.7em;
	padding:10px;
	background:none;
	border:none;
	border-bottom:1px solid #CCC;
	font-family: 'PT Sans', sans-serif; 
	font-size:1em;
}
main button {
	cursor:pointer;
	font-size:1em;
	margin-top:.7em;
	padding:1em 6em;
	color:#fdc718;
	background-color:#464744;
	border:none;
	border-radius:.5em;
}
label {
	width:90%;
	background:none;
	border:none;
	font-size:.9em;
	color:#330;
}

#sec3 li {
	font-size:1.1em;
	list-style:url(../images/blt-2.png) inside;
	padding-top:.5em;
}
#sec3 h3 {
	background:url(../images/bdr-1.jpg) left bottom no-repeat;
	margin-bottom:.5em;
	padding-bottom:.5em;
}
#sec5b li {
	font-size:1.1em;
	list-style:url(../images/blt-2.png) inside;
	padding-top:.5em;
}
#sec5b h3 {
	background:url(../images/bdr-1.jpg) left bottom no-repeat;
	margin-bottom:.5em;
	padding-bottom:.5em;
}
#sec6a li {
	font-size:1.1em;
	list-style:url(../images/blt-2.png) outside;
	padding-top:.5em;
	margin-left:2em;
}
#sec6a h3 {
	background:url(../images/bdr-1.jpg) left bottom no-repeat;
	margin-bottom:.5em;
	padding-bottom:.5em;
}
#container1 li {
	font-size:1.1em;
	list-style:url(../images/blt-2.png) inside;
	padding-top:1em;
}
#container1 h3 {
	font-family: 'Titillium Web', sans-serif;
	color:#464744;
	font-size:150%;
	line-height:1.2em;
	margin:1em 0 .5em 0;
	padding:.5em 0;
	background:url(../images/bdr-1.jpg) left bottom no-repeat;
}

.figcaptio {
  position: relative;
  text-align:center;
  color: white;
}