/* For a full explanation of this code, please refer to the blogpost at http://www.bram.us/2014/01/01/skrollr-css-animations-linked-to-scroll-position/ */

/**** intro css******/

.intro img{	
	width:100%;
	height:100%;
	display:none;
	}
.intro{
	width:100%;
}
.current{
	display:block;
}

/***** end intro css*****/
:link:focus, :visited:focus{ 
    outline: none; 
}

body {
	overflow: hidden;
	background-image:url("../img/bg/8.png");
	padding:0px;
	margin:0px;
}
#nav {
	
	height: 60px;
	text-align: center;
	position: fixed;
	z-index: 999;
	width: 100%;
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	
	background: #cee6fd; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(206, 230, 253, 0.75) 0%, rgba(36, 81, 155, 0.75) 68%, rgba(36, 81, 155, 0.75) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(206, 230, 253, 0.75) 0%, rgba(36, 81, 155, 0.75) 68%, rgba(36, 81, 155, 0.75) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(206, 230, 253, 0.75) 0%, rgba(36, 81, 155, 0.75) 68%, rgba(36, 81, 155, 0.75) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee6fd', endColorstr='#24519b', GradientType=1 ); /* IE6-9 */
}
#nav ul {
	height: 100%;
	list-style: none;
	
	display: inline-block;
	position: relative;
	top:15px;
	padding: 0;
	float:right;
}
#nav li {
	height: 100%;
	float: left;
	display: table;
	height:80px;
	margin-rght:20px;
	margin-left:20px;
	
}
#mb1{
	
	width:76px;
	 
}
#mb1 :hover,.mb1_active{
	background: url('../img/1.png') no-repeat;
	 
}
#mb2{
	
	width:76px;
	 
}
#mb2 :hover,.mb2_active{
	background: url('../img/1.png') no-repeat;
	 
}
#mb3{

	width:94px;
	 
}
#mb3 :hover,.mb3_active{
	background: url('../img/2.png') no-repeat;
	 
}
#mb4{
	width:122px;
	
}
#mb4 :hover,.mb4_active{
	background: url('../img/4.png') no-repeat;
	
}
#mb5{
	width:101px;
	 
}
#mb5 :hover,.mb5_active{
	background: url('../img/3.png') no-repeat;
	 
}

#nav li a {
	display: table-cell;
	vertical-align: middle;
	font-family: Myriad Pro;
	font-size: 1vw;
	
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding-bottom:15px;
	
}
#nav li:hover {
	
}

