/*
                                        _
    _ __ ___  ___ _ __   ___  _ __  ___(_)_   _____  ___
    | '__/ _ \/ __| '_ \ / _ \| '_ \/ __| \ \ / / _ \/ __|
    | | |  __/\__ \ |_) | (_) | | | \__ \ |\ V /  __/\__ \
    |_|  \___||___/ .__/ \___/|_| |_|___/_| \_/ \___||___/
                |_|

*/


/*
    =======================================================================================================

    Name          : generic page

    =======================================================================================================
*/


body {
    background-color: #fbfbfb !important;
    min-width: 200px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color:#333333;
    line-height: 20px;
}

@media (max-width: 767px) {
    body { /* remove bootstrap padding on body and add it to .container */
        padding-left: 0px;
        padding-right: 0px;
        overflow-x:hidden;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

}


@media (max-width: 480px) {
    body {
        overflow-x:hidden;
    }
}


/*  ----------------------------------------------------------------------------
    page tables made by divs
*/

.page-row {
    display: table;
    clear:left;
}


.page-row::before, .page-row::after {
    display: table;
    content: "";
}

.page-row::after {
    clear: both;
}

.page-cell{
    display: inline-block;
    float:left;
    width:100px;
}

/*  ----------------------------------------------------------------------------
    center spans
*/

@media (max-width: 767px) {
    .responsive-center {
        text-align: center;
    }


    .responsive-center .image-shadowBorder {
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
    }



}



/*
    =======================================================================================================

    Name          : Header

    =======================================================================================================
*/
.top_links
{
    float:right;
    padding-top:10px;
    padding-bottom:10px;
}

.header {
    margin-top:10px;
    margin-bottom: 20px;
}


@media (max-width: 767px) {
    .logo {
        display: block; margin-left: auto; margin-right: auto;
    }

    .header-barWrapper .span9 {
        max-width: 45%;

    }

    .header-search {
        top:-45px;
        float: right;
    }
}


@media (max-width: 490px) {
    .header-search {
        top:-60px !important;
        float: right;
    }
}

@media (max-width: 360px) {
    .header-search {
        float: right;
    }

    .header-barWrapper .span9 {
        max-width: 100%;
        float: right;

    }
}


/*  ----------------------------------------------------------------------------
    Top line from all the pages except index
*/

.header-barWrapper {
    background-color: #2C2C2C;
    padding: 30px 0px 30px 0px;
    position: relative;


}

.header-barWrapper:before {
    background: url('../images/page-index/shadow_down_exterior.png') repeat-x transparent;
    background-position:center bottom;

    display:block;
    content:'';
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    position:absolute;
    width: 100%;

    bottom: -23px;

    height:23px;


}


.header-barWrapper:after {

    position:relative;
    top:35px;

    padding-top:5px; /* hack the double border */

    display:block;
    content:'';
    border-top:1px solid white;
    height:4px;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;


    background: url('../images/header/header_shadow.png') no-repeat transparent;
    background-position: center top;
}


/*  ----------------------------------------------------------------------------
    Search box
*/

.header-search {
    position:relative;
}

.header-search .input-append {
    position: absolute;
    right:0px;
    top:11px;
    margin-right:0px;
}

.header-bar h3 {
    color:#FFFFFF !important;
    margin-top:0px;
    margin-bottom: 0px;

}

.header-page-description {
    color:#FFFFFF !important;
}





.stars-layer1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/header/bg_stars.png') repeat-x;
    /* stars-layer-opacity1 */
}

.stars-layer2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/header/bg_stars2.png') repeat-x;
    /* stars-layer-opacity2 */
}

.stars-layer3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/header/bg_stars3.png') repeat-x;
    /* stars-layer-opacity3 */
}



/*
    =======================================================================================================

    Name          : Header menu

    =======================================================================================================
*/


@media (max-width: 767px) {
    .js-jquery-dropdown {
        float: none !important;
        position: relative;
        left: -50%;
    }


    .js-jquery-dropdown-wrapper {
        position: relative;
        float: left;
        left: 50%;
    }

}


@media (max-width: 480px) {
    ul.js-jquery-dropdown{
        width:100% !important;
        display: block !important;
        float:none;
    }
    ul.js-jquery-dropdown li { /* the main menu */
        float: none !important;
        zoom: 1;
        width:100% !important;
    }

    ul.js-jquery-dropdown li a {
        width:100% !important;
    }

    .js-jquery-dropdown-wrapper {
        width: 100%;
    }


    ul.js-jquery-dropdown ul {
        width:100% !important;
        border-radius: 0px 0px 4px 4px !important;
        -moz-border-radius: 0px 0px 4px 4px !important;
        -webkit-border-radius: 0px 0px 4px 4px !important;
    }
}

.js-jquery-dropdown { /* all the menu */
    float:right;
    /*
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    */
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    margin-top:10px !important;

}





ul.js-jquery-dropdown, .js-jquery-dropdown ul { /* set up the list style for our menu and submenu */
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.js-jquery-dropdown li { /* the main menu */
    float: left;
    zoom: 1;
    margin: 0px 2px 0px 2px;
}


ul.js-jquery-dropdown li a { /* main manu links */
    display: block;
    padding:6px 15px 5px 15px;
    color:#525252;
    text-decoration: none;
}



.js-jquery-dropdown > .menu-selected { /* main manu selected li element */
    background-color: White !important;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow:inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
    -webkit-box-shadow:inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
    box-shadow:inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);

    color:#fc990d !important;
    border: 1px solid white;

    position: relative;
    top:-2px;


}

.menu-selected > a { /* main menu selected link */
    padding:6px 14px 5px 14px !important;
    color:#fc990d !important;
}

ul.js-jquery-dropdown a:hover {  /* hover color for all the links */
    color:#fc990d;
}


.sub_menu_arrow { /* small arrow for menus with submenus */
    position: relative;
    width:7px;
    height: 4px;
    background-image: url('../images/header/menu_arrow.png');
    display: inline-block;
    vertical-align:bottom;
    top:-6px;
    left:2px;
}



.menu-selected .sub_menu_arrow {

}


ul.js-jquery-dropdown a:hover .sub_menu_arrow{  /* hover color for all the links */

}

ul.js-jquery-dropdown li.hover, ul.js-jquery-dropdown li:hover { /* hover submenu for .hover class - the .hover class is added by javascript */
    position: relative;
}


ul.js-jquery-dropdown li.hover {  /* hover on menu (top menu) li */
    color:#fc990d !important;
    border: 1px solid white;
    border-bottom: 1px solid transparent;

    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-box-shadow:1px 1px 2px 1px rgba(177, 177, 177, 0.27);
    -webkit-box-shadow:1px 1px 2px 1px rgba(177, 177, 177, 0.27);
    box-shadow:1px 1px 2px 1px rgba(177, 177, 177, 0.27);

    background-color: white;
    z-index: 9999;


}



ul.js-jquery-dropdown li.hover > a { /* hover on menu (top menu) link */
    padding:5px 14px 4px 14px;

}




ul.js-jquery-dropdown ul { /* hover on menu (the dropdown menu) */
    top:29px;
    padding-top:5px;
    padding-bottom: 3px;
    width: 150px;

    display:none;

    position: absolute;
    left:-1px;
    border: 1px solid white;
    border-top: none;
    -moz-box-shadow:1px 2px 2px 1px rgba(177, 177, 177, 0.27) !important;
    -webkit-box-shadow:1px 2px 2px 1px rgba(177, 177, 177, 0.27);
    box-shadow:1px 2px 2px 1px rgba(177, 177, 177, 0.27);

    border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;

    font-size:12px;
    background-color: white;
    overflow-x: hidden;

    z-index: 9999;

}

ul.js-jquery-dropdown ul a {
    padding-left: 12px !important;
}

@-moz-document url-prefix() { /* fix for firefox shadow to big*/
    ul.js-jquery-dropdown ul {
    box-shadow:1px 3px 2px 1px rgba(177, 177, 177, 0.27) !important;
}
}


.dropdown-menu-moved { /* this class is added to the menu when there is not enought space on the right to show it*/
    left:-50px !important; /* move the menu */
}

.dropdown-separator { /* separator in the menu */
    border-bottom: 1px solid #eeeded;
    height:0px;
    margin:3px 3px 0px 3px;

}

ul.js-jquery-dropdown ul li {
    float: none;
    padding-top:2px;
}



ul.js-jquery-dropdown ul li a { /* IE 6 & 7 Needs Inline Block */
    border-right: none;
    width: 120px;
    display: inline-block;
}



/*
    =======================================================================================================

    Name          : Content typology

    =======================================================================================================
*/


a {
    color: #fc990d;
}

a:hover {
    color: #fc990d;
}


.link-arrow {
    position: relative;
    top:-1px;
}

/*  ----------------------------------------------------------------------------
    Headers
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis', sans-serif;
    margin:30px 0px 15px 0px;
    color:#343434;
}

h1 {
    font-size:30px;
    font-weight: normal;
}

h2 {
    font-size:24px;
    font-weight: normal;
}

h3 {
    font-size: 22px;
    font-weight: normal;

    margin-bottom: 10px;
}

h4 {
    font-size:20px;
    font-weight: normal;
}

h5 {
    font-size:18px;
    font-weight: normal;
}

h6 {
    font-size:16px;
    font-weight: normal;
    color:#7F7F7F;
}

.h-color {
    color:#fc990d;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
}

h1.h-color {
    font-size: 18px;
}

h2.h-color {
    font-size: 17px;
}

h3.h-color {
    font-size: 16px;
}

h4.h-color {
    font-size: 15px;
}

h5.h-color {
    font-size: 14px;
}

h6.h-color {
    font-size: 12px;
}


/*  ----------------------------------------------------------------------------
    elements
*/


p {
    margin:0px 0px 15px 0px;
}

code {
    background-color: #F8F8F8;
    color:#333333;
    border: none;
}


