{
outline: 1px solid #000;
}
body{
	margin: 0;
	padding: 0;
	background-color: #f5e8df;
}
@font-face {
	font-family: 'SEGOEUIL';
	src: url('../fonts/SEGOEUIL.eot');
	src: local('SEGOEUIL'), url('../fonts/SEGOEUIL.woff') format('woff'), 
	url('../fonts/SEGOEUIL.ttf') format('truetype');
}
@font-face {
	font-family: 'notosans';
	src: url('../fonts/notosans-regular-webfont.eot');
	src: local('notosans'), url('../fonts/notosans-regular-webfont.woff') format('woff'), 
	url('../fonts/notosans-regular-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'opensans';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: local('opensans'), url('../fonts/opensans-regular-webfont.woff') format('woff'), 
	url('../fonts/opensans-regular-webfont.ttf') format('truetype');
}

::-webkit-input-placeholder { color: #fff;}
::-webkit-placeholder 		{ color: #fff;}
::-moz-placeholder          { color: #fff;}
::-moz-input-placeholder    { color: #fff;}
::-o-placeholder			{ color: #fff;}
::placeholder 				{ color: #fff;}
::-input-placeholder 		{ color: #fff;}

/*
::selection,
input::selection,
p::selection,
a::selection,
button::selection{
    color: #be948e;
    background: transparent;
}
*/
.wrapper{
	width: 960px;
	margin: 0 auto;
}
.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
a:hover,a:focus,a:active{
	outline: 0;
	text-decoration: none;
}

/*-header-*/

.head_top{
	z-index: 9999;
	background: rgba(35,46,63,.6);
}
.logo{
	margin: 6px 6px 6px 0;
	text-indent: -9999px;
	text-decoration: none;
	float: left;
	font-family: 'SEGOEUIL';
	color: #fff;
	font-size: 26px;
	font-family: 'Eras Medium ITC';
	width: 175px;
	height: 35px;
	background: url('../img/logo.png') no-repeat center center;
}
.logo:hover{
	text-decoration: none;
	color: #fff;
}
.login_form{
	width: 330px;
	float: right;
	padding: 0 15px;
}
.header_text{
	margin: 0 auto;
	padding: 30px;
	max-width: 700px;
}
.header_text h4{
	color: #fff;
	font: normal 18px 'notosans';
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.33);
}
.header_mid{
	padding-bottom: 100px;
	margin: 20px 0;
}
header{
	background: url(../img/header_bg.jpg)no-repeat bottom center / cover;
}
.login_form .btn_{
	text-align: right;
	-webkit-transition: width ease 0.01s;
	   -moz-transition: width ease 0.01s;
		 -o-transition: width ease 0.01s;
			transition: width ease 0.01s;
	color: #fff;
	background-color: transparent !important;
	display: block;
	float: right;
	padding: 4px 10px;
	margin: 9px 0;
	border-radius: 5px;
	font: normal 16px 'opensans';
}
.login_form .btn_:hover{
	text-decoration: none;
	color: #fff;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.1) !important;
}
.arrow{
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-bottom-color: #644248;
	border-width: 0 7px 7px;
	top: -7px;
	left: 41%;
}
.glyphicon{
	margin-right: 6px;
}
.last{
	margin-right: 0 !important;
}
.btn-group{
	float: right;
}

/*-content-*/

.reg{
	width: 405px;
	height: 45px;
	margin: 40px auto;
}
.reg input{
	background: transparent;
	width: 282px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	padding: 9px;
	color: #fff;
	float: left;
	font: normal 18px 'SEGOEUIL';
	border-radius: 5px 0 0 5px;
}
.reg input:focus, .reg button:focus{
	outline: 0;
}
.reg button{
	font: normal 18px 'SEGOEUIL';
	float: left;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-left: none;
	color: #fff;
	background-color: transparent;
	border-left: 0;
	padding: 9px 12px 9px;
	border-radius: 0 5px 5px 0;
	-webkit-transition: background-color linear 0.2s;
	   -moz-transition: background-color linear 0.2s;
		-ms-transition: background-color linear 0.2s;
		 -o-transition: background-color linear 0.2s;
			transition: background-color linear 0.2s;
}
.reg button:hover{	
	background-color: rgba(27, 31, 36, 0.6);
}
.dropdown-menu{
	z-index: 0;
	background: #644248 !important;
	border-radius: 5px;
	padding: 5px 10px;
	z-index: 99999 !important
}
.dropdown-menu li{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dropdown-menu li:last-child{
	border:none;
}
.dropdown-toggle .text{
	float: left;
	display: block;
}
.arrowdown{
	float: right;
	text-align: right;
}
.tarif{
	margin-bottom: 40px;
}
.tarif h3{
	margin: 0 0 40px;
	font: normal 32px 'opensans';
	color: #494949;
}
.tarifs{
	min-width: 31.9%;
	float: left;
	margin-right: 20px;
	cursor: default;
	background: #fff;
	border-radius: 10px;
	border: 1px solid rgba(190, 93, 84, 0.72);
	text-align: center;
}
.inf{
	padding: 10px;
	max-width: 31.9%;
}
.inf ul {
	padding: 0;
	list-style: none;
}
.inf ul li{
	font: normal 16px 'myriad pro';
}
.tarifs h5{
	margin: 20px 0 !important;
	font: normal 25px 'Myriad Pro';
	color: #494949;
}
.tarifs p{
	clear: both;
	line-height: 35px !important;
	font: normal 18px 'Myriad Pro';
	color: #494949;
}
p.txt{
	line-height:20px !important;
	margin: 0 20px 20px !important;
}
.price{
	width: 60px;
	margin: 0 auto;
	font: normal 18px 'Myriad Pro';
	color: #494949;
}
.price .price1{
	margin: 14px 0 0 8px;
	float: left;
}
.price .price2{
	float: left;
	display: block;
	font-size: 35.5px;
}
.price .price3{
	clear: both;
	display: block;
	font-size: 15px;
}
.tarifs .btn_{
	color: #fff;
	background-color: rgba(197, 100, 91, 0.78) !important;
	display: block;
	border-radius: 3px;
	float: right;
	padding: 6px 12px 5px;
	margin: 0 8px 8px 0;
}
.tarifs .btn_:hover{
	text-decoration: none;
}
.quest_tab{
	display: none;
	max-width: 80%;
	border-radius: 10px;
	height: 171px;
	overflow: hidden;
	margin: 0 auto 40px;
}

/*-footer-*/

.footer_bottom{
	background-color: #634249;
	color: #fff;
}
.footer p{
	font:bold 16px 'SEGOEUIL';
	display: block;
}
.p_right{
	margin: 30px 0;
	width: 370px;
	float: right;
}
.contacts{
	float: left;
	margin: 25px 0;
	padding: 0;
	list-style: none;
}
.contacts li{
	margin: 10px 0;
	clear: both;
}
.contacts li span{
	float: left;
}
.contacts li span:last-child{
	margin-left: 10px;
}
.contacts i{
	float: left;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/sprite.png) no-repeat left center;
}
i.phone{
	background-position: -25px 0 !important
}
i.mail{
	background-position: -50px 0 !important
}
i.tg{
	background-position: -75px 0 !important
}
.map_iframe{
	height:270px; 
	overflow:hidden;
	border-radius: 10px;
	border: 1px solid rgba(190, 93, 84, 0.72);
}
.about_{
	max-width: 1000px;
	margin: 40px auto !important;
	text-align: center;
	text-align: center;
	color: #494949;
	font: normal 16px 'notosans';
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.19);
}
iframe{
	border-radius: 10px;
}

/*** Table Styles **/
.table-responsive h3{
	font-family: 'notosans';
}
.table-responsive table{
	font-family: 'notosans';
}
table td{
	vertical-align: middle !important;
	text-align: center;
}
table{
	margin-top: 20px;
	background: #fff;
	border-top: none;
}
thead th{
	text-align: top;
}
.tac{
  	text-align: center!important;
}
.feature_yes,
.feature_no {
  height: 19px;
  width: 19px;
  display: inline-block;
  vertical-align: middle;
}
.feature_yes {
  background-image: url(../img/yes.png);
}
.feature_no {
  background-image: url(../img/no.png);
}
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
thead{
	background-color: rgba(190, 93, 84, 0.72);
	border: none;
	color: #fff;
}
.modal-content{
	font-family: 'notosans';
}
