
/*  Fonts  */
@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#LatoRegular') format('svg');
    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#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'avantgardelt-extralight';
    src: url('../fonts/avantgardelt-extralight.eot');
    src: url('../fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgardelt-extralight.woff') format('woff'),
         url('../fonts/avantgardelt-extralight.ttf') format('truetype'),
         url('../fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}




/*  General CSS*/
body {
    background:#f7f7f7;
    font-family: "lato_regular", arial;
}

.wrapper{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
    position: relative;
}

::selection {color:#ffffff;background:#353434;}
::-moz-selection {color:#ffffff;background:#353434;}

.feature a,
header ul.social li a,
header nav ul li a{
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}




/*  header  */
header{
    width: 100%;
    display:inline-block;
    padding:23px 0;
    background: #353434;
}

header .logo{
    float: left;
    max-width:225px;
}

header .menu_icon{

    display: block;
    width: 35px;
    height: 35px;
    background: url('../img/icons/menu_icon.png') no-repeat;
    float: right;
    display: none;
}

#heading {
    position:absolute;
    color:#fff;
    line-height:1.3;
    /*border:1px solid red;*/
}
#head_extra {
    position:absolute;
    color:#fff;
    line-height:1.3;
    width:200px;
    /*border:1px solid red;*/
}

@media (max-width:1080px) {
    #head_extra {
        /*display:none;*/
    }
}


/*#heading h4 {
    margin-bottom:7px;
    font-size:21px;
    line-height:1.3;
}
#heading p {
    margin-bottom:7px;
    font-size:18px;
    line-height:1.3;
}*/

header nav{
    overflow: hidden;
    display: inline-block;
    min-height:16px;
    margin: 0 0 0 40px;
    padding: 13px 40px;
    /*border-left: 1px #404040 solid;*/
    z-index: 9999;
}

header nav ul{
    list-style: none;
}

header nav ul li{
    float: left;
    margin-left: 35px;
    font-size: 16px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
}

header nav ul li:first-child{
    margin-left: 0;
}

header nav ul li a {
    text-decoration: none;
    color: #fff;
}

header nav ul li a:hover{
    color: #65bf95;
}

.menu_expander {
    display:none;
    position:absolute;
    right:5px;
    width:30px;
    height:30px;
    margin-top:-40px;
    padding:0 !important;
    background-size:cover;
    opacity:0.90;
}
.rotate_menu_expander {
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);
}

.submenu {
    display:none;
    position:absolute;
    padding-top:36px;
    margin-left:-20px;
    z-index:9999;
}

.submenu > li {
    float:none;
    margin:0;
    padding:12px 20px;
    min-width:150px;
    max-width:220px;
    background:#353434;
    border-bottom:1px solid #e9e9e9;
}
.submenu > li:first-child {
    border-top:1px solid #e9e9e9;
}

.d_submenu {
    display:none;
    position:absolute;
    margin-top:-29px;
    background:#353434;
}

.d_submenu > li {
    margin:0;
    padding:12px 20px;
    min-width:150px;
    max-width:220px;
    border-bottom:1px solid #e9e9e9;
}
.d_submenu > li:first-child {
    border-top:1px solid #e9e9e9;
}

header ul.social{
    float: right;
    list-style: none;
}

header ul.social li{
    float: left;
    margin-left: 10px;
}

header ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
    background: url('../img/icons/social_round.png') no-repeat;
}

header ul.social li a:hover{
    background: url('../img/icons/social_round_hover.png') no-repeat;
}

header ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
}

header ul.social li a.fb{
    background-position: 0 0;
}

header ul.social li a.twitter{
    background-position: -36px 0;
}

header ul.social li a.gplus{
    background-position: -72px 0;
}

header ul.social li a.linkedin{
    background-position: -108px 0;
}



/*  Middle Part  */
.middleMainDiv {
    margin:0;
    display:block;
    left:0;
    right:0;
    top:0;
    bottom:0;
    position:relative;
    padding-bottom:1px;
    padding-top:1px;
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.70) inset;
    -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.70) inset;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.70) inset;
}

.middleDiv_Inn {
    max-width: 1200px;
	height: auto;
	margin: 30px auto;
    position: relative;
}
.swipe_indicator {
    margin-top:5px;
    text-align:right;
    display:none;
}
.swipe_indicator img {
    margin-right:10px;
    cursor:pointer;
}



/*  Services/features  */
.features{
    width: 100%;
    padding-top: 30px;
    background: #f7f7f7;
    border-top:1px solid #e9e9e9;
    overflow: hidden;
}

