/*
                                        _                
    _ __ ___  ___ _ __   ___  _ __  ___(_)_   _____  ___ 
    | '__/ _ \/ __| '_ \ / _ \| '_ \/ __| \ \ / / _ \/ __|
    | | |  __/\__ \ |_) | (_) | | | \__ \ |\ 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

    =======================================================================================================
*/


.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: #1893C7;
    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:#45D800 !important;
    border: 1px solid white;
    
    position: relative;
    top:-2px;
    
    
}

.menu-selected > a { /* main menu selected link */
    padding:6px 14px 5px 14px !important;
    color:#45D800 !important;
}

ul.js-jquery-dropdown a:hover {  /* hover color for all the links */
    color:#45D800;
}


.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:#45D800 !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: #45D800;
}

a:hover {
    color: #45D800;
}


.link-arrow {
    position: relative;
    top:-1px;
}

/*  ----------------------------------------------------------------------------
    Headers
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis', sans-serif;
    margin:30px 0px 15px 0px;
    color:#00c6ff;
}

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:#45D800;
    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 #45D800;
    
}

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 #45D800;
    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 #45D800;
}

.ty-border-right:after {
    border-right: 4px solid #45D800;
    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 {
    line-height: 0px; 
    font-size:0
}

.image-shadowWrap a {
    display: block;
    position: relative;
}

.image-shadowBorder {
    position: absolute; 
    top:0px; 
    left:0px;
}

.image-shadowWrap:hover > a {
    -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: #1893C7;
    background-position:center bottom;
    z-index: -1;
    border-top:1px solid #1893C7;
    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-red.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;
	margin-left:55px ;
	margin-right:55px;
}


.whyPickUs-reason img {
    float: left;
}

.whyPickUs-reason h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.whyPickUs-reason .whyPickUs-content {
    
}

/*  ----------------------------------------------------------------------------
    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: #45D800;
}

.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: #45D800;
    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-1.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-1.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-1.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-1.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-1.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-1.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:#45D800;
}

/*  ----------------------------------------------------------------------------
    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:hover {
    background: url('../images/page-index/button_show_me.png') no-repeat transparent;
    height: 50px;
    margin-bottom: 0px;
    background-position:0px -44px;
}


.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: #45D800;
    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: #45D800;
}

a:hover {
    color: #45D800;
}


.link-arrow {
    position: relative;
    top:-1px;
}

/*  ----------------------------------------------------------------------------
    Headers
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis', sans-serif;
    margin:0px 0px 15px 0px;
    color:#4c4c4cs;
}

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:#45D800;
    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 #45D800;
    
}

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 #45D800;
    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 #45D800;
}

.ty-border-right:after {
    border-right: 4px solid #45D800;
    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 {
    line-height: 0px; 
    font-size:0
}

.image-shadowWrap a {
    display: block;
    position: relative;
}

.image-shadowBorder {
    position: absolute; 
    top:0px; 
    left:0px;
}


.image-shadowWrap:hover  > a{
    -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;
}

/*  ----------------------------------------------------------------------------
    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: #1893C7;
    width:100% !important;
}

.footer-copyright {
    color:#FFFFFF !important;
    padding: 20px 0px 50px 0px;
    font-size: 11px;
}



/*
    =======================================================================================================

    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 0px 0px 0px;
}


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:#45D800 !important;
    border: 1px solid white;
    
    position: relative;
    top:-2px;
    
    
}

.menu-selected > a { /* main menu selected link */
    padding:6px 14px 5px 14px !important;
    color:#45D800 !important;
}

ul.js-jquery-dropdown a:hover {  /* hover color for all the links */
    color:#45D800;
}


.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:#45D800 !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: #1893C7;
    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:#45D800;
    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:20px;
    
}

.page-about-team .span4 {
    margin-bottom: 50px;
}

.team-name {
    font-size:16px;
    font-weight: bold;
    color:#8F8F8F;
}

.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

    =======================================================================================================
*/


.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: #45D800;
    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:#535353;
    font-weight: bold;
    font-size: 13px;
    opacity: 0.7;
    display: inline-block;
	   
	   position:relative;
    top:-35px;
    height: 40%;
    

    
}





/*  ----------------------------------------------------------------------------
    Nivo block caption
*/
.nivo-block-caption {
    position: relative;
    top:100px;
    width: 100% !important;
    display: block !important;
    padding: 10px;
    
}

.nivo-block-caption h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    color:#535353;
    
}

.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: 80%;
    background-color: white;
    opacity: 0.7;
					
    z-index: -1;
    
}





@media (max-width: 979px) { 
    .theme-default .nivo-caption {
        top:0% !important;
    }
    
    .nivo-block-caption{
        top:0px !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:0%;
    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-1.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-1.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-1.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-1.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-1.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-1.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: #1893C7;
    background-position:center bottom;
    z-index: -1;
    border-top:1px solid #1893C7;
    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-red.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: 30px;
}



.recentWork-title {
    font-weight: normal;
	text-align: center;
}

.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;
		margin-left:55px ;
	margin-right:55px;
}

.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 {

}

/*  ----------------------------------------------------------------------------
    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: #45D800;
}

.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: 10px;
    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: 8px;
}

.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: #45D800 !important;
}

/*  ----------------------------------------------------------------------------
    Portofolio image grid
*/

.portofolio-imageGridRow {
    margin-bottom: 30px;
    min-height: 500px;
}

.portofolio-imageGridRow .image-shadowWrap {
    margin-top:35px;
}

.portofolio-imageGridTitle {
    font-weight: bold;
}

.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 {
    
}

.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 0px 0px;
}

.portofolio-projectDetails2{
    padding: 0px 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 #45D800 !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: #45D800;
     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-red.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:#919191;
    line-height: 20px;
	text-align: justify;
}
            
@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:200px !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: #45D800;
}

.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:#45D800 !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;
}





/*
    =======================================================================================================

    Name          : My rolover button

    =======================================================================================================
*/
.buy-now-button {  
    display:block;  
    width: 221px;  
    height: 85px;  
    margin: 0px auto;
    background: url('../images/image-shadow/buy-button.jpg') top left no-repeat;  
}  
  
    .buy-now-button:hover {  
        background-position: center left;  
    }  
  
    .buy-now-button:active {  
        background-position: bottom left; 
    }  