pre {
    background-color: transparent;
    padding: 0px;
    border: none;
    border-radius: 0px;
}

blockquote {
    background-color: #F8F8F8;
    padding: 20px;
    position: relative;
    left:-20px;

    position: relative;
    border-left: 4px solid #FC990D;

}

blockquote:after {
    top:0px;
    right: -40px;
    position:absolute;

    display:block;
    content:'';
    height:100%;
    width:40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #F8F8F8;
}

blockquote.pull-right {
    padding-left: 20px;
    border-right: none;
}

blockquote.pull-right:after {
    border-right: 4px solid #FC990D;
    width:40px;
    right: -40px;
}


ul {
    list-style: disc url('../images/icons/ul-li.png');
    margin:0px;
    padding: 0px 0px 0px 14px;
}


ul li {
    margin:0px;
    line-height: 20px;
}

ol {  /* ordered list */
    line-height: 25px;
    margin:0px;
    padding: 0px 0px 0px 20px;
}

ol li {
    margin:0px;
    line-height: 20px;
}

/*  ----------------------------------------------------------------------------
    Full width and borderz
*/

.ty-full-width h3 {
    margin-top: 0px;
}

.ty-full-width {
    padding: 20px 0px 20px 20px;
    position: relative;
    left:-20px;
    background-color: #F8F8F8;
}


.ty-full-width:after {
    top:0px;
    right: -40px;
    position:absolute;

    display:block;
    content:'';
    height:100%;
    width:40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #F8F8F8;
}

.ty-border-left {
    border-left: 4px solid #fc990d;
}

.ty-border-right:after {
    border-right: 4px solid #fc990d;
    width:40px;
    right: -40px;

    top:0px;
    position:absolute;

    display:block;
    content:'';
    height:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #F8F8F8;
}

/*  ----------------------------------------------------------------------------
    Images with shadow and border
*/
.image-shadowWrap, .plugins_image_wrap{
    line-height: 0px;
    font-size:0
}

.image-shadowWrap, .plugins_image_wrap {
    display: block;
    position: relative;
}

.image-shadowBorder {
    position: absolute;
    top:0px;
    left:0px;
}

.image-shadowWrap:hover{
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    opacity:0.9;

}

.image-shadowWrap:hover .image-shadowBorder{
    display: none;

}


/*  ----------------------------------------------------------------------------
    Images align
*/

.image-center {
    text-align: center;

}

.image-center .image-shadowBorder {
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

.image-left {
    float:left;
    margin-right: 20px;
    margin-top:6px;
}

.image-right {
    float:right;
    margin-left: 20px !important;
    margin-top:6px;
}

.image-clear { /* clar after align */
    clear:both;
}


@media (max-width: 480px) {
    .image-left {
        float:none !important;
        text-align: center;
    }

    .image-right {
        float:none !important;
        text-align: center;
    }
}



/*
    =======================================================================================================

    Name          : Index page

    =======================================================================================================
*/


/*  ----------------------------------------------------------------------------
    Line from behind the slide
*/

@media (max-width: 767px) {
    .page-index-slideBackWrap {
        /*top:120px !important;*/
    }

}

.page-index-slideBackWrap {
    display: block;
    height: 346px;
    left:0px;
    top:90px;
    position:absolute;
    width: 100%;
    background-color: #2C2C2C;
    background-position:center bottom;
    z-index: -1;
    border-top:1px solid #2C2C2C;
    display: none; /* we show it only when the slide is loaded */
}

.page-index-slideBackWrap-medium {
    top:55px !important;
    height: 280px !important;
}


.page-index-slideBackWrap:before { /* double top border hack */
    position:absolute;
    display:block;
    content:'';
    height:100%;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}


.page-index-slideBackWrap:after { /* the background shadow */
    position:absolute;
    display:block;
    content:'';
    height:23px;
    width:100%;
    bottom: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url('../images/page-index/shadow_down_exterior.png') repeat-x transparent;
}

.page-index-slideBottom {
    position: absolute;
    width: 100%;
    height: 23px;
    bottom: 0px;
    left:0px;
    border-top:1px solid white;
    background: url('../images/page-index/shadow_back_slide.png') no-repeat #fbfbfb;
    background-position:center bottom;
}


/*  ----------------------------------------------------------------------------
    features boxes (orange icons)
*/

.page-index-fature {
    margin-top:33px;
}

.feature-orangeCircle {
    float: left;
    height: 52px;
    width:52px;

    background: url('../images/page-index/orange_circle.png') no-repeat transparent;
}

.feature-orangeCircle img {
    position: relative;
    left:9px;
    top:9px;

}


.page-index-fature h3 {
    margin-left:70px;
    margin-top:0px;
}


.feature-content {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin-left:70px;
}

/*  ----------------------------------------------------------------------------
    shoutout
*/
.shoutout {
    margin-top:35px;
    padding-bottom: 40px;
    background-image: url('../images/page-index/shout_out_line.png');
    background-repeat:no-repeat;
    background-position:center bottom;
}

.shoutout .span12 {
    text-align: center;
}



/*  ----------------------------------------------------------------------------
    recent work
*/

.recentWork-section {
    padding-top: 0px;
}



.recentWork-title {
    font-weight: bold;
}

.recentWork-content {

}

.page-index-recentWork .span4 {
    margin-bottom: 40px;
}

/*  ----------------------------------------------------------------------------
    why pick us section
*/


@media (max-width: 767px) {
    .whyPickUs-question {
        padding-top: 20px !important;
    }

    .whyPickUs {
        background-image: none !important;
    }
}

.whyPickUs {
    margin-top:35px;
    padding:20px 0px 50px 0px;
    background-image: url('../images/page-index/why_pick_gradient.png');

    background-position:center top;
    background-repeat: repeat-y;
}

.whyPickUs-question h3 {
    margin-top:0px;
    margin-bottom: 0px;
}

.whyPickUs-question {
    padding-top: 80px;
}

.whyPickUs-questionContent {
    margin-top:20px;
}


.whyPickUs-reason {
    margin-top:50px;
}

.whyPickUs-first { /* first reason */
    margin-top:30px !important;
}


.whyPickUs-reason img {
    float: left;
}

.whyPickUs-reason h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.whyPickUs-reason .whyPickUs-content {
    margin-left:80px;
}

/*  ----------------------------------------------------------------------------
    Latest from the blog
*/

@media (max-width: 767px) {
    .latestBlog-section {
        margin-top:0px !important;
    }
    .latestBlog-section h3 {
        margin-top:0px;
    }
}

.latestBlog-section {
    margin-top:40px;
}


.latestBlog-title {
    font-weight: bold;

}

.latestBlog-meta {
    color:#A2A2A2;
    font-size: 11px;
    position: relative;
    top:-2px;
}

.latestBlog-content {

}

.page-index-latestBlog .span3 {
    margin-bottom: 30px;

}

/*  ----------------------------------------------------------------------------
    Client testimonials
*/

@media (max-width: 767px) {
    .testimonial-section {
        display: none;
    }
}


.testimonials {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.testimonials span {
    color: #fc990d;
}

.testimonials-person {
    width:92px;
    height: 98px;
    overflow: hidden;
    position:relative;
    float:right;

}

.testimonials-person-pic {
    position:absolute;
    top:0px;
    left:0px;
}

.testimonials-person-mask {
    position: absolute;
    top:0px;
    left:0px;
    z-index: 9999;
}

.testimonioals-arrows div {
    background: url('../images/page-index/client-testimonials/testimonials_arrows.png') no-repeat;

    width:20px;
    height: 22px;
    margin-top:10px;
    cursor:pointer;
}

.testimonioals-arrows .testimonials-leftArrow {
    float:left;
}

.testimonioals-arrows .testimonials-leftArrow:hover {
    background-position:-40px 0px;
}

.testimonioals-arrows .testimonials-rightArrow {
    float:left;
    background-position:-20px 0px;
    margin-left:10px;

}

.testimonioals-arrows .testimonials-rightArrow:hover {
    background-position:-60px 0px;
}



/*
    =======================================================================================================

    Name          : Content forms

    =======================================================================================================
*/


/*  ----------------------------------------------------------------------------
    Nivo text v1
*/

.nivo-v1-line1 {
    padding: 5px 8px 5px 8px;
    color:white;
    background-color: #fc990d;
    display: inline-block;

    font-size: 14px;
    line-height: 25px;

    text-shadow:1px 1px 0px #EB8F0C


}

.nivo-v1-line2 {
    background-color: #fbfbfb;
    padding: 5px 8px 5px 8px;
    color:#525252;
    font-weight: bold;
    font-size: 13px;
    opacity: 0.7;
    display: inline-block;



}





/*  ----------------------------------------------------------------------------
    Nivo block caption
*/
.nivo-block-caption {
    position: relative;
    top:105px;
    width: 70% !important;
    display: block !important;
    padding: 10px;

}

.nivo-block-caption h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    color:white;

}

.nivo-block-caption:before {

    display:block;
    content:'';
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.2;

    z-index: -1;

}





@media (max-width: 979px) {
    .theme-default .nivo-caption {
        top:35% !important;
    }

    .nivo-block-caption{
        top:100px !important;
        width: auto !important;

    }

    .nivo-block-caption-text {
        display: none !important;
    }

}



@media (max-width: 767px) {
    .nivo-block-caption{
        display: none !important;

    }

}

@media (max-width: 530px) {
    .nivo-v1-line1 {
        opacity: 0.9;
        font-size: 12px;
    }

    .nivo-v1-line2 {
        display: none;
    }

    .theme-default .nivo-caption {
        top:34% !important;
    }

}


@media (max-width: 400px) {
    .theme-default .nivo-caption {
        display: none !important;
    }

    .nivo-controlNav {
        visibility:hidden !important;
    }

}


/*  ----------------------------------------------------------------------------
    nivo slider caption
*/
.theme-default .nivo-caption {
    width: auto;
    z-index: 7;
    background-color: transparent;
    top:39%;
    left:30px;
    opacity: 1;

    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
}

.theme-default .nivo-caption div {
    display: inline;
    width: auto;
}



/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.2
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
    position:relative;
    background:#fff url('../images/page-index/nivo-slider/loading.gif') no-repeat 50% 50%;
    overflow: visible;

}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 0px;
    position:relative;
    top:-30px;
    z-index: 7;

}