.features .feature{
    display: block;
    width: 28.83333333333333%;
    height: auto;
    float: left;
    margin-right: 6.666666666666667%;
    margin-bottom: 30px;
}

.features .feature:nth-child(3n+0) {
    margin-right: 0;
}

.no_right_margin {
    margin-right: 0 !important;
}

.feature .ficon{
    display: block;
    width: 18.78612716763006%;
    float: left;
    margin-right: 11.5606936416185%;
}

.feature .details_exp{
    display: block;
    width: 100%;
    float: left;
}

.news_up_button,
.news_down_button {
    display:inline-block;
    height:26px;
    width:26px;
    padding:0;
    background-image:url(../img/icons/sprite.png);
    margin-right:10px;
}

.news_up_button {
    background-position:-75px 151px;
}
.news_down_button {
    background-position:-98px 151px;
}

.news_up_button:hover,
.news_down_button:hover {
    background-color:rgba(0, 0, 0, 0.6);
}

.news_toggle_button {
    display:none;
}

.feature .highlights {
    float:left;
    width:44%;
    padding-right:5%;
    border-right:1px solid #9e9e9e;
}

.feature .highlights:nth-child(3n+0) {
    border-right:none;
    padding-right:0;
    padding-left:6%;
}

.feature .div_pinterest {
    float:none;
    clear:both;
    width:100%;
    display:inline-block;
    margin-top:15px;
    padding:5px 0;
}

.feature h3{
    margin-bottom: 20px;
    color: #767575;
    font-family: "lato_bold", arial;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;

}

.feature p{
    margin-bottom: 10px;
    color: #707070;
    font-family: "lato_regular", arial;
    font-size: 15px;
    line-height: 22px;

}

.feature a{
    color: #707070;
    font-family: "lato_regular", arial;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: .5px;
}

.feature a:hover{
    color: #353434;
}

.feature a span{
    font-family: arial;
    margin-left: 10px;
}




/*  Footer  */
footer{
    display:inline-block;
    width:100%;
    padding: 10px 0;
    border-top: 1px #dedede solid;
    background: #353434;
    text-align: center;
}

footer .rights{
    color: #fff;
    font-family: "lato_regular", arial;
    font-size: 14px;
    line-height: 25px;
}

.rights_left {
    float:left;
}
.rights_right {
    float:right;
}

footer .rights a{
    text-decoration: none;
    font-family: 'lato_bold', arial;
    color:inherit;
}

a{
    color: #3b3b3b;
}


#sm_wrapper {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    border-top:3px solid #ddd;
    box-shadow:0 0 3px #000;
    display:none;
}
#sm_container {
    padding-top:30px;
    padding-bottom:30px;
}

#sm_FLinks,
#sitemap {
    font-size: 100%;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

#sm_FLinks {
    margin-top:20px;
    font-size:90%;
}

#sm_FLinks li {
    list-style:none;
}

#sitemap > li > ul > li {
    list-style:square;
}

#sitemap > li > ul > li > ul > li {
    list-style:disc;
    font-size: 95%;
}

#sitemap > li {
    list-style:none;
}

#sm_FLinks li,
#sitemap li {
    padding-top:3px;
    padding-right:10px;
}

#sm_FLinks li,
#sm_FLinks li a,
#sitemap li,
#sitemap li a {
    color:#fff;
    text-decoration:none;
    line-height:120%;
}

#sm_FLinks li a:hover,
#sitemap li a:hover {
    color:#ccc;
}

#sitemap > li > a {
    color:#ddd;
    text-decoration:underline;
    font-weight:bold;
}
#sitemap > li > ul {
    font-size: 95%;
    padding-left:19px;
    margin:2px 0 5px;
}

.close_sm {
    position:relative;
    right:0;
    top:0;
    display:block;
}



/*  Responsive code  */
@media (max-width:1200px){
    .wrapper {
        padding: 0 40px;
    }
    .middleDiv_Inn {
        padding: 0 40px;
    }
}



@media (max-width:1000px){
    


}


