/*----------------------------------

	Theme Name: Mexin
	Theme URI: http://webnus.net/mexin
	Description: Mexin is a Modern multi-purpose HTML5-CSS3 template with many different options, and is fully responsive. It covers any type of usage: Personal, Small Biz and Corporate. 
	Author: WEBNUS
	Author URI: http://themeforest.net/user/WEBNUS
	Version: 1.4.0
	
------------------------------------------------------------------------*/
@import url('color-skins.css'); /* Import Color Skins Stylesheet */
@import url('base.css'); /* Import base stylesheet */
@import url('skeleton.css'); /* Import skeleton Stylesheet */
@import url('prettyPhoto.css'); /* Import prettyPhoto Stylesheet */
@import url('.layerslider/css/layerslider.css'); /* Import LayerSlider Stylesheet */
@import url('slide1.css'); /* Import LayerSlider Stylesheet */
@import url('flexslider.css'); /* Import Flex Slider Stylesheet */

@import url('icomoon.css'); /* Import Vector Icons Stylesheet */



/*-----------------------------------------------------------------------------------*/

/* Table of Content
==================================================

	#Site Styles : WRAPPER - HEADER - NAVIGATION BAR - HOME-CONTENT - LATEST PROJECTS - TESTIMONIALS - FOOTER
	#Page Styles : PAGE STYLES - BLOG - COMMENT - LIST - PRICING-TABLE - ICON BOX  - PORTFOLIO 
	#Misc : ISOTOPE - ACCORDION - jCarousel
	#Media Queries
	
	

/* #Site Styles
================================================== */

/* WRAPPER */

#wrap {
    margin: 0 auto;
    position: relative;
    padding: 0;
    background: #fff;
}

#boxed-wrap {
    margin: 0 auto;
    background: #fff;
    width: 1000px;
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
    box-shadow: 0 0 7px rgba(0,0,0,0.4);
}

#boxed-wrap {
    border: 1px solid #d6dbdc;
    border-bottom: none;
}


#headline, #headline2 {
    margin-top: 17px;
width: 100%;
/*height: 82px;*/
padding: 20px 0 20px;
background: #fff;
}


#sticker {
    background: #fff;
    z-index: 90000;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
}

    #sticker #header {
        border: 0 none;
        border-bottom: 3px solid #f3f3f3;
    }


#header {
    padding-top: 8px;
    border-bottom: 3px solid #f3f3f3;
    position: relative;
}


.logo {
    padding-top: 6px;
    padding-bottom: 3px;
}

    .logo img {
        max-width: 100%;
    }



/* NAVIGATION BAR  */

.nav-wrap1, .nav-wrap2 {
    height: 83px;
    margin-top: -8px;
}


/* menu icon */
#menu-icon {
    display: none; /* hide menu icon initially */
}

#nav {
    float: right;
}

    #nav li {
        list-style: none;
        float: left;
        padding: 0 0px;
        margin: 0 3px;
        display: block;
        height: 100%;
        vertical-align: middle;
        position: relative;
    }


/* nav link */
#nav a {
    font-size:12px;
    height: 100%;
    line-height: 89px;
    padding: 0 4px;
    display: block;
    text-transform: uppercase;
    position: relative;
    border-top: 3px solid rgba(255, 255, 255, 0.0);
    text-decoration: none;
    color: #005172;
    opacity: 1;
    text-align: center;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -moz-transition: border .15s ease-in-out, color .15s ease-in-out;
    -ms-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out;
}

    #nav a:hover, #nav li:hover > a {
        color: #005172;
        border-top-color: #005172;
    }

#nav li.current a {
    color: #005172;
    border-top-color: #005172;
}

#nav a.drp-aro {
    padding-right: 16px;
}

/* nav link Header2 */
.nav-wrap2 #nav { /*float:left*/
    text-align: center;
    margin-bottom: 0;
    margin-top: -2px;
}

    .nav-wrap2 #nav li {
        margin: 0;
        padding: 0 30px 0 0;
    }

    .nav-wrap2 #nav a {
        line-height: 21px;
        text-align: left;
        padding-top: 20px;
        height: 62px;
    }