.theme-default .nivo-controlNav:after { /* slider shadow */
    position:relative;
    display:block;
    content:'';
    height:10px;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:transparent url('../images/page-index/nivo-slider/shadow_slide.png') no-repeat ;
    background-position:center bottom;
    top:10px;

}

/* slides bulets */
.theme-default .nivo-controlNav a {
    display:inline-block;
    width:17px;
    height:16px;
    background:url('../images/page-index/nivo-slider/slide_sprite-4.png') no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
    background-position:-17px -132px;
}
.theme-default .nivo-controlNav a.active {
    background-position:0px -132px;
    opacity:1 !important;

}

.theme-default .nivo-controlNav a:hover {
    opacity:0.7;

}


/* big next and back */

.theme-default .nivo-directionNav a {
    display:block;
    width:38px;
    height:85px;
    background:url('../images/page-index/nivo-slider/slide_sprite-4.png') no-repeat;
    text-indent:-9999px;
    border:0;
    top:38%;
}
.theme-default a.nivo-nextNav {
    background-position:-38px 0;
    right:-11px;
}
.theme-default a.nivo-nextNav:hover {
    background-position:-114px 0;
}

.theme-default a.nivo-prevNav {
    left:-11px;
}

.theme-default a.nivo-prevNav:hover {
    background-position:-76px 0;
}

/* small next and back */
.theme-default a.nivo-smallPrevNav {
    display:block;
    width:21px;
    height:47px;
    background:url('../images/page-index/nivo-slider/slide_sprite-4.png') no-repeat;
    background-position:0px -85px;
    text-indent:-9999px;
    border:0;
    left:-6px;
}

a.nivo-smallPrevNav:hover{
    background:url('../images/page-index/nivo-slider/slide_sprite-4.png') no-repeat !important;
    background-position:-42px -85px !important;
}

.theme-default a.nivo-smallNextNav {
    display:block;
    width:21px;
    height:47px;
    background:url('../images/page-index/nivo-slider/slide_sprite-4.png') no-repeat;
    text-indent:-9999px;
    border:0;
    background-position:-21px -85px;
    right:-6px;
}
a.nivo-smallNextNav:hover {
    background:url('../images/page-index/nivo-slider/slide_sprite-4.png') no-repeat !important;
    background-position:-63px -85px !important;
}






.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}



/*  ----------------------------------------------------------------------------
    panel
*/

.content-cut-panel {
    background: url('../images/page-index/content-cut-background.png') repeat #494949;
    color:white;
}


.content-cut-panel:before {
    position:absolute;
    display:block;
    content:'';
    height:27px;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url('../images/page-index/content-cut-shadow-top.png') repeat-x transparent;
    background-position: top;
}


.cut-panel-bottom-shadow {
    margin-top: 20px;
    position:relative;
    height: 27px;
    width: 100%;
    background: url('../images/page-index/content-cut-shadow-bottom.png') repeat-x transparent;
}

.content-cut-panel h3 {
    color:white;
}

.content-cut-panel h3.h-color {
    color:#FC990D;
}

/*  ----------------------------------------------------------------------------
    button
*/
.content-cut-button {
    background: url('../images/page-index/button_show_me.png') no-repeat transparent;
    width: 169px;
    height: 44px;
    cursor: pointer;
    margin-bottom: 6px;
    position: relative;
    top:1px;

}


.content-cut-button-open {
    background-position:0px -94px;
}

div.content-cut-button-open:hover {
    background: url('../images/page-index/button_show_me.png') no-repeat transparent;
    height: 44px;
    margin-bottom: 6px;
    background-position:0px -94px;
}

@media (max-width: 767px) {
    .content-cut-button {
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
    }
}



/*
    =======================================================================================================

    Name          : Content forms

    =======================================================================================================
*/





/*  ----------------------------------------------------------------------------
    Buttons
*/
.btn {
    border:none;
    background-color: #FC990D;
    background-image: none;
    text-shadow: none;
    color:white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;

}

.btn:hover {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background-color: #CF0F0F;
    color:white;
}

.btn-black {
    background-color:#000000;
}

.btn-gray {
    background-color:#777777;
}

.btn-white {
    background-color: #FAFAFA;
    color:#777777;
}


/*  ----------------------------------------------------------------------------
    Inline helpers
*/

h3 .label {
    position: relative;
    top:-2px;
}

.label {
    margin: 0px 5px 0px 5px;
}

.label-important, .badge-important {
    background-color: #df2020;
}

.label-warning, .badge-warning {
    background-color: #FF8C00;
}

.label-success, .badge-success, .progress-success {
    background-color: #7BA057;
}

.label-info, .badge-info, .progress-info {
    background-color: #3AA4C4;
}


.label-fixed {
    display: inline-block;
    text-align: center;
    width: 66px !important;

}

.pager a, .pagination a {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    color:#777777
}

.pager a:hover, .pagination a:hover  {
    color:#df2020;
}


.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input,
textarea
{

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;



    background-color: white;
    border-top: 1px solid silver;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    color: #222;
    font-family: arial,sans-serif;
    font-size: 14px;
    height: 29px;
    margin: 0!important;
    padding: 3px 0 3px 8px;
    -o-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

textarea {
    height: 250px;
    padding:8px;
    max-width: 100%;
    width: 100% !important;


}




.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus, textarea:focus {

    z-index: 99!important;

    border:none;

    border-bottom: 1px solid #D9D9D9;
    outline: none;

    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3)!important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3)!important;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3)!important;

    padding-left:9px;
    padding-top: 4px;

    -o-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}


.input-prepend .add-on {
    height: 19px !important;
    background-color: white !important;
    position: relative;
    left:1px !important;

    border-right: none;

    width: 22px;
    z-index: 1!important;

}


.input-prepend input,  .input-prepend span{
    float:left !important;
}


.input-prepend {
    clear: left !important;
    height: 35px;
}

.input-prepend i {
    position: relative;
    top:2px;
}

.input-append .btn {
    background-color: white !important;
    background-image: none;
    height: 29px;
    border: 1px solid #D9D9D9;
    border-left: none;

    position: relative;
    left:-1px !important;


    -webkit-box-shadow: inset 0 1px 1px
        rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px
        rgba(0, 0, 0, 0.075);
}



/*
    =======================================================================================================

    Name          : Content sidebar

    =======================================================================================================
*/


@media (max-width: 767px) {
    .content-with-sidebar:after { /* remove shadow when the sidebar drops*/
        background-image: none !important;
    }
}


.content-with-sidebar {
    position: relative;
    border-collapse: collapse;
    padding-top:0px;

}

.content-with-sidebar:after {
    background: url('../images/sidebar/sidebar_shadow.png') repeat-y transparent;
    background-position: right;

    display:block;
    content:'';
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    position:absolute;
    width: 20px;

    right: -37px;
    top:0px;

    height:100%;
}

.content-widget {
    margin-top:50px;
    margin-bottom: 50px;
}



/*
    =======================================================================================================

    Name          : Content table

    =======================================================================================================
*/


.table-color th{
    background-color: #EBEBEB;


}



/*
    =======================================================================================================

    Name          : Testimonials

    =======================================================================================================
*/


@media (max-width: 480px) {
    .testimonials-section-left {
        padding-right: 0px !important;
    }

}


.content-testimonials {
    list-style: none;
    width: 200px;

    height: 300px;

    /*margin-left: 98px;*/
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;

}




