html{
	position: relative;
    min-height: 100%;
    /*background-color: #1A1A1D;*/
    /*background-color: #FAFAFA;*/
    background-color: #FFFFFF;
}

body{
	font:15px/1.5 'Roboto' ,Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;

	/*background:url('../img/background1.jpg') no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    /*background-color: #F6F6F6;*/
    /*background-color: #1A1A1D;*/
    /*color:white;*/
    color:black;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}*/

/* Global */
.main{
	/*margin-left: auto;
	margin-right: auto;
	/*margin-top: 8%;*/
	/*width: 60%;*/
	/*display: block;*/
}

ul{
	padding:0;
	margin: 0;
}

li{
	text-transform: uppercase;
}

.top-info-wrapper{
	width: 100%;
	background-color: #F8F8F8;
	color: #808080;
}

.top-info{
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*Top Banner*/
/*.top-banner{
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

.top-banner img{
	z-index: -1;
	width: 100%;
	height:200px;
}

.top-banner a{
	color: #ccc;
	text-decoration:none;
	font-size: 0.8em;
	bottom: 8px;
	right: 10px;
	position: absolute;

}*/

/*Header*/
header{
	/*background: #ccc;*/
	/*background: #ffd8a4;*/
	/*background: #6F2232;*/
	/*background: #1F2833;*/
	background: #FF9100;
	color: #ffffff;
	/*padding-top: 30px;*/
	min-height: 50px;
	/*border-bottom: #e8491d 3px solid;*/
	/*border-bottom: #45A29E 3px solid;*/
}

header a{
	/*color: #f42b03;*/
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;

	-webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;

}

header li{
	/*background: #e89005;*/
	/*background: #4E4E50;*/
	/*background: #1A1A1D;*/
	background: #FF9100;
	float: left;
	display: inline;
	margin-top: 6px;
	padding: 5px 10px 5px 10px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	/*border-right: 1px #665 solid;*/

	/*Transition*/
	-webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	/*transition: all 0.4s ease-in-out;*/
}

header li:first-child{
	border-radius: 20px 0px 0px 20px;
	border-left: 2px solid white;
}

header li:last-child{
	border-radius: 0px 20px 20px 0px;
	border-right: 2px solid white;
}


/*header .icon {
  display: none;
}*/

/*header li:last-child{
	border-right: none;
}*/

/*header li*/.current a{
	/*background-color:#e70e02;*/
	/*background-color: #C3083F;*/
	/*background-color: #66FCF1;*/
	/*color: #66FCF1;*/
	color: black;
	font-weight: bold;
}

/*header li*//*.current a{
	color: black;
}*/

.header-logo h1{
	/*margin-left: 5%;
	margin-right: 0;*/
	/*color:#FF9100;*/
	color:#FF9715;
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

header nav{
	/*margin-right: 5%;*/
	/*margin-left: 35%;*/
	position: relative;
	text-align: center;
}

header nav ul{
	display: inline-block;
}

/*header li:hover a{
	color: black;
}*/

header li:hover a{
	/*background-color:#e70e02;*/
	/*background-color: #C3083F;*/
	/*background-color: #66FCF1;*/
	/*color: #66FCF1;*/
	color: black;
}


/*Main Section*/

section{
	/*border-right:1px black solid;
	border-left:1px black solid;*/
	/*border-right:2px #45A29E solid;
	border-left:2px #45A29E solid;*/
	/*background: #f8fee4;*/
	/*background: #1A1A1D;*/
	background-color: #FFFFFF;
    /*min-height: 550px;*/
    min-height: 750px;
    width: 60%;
    margin-left: auto;
	margin-right: auto;
	display: block;
}

section p:last-child{
	/*float:left;*/
	padding-bottom: 25px;
}

section img{
	/*margin-top: 2%;*/
	margin-right: 2%;
	border-radius: 15px;
	/*width: 35%;
	height: 35%;*/
	height: auto;
	min-height: 250px;
	max-width: 40%;
	float:right;
}

section h2{
	font-size: 28px;
	margin: 0;
	padding-top: 2%;
	/*color:#ec7505;*/
	color: #FF9100;
}

section h3{
	font-size: 19px;
	color:#ec7505;
}

section div.container{
	display: inline-block;
	width: auto;
	height: auto;
	padding:0px 10px 0 10px;
}

/*Section Feedback Form*/

section form.feedback-form *{
	display: block;
	margin-bottom: 10px;
	width:300px;
	box-sizing: border-box;
}

section form.feedback-form input{
	border: #E89005 2px solid;
	padding:5px 0px 5px 0px;
}

section form.feedback-form input[name="lock-in"]{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	/*background-color: #E89005;*/
	background-color: #FFFFFF;
	width: 150px;
}

section form.feedback-form input[name="lock-in"]:hover{
	/*color: black;
	background-color:#e70e02;
	border-color: black;*/
	color: #FF9100;
}

section form.feedback-form textarea{
	resize: none;
	height: 75px;
	border: #E89005 2px solid;
	color:black;
}

/*Section feedback sidebar*/
section aside.feedback-sidebar{
	margin-right: 25%;
	margin-top: 5px;
	float:right;
	display: block;
	width: 30%;
}


/*section aside.feedback-sidebar-under{
	margin-top: 150px;
}*/


/*Section billing form*/

section form.billing-form{
	position: relative;
	margin-top: 12.5px;
}

section form.billing-form .billing-form-checkbox{
	/*float:right;*/
	float: right;
	text-align: left;
	display: inline-block;
	margin-right: 33%;
	margin-top: -14%;
}

section form.billing-form .billing-form-checkbox label{
	border: #E89005 2px solid;
	padding: 2px 0px 2px 0px;
	padding-left: 2px;
	width: 15em;
}

section form.billing-form .billing-form-checkbox input.billing-form-checkbox-input{
	margin-top: -30px;
	margin-left: 50px;
}

section form.billing-form input.inputfile{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

section form.billing-form input.inputfile + label{
	padding: 3px 0px 3px 1px;
	border: 2px solid #E89005;
	cursor: pointer;
	display: inline-block;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

section form.billing-form .inputfile:focus + label{
	color: #FF9100;
}

section form.billing-form input.inputfile + label:hover{
	color: #FF9100;
}
section form.billing-form .billing-form-checkbox input.billing-form-optInput1{
	/*border: #E89005 2px solid;
	padding:5px 0px 5px 0px;*/
	margin: 0px;
	width: 16.9em;
}

section form.billing-form .billing-form-checkbox input.billing-form-optInput2{
	width: 16.9em;
	margin-top: -7px;
}

section form.billing-form .billing-form-checkbox div{
	margin-top: 16.5px;
}

section form.billing-form .billing-form-checkbox a.optInfo{
	padding-top: 5px;
	border-bottom: 1px #ccc solid;
	opacity: 0.35;
	width: 15em;
}

section form.billing-form  *{
		display: block;
		margin-bottom: 10px;
		margin-right: 10px;
		width:300px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}

section form.billing-form input{
	border: #E89005 2px solid;
	padding:5px 0px 5px 0px;
}

section form.billing-form input[name="lock-in"]{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	/*background-color: #E89005;*/
	/*background-color: #1A1A1D;*/
	background-color: #FFFFFF;
	/*color: white;*/
	color: black;
	width: 150px;
}

section form.billing-form input[name="lock-in"]:hover{
	/*color: black;*/
	/*background-color:#e70e02;*/
	/*background-color: #1A1A1D;*/
	/*border-color: black;*/
	/*border-color: #45A29E;*/
	color: #FF9100;
}

section form.billing-form textarea{
	resize: none;
	height: 75px;
	border: #E89005 2px solid;
	color:black;
}

/*Prices*/

section div.container-prices{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding:0px 0px 0px 0px;
}

aside.prices-sidebar{
	/*padding: 0px 15px 5px 5px;*/
	/*margin-top: 50px;*/
	/*margin-left: 200px;*/
	float:left;
	margin-top: 10px;
	width: 100%;
	border-bottom: 2px #454C54 solid;
	border-width: 100%;
}

aside.prices-sidebar ul{
	font-size: 0;
	text-align: center
}

aside.prices-sidebar li.main-menu-dropdown{
	display: inline-block;
	min-width: 75px;
	/*margin-left: 5px;*/
	margin-bottom: 10px;
	/*border-bottom: 1px black solid;*/
	font-size: 16px;

}

aside.prices-sidebar li.main-menu-dropdown:first-child{
	/*margin-left: 10px;*/
	border-radius: 20px 0px 0px 20px;
	border-left: 2px solid #FF9100;
}

aside.prices-sidebar li.main-menu-dropdown:last-child{
	/*margin-left: 10px;*/
	border-radius: 0px 20px 20px 0px;
	border-right: 2px solid #FF9100;
}

aside.prices-sidebar li{
	list-style: none;
	/*background: #e89005;*/
	/*background: #6F2232;*/
	/*background: #1A1A1D;*/
	background: #FFFFFF;
	padding: 6px 11px 6px 11px;
	text-align: center;

	border-top: 2px solid #FF9100;
	border-bottom: 2px solid #FF9100;


	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

aside.prices-sidebar li a{
	text-decoration: none;
	/*color: black;*/
	/*color: white;*/
	color: black;

	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

aside.prices-sidebar li div.dropdown-content{
	position: absolute;
	margin-top: -7px;
	margin-left: -20px;
	min-width: 115px;
	z-index: 1;


    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s, margin-top 0.5s ease;
}

aside.prices-sidebar li div.dropdown-content a{
	/*border-bottom: 1px black solid;*/
	/*box-shadow: 8px 5px 10px #ccc;*/
	/*color: white;*/
	color: white;
	display: block;
	text-align: center;
	/*background: #e89005;*/
	/*background-color: #4E4E50;*/
	/*background: #1A1A1D;*/
	background: #FF9100;
	padding: 5px 10px 5px 10px;


	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

aside.prices-sidebar li div.dropdown-content a:last-child{
	border-bottom: none;
}

aside.prices-sidebar li:hover a{
	/*background-color:#e70e02;*/
	/*background-color: #4E4E50;*/
	/*background-color: #66FCF1;*/
	/*color: #66FCF1;*/
	color: #FF9100;
}

aside.prices-sidebar li:hover div.dropdown-content{
	visibility: visible;
    opacity: 1;
    margin-top: 7px;
}

aside.prices-sidebar li div.dropdown-content a:hover{
	/*background-color:#e70e02;*/
	/*color: #66FCF1;*/
	color: black;
}


/*Prices-information*/

section div.container-prices div.prices-information{
	width: 100%;
	height: 100%;
	text-align: center;
}

section div.container-prices div.prices-information h3{
	color:#ec7505;
}

section div.container-prices div.prices-information h2{
	margin-left: 15px;
}

section div.container-prices div.prices-information div.menu-1-5{
	/*height: 250px;*/
	height: 200px;
	width: 200px;
	margin-left: 10px;
	display: inline-block;
}

/*Gallery*/
section.gallery_section img{
	width: 30%;
	margin: 20px 10px 10px 10px;
	float: none;
	filter: grayscale(1);

	/*Transition*/
	-webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	/*transition: all 0.4s ease-in-out;*/

}

section.gallery_section img:hover{
	filter: grayscale(0);
	transform: scale(1.1);
}

/*Footer*/

footer{
	/*position: fixed;*/
	/*width: 100%;*/
 	/*padding: 20px;*/
 	/*padding-top: 5px;
 	/*bottom: 0;*/

 	/*border-top: 2px #45A29E solid;*/

    position: relative;
    left: 0;
    bottom: 0;
    max-height: 105px;
    width: 100%;
    overflow: hidden;

 	color: #ffffff;
 	/*background: #FFD8A4;*/
 	/*background: #1A1A1D;*/
 	background: #454C54;
 	text-align: center;
}

footer p{
	padding-top: 20px;
}


/*Media*/
@media(max-width: 1600px){
	section form.billing-form .billing-form-checkbox{
		margin-right: 20%;
	}
	#prices-sidebar-est li.main-menu-dropdown:first-child{
		/*margin-left: 10px;*/
		border-radius: 0px 0px 0px 0px;
		border-left: none;
	}

	#prices-sidebar-est li.main-menu-dropdown:last-child{
		/*margin-left: 10px;*/
		border-radius: 0px 0px 0px 0px;
		border-right: none;
	}

	#prices-sidebar-est li div.dropdown-content{
		margin-top: 6px;
	}
}

@media(max-width: 1370px){
	aside.prices-sidebar li.main-menu-dropdown:first-child{
		/*margin-left: 10px;*/
		border-radius: 0px 0px 0px 0px;
		border-left: none;
	}

	aside.prices-sidebar li.main-menu-dropdown:last-child{
		/*margin-left: 10px;*/
		border-radius: 0px 0px 0px 0px;
		border-right: none;
	}
	aside.prices-sidebar li div.dropdown-content{
		margin-top: 6px;
	}
}

@media(max-width: 1280px) {
	/*section form.billing-form .billing-form-checkbox{
		display: block;
		float: none;
		margin-top: 5%;
	}*/

	section form.billing-form .billing-form-checkbox{
		margin-right: 0%;
	}

}

@media(max-width: 1020px){
	section form.billing-form .billing-form-checkbox{
		display: block;
		float: none;
		margin-top: 5%;
	}

}


@media(max-width: 640px){

	/*Header logo*/
	.header-logo{
		text-align: center;
	}
	.header-logo h1{
    	width: 100%;
    	display: inline-block;
    	margin-left: auto;
    	margin-right: auto;
    }

	/*Global section*/
	section{
		width: 100%;
		text-align: left;
	}

	section p{
		padding-left: 2%;
	}
	section h2, section h3{
	    padding-left: 3%;
	}

	/*Section image*/
	section img{
		width: 96%!important;
		height: 35%!important;
		margin-top: 2%!important;
		/*margin-right: 2%;*/
		margin-left: 1.25%!important;
		float:none!important;
		min-height: none!important;
		max-width: none!important;
	}

	/*Container*/
	section div.container{
		padding: 0px 0px 0px 0px!important;
	}

	/*Billing*/
	div.billing-form-wrapper{
		text-align: center;
	}

	section form.billing-form{
		margin-left: 10px;
		display: inline-block;
		overflow: hidden;
	}

	section form.billing-form  *{
		width: 225px;
	}

	section form.billing-form input[name="lock-in"]{
		width: 225px;
	}

	/*Feedback-Form*/
	section form.feedback-form{
	    text-align: center;
	}

	section form.feedback-form *{
		display: inline-block;
		margin-bottom: 10px;
		width:225px;
		box-sizing: border-box;
	}

	section form.feedback-form input[name="lock-in"]{
		width: 225px;
	}

	/*Feedback-sidebar*/
	section aside.feedback-sidebar{
	    text-align: center;
		float: none;
		width: 100%;
	}

	/*Header - Navigation Menu*/

	/*header nav{
		margin-left: 15px;
	}*/

	header ul li{
		text-align: center;
	}

	header li{
	/*background: #e89005;*/
	/*background: #4E4E50;*/
	/*background: #1A1A1D;*/
	background: #FF9100;
	float: none;
	display: inline-block;
	margin-top: 5px;
	padding: 5px 10px 5px 10px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	margin-bottom: 5px;
	margin-right: -4px;
	/*border-right: 1px #665 solid;*/

	/*Transition*/
	-webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	/*transition: all 0.4s ease-in-out;*/
	}

	header li:first-child{
		border-radius: 0px 0px 0px 0px!important;
		border-left: none!important;
	}

	header li:last-child{
		padding-right: 17px;
		border-radius: 0px 0px 0px 0px!important;
		border-right: none!important;
	}

	/*header nav li{
    	display: none;
  	}
  	header a.icon {
		float: right;
		display: block;
  	}

  	header a.icon:hover{
  		background: #ccc;
  	}

  	.header.responsive {position: relative;}
  	.header.responsive a.icon {
	    position: absolute;
	    right: 0;
	    top: 0;
  	}
  	.header.responsive a {
	    float: none;
	    display: block;
	    text-align: left;
  	}*/

  	/*Prices*/
  	section div.container-prices{
		display: inline-block;
		width: 100%;
		height: 100%;
		padding:0px 0px 0px 0px;
	}

	aside.prices-sidebar{
		/*padding: 0px 15px 5px 5px;*/
		/*margin-top: 50px;*/
		/*margin-left: 200px;*/
		float:left;
		margin-top: 10px;
		width: 100%;
		border-bottom: 2px #454C54 solid;
		border-width: 100%;
	}

	aside.prices-sidebar ul{
		font-size: 0;
		text-align: center
	}

	aside.prices-sidebar li.main-menu-dropdown{
		display: inline-block;
		min-width: 75px;
		/*margin-left: 5px;*/
		margin-bottom: 10px;
		/*border-bottom: 1px black solid;*/
		font-size: 16px;

	}

	aside.prices-sidebar li.main-menu-dropdown:first-child{
		/*margin-left: 10px;*/
		border-radius: 0px 0px 0px 0px;
		border-left: none;
	}

	aside.prices-sidebar li.main-menu-dropdown:last-child{
		/*margin-left: 10px;*/
		border-radius: 0px 0px 0px 0px;
		border-right: none;
	}

	aside.prices-sidebar li{
		list-style: none;
		/*background: #e89005;*/
		/*background: #6F2232;*/
		/*background: #1A1A1D;*/
		background: #FFFFFF;
		padding: 6px 11px 6px 11px;
		text-align: center;
		width: 50%;
		border-top: 2px solid #FF9100;
		border-bottom: 2px solid #FF9100;


		webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
	}

	aside.prices-sidebar li a{
		text-decoration: none;
		/*color: black;*/
		/*color: white;*/
		color: black;

		webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
	}

	aside.prices-sidebar li div.dropdown-content{
		display: none;
		position: absolute;
		margin-top: 6px;
		margin-left: 80px;
		min-width: 115px;
		z-index: 1;


		webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
	}

	aside.prices-sidebar li div.dropdown-content a{
		/*border-bottom: 1px black solid;*/
		/*box-shadow: 8px 5px 10px #ccc;*/
		/*color: white;*/
		color: white;
		display: block;
		text-align: center;
		/*background: #e89005;*/
		/*background-color: #4E4E50;*/
		/*background: #1A1A1D;*/
		background: #FF9100;
		padding: 5px 10px 5px 10px;


		webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
	}

	aside.prices-sidebar li div.dropdown-content a:last-child{
		border-bottom: none;
	}

	aside.prices-sidebar li:hover a{
		/*background-color:#e70e02;*/
		/*background-color: #4E4E50;*/
		/*background-color: #66FCF1;*/
		/*color: #66FCF1;*/
		color: #FF9100;
	}

	aside.prices-sidebar li:hover div.dropdown-content{
		display: block;
	}

	aside.prices-sidebar li div.dropdown-content a:hover{
		/*background-color:#e70e02;*/
		/*color: #66FCF1;*/
		color: black;
	}

	/*Gallery*/

	section.gallery_section img:hover{
	transform: scale(1.04);
	}
}