#nav a span, #nav a:after {
    margin-top: 2px;
    display: block;
    font-size: 12px;
    color: #919191;
    text-transform: lowercase;
    font-weight: 400;
}

#nav a:after {
    content: attr(data-description);
}

.nav-wrap2.mn4 #nav a:after {
    content: "";
    display: none;
}

.nav-wrap2.mn4 #nav li {
    border-left: 1px solid #f2f2f2;
    padding: 0;
    margin-top: 1px;
    margin-bottom: -1px;
}

    .nav-wrap2.mn4 #nav li:last-child {
        border-right: 1px solid #f2f2f2;
    }

.nav-wrap2.mn4 #nav a {
    height: 32px;
    padding: 10px 20px 0 20px;
    margin: 0 -1px;
    text-transform: capitalize;
}


    .nav-wrap2.darknavi #nav li a {
        color: #fff;
    }

    .nav-wrap2.darknavi #nav ul li a {
        color: #595959;
    }


.nav-wrap2.mn4.darknavi #nav li {
    border-left: 1px solid #555;
}

    .nav-wrap2.mn4.darknavi #nav li:last-child {
        border-right: 1px solid #555;
    }




/* nav dropdown */
#nav ul {
    background: #fff;
    padding: 7px 1px;
    margin: 0;
    position: absolute;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #d4d4d4;
    border-top: 3px solid #0093d0;
    display: none; /* hide dropdown */
    width: 172px;
    z-index: 91000;
    border-radius: 0 0 4px 4px;
}

    #nav ul li {
        float: none;
        border-bottom: 1px solid #f6f6f6;
        display: block;
        margin: 0;
        padding: 0;
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
    }

        #nav ul li:last-child {
            border: none;
        }

        #nav ul li a, #nav li.current ul li a, #nav ul li:hover > a {
            background: #fff;
            color: #595959;
            width: auto;
            display: block;
            text-align: left;
            padding: 5px 11px;
            border-radius: 0;
            font-size: 13px;
            border: 0 none;
            text-transform: capitalize;
            line-height: 24px;
            height: 24px;
            font-weight: normal;
        }

            #nav ul li a:hover, #nav li.current ul li a:hover, .nav-wrap2 #nav ul li a:hover, .nav-wrap2.darknavi #nav ul li a:hover, #nav ul li.current a, #nav li.current ul li.current a {
                background: #f8f8f8;
            }

#nav li:hover > ul {
    display: block;
    visibility: visible; /* show dropdown on hover */
}

#nav ul li ul {
    margin: -37px 0 0 170px;
    width: 170px;
}

.nav-wrap2 #nav ul li a, .nav-wrap2.darknavi #nav ul li a, .nav-wrap2.mn4 #nav ul li a {
    padding: 5px 11px;
    line-height: 24px;
    height: 24px;
}

.nav-wrap2 #nav ul li {
    margin: 0;
    padding: 0;
}

.nav-wrap2.mn4 #nav ul li {
    border-left: 0 none;
}



/* nav dropdown for(ie7) */

* + html #nav li {
    position: relative;
    display: block;
}

    * + html #nav li ul, * + html #nav li.current ul {
        left: 0;
        clear: both;
        position: absolute;
        border: 1px solid #d4d4d4;
    }


* + html #nav ul li ul {
    position: absolute;
    left: 0;
    margin-top: -31px;
    display: none;
    visibility: hidden;
}