.content-testimonials li {
    width: 250px;
    height: 280px;
    background-color: white;



    box-shadow:0px 0px 6px #C7C7C7;

    border: none;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.roundabout-moveable-item {
    cursor: pointer;

}
.roundabout-in-focus {
    cursor: auto;

}



/*  ----------------------------------------------------------------------------
    testimonial slide text
*/
.content-testimonials h3 {
    margin-top: 10%;
    margin-bottom: 0px;
    text-align: center;
}


.content-testimonials-function {
    color:#C3C3C3;
    text-align: center;
    margin-bottom: 5%;
}


.content-testimonials-text {
    text-align: center;
    padding: 4% 3% 0px 3%;
    line-height: 180%;
}



/*  ----------------------------------------------------------------------------
    testimonial slide person
*/

.content-testimonials-person {
    position: relative;
    width: 100%;
    height: 98px;

}

.content-testimonials-face {
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;

}

.content-testimonials-mask {
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;

}



/*
    =======================================================================================================

    Name          : Content typology

    =======================================================================================================
*/


a {
    color: #fc990d;
}

a:hover {
    color: #fc990d;
}


.link-arrow {
    position: relative;
    top:-1px;
}

/*  ----------------------------------------------------------------------------
    Headers
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis', sans-serif;
    margin:30px 0px 15px 0px;
    color:#343434;
}

h1 {
    font-size:30px;
    font-weight: normal;
}

h2 {
    font-size:24px;
    font-weight: normal;
}

h3 {
    font-size: 22px;
    font-weight: normal;

    margin-bottom: 10px;
}

h4 {
    font-size:20px;
    font-weight: normal;
}

h5 {
    font-size:18px;
    font-weight: normal;
}

h6 {
    font-size:16px;
    font-weight: normal;
    color:#7F7F7F;
}

.h-color {
    color:#fc990d;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
}

h1.h-color {
    font-size: 18px;
}

h2.h-color {
    font-size: 17px;
}

h3.h-color {
    font-size: 16px;
}

h4.h-color {
    font-size: 15px;
}

h5.h-color {
    font-size: 14px;
}

h6.h-color {
    font-size: 12px;
}


/*  ----------------------------------------------------------------------------
    elements
*/


p {
    margin:0px 0px 15px 0px;
}

code {
    background-color: #F8F8F8;
    color:#333333;
    border: none;
}


pre {
    background-color: transparent;
    padding: 0px;
    border: none;
    border-radius: 0px;
}

blockquote {
    background-color: #F8F8F8;
    padding: 20px;
    position: relative;
    left:-20px;

    position: relative;
    border-left: 4px solid #FC990D;

}

blockquote:after {
    top:0px;
    right: -40px;
    position:absolute;

    display:block;
    content:'';
    height:100%;
    width:40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #F8F8F8;
}

blockquote.pull-right {
    padding-left: 20px;
    border-right: none;
}

blockquote.pull-right:after {
    border-right: 4px solid #FC990D;
    width:40px;
    right: -40px;
}


ul {
    list-style: disc url('../images/icons/ul-li.png');
    margin:0px;
    padding: 0px 0px 0px 14px;
}


ul li {
    margin:0px;
    line-height: 20px;
}

ol {  /* ordered list */
    line-height: 25px;
    margin:0px;
    padding: 0px 0px 0px 20px;
}

ol li {
    margin:0px;
    line-height: 20px;
}

/*  ----------------------------------------------------------------------------
    Full width and borderz
*/

.ty-full-width h3 {
    margin-top: 0px;
}

.ty-full-width {
    padding: 20px 0px 20px 20px;
    position: relative;
    left:-20px;
    background-color: #F8F8F8;
}


.ty-full-width:after {
    top:0px;
    right: -40px;
    position:absolute;

    display:block;
    content:'';
    height:100%;
    width:40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #F8F8F8;
}

.ty-border-left {
    border-left: 4px solid #fc990d;
}

.ty-border-right:after {
    border-right: 4px solid #fc990d;
    width:40px;
    right: -40px;

    top:0px;
    position:absolute;

    display:block;
    content:'';
    height:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #F8F8F8;
}

/*  ----------------------------------------------------------------------------
    Images with shadow and border
*/
.image-shadowWrap, .plugins_image_wrap {
    line-height: 0px;
    font-size:0
}

.image-shadowWrap a{
    display: block;
    position: relative;
}

.image-shadowBorder {
    position: absolute;
    top:0px;
    left:0px;
}

.image-shadowWrap:hover{
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    opacity:0.9;

}

.image-shadowWrap:hover .image-shadowBorder{
    display: none;

}


/*  ----------------------------------------------------------------------------
    Images align
*/

.image-center {
    text-align: center;

}

.image-center .image-shadowBorder {
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

.image-left {
    float:left;
    margin-right: 20px;
    margin-top:6px;
}

.image-right {
    float:right;
    margin-left: 20px !important;
    margin-top:6px;
}

.image-clear { /* clar after align */
    clear:both;
}


@media (max-width: 480px) {
    .image-left {
        float:none !important;
        text-align: center;
    }

    .image-right {
        float:none !important;
        text-align: center;
    }
}



/*
    =======================================================================================================

    Name          : Footer

    =======================================================================================================
*/

.footer-social img {
    padding-bottom: 7px;
}

.footer-social img:hover {
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    opacity: 0.7;
}

.footer-wrapper {
    background: url('../images/footer/footer_border_up.png') repeat-x #F9F9F9;
    border-bottom:1px solid #f9f7f7;
    margin-top:65px;
}

.footer-withSidebar {
    margin-top: 0px !important;
}

.footer-wrapper:after { /* double top border hack */
    position:relative;
    top:7px;

    display:block;
    content:'';
    border-top:1px solid #e9e9e9;
    height:6px;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;


    background: url('../images/footer/footer_shadow.png') no-repeat transparent;
    background-position: center;


}

.footer-wrapper .span4 {
    padding: 30px 0px 30px 0px;
}

.footer-wrapper a
{
    color:#343434;
}

.footer-wrapper ul li
{
    list-style: none;
    border-top: 1px solid #E8E8E8;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.footer-wrapper h3
{
    padding-bottom: 13px;
}


/*  ----------------------------------------------------------------------------
    right contact 'table'
*/

.footer-contact-icon {
    width:35px !important;
}

.footer-contact-info {
    width:180px !important;
}

.footer-contact-name {
    width:70px !important;
}



/*  ----------------------------------------------------------------------------
    copyright
*/

.footer-copyright-wrapper {
    background-color: #2C2C2C;
    width:100% !important;
}

.footer-copyright-left {
    color:#FFFFFF !important;
    padding: 20px 0px 50px 0px;
    font-size: 11px;
    text-align: left;
}
.footer-copyright-right {
    color:#FFFFFF !important;
    font-size: 11px;
    float: right;
    padding: 20px 0px 50px 0px;
    text-align:right;
}



/*
    =======================================================================================================

    Name          : Header menu

    =======================================================================================================
*/


@media (max-width: 767px) {
    .js-jquery-dropdown {
        float: none !important;
        position: relative;
        left: -50%;
    }


    .js-jquery-dropdown-wrapper {
        position: relative;
        float: left;
        left: 50%;
    }

}


@media (max-width: 480px) {
    ul.js-jquery-dropdown{
        width:100% !important;
        display: block !important;
        float:none;
    }
    ul.js-jquery-dropdown li { /* the main menu */
        float: none !important;
        zoom: 1;
        width:100% !important;
    }

    ul.js-jquery-dropdown li a {
        width:100% !important;
    }

    .js-jquery-dropdown-wrapper {
        width: 100%;
    }


    ul.js-jquery-dropdown ul {
        width:100% !important;
        border-radius: 0px 0px 4px 4px !important;
        -moz-border-radius: 0px 0px 4px 4px !important;
        -webkit-border-radius: 0px 0px 4px 4px !important;
    }
}

.js-jquery-dropdown { /* all the menu */
    float:right;
    /*
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    */
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    margin-top:10px !important;

}





ul.js-jquery-dropdown, .js-jquery-dropdown ul { /* set up the list style for our menu and submenu */
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.js-jquery-dropdown li { /* the main menu */
    float: left;
    zoom: 1;
    margin: 0px 2px 0px 2px;
}


ul.js-jquery-dropdown li a { /* main manu links */
    display: block;
    padding:6px 15px 5px 15px;
    color:#525252;
    text-decoration: none;
}



.js-jquery-dropdown > .menu-selected { /* main manu selected li element */
    background-color: White !important;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow:inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
    -webkit-box-shadow:inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
    box-shadow:inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);

    color:#fc990d !important;
    border: 1px solid white;

    position: relative;
    top:-2px;


}

.menu-selected > a { /* main menu selected link */
    padding:6px 14px 5px 14px !important;
    color:#fc990d !important;
}

ul.js-jquery-dropdown a:hover {  /* hover color for all the links */
    color:#fc990d;
}


.sub_menu_arrow { /* small arrow for menus with submenus */
    position: relative;
    width:7px;
    height: 4px;
    background-image: url('../images/header/menu_arrow.png');
    display: inline-block;
    vertical-align:bottom;
    top:-6px;
    left:2px;
}



.menu-selected .sub_menu_arrow {

}


ul.js-jquery-dropdown a:hover .sub_menu_arrow{  /* hover color for all the links */

}

ul.js-jquery-dropdown li.hover, ul.js-jquery-dropdown li:hover { /* hover submenu for .hover class - the .hover class is added by javascript */
    position: relative;
}


ul.js-jquery-dropdown li.hover {  /* hover on menu (top menu) li */
    color:#fc990d !important;
    border: 1px solid white;
    border-bottom: 1px solid transparent;

    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-box-shadow:1px 1px 2px 1px rgba(177, 177, 177, 0.27);
    -webkit-box-shadow:1px 1px 2px 1px rgba(177, 177, 177, 0.27);
    box-shadow:1px 1px 2px 1px rgba(177, 177, 177, 0.27);

    background-color: white;
    z-index: 9999;


}



ul.js-jquery-dropdown li.hover > a { /* hover on menu (top menu) link */
    padding:5px 14px 4px 14px;

}




ul.js-jquery-dropdown ul { /* hover on menu (the dropdown menu) */
    top:29px;
    padding-top:5px;
    padding-bottom: 3px;
    width: 150px;

    display:none;

    position: absolute;
    left:-1px;
    border: 1px solid white;
    border-top: none;
    -moz-box-shadow:1px 2px 2px 1px rgba(177, 177, 177, 0.27) !important;
    -webkit-box-shadow:1px 2px 2px 1px rgba(177, 177, 177, 0.27);
    box-shadow:1px 2px 2px 1px rgba(177, 177, 177, 0.27);

    border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;

    font-size:12px;
    background-color: white;
    overflow-x: hidden;

    z-index: 9999;

}

ul.js-jquery-dropdown ul a {
    padding-left: 12px !important;
}

@-moz-document url-prefix() { /* fix for firefox shadow to big*/
    ul.js-jquery-dropdown ul {
    box-shadow:1px 3px 2px 1px rgba(177, 177, 177, 0.27) !important;
}
}


.dropdown-menu-moved { /* this class is added to the menu when there is not enought space on the right to show it*/
    left:-50px !important; /* move the menu */
}

.dropdown-separator { /* separator in the menu */
    border-bottom: 1px solid #eeeded;
    height:0px;
    margin:3px 3px 0px 3px;

}

ul.js-jquery-dropdown ul li {
    float: none;
    padding-top:2px;
}



ul.js-jquery-dropdown ul li a { /* IE 6 & 7 Needs Inline Block */
    border-right: none;
    width: 120px;
    display: inline-block;
}



/*
    =======================================================================================================

    Name          : Header

    =======================================================================================================
*/


.header {
    margin-top:10px;
    margin-bottom: 20px;
}


@media (max-width: 767px) {
    .logo {
        display: block; margin-left: auto; margin-right: auto;
    }

    .header-barWrapper .span9 {
        max-width: 45%;

    }

    .header-search {
        top:-45px;
    }
}


@media (max-width: 490px) {
    .header-search {
        top:-60px !important;
    }
}

@media (max-width: 360px) {
    .header-search {
        display: none;
    }

    .header-barWrapper .span9 {
        max-width: 100%;

    }
}


/*  ----------------------------------------------------------------------------
    Top line from all the pages except index
*/

.header-barWrapper {
    background-color: #2C2C2C;
    padding: 30px 0px 30px 0px;
    position: relative;


}

.header-barWrapper:before {
    background: url('../images/page-index/shadow_down_exterior.png') repeat-x transparent;
    background-position:center bottom;

    display:block;
    content:'';
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    position:absolute;
    width: 100%;

    bottom: -23px;

    height:23px;


}


.header-barWrapper:after {

    position:relative;
    top:35px;

    padding-top:5px; /* hack the double border */

    display:block;
    content:'';
    border-top:1px solid white;
    height:4px;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;


    background: url('../images/header/header_shadow.png') no-repeat transparent;
    background-position: center top;
}


/*  ----------------------------------------------------------------------------
    Search box
*/

.header-search {
    position:relative;
}

.header-search .input-append {
    position: absolute;
    right:0px;
    top:11px;
    margin-right:0px;
}

.header-bar h3 {
    color:#FFFFFF !important;
    margin-top:0px;
    margin-bottom: 0px;

}

.header-page-description {
    color:#FFFFFF !important;
}





.stars-layer1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/header/bg_stars.png') repeat-x;
    /* stars-layer-opacity1 */
}

.stars-layer2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/header/bg_stars2.png') repeat-x;
    /* stars-layer-opacity2 */
}

.stars-layer3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/header/bg_stars3.png') repeat-x;
    /* stars-layer-opacity3 */
}