@media (max-width:870px){
    header .logo{
        /*float: none;*/
    }

    header .menu_icon{
        display: block;
    }

    ul.social{
        display: none;
    }

    header nav{
        display: block;
        background: #353434;
        margin: 0;
        padding: 0;
        border-left: 0;
        border-top: 1px #2c2c2c solid;
        overflow: hidden;
        position:absolute;
        top:35px;
        right:40px;
        width:300px;
        z-index: 9999;
        display: none;
        border:1px solid #333333;
        border-radius:2px;
        box-shadow:0 0 3px rgba(0, 0, 0, 0.40), inset 0 0 7px rgba(255, 255, 255, 0.20);
    }

    .menu_expander {
        display:block;
        opacity:0.8;
    }

    header nav.show_menu{
        display: block;
    }
    header nav ul li{
        margin: 0;
        width: 100%;
        word-break:break-all;
        -ms-word-break:break-all;
        border-bottom: 1px #2c2c2c solid;
    }
    header nav ul li:last-child{
        border-bottom: 0;
    }
    header nav ul li a{
        display: block;
        padding: 15px 35px 15px 10px;
    }
    header nav ul li a:active{
        background: #2c2c2c;
    }

    .submenu {
        position:relative;
        background:#424242;
        padding:0;
        margin-top:0;
        margin-left: 0;
        border-bottom: 1px #3b3b3b solid;
    }

    .submenu > li {
        float:none;
        padding: 0 !important;
        margin: 0 !important;
        border-top:1px solid #303030;
        max-width:none;
        width: 100%;
        border-bottom:none;
    }
    .submenu > li:first-child {
        border-top:none;
    }

    .submenu > li a {
        padding: 15px 35px 15px 10px;
    }

    .d_submenu {
        position:relative;
        background:#5a5a5a;
        padding:0;
        margin-top:0px;
        margin-left: 0;
        border-bottom: 1px #3b3b3b solid;
    }

    .d_submenu > li {
        float:none;
        padding: 0 !important;
        margin: 0 !important;
        border-top:1px solid #303030;
        max-width:none;
        width: 100%;
        border-bottom:none;
    }
    .d_submenu > li:first-child {
        border-top:none;
    }

    .d_submenu > li a {
        padding: 15px 35px 15px 10px;
    }

    .features .feature{
        /*width: 46.66666666666667%;*/
        margin-right: 6.666666666666667%!important;
    }
    .features .feature:nth-child(3n+0) {
        margin-right: 0 !important;
    }
}

@media (max-width:780px) {
    #sm_FLinks,
    #sitemap {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
}
@media (max-width:600px) {
    #sm_FLinks,
    #sitemap {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

@media (max-width:680px) {
    header .logo{
        float: none;
    }
    
    #heading {
        position:relative;
    }
}


@media (max-width:500px){

    header nav {
        left:40px;
        width:auto;
    }

    .middleDiv_Inn {
        padding: 0 10px;
    }

    .features .feature{
        width: 100%;
        margin-right: 0!important;
        overflow:hidden;
    }

    .rights_left, .rights_right {
        float:none;
    }

}


@media (max-width:360px){

    header .logo{
        max-width:180px;
    }

    #sm_FLinks,
    #sitemap {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}


.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.60;
    opacity:0.60;
    filter: alpha(opacity=60);
}
.mail_loading_wrapper {
    display:none;
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-75px, -47px);
    z-index:1001;
}
.loading_wrapper {
    display:none;
    position: fixed;
    top:50%;
    left:50%;
    background:#f5f5f5;
    opacity:0.55;
    border-radius:50%;
    padding:10px;
    transform:translate(-16px, -16px);
    z-index:1001;
}
.pop_body {
    display: none;
    position: fixed;
    top: 10%;
    left: 15%;
    width: 70%;
    height: 80%;
    box-shadow:0 0 0 8px rgba(187, 187, 187, 0.30);
    background-color: white;
    border-radius:4px;
    z-index:1002;
}
.pop_body_inr {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    padding:10px;
    overflow-x:hidden;
    overflow-y:auto;
}
.popup_close {
    position:absolute;
    top:-24px;
    right:-25px;
    width:36px;
    height:34px;
    background: url(../img/icons/sprite.png);
    background-position: 0 -89px;
    box-sizing:content-box;
    padding:6px 7px 7px 5px;
    text-align:center;
    z-index:1002;
}
.popup_close a {
    background: url(../img/icons/sprite.png);
    width:36px;
    height:36px;
    display:block;
    text-decoration:none;
}
.popup_close a:hover {
    background-position:-40px 0;
}

.wrap_text {
    word-break:break-all;
    -ms-word-break:break-all;
}


.button-green {
    background: #7bb41e;
    margin:0;
    padding:6px 15px;
    border:1px solid #619211;
    box-shadow:0 0 2px 0 #b4b4b4;
    text-shadow:1px 0px #b0b0b0;
    color: #fff;
    cursor:pointer;
}
.button-green:hover {
    background: #81bd1e;
}
.button-green:active {
    background: #81bd1e;
}