* + html #nav ul li:hover > ul {
    display: block;
    visibility: visible;
}
/* --------------------- */
/* Side Nav */


        #side-nav a:after {
            float: right;
            font-family: 'icomoon';
            font-size: 10px;
            color: #878787;
            content: "\e3b0";
            speak: none;
            font-style: normal;
            font-weight: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
        }

        #side-nav a:hover, #side-nav a:hover:after {
            color: #ff9900;
        }

    #side-nav li.current a, #side-nav li.current a:after {
        color: #0093d0;
    }


    #search-form .search-text-box, #search-form2 .search-text-box2 {
        background-color: #f3f3f3;
        background-image: url(../images/search-icon.png);
        background-position: 12px 50%;
        background-repeat: no-repeat;
        border: 0 none;
        border-radius: 18px;
        box-shadow: none;
        color: transparent;
        cursor: text;
        font-size: 13px;
        color: #444;
        height: 18px;
        line-height: 18px;
        padding: 7px 5px 8px 30px;
        transition: all 0.3s ease-in-out 0s;
        width: 1px;
    }


        .qot-week h3:after {
            content: '\201D';
        }

        .qot-week h3:before, .qot-week h3:after {
            font-family: Times, serif;
            font-size: 30px;
            margin: 0 10px;
            font-weight: bold;
        }



/* Distance (Vertical Spaces) */

.vertical-space, .vertical-space1, .vertical-space2, .vertical-space3, .vertical-space4, .vertical-space5 {
    display: block;
    width: 100%;
    margin: 0;
    clear: both;
    border: 0 none;
    height: 20px;
}

.vertical-space2 {
    height: 40px;
}

.vertical-space3 {
    height: 60px;
}


h4.subtitletwo {
    text-align: center;
    color: #c4c6c8;
    letter-spacing: 0em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    line-height: 2;
    padding-bottom: 5px;
    clear: both;
    font-size: 16px;
}


.title {
    background: #fff url(../images/title-left1.png) repeat-x 0 6px;
    overflow: hidden;
    margin-bottom: 21px;
    clear: both;
}

    .title h4, .title h3 {
        background: #fff;
        display: inline;
        margin-left: 18px;
        padding: 0 3px;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 18px;
    }

ul.our-clients {
    display: block;
    margin-bottom: 20px;
    box-shadow: 0px 2px 4px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.1);
}

    ul.our-clients li {
        float: left;
        display: inline;
        width: 177px;
        padding: 12px;
        text-align: center;
        margin-right: 20px;
    }

        ul.our-clients li:hover {
            background: #fdfdfd;
        }

    ul.our-clients:after {
        clear: both;
    }

    ul.our-clients img {
        max-width: 100%;
    }


.white-space {
    clear: both;
    width: 100%;
    height: 40px;
}
/* TESTIMONIALS */



/* FOOTER */

#footer {
    width: 100%;
    padding: 10px 0 0 0;
    background: #202020;
    border-top: 5px solid #e5e5e5;
}


.footer-in {
    margin: 0 auto;
    padding-bottom: 50px;
    color: #ccc;
    position: relative;
}

    .footer-in .columns {
        margin-top: 20px;
    }
/*.footer-in h4 { color:#c4c6c8; border-bottom:4px solid #252627; padding-bottom:6px; margin:0; margin:39px 0 21px 0; font-size:13px; text-align:center;  }*/


.footer-in a {
    text-decoration: none;
}


.socailfollow a {
    text-align: center;
    width: 18px;
    height: 18px;
    padding: 10px;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: all 0.31s ease;
    -moz-transition: all 0.31s ease;
    -ms-transition: all 0.31s ease;
    -o-transition: all 0.31s ease;
    transition: all 0.31s ease;
}

    .socailfollow a:first-of-type {
        margin-left: 0;
    }

.footer-in .socailfollow a:hover {
    text-decoration: none;
}

.socailfollow a.facebook:hover {
    background: #3b5996;
}


.socailfollow a.twitter:hover {
    background: #00acee;
}


.socailfollow a.youtube:hover {
    background: #cb322c;
}


.socailfollow i {
    font-size: 18px;
    color: #fff;
    opacity: 0.95;
}



.footer-in a:link, .footer-in a:visited {
    color: #afb4b7;
}

.footer-in a:hover {
    color: #909090;
    text-decoration: underline;
}


.footbot {
    margin: 0 auto;
    position: relative;
    min-height: 38px;
    border-top: 5px solid #252627;
    padding: 26px 0 18px;
    text-align: right;
    border-top-right-radius: 2px;
    border-top-left-radius: 1px;
}