/*
    =======================================================================================================

    Name          : About page

    =======================================================================================================
*/


/*  ----------------------------------------------------------------------------
    Shout out
*/

.page-about-shoutout {
    margin-top:60px;
}

.page-about-shoutout h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    text-align: center;
}

.page-about-shoutout div div {
    text-align: center;
}


/*  ----------------------------------------------------------------------------
    company info
*/

@media (max-width: 979px) {
    .page-about-companyInfo .span8 {
        font-size: 18px !important;
        line-height: 23px !important;
    }
}

.page-about-companyInfo {
    margin-top:60px;
}

.page-about-companyInfo .span8 {

    font-family: 'Dosis', sans-serif;
    font-size:23px;
    color: #666666;
    line-height: 30px;
}

.page-about-companyInfo p {
    margin-top:20px;
}


/*  ----------------------------------------------------------------------------
    logos
*/
.page-about-logos {
    text-align: center;
    margin-top: 30px;
}

/*  ----------------------------------------------------------------------------
    Shout out SMALL
*/

.page-about-shoutoutSmall {
    margin-top:60px;
    text-align: center;

}

.page-about-shoutoutSmall h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    text-align: center;
}

.page-about-shoutoutSmall div div {
    text-align: center;
}


/*  ----------------------------------------------------------------------------
    page about principles
*/
.principle-number {
    float:left;
    font-size: 60px;
    width:50px;
    margin-top:15px;
    color:#CCCCCC;
}

.page-about-principle {
    margin-top:60px;

}

.principles-column1 .principle-content{
    padding-right: 10px;
}

.page-about-principle .principle-title {
    font-size:16px;
    font-weight: bold;
    color:#fc990d;
    margin-left:55px;
    margin-bottom: 5px;
}
.page-about-principle .principle-content {
    margin-left:55px;
}



/*  ----------------------------------------------------------------------------
    page about pladge
*/
.page-about-plage {

    background-image: url('../images/page-index/shout_out_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.page-about-plage .span12 img {
    float:left;
    margin-right: 30px;
    position: relative;
    top:-10px;
}
.page-about-plage .span12 {
    margin-top: 100px;

    font-size:22px;
    font-family: "CrimsonRoman", "Times New Roman", Georgia, serif;
    color: #666666;
    line-height: 30px;

    padding-bottom: 30px;
}


/*  ----------------------------------------------------------------------------
    page about za team
*/

.page-about-teamTitle h3{
    margin-top: 40px;
    font-size: 24px !important;
}
.page-about-team {
    margin-top:40px;

}

.page-about-team .span4 {
    margin-bottom: 50px;
}

.team-name {
    font-size:16px;
    font-weight: bold;
    color:#fc990d;
}

.team-position {
    font-weight: bold;
}

.team-cv {
    margin-top:10px;
}

.page-about-team .contact-row {
    position: relative;
    left:-3px;
    margin-top:5px;
}

.team-social img {
    margin-top:8px;
    margin-right:5px;
}

.team-email {
    margin-top:20px;
}



/*
    =======================================================================================================

    Name          : Blog page

    =======================================================================================================
*/


.blog-title h3 {
    margin-bottom: 0px;
}
.blog-more {

}


.blog-meta {
    margin-bottom: 10px;
    font-size: 11px;
    color:#A2A2A2;
}



/*
    =======================================================================================================

    Name          : Contact page

    =======================================================================================================
*/

.side_bar_faq
{
    padding-bottom: 8px;
}

.side_bar_faq_full
{
    padding-left: 30px;
}

.page-contact-map-wrapper {
    position: relative !important;
}

.page-contact-map {
    width: 100%;
}

.page-contact-mapShadowLeft {
    position: absolute;
    left:0px;
    top:0px;
    height: 100%;
}

.page-contact-mapShadowRight {
    position: absolute;
    top:0px;
    right:0px;
    height: 100%;
}




/*  ----------------------------------------------------------------------------
    Contact forms
*/



.page-contact .input-prepend { /* space between the inputs */
    margin: 10px 0px 10px 0px;

}

.page-contact .input-prepend input{
    width: 40%;
    max-width: 350px;
    min-width: 150px;
}

.page-contact textarea {
    margin: 0px 0px 10px 0px !important;
}


.page-contact .btn { /* the buttons from the contact page */
    padding: 10px 20px 10px 20px;
    box-shadow: none;
}



/*
    =======================================================================================================

    Name          : Content forms

    =======================================================================================================
*/


/*  ----------------------------------------------------------------------------
    Nivo text v1
*/

.nivo-v1-line1 {
    padding: 5px 8px 5px 8px;
    color:white;
    background-color: #fc990d;
    display: inline-block;

    font-size: 14px;
    line-height: 25px;

    text-shadow:1px 1px 0px #EB8F0C


}

.nivo-v1-line2 {
    background-color: #fbfbfb;
    padding: 5px 8px 5px 8px;
    color:#525252;
    font-weight: bold;
    font-size: 13px;
    opacity: 0.7;
    display: inline-block;



}





/*  ----------------------------------------------------------------------------
    Nivo block caption
*/
.nivo-block-caption {
    position: relative;
    top:105px;
    width: 70% !important;
    display: block !important;
    padding: 10px;

}

.nivo-block-caption h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    color:white;

}

.nivo-block-caption:before {

    display:block;
    content:'';
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.2;

    z-index: -1;

}





@media (max-width: 979px) {
    .theme-default .nivo-caption {
        top:35% !important;
    }

    .nivo-block-caption{
        top:100px !important;
        width: auto !important;

    }

    .nivo-block-caption-text {
        display: none !important;
    }

}



@media (max-width: 767px) {
    .nivo-block-caption{
        display: none !important;

    }

}

@media (max-width: 530px) {
    .nivo-v1-line1 {
        opacity: 0.9;
        font-size: 12px;
    }

    .nivo-v1-line2 {
        display: none;
    }

    .theme-default .nivo-caption {
        top:34% !important;
    }

}


@media (max-width: 400px) {
    .theme-default .nivo-caption {
        display: none !important;
    }

    .nivo-controlNav {
        visibility:hidden !important;
    }

}


/*  ----------------------------------------------------------------------------
    nivo slider caption
*/
.theme-default .nivo-caption {
    width: auto;
    z-index: 7;
    background-color: transparent;
    top: 74%;
    left:30px;
    opacity: 1;

    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
}

.theme-default .nivo-caption div {
    display: inline;
    width: auto;
}



/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.2
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
    position:relative;
    background:#fff url('../images/page-index/nivo-slider/loading.gif') no-repeat 50% 50%;
    overflow: visible;

}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 0px;
    position:relative;
    top:-30px;
    z-index: 7;

}

.theme-default .nivo-controlNav:after { /* slider shadow */
    position:relative;
    display:block;
    content:'';
    height:10px;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:transparent url('../images/page-index/nivo-slider/shadow_slide.png') no-repeat ;
    background-position:center bottom;
    top:10px;

}

/* slides bulets */
.theme-default .nivo-controlNav a {
    display:inline-block;
    width:17px;
    height:16px;
    background:url('../images/page-index/nivo-slider/slide_sprite-4.png') no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
    background-position:-17px -132px;
}
.theme-default .nivo-controlNav a.active {
    background-position:0px -132px;
    opacity:1 !important;

}

.theme-default .nivo-controlNav a:hover {
    opacity:0.7;

}


/* big next and back */

.theme-default .nivo-directionNav a {
    display:block;
    width:38px;
    height:85px;
    background:url('../images/page-index/nivo-slider/slide_sprite-4.png') no-repeat;
    text-indent:-9999px;
    border:0;
    top:38%;
}
.theme-default a.nivo-nextNav {
    background-position:-38px 0;
    right:-11px;
}
.theme-default a.nivo-nextNav:hover {
    background-position:-114px 0;
}

.theme-default a.nivo-prevNav {
    left:-11px;
}

.theme-default a.nivo-prevNav:hover {
    background-position:-76px 0;
}

