@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Dosis|Playfair+Display|Pacifico');
/*font-family: 'Dosis', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Pacifico', cursive;*/
/* CSS Document */
body {
	padding:0px;
	margin:0px;
	min-width:1000px !important;
	font-family: 'Dosis', sans-serif;
	font-size:18px;
	
}
#header {
	max-width:1400px;
	margin:0 auto;
}
.mainnav {
	position:absolute;
	width:100% !important;
	padding:10px;
	z-index:10000;
	background-image:url(../images/topnav1.png);
	background-repeat:repeat;
	min-width:1000px;
	max-width:1400px;	
}
.navisec {
	max-width:1100px;
	margin:0 auto;
	
}
.navleft {
	width:50%;
	float:left;	
}
.navright {
	width:50%;
	float:right;
	text-align:right;
	font-size:13px;	
}
.col1 {
	color:#878785;	
}
.navigation {
	padding-top:20px;	
}
.navigation ul {
	list-style:none;
	display: inline;
	margin: 0;
	padding: 0;
	/* For IE, the outcast */
	zoom:1;
	*display: inline;
	border-top:1px solid #FFF;
	padding-top:10px;
	text-transform:uppercase;
}
.navigation ul li {
	display:inline-block;
	padding:0px;
	margin:0px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:0px;
	font-size:14px;
	line-height:20px;
}
.navigation ul li a {
	color:#333333;
	text-decoration:none;	
}
.navigation ul li a:hover {
	color:#FF9900;
	text-decoration:none;	
}
.sec2 {
	max-width:1160px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;	
}
.txtsec1 {
	max-width:800px;	
}
.hbox {
	padding-top:20px;	
}
.hbox ul {
	list-style:none;
	display: inline;
	margin: 0;
	padding: 0;
	/* For IE, the outcast */
	zoom:1;
	*display: inline;
	border-top:1px solid #FFF;
	padding-top:10px;
	text-transform:uppercase;
}
.hbox ul li {
	display:inline-block;
	padding:0px;
	margin:0px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:0px;
	font-size:14px;
	line-height:20px;
	width:33%;
}
.padding10 {
	padding:10px;	
}
.boxtxt1 {
	text-transform:none;
	color:#595858;	
	font-size:20px;
	font-family: 'Dosis', sans-serif;
}
.boximg h4 {
	text-transform:uppercase;	
}
.boximg img {
	max-width:374px;
	max-height:310px;
	width:100%;
	height:auto;
}
.sec2 h1 {
	font-family: 'Playfair Display', serif;
	font-size:56px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:20px;
	padding-bottom:20px;
}
.sec3 {
	max-width:1400px;
	margin:0 auto;
	padding-top:150px;
	padding-bottom:50px;
	background-image:url(../images/sec3.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	height:500px;
	color:#FFF;	
}
.sec3 h1 {
	text-transform:uppercase;
	font-weight:bold;
}
.sec3 p {
	font-size:28px;
	font-weight:lighter;
	font-family: 'Playfair Display', serif;
}
.btn1 {
	background-color:transparent;
	padding:5px 30px 5px 30px;
	font-size:16px;
	border:1px solid #FFF;
		
}
.btn1 a {
	color:#FFF;
	text-decoration:none;
}
.btn1 a:hover {
	color:#F90;
}
.footer {
	text-align:center;
	font-size:18px;
	padding:40px;
	color:#434343;	
}
.footer a {
	color:#FF9900;	
}
.slides h1 {
	font-size:50px !important;	
}
.sliderinner {
	background-image:url(../slider/img/slide-1.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:400px;	
}
.galleries {
	text-align:center;	
}
.galleries ul {
	list-style:none;
	display: inline;
	margin: 0;
	padding: 0;
	/* For IE, the outcast */
	zoom:1;
	*display: inline;
	border-top:1px solid #FFF;
	padding-top:10px;
	text-transform:uppercase;
}
.galleries ul li {
	display:inline-block;
	padding:0px;
	margin:0px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:20px;
	font-size:14px;
	line-height:20px;
}
.menuslist {
	text-align:center;	
}
.menuslist ul {
	list-style:none;
	display: inline;
	margin: 0;
	padding: 0;
	/* For IE, the outcast */
	zoom:1;
	*display: inline;
	border-top:1px solid #FFF;
	padding-top:10px;
	text-transform:uppercase;
}
.menuslist ul li {
	display:inline-block;
	padding:20px;
	margin:0px;
	font-size:14px;
	line-height:20px;
	width:32%;
	border:5px solid #FC9;
	vertical-align: top;
}
.menuslist > ul > li:nth-child(1) {
	margin-top: 100px;
}
.menuslist > ul > li:nth-child(2) {
	margin-top: 50px;
}

.menuslist ul li ul {
	text-align:left;	
}
.menuslist ul li ul {
	list-style:square;
	display: list-item;
	margin: 0;
	padding: 0;
	/* For IE, the outcast */
	zoom:1;
	border-top:0px solid #FFF;
	padding-top:2px;
	padding-bottom: 15px;
	text-transform:capitalize;
	padding-left: 20px;
}
.menuslist ul li ul li {
	display: list-item;
	padding:3px;
	margin:0px;
	font-size:14px;
	line-height:16px;
	width:100%;
	border:0px solid #FC9;
}
.menustxt1 {
	font-family: 'Pacifico', cursive;
	font-size:50px;
	text-transform:none;
	line-height:normal;
}

.menubox2 {
	border:1px solid #F90;
	padding:30px;
	background-color:#eeeded;	
	text-align: left;
}
.conleft {
	width:48%;
	float:left;	
}
.conright {
	width:48%;
	float:right;	
}
.spaces30 {
	height:30px;	
}
.form-style-5{
    max-width: 1200px;
    padding: 10px 20px;
    margin: 10px auto;
    padding: 20px;
    border-radius: 8px;
}
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
    
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #1abc9c;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #16a085;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #109177;
}
.form-style-5 textarea {
	height:100px;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 10px;
}
.button:a {
    color:#FFF;
}
.button1 {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFF;
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
}

.button2 {
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: #008CBA;
    color: white;
}

.button3 {
    background-color: white;
    color: black;
    border: 2px solid #f44336;
}

.button3:hover {
    background-color: #f44336;
    color: white;
}

.button4 {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}

.button5:hover {
    background-color: #555555;
    color: white;
}
.button6 {
    background-color: #0066FF; /* Green */
    border: none;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 10px;
}
.button6:hover {
    background-color: #0033CC; /* Green */
    border: none;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 10px;
}
.button6 a {
    color: white;
}
.error {
	color:#F00;
	font-size:11px;	
}