.footer-navi {
    color: #919191;
    text-align: center;
    font-size: 12px;
    padding: 3px 0 0 10px;
    text-transform: capitalize;
}


    .footer-navi a {
        color: #a9b2b4;
        margin: 0 4px;
    }

        .footer-navi a:hover {
            color: #ccc;
            text-decoration: underline;
        }
/* #Page Styles
================================================== */


.contact-form {
    width: 77%;
    text-align: center;
    border-radius: 9px;
}

    .contact-form h5 {
        text-align: left;
        padding-left: 11px;
    }

    .contact-form .txbx {
        width: 91%;
        height: 36px;
        border-width: 3px;
        border-radius: 4px;
        float: none;
        margin: 11px;
        padding-left: 14px;
        font-size: 16px;
    }

        .contact-form .txbx:focus {
            border-width: 2px;
            border-radius: 2px;
        }

    .contact-form .era {
        min-height: 190px;
        max-height: 300px;
        width: 91%;
    }

    .contact-form .erabox {
        width: 100%;
        height: 100%;
        margin-left: -20px;
        margin-top: 12px;
        padding: 20px;
        background: #fff;
        border-top: 5px solid #e9e9e9;
    }

    .contact-form .sendbtn {
        padding: 10px 18px;
        font-size: 14px;
    }

#contact-map {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #d6dbdc;
    border-left: none;
    border-right: none;
    padding: 0;
    margin: 0;
}

    #contact-map iframe {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: -7px;
    }


/* BLOG */

.sidebar, .rgt-cntt {
    background: url(../images/brdr-line.png) repeat-y 15px;
    min-height: 160px;
}

.sidebar {
    padding-bottom: 40px;
}

    .sidebar.leftside {
        background-position: 245px;
        
    }


    .sidebar p, .sidebar li {
        font-size: 13px;
    }


#pin-content, #tline-content {
    width: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}


.pin-box, .tline-box {
    width: 212px;
    width: 210px\9;
    padding: 12px;
    display: block;
    background: #fff;
    margin: 10px;
    float: left;
    border: 1px solid #efefef\9;
    box-shadow: 0 1px 3px rgba(0,0,0,0.33);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.33);
}

.pin-box {
    border-radius: 3px;
    overflow: hidden;
}

    .pin-box .img-item, .pin-box iframe {
        max-width: 236px;
        margin: -12px;
        margin-bottom: 0;
    }


.pin-box .zoomex {
    border-radius: 3px 3px 0 0;
}


.pin-box h4, .tline-box h4 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 10px;
}

.pin-box h4 {
    font-size: 15px;
    margin-bottom: 4px;
}

    .pin-box h4 a, .tline-box h4 a {
        color: #434343;
    }

        .pin-box h4 a:hover, .tline-box h4 a:hover {
            color: #d11e25;
        }


.blog-post {
    padding-bottom: 21px;
    border-bottom: 4px solid #efefef;
    margin-bottom: 35px;
}

    .blog-post h3, .blog-post h5, .blog-single-post h3, .blog-single-post h1 {
        font-weight: 400;
        line-height: 1.3;
        font-family: "Roboto Slab";
    }

    .blog-post h5 {
        margin-top: -8px;
    }

        .blog-post h3 a, .blog-post h5 a {
            color: #444;
            -webkit-transition: color 0.18s ease;
            -moz-transition: color 0.18s ease;
            -o-transition: color 0.18s ease;
            transition: color 0.18s ease;
        }

            .blog-post h3 a:hover, .blog-post h5 a:hover {
                color: #f1592a;
            }


.blog-post img, .blog-post iframe, .blog-single-post img, .blog-single-post iframe {
    max-width: 100%;
    border-radius: 1px;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 14px;
}


.blog-post .flexslider img, .blog-single-post .flexslider img {
    margin-bottom: 0px;
}