/* small next and back */
.theme-default a.nivo-smallPrevNav {
    display:block;
    width:21px;
    height:47px;
    background:url('../images/page-index/nivo-slider/slide_sprite-4.png') no-repeat;
    background-position:0px -85px;
    text-indent:-9999px;
    border:0;
    left:-6px;
}

a.nivo-smallPrevNav:hover{
    background:url('../images/page-index/nivo-slider/slide_sprite-4.png') no-repeat !important;
    background-position:-42px -85px !important;
}

.theme-default a.nivo-smallNextNav {
    display:block;
    width:21px;
    height:47px;
    background:url('../images/page-index/nivo-slider/slide_sprite-4.png') no-repeat;
    text-indent:-9999px;
    border:0;
    background-position:-21px -85px;
    right:-6px;
}
a.nivo-smallNextNav:hover {
    background:url('../images/page-index/nivo-slider/slide_sprite-4.png') no-repeat !important;
    background-position:-63px -85px !important;
}






.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}



/*
    =======================================================================================================

    Name          : Index page

    =======================================================================================================
*/


/*  ----------------------------------------------------------------------------
    Line from behind the slide
*/

@media (max-width: 767px) {
    .page-index-slideBackWrap {
        /*top:120px !important;*/
    }

}

.page-index-slideBackWrap {
    display: block;
    height: 346px;
    left:0px;
    top:90px;
    position:absolute;
    width: 100%;
    background-color: #2C2C2C;
    background-position:center bottom;
    z-index: -1;
    border-top:1px solid #2C2C2C;
    display: none; /* we show it only when the slide is loaded */
}

.page-index-slideBackWrap-medium {
    top:55px !important;
    height: 280px !important;
}


.page-index-slideBackWrap:before { /* double top border hack */
    position:absolute;
    display:block;
    content:'';
    height:100%;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}


.page-index-slideBackWrap:after { /* the background shadow */
    position:absolute;
    display:block;
    content:'';
    height:23px;
    width:100%;
    bottom: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url('../images/page-index/shadow_down_exterior.png') repeat-x transparent;
}

.page-index-slideBottom {
    position: absolute;
    width: 100%;
    height: 23px;
    bottom: 0px;
    left:0px;
    border-top:1px solid white;
    background: url('../images/page-index/shadow_back_slide.png') no-repeat #fbfbfb;
    background-position:center bottom;
}


/*  ----------------------------------------------------------------------------
    features boxes (orange icons)
*/

.page-index-fature {
    margin-top:33px;
}

.feature-orangeCircle {
    float: left;
    height: 52px;
    width:52px;

    background: url('../images/page-index/orange_circle.png') no-repeat transparent;
}

.feature-orangeCircle img {
    position: relative;
    left:9px;
    top:9px;

}


.page-index-fature h3 {
    margin-left:70px;
    margin-top:0px;
}


.feature-content {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin-left:70px;
}

/*  ----------------------------------------------------------------------------
    shoutout
*/
.shoutout {
    margin-top:35px;
    padding-bottom: 40px;
    background-image: url('../images/page-index/shout_out_line.png');
    background-repeat:no-repeat;
    background-position:center bottom;
}

.shoutout .span12 {
    text-align: center;
}



/*  ----------------------------------------------------------------------------
    recent work
*/

.recentWork-section {
    padding-top: 0px;
}



.recentWork-title {
    font-weight: bold;
}

.recentWork-content {

}

.page-index-recentWork .span4 {
    margin-bottom: 40px;
}

/*  ----------------------------------------------------------------------------
    why pick us section
*/


@media (max-width: 767px) {
    .whyPickUs-question {
        padding-top: 20px !important;
    }

    .whyPickUs {
        background-image: none !important;
    }
}

.whyPickUs {
    margin-top:35px;
    padding:20px 0px 50px 0px;
    background-image: url('../images/page-index/why_pick_gradient.png');

    background-position:center top;
    background-repeat: repeat-y;
}

.whyPickUs-question h3 {
    margin-top:0px;
    margin-bottom: 0px;
}

.whyPickUs-question {
    padding-top: 80px;
}

.whyPickUs-questionContent {
    margin-top:20px;
}


.whyPickUs-reason {
    margin-top:50px;
}

.whyPickUs-first { /* first reason */
    margin-top:30px !important;
}


.whyPickUs-reason img {
    float: left;
}

.whyPickUs-reason h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.whyPickUs-reason .whyPickUs-content {
    margin-left:80px;
}

/*  ----------------------------------------------------------------------------
    Latest from the blog
*/

@media (max-width: 767px) {
    .latestBlog-section {
        margin-top:0px !important;
    }
    .latestBlog-section h3 {
        margin-top:0px;
    }
}

.latestBlog-section {
    margin-top:40px;
}


.latestBlog-title {
    font-weight: bold;

}

.latestBlog-meta {
    color:#A2A2A2;
    font-size: 11px;
    position: relative;
    top:-2px;
}

.latestBlog-content {

}

.page-index-latestBlog .span3 {
    margin-bottom: 30px;

}

/*  ----------------------------------------------------------------------------
    Client testimonials
*/

@media (max-width: 767px) {
    .testimonial-section {
        display: none;
    }
}


.testimonials {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.testimonials span {
    color: #fc990d;
}

.testimonials-person {
    width:92px;
    height: 98px;
    overflow: hidden;
    position:relative;
    float:right;

}

.testimonials-person-pic {
    position:absolute;
    top:0px;
    left:0px;
}

.testimonials-person-mask {
    position: absolute;
    top:0px;
    left:0px;
    z-index: 9999;
}

.testimonioals-arrows div {
    background: url('../images/page-index/client-testimonials/testimonials_arrows.png') no-repeat;

    width:20px;
    height: 22px;
    margin-top:10px;
    cursor:pointer;
}

.testimonioals-arrows .testimonials-leftArrow {
    float:left;
}

.testimonioals-arrows .testimonials-leftArrow:hover {
    background-position:-40px 0px;
}

.testimonioals-arrows .testimonials-rightArrow {
    float:left;
    background-position:-20px 0px;
    margin-left:10px;

}

.testimonioals-arrows .testimonials-rightArrow:hover {
    background-position:-60px 0px;
}



/*  ----------------------------------------------------------------------------
    shoutout compact
*/
.shoutout-compact {
    margin-top:10px;
    padding-bottom: 47px;
    background-image: url('../images/page-index/shout_out_line.png');
    background-repeat:no-repeat;
    background-position:center bottom;
}

.shoutout-compact h3 {
    margin-top:0px;
    margin-bottom: 5px;
}

.shoutout-compact .span12 {
    text-align: center;
}

/*  ----------------------------------------------------------------------------
    shoutout back
*/
.shoutout-back {
    margin-top:55px;

}

.shoutout-back h3 {
    margin-top:0px;
    margin-bottom: 5px;
}

.shoutout-back .span12 {
    text-align: center;
}


/*  ----------------------------------------------------------------------------
    large blue button
*/


@media (max-width: 290px) {
    .page-index2-button {
        width: 150px !important;
        font-size: 20px !important;
    }

    .page-index2-button:before {
        width: 156px !important;
    }

}

.page-index2-button {
    background: url('../images/page-index/big_button.png') repeat-x #1a86ee;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    width: 250px;
    height: 48px;

    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    color:white;


    cursor: pointer;
    line-height: 47px;

    margin-top: 60px;

    position: relative;

    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}


.page-index2-button:before {
    border:3px solid #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;


    display:block;
    content:'';
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    position:absolute;
    left:-3px;
    top:-3px;
    width: 256px;
    height: 54px;
}

.page-index2-button:hover {
    background: url('../images/page-index/big_button_hover.png') repeat-x #1a86ee;
}


/*  ----------------------------------------------------------------------------
    hand text
*/


.index2-calltoAction {
    position: relative;
}
.page-index2-handtext {
    position: absolute;
    left:0px;
    top:40px;
}


/*  ----------------------------------------------------------------------------
    index2 company info
*/
.page-index2-company {
    margin-top:70px;
}

.page-index2-company .column-right {
    background: url('../images/page-index/vertical_shadow.png') no-repeat transparent;

    background-position: left;

    margin-left:0px;
    padding-left: 20px;
    min-height: 300px;
}

.page-index2-company img {
    margin-left: 30px;
    margin-top: 30px;
}

.page-index2-company .span6 div {
    padding-right: 30px;
}


@media (max-width: 767px) {
    .page-index2-company .column-right {
        background-image: none !important;
    }

    .page-index2-company img {
        margin-left: 0px !important;

    }

    .page-index2-company  {
        margin-top:0px !important;
    }

    .page-index2-company .span6 div {
        padding-right: 0px !important;
    }

    .page-index2-company .column-right {
        min-height: 0 !important;
        margin-bottom: 20px;
    }
}



.page-index2-company h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}


/*  ----------------------------------------------------------------------------
    testimonials info
*/

.testimonials-section{
    margin-top: 60px;


}

.testimonials-section-left {
    background: url('../images/page-index/vertical_shadow_reverse.png') no-repeat transparent;
    background-position: right;
    margin-left:0px;
    padding-right: 20px;
    min-height: 300px;
}

@media (max-width: 979px) {
    .testimonials-section-left {
        background-image: none !important;
    }

}

.testimonials-section-right h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .testimonials-section-right h3, .testimonials-section-right p {
        padding-left: 0px !important;
    }
}

.testimonials-section-right p {
    padding-left: 30px;
}



/*
    =======================================================================================================

    Name          : Portofolio pages

    =======================================================================================================
*/


/*  ----------------------------------------------------------------------------
    portofolio filters
*/
.portofolio-filters {
    line-height: 30px;
    padding: 32px 0px 0px 0px;;
}

.portofolio-filters a {
    color:#525252;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-right: 40px;
}


.portofolio-filters a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.portofolio-filterSelected {
    color: #fc990d !important;
}

