/*
Theme Name: Wazer English.
Theme URI: http://www.wazer.ly
Author: Wazer
Author URI: http://www.wazer.ly
*/

@font-face {
    font-family: jf;
    src: url("fonts/jf.otf");
}



html, body {
    width: 100%;
    direction: rtl;
    font-family: jf, tahoma;
    font-size: 12px;
}

.modal p {
    font-family: jf;
    font-size: 12px !important;	
}

.modal_logo {
	float: left;
	margin-right: 10px;
	opacity: 0.2;
}

#header_wrap {
	background: #191919 url(img/wazer-home.png) no-repeat right center;
	margin-bottom: 30px;
}

#logo {
	display: block;
	float: left;
	margin-top: 38px;
	height: 125px;
	padding-left: 30px;	
}

#header h1 {
	margin-bottom: 0;
	margin-top: 40px;
	line-height: 100%;
	font-size: 75px;
	color: #444;
	width: 100%;	
	text-align: left;
	padding-left: 60px;
}

#header h2 {
	margin-top: 16px;
	margin-bottom: 47px;
	font-size: 13px !important;
	color: #fff;
	text-align: left;
	width: 100%;
	padding-left: 60px;	
}	

p {
	line-height: 190%;
	color: #777;
	text-align: justify;
	font-size: 13px !important;
	font-family: arial;
	margin-left: 15px;
}

li > p {
	line-height: 150%;
	margin-bottom: 5px;
}

li {
	line-height: 100%;
	text-align: justify;
	font-size: 18px;
	list-style: square;
	color: #9d9d9d;
}

#wrap {
	padding-bottom: 100px;
}

#wrap h2, #wrap_small h2 {
	border-right: 5px solid #f0b70c;
	padding-right: 10px;
	margin-top: 40px;
	margin-bottom: 15px;
	line-height: 100%;
	font-weight: bold;
	font-size: 24px;
}

.map_thumb {
	display: block;
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #eee;	
}

.top_button {
	float: left;
	font-size: 30px;
	padding-left: 30px;
	padding-right: 30px;
	background: #f0b70c;
	border: none;
}

.top_button:hover {
	background: #191919;
}

.modal .btn-primary {
	background: #191919;	
	border: none;
}

.modal .btn-primary:hover {
	background: #f0b70c;
	border: none;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-color: #f0b70c;
	border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-color: #191919;
	border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #191919;
	border-color: none;
}

.b_button {
	float: left;
	font-size: 30px;
	padding-left: 30px;
	padding-right: 30px;	
	margin-top: 50px;
}

button.close {
	float: left;
	margin-top: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: right;
}


@media (min-width: 1200px) { 
.container {	width: 960px !important;} }

@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: right; }
}

@media (max-width: 640px) {
#wrap {	display: none !important; }
#wrap_small {	display: block !important; padding: 0 20px; }
}

@media (min-width: 640px) {
#wrap_small {	display: none !important; }
#wrap {	display: block !important; }
}