.pin-box .blog-date-sp, .pin-box .blog-com-sp, .tline-box .blog-date-sp, .tline-box .blog-com-sp {
    position: relative;
    bottom: 0;
    margin: -12px;
    margin-top: 7px;
    width: 50%;
    border: 0;
    border-radius: 0;
    background: #ebebeb;
    padding: 0;
}

.pin-box .blog-com-sp, .tline-box .blog-com-sp {
    float: left;
    height: 28px;
    padding: 12px 23px 0 0;
}

.pin-box .blog-date-sp h3, .tline-box .blog-date-sp h3 {
    margin-left: 12px;
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
}


.latest-f-blog {
    /*margin: -39px 10px;*/
}

    .latest-f-blog .blog-post {
        border-bottom: 0 none;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }


    .latest-f-blog .flexslider .slides > li, .tline-box .flexslider .slides > li {
        margin-bottom: 6px;
    }

    .latest-f-blog .flexslider img, .tline-box .flexslider img {
        margin-bottom: 0;
    }


    a.readmore:after, a.magicmore:after, #nav li.submenu:after, a.addtocart:before, a.select-options:before {
        position: absolute;
        right: 10px;
        top: 9px;
        font-family: 'icomoon';
        font-size: 11px;
        color: #fff;
        content: "\e3c2";
        speak: none;
        font-style: normal;
        font-weight: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }


a.magicmore, a.addtocart, a.select-options {
    position: relative;
    padding: 3px 12px 2px 0;
    color: #005172;
    -webkit-transition: all 0.18s ease;
    -moz-transition: all 0.18s ease;
    -ms-transition: all 0.18s ease;
    -o-transition: all 0.18s ease;
    transition: all 0.18s ease;
}

    a.magicmore:hover {
        color: #999999;
        background-position: 100% 69%;
    }

    a.magicmore:after {
        content: "\e3b0";
        color: inherit;
        top: 8px;
        right: 1px;
        font-size: 8px;
    }

    a.magicmore:hover:after {
        right: 0;
    }


#nav li.submenu:after {
    content: "\e3b0";
    color: #cdcdcd;
    font-size: 8px;
    top: 13px;
    cursor: pointer;
}


        .magic-link a.get {
            padding: 7px 26px 7px 20px;
            background-color: #7ebd22;
            border-radius: 5px;
            text-shadow: 1px 1px 0 #649b19;
            text-transform: uppercase;
        }

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 959px) {
}

@media only screen and (max-width: 767px) {
}


    .side-cart .button {
        float: left;
        margin-right: 10px;
        background: #ff5d5e;
    }


                nav.primary ul li a:active, nav.primary ul li a.selected {
                    border-bottom-color: #fff;
                    padding-top: 18px;
                    margin-top: -8px;
                    background: #fff;
                }



/*	ACCORDION */

.acc-trigger {
    border-top: 3px solid #f3f2f2;
    cursor: pointer;
    display: block;
    margin: 0;
}


.acc-trigger a {
    background: url(../images/accordion-ico.png) no-repeat 6px 18px;
    display: block;
    color: #656f78;
    padding: 19px 14px 16px 40px;
    text-decoration: none;
    text-shadow: none;
    font-weight: bold;
    font-size: 16px;
}

    .acc-trigger a:hover {
        background-color: #fbfbfb;
    }

    .acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
        color: #0093d0;
    }


.acc-container .content {
    padding: 0 14px 21px 40px;
}


/*	jCarousel */

.jcarousel-container {
    max-width: 100%;
    padding: 0;
    display: block;
    position: relative;
}

.jcarousel-clip {
    position: relative;
    overflow: hidden;
    width: 100%;
}

ul.jcarousel-list {
    overflow: hidden;
    position: relative;
    top: 0px;
    margin: 0px;
    padding: 0px;
    left: 0px;
}

    ul.jcarousel-list li {
        float: left;
        list-style: none;
    }

        ul.jcarousel-list li img {
            max-width: 100%;
        }

.jcarousel-item {
    display: block;
}