/*  ----------------------------------------------------------------------------
    Portofolio image grid
*/

.portofolio-imageGridRow {
    margin-bottom: 30px;
    min-height: 500px;
}

.portofolio-imageGridRow .image-shadowWrap,  .plugins_image_wrap{
    margin-top:35px;
}

.portofolio-imageGridTitle {
    font-weight: bold;
    padding-top:10px;
    text-decoration:underline
}

.portofolio-imageGridTitle h3 {
    margin-top: 0px;
}

.portofolio-imageAndInfoRow .portofolio-imageGridContent {
    max-width: 460px;
}

.portofolio-item {
    padding-bottom: 10px;
}

/*  ----------------------------------------------------------------------------
    Portofolio image + content
*/

.portofolio-imageAndInfoRow {
    margin-top: 35px;

}

.portofolio-imageAndInfoRow .image-shadowWrap, .plugins_image_wrap {

}

.portofolio-imageAndInfoRow h3 {
    position: relative;
    top:-5px;
}

.portofolio-projectMeta {
    margin-top:5% !important;
}

.projectMeta-property {
    font-weight: bold;
}

.projectMeta-value {
    width:250px !important;
}

/*  ----------------------------------------------------------------------------
    Portofolio just content
*/
.portofolio-separator {
    margin-top: 50px;
    border-bottom: 1px solid #EEEDED;
}


/*  ----------------------------------------------------------------------------
    Portofolio project details
*/

.portofolio-projectDetails{
    padding: 50px 0px 50px 0px;
}

.portofolio-projectDetails .projectMeta-value {
    width: 200px !important;
}



/*
    =======================================================================================================

    Name          : Pricing table page

    =======================================================================================================
*/


.page-pricing-table {
    width: 100%;
    margin-top: 60px;

}


.page-pricing-table .page-cell { /* columns */
    width:25% !important;
    min-width: 170px;
    border-top: 10px solid transparent;
    z-index: 0;

}

.page-pricing-table .pricing-cell { /* cells */
    border-left: 1px solid #fbfbfb;
    border-right: 1px solid #fbfbfb;

    padding: 10px;
    text-align: center;
    background-color: #f6f6f6;
    color:#989898;
    position: relative;

}

.page-pricing-table .cell-black {  /* black cells */
    background-color: #EEEEEE !important;

}




.page-pricing-table img { /* columns shadow  */
    position: absolute;
    bottom: -7px;
    left:0px;
    width: 100%;
    height: 7px;
    z-index: 9999;
}

/*  ----------------------------------------------------------------------------
    Sugested price
*/
.pricing-sugested {
    border-top: 20px solid #fc990d !important;

    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    z-index: 2 !important;
    position: relative;
}

.pricing-sugested .suggested-button{
    border-bottom: 1px solid #fbfbfb;
    padding-top: 20px;
    height: 50px;
}

.pricing-sugested .pricing-name {
    background-color: #fc990d;
    padding-top: 5px;
    padding-bottom: 25px;
}


/*  ----------------------------------------------------------------------------
    Custom cells
*/
.pricing-name {
    padding: 20px;
    background-color: #9c9b9b;
    color:white;
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    text-align: center;
}

.pricing-price {
    font-family: arial,sans-serif;
    font-size:30px;
    color:#575757;
    margin:20px 0px 10px 0px;

}

.pricing-period {
    margin-bottom: 10px;
}



/*
    =======================================================================================================

    Name          : Services page

    =======================================================================================================
*/


.page-services-shoutout {
    text-align: center;
    margin-top:20px;
    padding-bottom: 35px;
    background-image: url('../images/page-index/shout_out_line.png');
    background-repeat:no-repeat;
    background-position:center bottom;
}

