/*  Fonts  */
@font-face {
    font-family: 'Aleo-Regular';
    src: url('../fonts/Aleo-Regular.eot');
    src: url('../fonts/Aleo-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Aleo-Regular.woff') format('woff'),
         url('../fonts/Aleo-Regular.ttf') format('truetype'),
         url('../fonts/Aleo-Regular.svg#Aleo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Aleo-Bold';
    src: url('../fonts/Aleo-Bold.eot');
    src: url('../fonts/Aleo-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Aleo-Bold.woff') format('woff'),
         url('../fonts/Aleo-Bold.ttf') format('truetype'),
         url('../fonts/Aleo-Bold.svg#Aleo-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Regular.woff') format('woff'),
         url('../fonts/Lato-Regular.ttf') format('truetype'),
         url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidKufi-Bold';
    src: url('../fonts/DroidKufi-Bold.eot');
    src: url('../fonts/DroidKufi-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidKufi-Bold.woff') format('woff'),
         url('../fonts/DroidKufi-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidKufi-Regular';
    src: url('../fonts/DroidKufi-Regular.eot');
    src: url('../fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidKufi-Regular.woff') format('woff'),
         url('../fonts/DroidKufi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Bold.woff') format('woff'),
         url('../fonts/Lato-Bold.ttf') format('truetype'),
         url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{ padding-top: 40px; background:url("../images/bg2.jpg") no-repeat; background-size: cover; background-color: #ffffff; }

/*  General CSS*/

h1, h2, h3, h4, h5 ,h6{
    color: #d41e44;
    font-family: "Lato-Regular", arial;
    letter-spacing: 1px;
}

h1.ar, h2.ar, h3.ar, h4.ar, h5.ar ,h6.ar{
    color: #d41e44;
    font-family: "DroidKufi-Regular", arial;
    letter-spacing: 1px;
}

h1 { font-size: 2.8em; color:#000000; margin-top:5px;margin-bottom:5px;}
h2 { font-size: 1.5em;}
h3 { font-size: 2em;}
h4 { font-size: 1.8em; color:#000000;}
h5 { font-size: .83em;}
h6 { font-size: .75em;}
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

h1.ar { font-size: 1.8em; color:#000000; margin-top:5px;margin-bottom:5px;}
h2.ar { font-size: 1.5em;}
h3.ar { font-size: 1.08em;}
h4.ar { font-size: 1em;}
h5.ar { font-size: .83em;}
h6.ar { font-size: .75em;}
h1.ar, h2.ar, h3.ar, h4.ar,
h5.ar, h6.ar          { font-weight: bolder }

.logo1 img
{
    max-width: 250px;
}
.logo2 img
{
    max-width: 150px;
    padding-top: 20px;
}
.heading-title
{
    padding-top:30px;
}

.property-img
{
    padding-top:50px;
}
.property-img img
{
    width:280px;
}
.footer
{
    position: fixed;
    right: 50px;
    bottom: 30px;
}

#socialIcons {
display:block;
}
#socialIcons ul {
margin: 0px; 
padding:0px;
text-align: left;
}
#socialIcons ul li {
margin-right: 5px;
height: 52px;
line-height: 52px;
list-style-type: none;
display: inline-block; 
}
#socialIcons ul li a{
width:52px;
height:52px; 
display: inline-block;
}
.facebookIcon, .googleplusIcon, .twitterIcon, .instagramIcon{
background: url('../images/social-icons.png') 0px 0px;
}
.twitterIcon{
background-position:  -62px 0px;
}
.googleplusIcon{
background-position: -125px 0px;
}
.instagramIcon{
background-position: -187px 0px;
}

@media (min-width: 481px) and (max-width: 767px) {
/*  General CSS*/
body{ padding-top: 80px; }

h1, h2, h3, h4, h5 ,h6{
    color: #d41e44;
    font-family: "Lato-Regular", arial;
    letter-spacing: 1px;
    line-height: 1.2em;
}

h1.ar, h2.ar, h3.ar, h4.ar, h5.ar ,h6.ar{
    color: #d41e44;
    font-family: "DroidKufi-Regular", arial;
    letter-spacing: 1px;
    line-height: 1.4em;
}

.col-sm-6 { width: 50%; float: left; }

h1 { font-size: 2.5em; color:#000000; margin-top:5px;margin-bottom:5px;}
h2 { font-size: 1.5em;}
h3 { font-size: 2em;}
h4 { font-size: 1.5em;  color:#000000;}
h5 { font-size: .83em;}
h6 { font-size: .75em;}
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.heading-title h1,h3,h4 { text-align: center; }

h1.ar { font-size: 1.2em; color:#000000; margin-top:5px;margin-bottom:5px;}
h2.ar { font-size: 1.5em;}
h3.ar { font-size: .9em;}
h4.ar { font-size: .90em;}
h5.ar { font-size: .83em;}
h6.ar { font-size: .75em;}
h1.ar, h2.ar, h3.ar, h4.ar,
h5.ar, h6.ar          { font-weight: bolder }
.text-left{ text-align:left !important; }
.text-right{ text-align:right !important; }
.logo1 img
{
    max-width: 200px;
}
.logo2 img
{
    max-width: 100px;
    padding-top: 20px;
}
.heading-title
{
    padding-top:20px;
}

.property-img
{
    padding-top:20px;
}
.property-img img
{
    width:280px;
}
#socialIcons ul {
margin: 0px; 
padding:0px;
text-align: center;
}
.footer
{
    position: relative;
    bottom: 30px;
    right: auto;
    text-align: center;
    width: 100%;
    padding-top:50px;
}
.footer img
{
    width:20%;
}
}

@media (max-width: 480px) {
/*  General CSS*/

body{ padding-top: 0px; }

h1, h2, h3, h4, h5 ,h6{
    color: #d41e44;
    font-family: "Lato-Regular", arial;
    letter-spacing: 1px;
    line-height: 1.2em;
}

h1.ar, h2.ar, h3.ar, h4.ar, h5.ar ,h6.ar{
    color: #d41e44;
    font-family: "DroidKufi-Regular", arial;
    letter-spacing: 1px;
    line-height: 1.4em;
}

.col-sm-6 { width: 50%; float: left; }

h1 { font-size: 2em; color:#000000; margin-top:5px;margin-bottom:5px;}
h2 { font-size: 1.5em;}
h3 { font-size: 1.8em;}
h4 { font-size: 1.2em;  color:#000000;}
h5 { font-size: .83em;}
h6 { font-size: .75em;}
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.heading-title h1,h3,h4 { text-align: center; }

h1.ar { font-size: 1.2em; color:#000000; margin-top:5px;margin-bottom:5px;}
h2.ar { font-size: 1.5em;}
h3.ar { font-size: .9em;}
h4.ar { font-size: .90em;}
h5.ar { font-size: .83em;}
h6.ar { font-size: .75em;}
h1.ar, h2.ar, h3.ar, h4.ar,
h5.ar, h6.ar          { font-weight: bolder }
.text-left{ text-align:center !important; }
.text-right{ text-align:center !important; }
.logo1 img
{
    max-width: 200px;
}
.logo2 img
{
    max-width: 100px;
    padding-top: 20px;
}
.heading-title
{
    padding-top:20px;
}

.property-img
{
    padding-top:20px;
}
.property-img img
{
    width:280px;
}
#socialIcons ul {
margin: 0px; 
padding:0px;
text-align: center;
}
.footer
{
    position: relative;
    bottom: 30px;
    right: auto;
    text-align: center;
    width: 100%;
    padding-top:50px;
}
.footer img
{
    width:30%;
}
}

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}


.content h1{
    color: #fff;
    font-family: "Aleo-Bold", arial;
    font-size: calc(40px + 12 * ((100vw - 320px) / 1360));
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content p{
    color: #fff;
    font-family: "Aleo-Regular", arial;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
}

.content p.description{
    margin-top: 20px;
    margin-bottom: 20px;
}

.content .subscription_form{
    width: 100%;
    margin: 60px auto 0 auto;
    position: relative;
}

.content .subscription_form > div:before,
.content .subscription_form > div:after{
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    top: 50%;
}

.content .subscription_form > div:before{
    left: -35%;
}
.content .subscription_form > div:after{
    right: -35%;
}

.subscription_form form input[type=email],
.subscription_form form input[type=text]{
    display: block;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    color: #cc45e4;
    font-size: 16px;
    letter-spacing: 1px;
    outline: none;
    float: left;
    margin: 0;
    border: 0;
    font-family: 'Aleo-Regular', arial;
}

.subscription_form form input[type=email]::-webkit-input-placeholder,
.subscription_form form input[type=text]::-webkit-input-placeholder{
   color: #e3cced;
}

.subscription_form form input[type=email]::-moz-placeholder,
.subscription_form form input[type=text]::-moz-placeholder{
   color: #e3cced;
}

.subscription_form form input[type=email]::-moz-placeholder,
.subscription_form form input[type=text]::-moz-placeholder{
   color: #e3cced;
}

.subscription_form form input[type=email]::-ms-input-placeholder,  
.subscription_form form input[type=text]::-ms-input-placeholder{  
   color: #e3cced;
} 

.subscription_form form button{
    display: block;
    width: 62px;
    height: 59px;
    background: #ffffff;
    border: 0;
    float: left;
    margin-left: -1px;
    outline: none;
}

.subscription_form form button:hover{
    cursor: pointer;
}

.subscription_form form .icon{
    display: block;
    width: 26px;
    height: 19px;
    background: url("../img/mail_icon.png") no-repeat;
    margin-left: 10px;
}


.subscription_form form .loading{
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/load.gif") no-repeat;
    margin-left: 20px;
}


.back_img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: -9999;
    background: #50cda7 url('../img/bg_img.jpg') no-repeat;
    background-position: center 0;
    overflow: hidden;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gradient_back_img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: -9999;
    background: #50cda7 url('../img/bg_img_raw.jpg') no-repeat;
    background-position: center 0;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg_gradient{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: -888;
    background: #50cda7;
    background: -moz-linear-gradient(top,  rgba(185, 85, 218, .9) 0%, rgba(81, 179, 160, .9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185, 85, 218, .9)), color-stop(100%,rgba(81, 179, 160, .9)));
    background: -webkit-linear-gradient(top,  rgba(185, 85, 218, .9) 0%,rgba(81, 179, 160, .9) 100%); 
    background: -o-linear-gradient(top,  rgba(185, 85, 218, .9) 0%,rgba(81, 179, 160, .9) 100%); 
    background: -ms-linear-gradient(top,  rgba(185, 85, 218, .9) 0%,rgba(81, 179, 160, .9) 100%); 
    background: linear-gradient(to bottom,  rgba(185, 85, 218, .9) 0%,rgba(81, 179, 160, .9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(185, 85, 218, .9)', endColorstr='rgba(81, 179, 160, .9)',GradientType=0 );

}






/*Counter*/
.counter{
    margin-top: 40px;
}

.time_circles {
    position: relative;
    width: 50%;
    height: 50%;
}


.time_circles > div {
    position: absolute;
    text-align: center;
}


.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato-Regular', Arial;
    color: #fff;
    font-weight: normal!important;
}

.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Lato-Bold', Arial;
    margin: 0.25em 0 0.5em 0; 
    font-weight: bold;
    color: #fff;
    font-size: calc(20px + 12 * ((100vw - 320px) / 1360));

}