.jcarousel-next, .jcarousel-prev {
    background-color: #818c90;
    width: 12px;
    height: 13px;
    padding: 5px;
    border-radius: 0 2px 2px 0;
    position: absolute;
    right: 0;
    top: -49px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.jcarousel-prev {
    right: 23px;
    border-radius: 2px 0 0 2px;
}

    .jcarousel-next:after, .jcarousel-prev:after {
        position: absolute;
        top: 6px;
        right: 6px;
        font-family: 'icomoon';
        font-size: 10px;
        color: #fff;
        content: "\e3b0";
        speak: none;
        font-style: normal;
        font-weight: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    .jcarousel-prev:after {
        content: "\e3b2";
    }


.jcarousel-next-disabled, .jcarousel-next-disabled:hover,
.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover {
    background-color: #e5e8ea;
    cursor: auto;
    border-bottom-color: #e0e0e0;
}

.related-works .jcarousel-next, .related-works .jcarousel-prev {
    margin-right: 10px;
}


.brdr-l1, .brdr-l2 {
    border-left: 1px solid #e5e5e5;
    padding-left: 19px;
}


.alignright {
    text-align: right;
}

img.alignright {
    float: right;
}


/* Scroll to top */
#scroll-top a {
    width: 16px;
    height: 16px;
    padding: 6px 8px 9px;
    border-radius: 4px;
    background: #818c90;
    position: fixed;
    bottom: 48px;
    right: 32px;
    display: none;
    opacity: 0.89;
    filter: alpha(opacity=89);
    z-index: 499841;
}

    #scroll-top a i {
        font-size: 16px;
        color: #fff;
    }

    #scroll-top a:hover {
        background-color: #ffcc00;
        cursor: pointer;
    }


.pad-r10 {
    padding-right: 10px;
}


.pad-l40 {
    padding-left: 40px;
}
/* #Column Shortcodes
----------- */


.pie {
    text-align: center;
    font-size: 49px;
    position: relative;
    margin: 0 auto 20px;
}

    .pie p {
        font-size: 12px;
        position: absolute;
        bottom: -40px;
        width: 100%;
    }

.container .pie p {
    margin-bottom: 0;
}


/* #Media Queries
================================================== */