/*  ----------------------------------------------------------------------------
    offer boxes (orange icons)
*/
.offer-orangeCircle {
    height: 79px;
    width:79px;

    background: url('../images/page-services/service_bubble.png') no-repeat transparent;

    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

.offer-orangeCircle img {
    position: relative;
}

.page-services-offers h3{
    margin-top: 5px;
    text-align: center;
}

.page-services-offers .service-content{
    margin-top: 0px;
    text-align: center;
}

.page-services-offers .span2 {
    margin-top: 60px;
}


.page-services-features {
    margin-top:60px;
    padding-top: 50px;
    background-image: url('../images/page-index/shout_out_line.png');
    background-repeat:no-repeat;
    background-position:center top;
}

.page-services .shoutout {
    background-image: none;

}



/*
    =======================================================================================================

    Name          : Text columns page

    =======================================================================================================
*/


.page-text-columns h3 {
    margin:20px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #e8e8e8;
}



/*
    =======================================================================================================

    Name          : generic page

    =======================================================================================================
*/


body {
    background-color: #fbfbfb !important;
    min-width: 200px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color:#333333;
    line-height: 20px;
}

@media (max-width: 767px) {
    body { /* remove bootstrap padding on body and add it to .container */
        padding-left: 0px;
        padding-right: 0px;
        overflow-x:hidden;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

}


@media (max-width: 480px) {
    body {
        overflow-x:hidden;
    }
}


/*  ----------------------------------------------------------------------------
    page tables made by divs
*/

.page-row {
    display: table;
    clear:left;
}


.page-row::before, .page-row::after {
    display: table;
    content: "";
}

.page-row::after {
    clear: both;
}

.page-cell{
    display: inline-block;
    float:left;
    width:100px;
}

/*  ----------------------------------------------------------------------------
    center spans
*/

@media (max-width: 767px) {
    .responsive-center {
        text-align: center;
    }


    .responsive-center .image-shadowBorder {
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
    }



}



/*
    =======================================================================================================

    Name          : Sidebar contact info widget

    =======================================================================================================
*/


/*  ----------------------------------------------------------------------------
    contact information
*/

.contact-icon {
    width:35px !important;
    height: 15px;
}

.contact-name {
    width:70px !important;
    font-weight: bold;
}

.contact-info {
    width:150px !important;
}

.contact-row {
    padding-top: 5px;
}

.sidebar-contactInfo {

}

.contactInfoWrap {
    background-color: white;
    border: 1px solid #F5F5F5;
    padding: 5px;
}



/*
    =======================================================================================================

    Name          : Sidebar from blog widget

    =======================================================================================================
*/


.fromBlogPostWrap {
    background-color: white;
    border: 1px solid #F5F5F5;
    padding: 5px;
    min-height: 46px;
    margin-bottom: 5px;
}

.fromBlogPostWrap img {
    float:left;
    padding-right: 10px;
}

.fromBlog-title {
    font-weight: bold;
}

.fromBlog-content {

}



/*
    =======================================================================================================

    Name          : Sidebar nav menu

    =======================================================================================================
*/


.sidebar-nav li {

}

.sidebar-nav {
    list-style-type:none;
    list-style: none;
    list-style-image:none;
    margin:0;
    padding: 22px 0px 22px 0px;
}

.sidebar-nav a {
    display: block;
    font-size: 13px;
    color:#0a2b1d;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
}

.sidebar-nav a:hover{

    color: #fc990d;
}

.sidebar-nav .current-page a {
    background-color: White !important;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow:inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
    -webkit-box-shadow:inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
    box-shadow:inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);

    color:#fc990d !important;
    border: 1px solid white;

}



/*
    =======================================================================================================

    Name          : Sidebar newsletter

    =======================================================================================================
*/


@media (min-width: 768px) and (max-width: 979px)  {
    .sidebar-newsletter .input-prepend input {
        max-width: 177px !important;


    }

}


.sidebar-newsletter .input-prepend input {
    max-width: 249px;
    width: 80% !important;

}



/*
    =======================================================================================================

    Name          : Sidebar text

    =======================================================================================================
*/


.sidebar-text p {
    display: block;
}



/*
    =======================================================================================================

    Name          : Sidebar wrapper

    =======================================================================================================
*/


@media (max-width: 767px) {
    .sidebar-widget { /* remove padding when the sidebar drops */
        padding-left: 0px !important;
    }

    .sidebar {
        padding-top: 0px !important;
    }
}

.sidebar {
    padding-top: 20px;
}

.sidebar-widget {
    margin-top:30px;
    margin-bottom:50px;
    padding: 0px 0px 0px 20px;

}

.sidebar-widget-title {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    padding-bottom: 10px;
}

.sidebar h3 {
    font-size: 20px;
}



/*
    =======================================================================================================

    Name          : Theme settings (color picker)

    =======================================================================================================
*/


@media (max-width: 870px) {
    .theme-settings {
        opacity: 0.8;
        left:-60px !important;
        height: 30px !important;
        cursor: pointer;
    }


}

body div.theme-settings-big {
    left:0px !important;
    height: 240px !important;
    cursor: pointer;


    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

body div.theme-settings-small {
    opacity: 0.8;
    left:-60px !important;
    height: 30px !important;
    cursor: pointer;

    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;

}



body div.theme-settings-small-no-trans {
    opacity: 0.8;
    left:-60px !important;
    height: 30px !important;
    cursor: pointer;


}

.theme-settings {
    position: absolute;
    top:110px;
    left:0px;
    z-index: 99999;

    height: 240px;

    overflow: hidden;

    background-color: white;
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid white;
    border-left: none;
    -moz-box-shadow:1px 2px 2px 1px rgba(177, 177, 177, 0.27) !important;
    -webkit-box-shadow:1px 2px 2px 1px rgba(177, 177, 177, 0.27);
    box-shadow:1px 2px 2px 1px rgba(177, 177, 177, 0.27);
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.theme-colors .page-row {
    margin-bottom:10px;
}

.theme-colors .page-cell {
    width: 30px;
}

.theme-colors a {
    display: block;
    height: 20px;
    width: 20px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.inline
{
    display: inline;
    float: left;
    width: auto;
    padding-right: 10px;
}

.buy_table thead
{
    background-color: #fc990d;
    color: white;
    width:100px;
}

input[type=image]
{
    width: auto;
}

.buy_table .table-striped tbody tr:nth-child(odd) td:first-child
{
    background-color:#a7a7a7;
    color:#ffffff;

}

.buy_table .table-striped tbody tr:nth-child(even) td:first-child
{
    background-color:#919191;

    color:#ffffff;
}

.buy_table .table-striped tbody tr:nth-child(odd) td
{
    background-color: #F0F0F0 ;

}

.buy_table .table-striped tbody td:last-child
{
    text-align: center;
}

.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child
{
    width: 160px;
}

.table_width
{
    width:80px;   
}

.table_width2
{
    width:100px;
}

.buy_table
{
    font-size: 14px;
}

.support_list2
{
    width:50%;
    float: left;
}

.support_list1
{
    width:50%;
    float: left
}

.support_forum_post
{
    float: left;
    padding-top:25px;
}

.directory_field
{
    max-width: 550px; 
    width: 90%;
}

.support_forum_post li
{
    padding-bottom: 15px;
}

.features_border
{
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #F2F2F2 0%, #FAFAFA 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #F2F2F2 0%, #FAFAFA 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #F2F2F2 0%, #FAFAFA 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #FAFAFA));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #F2F2F2 0%, #FAFAFA 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #F2F2F2 0%, #FAFAFA 100%);

    border-style:solid;
    border-radius: 8px;
    padding: 5px;
    border-width: 1px;
    border-color: #EBEBEB;
}

.features_border:hover
{
    border-color: #fc990d
}

.features_image_border
{
    border-style: solid;
    border-width: 1px;
    border-color: #DEDEDE;
}


.features_learn_more ul
{
    padding-bottom:10px;
}

.features_learn_more
{
    padding-top: 15px;
}

.content-widget .input-prepend input {
    max-width: 350px;
    min-width: 150px;
    width: 40%;
}

.responsive-menu
{
    display: none;
}


@media (min-width: 768px) and (max-width: 1024px) {

    .header-search
    {
        float:right;
    }

    .portofolio-imageGridTitle
    {
        text-align: left;
    }

    .portofolio-imageGridContent
    {
        text-align: left;
    }

    .responsive_align, h3, ul, p
    {
        text-align: left;
    }

}


@media (min-width: 601px) and (max-width: 767px) {
    html, body {
        overflow-x: hidden;
    }

    .portofolio-imageGridTitle
    {
        text-align: left;
    }

    .portofolio-imageGridContent
    {
        text-align: left;
    }

    .responsive_align, h3, ul, p
    {
        text-align: left;
    }


    .footer-copyright-right
    {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align:center;
        float:none;
    }

    .footer-copyright-left
    {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align:center;
    }

    .footer-copyright-right [class*="span"] , row-fluid
    {
        width: 100%;
    }

    .header-search
    {
        float:right;
    }

    /* responsive nav menu */
    #header .menu{ top:-999px; }
    .responsive-menu{ float:left; width:100%; display:block; margin-bottom:20px;  padding:0;}
    .responsive-menu select{ width:100%; }

    select:hover 
    {
        border         :1px solid #ccc;
        box-shadow     :0 0 2px #e1e1e1, inset 0 0 1px 1px #eee;
    }

    .responsive_nav_padding
    {
        padding-bottom:50px;
    }

    .hidden_mobile
    {
        display: none;
    }

    .responsive_img_position
    {
        width:58%
    }


}

@media (min-width: 480px) and (max-width: 600px) {
    html, body {
        overflow-x: hidden;      
    }
    .hidden_mobile
    {
        display: none;
    }
    .footer-copyright-right
    {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align:center;
        float:none;
    }

    .footer-copyright-left
    {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align:center;
    }

    .footer-copyright-right [class*="span"] , row-fluid , [class*="span"]
    {
        width: 100%;
    }

    .header-search {
        float:right;
    }

    /* responsive nav menu */
    #header .menu{ top:-999px; }
    .responsive-menu{ float:left; width:100%; display:block; margin-bottom:20px;  padding:0;}
    .responsive-menu select{ width:100%; }

    select:hover 
    {
        border         :1px solid #ccc;
        box-shadow     :0 0 2px #e1e1e1, inset 0 0 1px 1px #eee;
    }

    .responsive_nav_padding
    {
        padding-bottom:50px;
    }
    .portofolio-imageGridTitle
    {
        text-align: left;
    }

    .portofolio-imageGridContent
    {
        text-align: left;
    }

    .responsive_align, h3, ul, p
    {
        text-align: left;
    }

}


@media (min-width: 320px) and (max-width: 479px) {
    html, body
    {
        overflow-x: hidden;
    }

    .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"]
    {
        width: 80%;
    }

    .side_bar_faq_full
    {
        padding-left: 0px;
    }

    .footer-copyright-right
    {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align:center;
    }

    .footer-copyright-left
    {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align:center;
    }

    .footer-copyright-right [class*="span"] , row-fluid , [class*="span"]
    {
        width: 100%;
    }

    .portofolio-imageGridTitle
    {
        text-align: left;
    }

    .portofolio-imageGridContent
    {
        text-align: left;
    }

    .responsive_align, h3, ul, p
    {
        text-align: left;
    }

    .side_bar_faq_full h3
    {
        border-top: 1px solid #E8E8E8;
        padding-top:5px;
        margin-top:20px;
    }

    .side_bar_faq_full
    {
        padding-top: 10px;
    }

    .responsive_faq_bar
    {
        padding-top:0px;
        padding-bottom:0px;
    }

    .content-widget .input-prepend input
    {
        width: 80%;
    }

    .hidden_mobile
    {
        display: none;
    }

    .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child
    {

        width: 50%;

    }

    .table_width
    {
        width:25%;   
    }

    .table_width2
    {
        width:20%;
    }

    /* responsive nav menu */
    #header .menu{ top:-999px; }
    .responsive-menu{ float:left; width:100%; display:block; margin-bottom:20px;  padding:0;}
    .responsive-menu select{ width:100%; }

    select:hover 
    {
        border         :1px solid #ccc;
        box-shadow     :0 0 2px #e1e1e1, inset 0 0 1px 1px #eee;
    }

    .responsive_nav_padding
    {
        padding-bottom:50px;
    }

}

.inlineUL
{
    margin-bottom: 16px;
}
.inlineUL li
{
    margin-left: 20px;
}

.colour_variation_position
{
    margin-top:0px;
    margin-bottom:0px;
    text-align:center;
}

/*  ----------------------------------------------------------------------------
    button
*/
.header-content-cut-button {

    width: 43px;
    height: 20px;
    cursor: pointer;
    margin-bottom: 0px;
    position: relative;
    top:0px;
    border-radius: 4px;
}


.header-content-cut-button-open {
    background-position:0px -94px;
}

div.header-content-cut-button-open:hover {
    height: 20px;
    margin-bottom: 0px;
    background-position:0px -94px;
}

@media (max-width: 767px) {
    .header-content-cut-button {
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
        border-radius: 4px;
    }
}

.plugins_image_big
{
    float:right;
    text-align:right;
    width:45%
}

.plugins_image_small
{
    float:left;
    width:191px;
    height:113px;
}

.plugins_front_end
{
}

.plugins_text
{
    float:left;
    width:47%
}

.plugins_links
{
    padding-top:20px;
}

.plugins_border_top
{
    padding-top:15px; 
    border-top-style: solid; 
    border-width: 1px; 
    border-color: #DEDEDE;
}

.link_box
{
    width:50%;
}

.link
{
    height:35px;
}

.link_text
{
    padding-top:20px;
}

.title {
    font-size:22px;
    margin-top:0px;
    margin-bottom:10px;
    padding:0px;
    line-height: 27px

}

.company_details {
    padding-top:40px;
}

.company_details_img {
    border-style:solid;
    border-width:3px;
    border-radius:5px;
    border-color:#D9D9D9;
}

.directory_border
{
    width:200px;
    float:left;
    margin-right:35px;
}

.directory_border:hover
{
    border-color: #fc990d
}

.star-rating
{
	line-height: 32px;
	font-size: 1.25em;
	color: #FFBA00;
}

.rate-list
{
	list-style: none;
	padding: 0;
	margin-bottom: 8px;
}

.rate-list li
{
	margin-bottom: 5px;
}

.rate-list li .rate-progress
{
	top: 3px;
	height: 17px;
	width: 135px;
	overflow: hidden;
	position: relative;
	background: #D7D7D7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.rate-list li .rate-progress>span
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	height: 100%;
	background-color: #d23837;
	position: relative;
	overflow: hidden;
}

.color-gray
{
	color: #999;
}

.rating-box .wrapper-left, .rating-box .wrapper-right
{
	display: inline-block;
	vertical-align: top;
}

.rating-box .wrapper-right li *
{
	display: inline-block;
}

.rating-box .wrapper-right li span:first-child
{
	width: 50px;
}

.rating-box .wrapper-right li span:last-child
{
	padding-left: 4px;
}

.average-rate
{
	color: #d23837;
	font-size: 96px;
}

.s-rating
{
	position: relative;
	white-space: nowrap;
	display: inline-block;
	color: #aaa;
}

.s-rating.static span
{
	position: absolute;
	left: 0;
	overflow: hidden;
}

.s-rating.static:before
{
	font-family: FontAwesome;
	content: "\f005 \f005 \f005 \f005 \f005";
	color: #D94D38;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 4px;
	cursor: default;
}

.homepage-rating .s-rating.static:before
{
	font-size: 18px;
}

.homepage-rating
{
	margin-top: 5px;
}

.mt5 {
margin-top: 5px;
}

.lh11 {
line-height: 1.1;
}

.report-comment i.icon-flag
{
	color: #717081;
	opacity: .5;
}

.homepage-rating .noshow, .rating-box .noshow
{
	display: none;
}