.nav-menue {
	float: left;
	padding: 13px;
}
.slider_text_bg{
	background: url("../img/slider-text.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
    height: 20%;
    
    position: absolute;
    z-index: 5;
    top: 80%;
	
}
.slider_text{
	display:table-cell;
	vertical-align:middle;
	font-family:Myriad Pro;
	font-size:1.5vw;
	color:white;
	text-align:left;
	line-height: 30px;
}
#skrollr-wrapper {
	/* make sure the boxes stay in place while you scroll by wrapping them in this fixed div: */
	overflow-x: hidden;
	top: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
}
.social{
	
	padding:15px;
	padding-top:4px;
	position: fixed;
	background-color:rgba(36, 81, 155, 0.75);
	right:0px;
	width:90px;
	margin-top:10%;
	height:270px;
	 z-index: 99;
	 cursor:pointer;
}
.social_icon{
float:left;
 width:60px;
 height:61px;
 margin-top:4px;
}
.fb{
	background-image:url('../img/fb.png');
}
.twitter{
	background-image:url('../img/twiter.png');
}
.linkdin{
	background-image:url('../img/linkdin.png');
}
.gplus{
	background-image:url('../img/gplus.png');
}
.youtube{
	background-image:url('../img/youtube.png');
}
#skrollr-wrapper div {
	overflow: hidden;
	text-align: center;
}
#box01{
position: absolute;	
}
#box1 {
	width:88%;
	left:6%;
	position: absolute;
	background: url("../img/about-us.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	padding: 0;
	float: left;
	z-index: 10;
}
.about {
	background: url("../img/about-bg.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 30%;
	top: 33%;
	position: relative !important;
	padding: 2%!important;
}
.about_header {
	float: left;
	padding-right: 40%;
	border-bottom: 1px solid white;
	font-family: arial;
	font-size: 2vw;
	color: white;
}
.about_text {
	padding-top: 2%;
	width: 80%;
	text-align: left!important;
	font-family: arial;
	font-size: 1.2vw;
	color: white;
}
.about-slide {
	/*background: url("../img/about-bg.png");*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	position: relative !important;
	padding-right: 0 !important;
	padding-left: 10px!important;
	padding-bottom: 14px;
	top: 36%;
}
.left {
	height: 100%;
}
#box2 {
	width:88%;
	left:6%;
	position: absolute;
	background: url("../img/services.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	padding: 0;
	float: left;
	z-index: 8;
}
.services_top {
	height: 44%;
	padding-top: 5%;
}
.services_top_header {
	display: inline-block;
	padding-left: 10%;
	padding-right: 10%;
	border-bottom: 2px solid white;
	font-family: arial;
	font-size: 2vw;
	color: white;
}
.services_top_dialog {
	padding-top: 2%;
	display: inline-block;
	width: 80%;
	font-family: arial;
	font-size: 1.2vw;
	color: white;
}
.services_left_dialog {
	height: 100%;
	font-family: Franklin Gothic Demi;
	font-size: 1.1vw;
	color: white;
	text-align: center;
}
#box3 {
	width:88%;
	left:6%;
	position: absolute;
	background: url("../img/prices.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	padding: 0;
	float: left;
	z-index: 6;
}
#box4 {
	width:88%;
	left:6%;
	position: absolute;
	background: url("../img/last.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	padding: 0;
	float: left;
	z-index: 4;
}
#box5 {
	bottom: 0;
	position: absolute;
	background-color: #19455F;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100px;
	border-top: 5px solid #BB1F25;
	padding: 0;
	float: left;
	width: 100%;
	z-index: 2;
}
.slider-services {
	background: url("../img/slider-bg.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	position: relative !important;
	padding: 0 !important;
}
.prices_top {
	display: inline-block;
	width: 33%;
	height: 100%;
	padding-top: 5%;
}
.weekly_prices {
	border-bottom: 1px solid #3F789F;
	font-size: 2vw;
	color: #3F789F;
}
.prices_link {
	font-size: 2vw;
	color: #326890;
	font-weight: bold;
}
.wtitle{
	height:6%;
	color:#326890 ;
	font-size: 2.4vw;
	font-weight: bold;
	margin-top: 70px;
}
.prices-tab {
	width: 16%;
	display: inline-block;
	height: auto;
	background-color: rgba(236, 242, 246, 0.52);
	margin-left: 2%;
	margin-right: 2%;
	    margin-top: 2%;
}
.price_tab_dialog {
	height: 60%;
	width: 100%;
	float: left;
	padding: 5%;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	color: #678DAD;
}
.price_tab_type {
	width: 100%;
	height: 100%;
	background-color: #678DAD;
	display: table;
	font-family: arial;
	font-size: 1.7vw;
	color: white;
}
.price_tab_type span {
	display: table-cell;
	vertical-align: middle;
}
.price_tab_price {
	height: 20%;
	width: 100%;
	float: left;
}
.price_tab_qt {
	font-family: arial;
	color: #678DAD;
	font-size: 2.6vw;
}
.price_tab_cur {
	font-family: Adobe Arabic;
	font-size: 55px;
}
.contact_form {
	height: auto;
	width: 22%;
	position: absolute;
	padding: 2%;
	top: 14%;
	right: 10%;
}
.videom {
	height: 100%;
	width: 80%;
	display: inline-block;
}
input[type="text"], input[type="email"] {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial!important;
	font-size: 15px!important;
	font-weight: bold!important;
	color: #1A4561!important;
	border: none;
	box-shadow: 4px 4px 0px 0px;
	width: 100%;
	height: 35px;
	margin-bottom: 20px;
	background-color: #D6E3E9;
}
textarea {
	width: 100%;
	height: 200px;
	background-color: #D6E3E9;
	resize: none;
}
input[type="button"] {
	font-family: Arial!important;
	font-size: 15px!important;
	font-weight: bold!important;
	color: white!important;
	border: none;
	box-shadow: 4px 4px 0px 0px #1A4561;
	padding: 20px;
	float: right;
	margin-top: 20px;
	background-color: #BB1F25;
}
.video {
	background: url("../img/video.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.footer-text {
	font-family: arial regular;
	font-size: 14px;
	color: white;
	display: table-cell;
	vertical-align: middle;
}
.footer-text-div {
	display: table;
	width: 100%;
	height: 100%;
	text-align: left!important;
}

#box_z1 ,#box_z2 ,#box_z3 ,#box_z4{
	position:absolute;
	width:100%;
	height:100%;
}

#byebye{
/*display:none;*/
color: white;
margin-top: 14%;	
font-size:20px;
}
.sending{
	
	    float: left;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 23px;
    color: white;
}

.tryagain{
font-size: 20px;
    color: red;
    font-weight: bold;
    background-color: white;	
}
#error,#byebye,#sending{
display:none;	
}
#message{
	
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial!important;
    font-size: 15px!important;
    font-weight: bold!important;
    color: #1A4561!important;
    border: none;
    box-shadow: 4px 4px 0px 0px;
    width: 100%;
    
    margin-bottom: 20px;
    background-color: #D6E3E9;
}