/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {


    a.get {
        margin-bottom: 14px;
    }

    .pad-r10, .pad-r20, .pad-r30, .pad-r40 {
        padding-right: 5px;
    }

    .pad-l10, .pad-l20, .pad-l30, .pad-l40 {
        padding-left: 5px;
    }

    .jcarousel-item, .related-works .portfolio-item {
        margin: 0 10px;
    }


    .jcarousel-next, .jcarousel-prev {
        top: -70px;
    }


    #boxed-wrap {
        width: 828px;
    }

    .jcarousel-item, .related-works .portfolio-item {
        max-width: 172px;
    }

    .home-content {
        margin-top: 21px;
    }


    #nav a span, #nav a:after {
        font-size: 9px;
    }

    #nav li {
        margin: 0;
        padding: 0 4px;
    }

    .sidebar.leftside {
        padding-right: 40px;
        background-position: 185px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    .sidebar, .rgt-cntt, .sidebar.leftside {
        padding-right: 0;
        background: none;
        padding-top: 40px;
        margin-top: 40px;
        border-top: 5px solid #e5e5e5;
    }

        .rgt-cntt, .sidebar.leftside {
            padding-top: 0px;
            margin-top: 0px;
            border-top: 0 none;
        }

    .contact-form .txbx {
        width: 224px;
    }


    #headline {
        height: auto;
        border-bottom: 3px solid #f3f3f3;
        padding: 14px 0;
    }


    .container hr {
        margin-left: 0;
        margin-right: 0;
    }


    .blog-post {
        border-bottom-width: 3px;
    }

    #sticker {
        padding-bottom: 16px;
    }

    /* nav-wrap */
    #nav-wrap {
        position: relative;
        height: 30px;
        text-align: center;
        margin: 0 0 32px 0;
    }

    /* menu icon */
    #menu-icon {
        color: rgba(255,255,255,0.7);
        margin: 0 auto;
        width: 246px;
        font-size: 16px;
        font-weight: 400;
        height: 30px;
        border-radius: 2px;
        background: #363f46;
        padding: 8px 10px 0 42px;
        cursor: pointer;
        clear: both;
        box-shadow: 0 2px 2px -2px rgba(0,0,0,0.3);
        text-align: left;
        display: block; /* how menu icon */
    }

        #menu-icon i {
            font-size: 16px;
            color: rgba(0,0,0,0.6);
            float: left;
            margin-left: -28px;
            margin-top: 3px;
        }

        #menu-icon:hover, #menu-icon.active {
            background-color: #0093d0;
        }

    .mn-clk {
        font-size: 12px;
        color: rgba(255,255,255,0.5);
    }

    /* main nav */
    #nav {
        clear: both;
        margin: 0 auto;
        background: #fff;
        left: 1px;
        position: absolute;
        width: 278px;
        z-index: 10000;
        padding: 2px 12px 44px 6px;
        border: 1px solid #d2d2d2;
        border-top: 0 none;
        display: none; /* visibility will be toggled with jquery */
    }

        #nav li, .nav-wrap2 #nav li, .nav-wrap2.mn4 #nav li, .nav-wrap2.mn4.darknavi #nav li {
            clear: both;
            float: none;
            border: 0 none;
            margin-left: 10px;
            padding: 10px 1px 7px;
            border-bottom: 1px solid #e5e5e5;
        }

        #nav a, #nav ul a, .nav-wrap2 #nav a, .nav-wrap2.darknavi #nav a, .nav-wrap2.mn4 #nav a {
            width: auto;
            height: 20px;
            display: block;
            text-align: left;
            border: 0 none;
            padding: 2px 3px;
            margin: 0;
            line-height: 1.2;
        }

    .nav-wrap2.darknavi #nav li a {
        color: #595959;
    }

    #nav ul li, .nav-wrap2.mn4 #nav ul li, .nav-wrap2.mn4.darknavi #nav ul li {
        padding: 0;
    }

    #nav a.drp-aro {
        padding: 0;
    }

    .nav-wrap2.mn4 #nav li:last-of-type, .nav-wrap2.mn4.darknavi #nav li:last-of-type {
        border-right: 0 none;
    }

    #nav a span, #nav a:after {
        display: none;
        visibility: hidden;
    }




    /* dropdown */
    #nav li ul {
        display: none;
    }

    #nav a:hover > #nav li ul {
        display: block;
    }

    #nav ul {
        width: auto;
        margin: 0;
        box-shadow: none;
        position: static;
        display: block;
        border: none;
    }

        #nav ul li ul {
            margin: 0;
            display: block;
            width: auto;
            padding-left: 20px;
        }

    #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
        display: block;
    }

    #nav li.submenu:after {
        content: "\e3b1";
    }


    .logo {
        text-align: center;
    }


    .pad-r10, .pad-r20, .pad-r30, .pad-r40, .pad-l10, .pad-l20, .pad-l30, .pad-l40 {
        padding: 0;
    }


    .latest-f-blog, .qot-week {
        margin: 0;
    }


    .brdr-l1, brdr-r1 {
        padding: 0;
        border: 0 none;
    }

    .brdr-l1 {
        margin-top: 30px;
    }

    .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
        border-top-color: #ff9900;
        padding: 18px;
        margin-top: 0;
    }


        nav.primary ul li a, nav.primary ul li a.selected, nav.primary ul li a:active {
            border: 2px solid #e5e5e5;
            margin: 3px;
            padding: 4px 8px;
        }

            nav.primary ul li a.selected {
                border-color: #b0b0b0;
            }


    .jcarousel-next, .jcarousel-prev {
        padding: 12px;
    }

    .jcarousel-prev {
        right: 38px;
    }

        .jcarousel-next:after, .jcarousel-prev:after {
            top: 13px;
            right: 13px;
        }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    #boxed-wrap {
        width: 460px;
    }


    .contact-form .txbx {
        width: 338px;
    }


    .jcarousel-item, .related-works .portfolio-item {
        max-width: 190px;
        float: left;
    }


    #nav {
        left: 61px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {


    #boxed-wrap {
        width: 340px;
    }

    #menu-icon {
        width: 186px;
    }

    #nav {
        width: 218px;
        left: 31px;
    }

    .footbot {
        min-height: 38px;
        height: auto;
    }


    .jcarousel-item, .related-works .portfolio-item {
        max-width: 120px;
        float: left;
    }

    div img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) {


    #boxed-wrap {
        width: 1180px;
    }

    .white-space {
        height: 110px;
    }


    .sidebar.leftside {
        background-position: 295px;
        padding-left:70px;
    }
    /*#nav li { padding:0 10px; margin:0 10px; }*/

}



@media screen and (min-width: 767px) {

    /* ensure #nav is visible on desktop version */
    #nav {
        display: block !important;
    }
}



/**Custom Classes and Such**/
#contact-form {
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 1;
}

    #contact-form fieldset {
        border: none;
        padding: 0;
    }

    #contact-form label {
        display: block;
        min-height: 39px;
    }

        #contact-form label.message {
            height: 188px;
            padding-bottom: 0;
        }

    #contact-form input {
        border-width: 48px;
        /*height: 36px;*/
        border: 0;
        background: #f2f4f5;
        font-size: 16px;
        color: #666666;
        width: 100%;
        padding: 9px 15px;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 0px 0px 3px 1px #b4b5b6;
        -moz-box-shadow: inset 1px 1px 2px #b4b5b6;
        -webkit-box-shadow: 0px 0px 3px 1px #b4b5b6;
        outline: none;
    }

    #contact-form .area .error {
        float: none;
    }

    #contact-form textarea {
        border: 0;
        margin: 0;
        background: #eceff1;
        font-size: 16px;
        color: #666666;
        padding: 9px 15px;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 0px 0px 3px 1px #b4b5b6;
        -moz-box-shadow: inset 1px 1px 2px #b4b5b6;
        -webkit-box-shadow: 0px 0px 3px 1px #b4b5b6;
        outline: none;
        height: 165px;
        width: 100%;
        overflow: auto;
    }

    #contact-form a {
        cursor: pointer;
    }

    #contact-form .success {
        display: none;
        margin-bottom: 20px;
    }

    #contact-form .error,
    #contact-form .empty {
        color: #f00;
        font-size: 11px;
        line-height: 2em;
        display: none;
        overflow: hidden;
    }

.buttons-wrapper {
    padding: 27px 0px 0 0;
}

    .buttons-wrapper a {
        margin-right: 8px;
    }

#contact-form .error {
    margin-top: 6px;
margin-bottom: -13px;
}


.partnersl {
    padding-top: 10px;
    display: inline-block;
    margin-left: 5%;
}


.dev {
    width: 25%;
}

.socailfollow {
    text-align: center;
}

#footer-links {
    text-align: center;
    text-decoration: none;
}

.footer {
    padding-right: 14px;
    border-right: 1px solid #3D3D3D;
    display: inline-block;
    margin: 6px;
    color: #9B9B9B;
    font-size: 15px;
}

    .footer a:link {
        text-decoration: none;
    }

    .footer a:hover {
        color: #DCDCDC;
        text-decoration: none;
    }

.footerlt {
    padding-right: 14px;
    display: inline-block;
    margin: 6px;
    color: #9B9B9B;
    font-size: 15px;
}

    .footerlt a:hover {
        color: #DCDCDC;
        text-decoration: none;
    }

    #slideshow-container {
width: 100%;
margin-bottom: 39px;
background: #999 url(../images/bg_slideshow.jpg) no-repeat center;
position: relative;
overflow: hidden;
float: left;
}
#bbblink {
width:2100px;
}
.center {
text-align:center;
}

#throbber {
    background: rgba(255, 255, 255, 0.67) url("../images/throb.gif") no-repeat center 40%;
    width: 455px;
    height: 505px;
    z-index: 999;
    position: absolute;
    margin-top: -5px;
    margin-left: -5px;
}