/** js_composer_front.css **/
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.title_align_center { text-align: center; }
.title_align_right { text-align: right; }

/* Grid systems
---------------------------------------------------------- */
.wpb_row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
/* Grid with fluid columns */
.vc_row-fluid {
    width: 100%;
    *zoom: 1;
}
.vc_row-fluid:before,
.vc_row-fluid:after {
    display: table;
    content: "";
}
.vc_row-fluid:after {
    clear: both;
}
.vc_row-fluid [class*="vc_span"] {
    display: block;
    width: 100%;
    min-height: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5%;
}
.vc_row-fluid [class*="vc_span"]:first-child {
    margin-left: 0;
}
.vc_row-fluid .vc_span12,
.wpb_teaser_grid.wpb_carousel .vc_span12 {
    width: 100%;
}
.vc_row-fluid .vc_span11 {
    width: 91.45833333333334%;
}
.vc_row-fluid .vc_span10 {
    width: 82.91666666666667%;
}
.vc_row-fluid .vc_span9 {
    width: 74.375%;
}
.vc_row-fluid .vc_span8 {
    width: 65.83333333333334%;
}
.vc_row-fluid .vc_span7 {
    width: 57.29166666666667%;
}
.vc_row-fluid .vc_span6,
.wpb_teaser_grid.wpb_carousel .vc_span6 {
    width: 48.75%;
}
.vc_row-fluid .vc_span5 {
    width: 40.208333333333336%;
}
.vc_row-fluid .vc_span4,
.wpb_teaser_grid.wpb_carousel .vc_span4 {
    width: 31.666666666666668%;
}
.vc_row-fluid .vc_span3,
.wpb_teaser_grid.wpb_carousel .vc_span3 {
    width: 23.125%;
}
.vc_row-fluid .vc_span2 {
    width: 14.583333333333334%;
}
.vc_row-fluid .vc_span1 {
    width: 6.041666666666667%;
}
/* end Grid systems -------------------------------------- */
/* Responsive classes
---------------------------------------------------------- */
.hidden {
    display: none;
    visibility: hidden;
}
.visible-phone {
    display: none !important;
}
.visible-tablet {
    display: none !important;
}
.hidden-desktop {
    display: none !important;
}

/* end Responsive classes -------------------------------- */
/* Visual Composer content elements styling
---------------------------------------------------------- */
.wpb_separator,
.vc_text_separator.type1 {
    background: url(../images/title-stripes-type1.png) repeat;
    height: 10px;
}

.wpb_separator,
.vc_text_separator.type2 {
    background: url(../images/title-stripes-type2.png) repeat;
    height: 10px;
}

.wpb_separator,
.vc_text_separator.type3 {
    background: url(../images/title-stripes-type3.png) repeat;
    height: 10px;
}
.wpb_separator,
.vc_text_separator.type4 {
    background: url(../images/title-stripes-type4.png) repeat;
    height: 10px;
}
.wpb_separator,
.vc_text_separator.type5 {
    background: url(../images/title-stripes-type5.png) repeat;
    height: 10px;
}
/* Separator
---------------------------------------------------------- */
.wpb_separator {
    clear: both;
    height: 1px;
}
/* Text Separator
---------------------------------------------------------- */
.vc_text_separator {
    clear: both;
    height: 1px;
}
.vc_text_separator div {

}
.separator_align_center {
    text-align: center;
}
.separator_align_center h1, 
.separator_align_center h2, 
.separator_align_center h3, 
.separator_align_center h4, 
.separator_align_center h5,
.separator_align_center .no_heading {
    padding-left: 15px !important;
}
.separator_align_left {
    text-align: left;
}
.separator_align_right {
    text-align: right;
}
.separator_align_right h1,
.separator_align_right h2,
.separator_align_right h3,
.separator_align_right h4,
.separator_align_right h5,
.separator_align_right .no_heading {
    padding: 0 0 0 15px !important;
}

.no_heading {
    display: inline-block;
    background-color: #ffffff;
    padding: 0 15px 0 0;
    position: relative;
    top: -8px;
    font-weight: 700;
    color: #212121;
}

h1.element_titles {
    margin: 0;
    position: relative;
    top: -12px;

    display: inline-block;
    background-color: #ffffff;
    padding: 0 15px 0 0;
    position: relative;
    font-weight: 700;
    color: #212121;
    font-size: 18px;
}
h2.element_titles {
    margin: 0;
    position: relative;
    top: -11px;

    display: inline-block;
    background-color: #ffffff;
    padding: 0 15px 0 0;
    position: relative;
    font-weight: 700;
    color: #212121;
    font-size: 16px;
}
h3.element_titles {
    margin: 0;
    position: relative;
    top: -9px;

    display: inline-block;
    background-color: #ffffff;
    padding: 0 15px 0 0;
    position: relative;
    font-weight: 700;
    color: #212121;
    font-size: 14px;
}
h4.element_titles {
    margin: 0;
    position: relative;
    top: -8px;

    display: inline-block;
    background-color: #ffffff;
    padding: 0 15px 0 0;
    position: relative;
    font-weight: 700;
    color: #212121;
    font-size: 12px;
}
h5.element_titles {
    margin: 0;
    position: relative;
    top: -9px;

    display: inline-block;
    background-color: #ffffff;
    padding: 0 15px 0 0;
    position: relative;
    font-weight: 700;
    color: #212121;
    font-size: 10px;
}

/* Blockquote
---------------------------------------------------------- */
.blockquote.type1 {
    border-left: 3px solid #184076;
    padding: 8px 0 5px 30px;
}
.blockquote.type1 p {
     
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    font-weight: normal;
}

.blockquote.type2 {
    padding: 25px 30px 25px 50px;
    background: #f9f9f9 url(../images/blockquote-icon-type2.png) no-repeat 40px center;
}
.blockquote.type2 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #808080;
    margin-left: 60px;
    line-height: 1.6;
}
.blockquote.type3 .icon_holder {
    background: url(../images/blockquote-icon-type3.png) no-repeat center center #184076;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
}
.blockquote.type3 p {
     
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    font-weight: normal;
}

/* Dropcap
---------------------------------------------------------- */
.vc_dropcap .dropcap.type1 span.first_letter {
    float: left;
    font-size: 44px !important;
    margin-right: 10px;
    line-height: 1;
    color: #000;
}

.vc_dropcap .dropcap.type2 span.first_letter {	
    float: left;
    font-size: 33px !important;
    margin-right: 15px;
    background: #184076;
    color: #fff;
     
    font-weight: 600;
    padding: 0px 15px;
}

.vc_dropcap .dropcap.type2 p {
     
    font-size: 16px;
    color: #000;
    font-weight: normal;
    line-height: 1.4;
}

/* Separators
---------------------------------------------------------- */
.wpb_separator, .vc_separator.thick_solid {
    background: url("../images/title-stripes-type5.png") repeat;
    height: 10px;
}

.wpb_separator, .vc_separator.tripple_dotted {
    background: url("../images/title-stripes-type2.png") repeat;
    height: 10px;
}


.wpb_separator, .vc_separator.slashes {
    background: url("../images/title-stripes-type1.png") repeat;
    height: 10px;
}


.wpb_separator, .vc_separator.four_lines {
    background: url("../images/title-stripes-type3.png") repeat;
    height: 10px;
}



/* Facebook
---------------------------------------------------------- */
.fb_type_standard {
    height: 25px;
}
.fb_type_standard iframe {
    height: auto;
    max-width: 100%;
}
.fb_type_button_count {
    height: 20px;
}
.fb_type_button_count iframe {
    height: 20px;
}
.fb_type_box_count {
    height: 62px;
}
.fb_type_box_count iframe {
    height: 62px;
}
/* Google plus
---------------------------------------------------------- */
.wpb_googleplus_type_standard {
    height: 25px;
}
.wpb_googleplus_type_small {
    height: 19px;
}
.wpb_googleplus_type_medium {
    height: 21px;
}
.wpb_googleplus_type_tall {
    height: 21px;
}
/* Pinterest
---------------------------------------------------------- */
.wpb_pinterest_type_horizontal {
    height: 21px;
}
.wpb_pinterest_type_vertical {
    height: 60px;
}
.wpb_pinterest_type_none {
    height: 21px;
}
/* Toggle / FAQ
---------------------------------------------------------- */
.toggle-icon {
    background: url("../images/toggle_open.png") no-repeat left center ;
    display: inline-block;
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 20px;
    margin-top: 3px;
}

.wpb_toggle_title_active  .toggle-icon {
    background: url("../images/toggle_close.png") no-repeat scroll left center transparent;
    display: inline-block;
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 20px;
    margin-top: 3px;
}

.wpb_toggle,
#content h4.wpb_toggle {  
    padding-left: 25px;
    clear: both;
    margin-top: 0;

    background: -moz-linear-gradient(top,  #FFFFFF 0%, #f6f6f6 100%) no-repeat left center; 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#f6f6f6)) no-repeat left center; 
    background: -webkit-linear-gradient(top,  #FFFFFF 0%,#f6f6f6 100%) no-repeat left center; 
    background: -o-linear-gradient(top,  #FFFFFF 0%,#f6f6f6 100%) no-repeat left center; 
    background: -ms-linear-gradient(top,  #FFFFFF 0%,#f6f6f6 100%) no-repeat left center; 
    background: linear-gradient(to bottom,  #FFFFFF 0%,#f6f6f6 100%) no-repeat left center; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f6f6f6',GradientType=0 ) no-repeat left center; 

    color: #000;
    font-weight: 600;
    text-transform: none;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 22px;
    padding: 9px 30px 9px 15px;
    position: relative;
    border: 1px solid #ECECEC;
    font-family: 'Open Sans', sans-serif;
}

*:focus {
    outline: none;
}


.wpb_toggle_title_active,
#content h4.wpb_toggle_title_active {
    background: -moz-linear-gradient(center top , #FFFFFF, #f6f6f6) repeat scroll 0 0 #FFFFFF;
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 22px;
    padding: 9px 30px 9px 15px;
    position: relative;
    border: 1px solid #ECECEC;
}
.wpb_toggle:hover {
    cursor: pointer;
    background: #f7f5f5;
}
.wpb_toggle_content {
    display: none;
    overflow: hidden;
    padding: 15px 0px 15px 25px;
    border: 1px solid #ECECEC;
    border-top: none !important;
}
.wpb_toggle_open {
    display: block;
}
/* Widgetised column element
---------------------------------------------------------- */
.wpb_widgetised_column .wpb_wrapper > ul {
    margin: 0;
}
.wpb_widgetised_column .wpb_wrapper > ul > li {
    margin-left: 0;
    background-image: none;
    list-style: none !important;
}
.wpb_widgetised_column .wpb_wrapper > ul > li:after,
.wpb_widgetised_column .wpb_wrapper > ul > li:before {
    display: none !important;
}

/* Button
---------------------------------------------------------- */
a.wpb_button_a {
    text-decoration: none;
    border: none;
}
a.wpb_button_a:hover {
    text-decoration: none;
}
.wpb_button:hover {
    background-image: none;
}
i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px;
}
.wpb_btn-large i.icon {
    height: 19px;
    margin-left: 9px;
}
.wpb_btn-small i.icon {
    height: 15px;
}
.wpb_btn-mini i.icon {
    display: none;
}
.wpb_address_book i.icon,
option.wpb_address_book {
    background: url(../images/icons/address-book.png) no-repeat right center;
}
.wpb_alarm_clock i.icon,
option.wpb_alarm_clock {
    background: url(../images/icons/alarm-clock.png) no-repeat right center;
}
.wpb_anchor i.icon,
option.wpb_anchor {
    background: url(../images/icons/anchor.png) no-repeat right center;
}
.wpb_application_image i.icon,
option.wpb_application_image {
    background: url(../images/icons/application-image.png) no-repeat right center;
}
.wpb_arrow i.icon,
option.wpb_arrow {
    background: url(../images/icons/arrow.png) no-repeat right center;
}
.wpb_asterisk i.icon,
option.wpb_asterisk {
    background: url(../images/icons/asterisk.png) no-repeat right center;
}
.wpb_hammer i.icon,
option.wpb_hammer {
    background: url(../images/icons/auction-hammer.png) no-repeat right center;
}
.wpb_balloon i.icon,
option.wpb_balloon {
    background: url(../images/icons/balloon.png) no-repeat right center;
}
.wpb_balloon_buzz i.icon,
option.wpb_balloon_buzz {
    background: url(../images/icons/balloon-buzz.png) no-repeat right center;
}
.wpb_balloon_facebook i.icon,
option.wpb_balloon_facebook {
    background: url(../images/icons/balloon-facebook.png) no-repeat right center;
}
.wpb_balloon_twitter i.icon,
option.wpb_balloon_twitter {
    background: url(../images/icons/balloon-twitter.png) no-repeat right center;
}
.wpb_battery i.icon,
option.wpb_battery {
    background: url(../images/icons/battery-full.png) no-repeat right center;
}
.wpb_binocular i.icon,
option.wpb_binocular {
    background: url(../images/icons/binocular.png) no-repeat right center;
}
.wpb_document_excel i.icon,
option.wpb_document_excel {
    background: url(../images/icons/blue-document-excel.png) no-repeat right center;
}
.wpb_document_image i.icon,
option.wpb_document_image {
    background: url(../images/icons/blue-document-image.png) no-repeat right center;
}
.wpb_document_music i.icon,
option.wpb_document_music {
    background: url(../images/icons/blue-document-music.png) no-repeat right center;
}
.wpb_document_office i.icon,
option.wpb_document_office {
    background: url(../images/icons/blue-document-office.png) no-repeat right center;
}
.wpb_document_pdf i.icon,
option.wpb_document_pdf {
    background: url(../images/icons/blue-document-pdf.png) no-repeat right center;
}
.wpb_document_powerpoint i.icon,
option.wpb_document_powerpoint {
    background: url(../images/icons/blue-document-powerpoint.png) no-repeat right center;
}
.wpb_document_word i.icon,
option.wpb_document_word {
    background: url(../images/icons/blue-document-word.png) no-repeat right center;
}
.wpb_bookmark i.icon,
option.wpb_bookmark {
    background: url(../images/icons/bookmark.png) no-repeat right center;
}
.wpb_camcorder i.icon,
option.wpb_camcorder {
    background: url(../images/icons/camcorder.png) no-repeat right center;
}
.wpb_camera i.icon,
option.wpb_camera {
    background: url(../images/icons/camera.png) no-repeat right center;
}
.wpb_chart i.icon,
option.wpb_chart {
    background: url(../images/icons/chart.png) no-repeat right center;
}
.wpb_chart_pie i.icon,
option.wpb_chart_pie {
    background: url(../images/icons/chart-pie.png) no-repeat right center;
}
.wpb_clock i.icon,
option.wpb_clock {
    background: url(../images/icons/clock.png) no-repeat right center;
}
.wpb_play i.icon,
option.wpb_play {
    background: url(../images/icons/control.png) no-repeat right center;
}
.wpb_fire i.icon,
option.wpb_fire {
    background: url(../images/icons/fire.png) no-repeat right center;
}
.wpb_heart i.icon,
option.wpb_heart {
    background: url(../images/icons/heart.png) no-repeat right center;
}
.wpb_mail i.icon,
option.wpb_mail {
    background: url(../images/icons/mail.png) no-repeat right center;
}
.wpb_shield i.icon,
option.wpb_shield {
    background: url(../images/icons/plus-shield.png) no-repeat right center;
}
.wpb_video i.icon,
option.wpb_video {
    background: url(../images/icons/video.png) no-repeat right center;
}


.wpb_button {	
    width: auto;
    cursor:pointer; 
    padding: 8px 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 35px;
    display: inline-block;
    border: none !important;	
}
.wpb_btn-small {
    padding: 9px 15px 9px;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 600;
}
.wpb_btn-mini {
    padding: 7px 12px 6px; 
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 600;
}
.wpb_btn-large {
    padding: 12px 32px;
    font-size: 16px;
}
/*green*/
.wpb_btn_green {
    background: #78ab1d;
}
.wpb_btn_green:hover {
    background: #96d22b;
    cursor: pointer;
}
/*blue*/
.wpb_btn_blue {
    background: #1562df;
}
.wpb_btn_blue:hover {
    background: #4b8ffd; 
    cursor: pointer;
}
/*orange*/
.wpb_btn_orange {
    background: #efab18; 
}
.wpb_btn_orange:hover {
    background: #fcc650;
    cursor: pointer;
}
/*grey*/
.wpb_btn_grey {
    background: #979797;
}
.wpb_btn_grey:hover {
    background: #b7b7b7; 
    cursor: pointer;
}
/*turkiz*/
.wpb_btn_turquoise {
    background: #5eabce; 
}
.wpb_btn_turquoise:hover {
    background: #7dc3e3;
    cursor: pointer;
}
/*red*/
.wpb_btn_red {
    background: #e00008; 
}
.wpb_btn_red:hover {
    background: #d75454; 
    cursor: pointer;
}
/*black*/
.wpb_btn_black {
    background: #242424; 
}
.wpb_btn_black:hover {
    background: #3a3a3a; 
    cursor: pointer;
}





/* Call to action
---------------------------------------------------------- */
.wpb_call_to_action {
    position: relative;
    background-color: #f7f7f7;
    padding: 20px;
    padding: 35px;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpb_call_to_action .wpb_button {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cta_align_left .wpb_button {
    float: left;
}
.cta_align_right .wpb_button {
    float: right;
}
.cta_align_left .wpb_button,
.cta_align_right .wpb_button {
    max-width: 27.5%;
}
.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
    width: 70%;
    float: left;
    clear: none;
}
.cta_align_left .wpb_call_text {
    float: right;
}
.wpb_call_to_action .wpb_call_text,
#content .wpb_call_to_action .wpb_call_text {
    margin: 0;
    padding-top: 0;
}
.cta_align_bottom {
    text-align: center;
}
.cta_align_bottom .wpb_button {
    position: static;
    margin-top: 21.739130434782606px;
    display: inline-block;
}
.cta_no_button .wpb_call_text {
    width: auto;
    float: none;
}
/* Call to action responsive rules
---------------------------------------------------------- */

/* Google maps
---------------------------------------------------------- */
.wpb_gmaps_widget .wpb_map_wraper {
    background-color: #f7f7f7;
}
.wpb_gmaps_widget .wpb_map_wraper iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
}
.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_tour_next_prev_nav a:focus {
    outline: none;
}
.wpb_tour_next_prev_nav { display: none !important; }


/** Tabs/Tour Common **/

.wpb_content_element .wpb_tour_tabs_wrapper,
.wpb_content_element .wpb_tabs_nav {
    padding: 0;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav {
    padding-left: 0 !important;
    text-indent: inherit !important;
    margin: 0 0 -1px !important;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav {
    padding-left: 0 !important;
    text-indent: inherit !important;
    margin: 0 -1px 0 0 !important;
    z-index: 2;
    position: relative;
}

#content .wpb_content_element .wpb_tabs_nav {
    margin: 0;
}
.wpb_content_element .wpb_tabs_nav li {   /* ko ni selected in ne hover */

    white-space: nowrap;
    padding: 0;
    background-image: none;
    list-style: none !important;

    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #FFFFFF 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #FFFFFF 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #FFFFFF 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #FFFFFF 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #FFFFFF 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */	

}

/*
.wpb_content_element .wpb_tabs_nav li, .wpb_content_element .wpb_tabs_nav li a, .wpb_content_element .wpb_tabs_nav {
        transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}
*/

.wpb_content_element .wpb_tabs_nav li a {
    color: #404040;	
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
}


.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
    display: none !important;
}


.wpb_tabs.wpb_content_element .wpb_tabs_nav li {
    border-top: 1px solid #eceaea;
    border-right: 1px solid #eceaea;
}

.wpb_tabs.wpb_content_element .wpb_tabs_nav li:first-child {
    border-left: 1px solid #ECEAEA;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li {
    border-bottom: 1px solid #eceaea;
    border-left: 1px solid #eceaea;
    border-right: 1px solid #eceaea;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li:first-child {
    border-top: 1px solid #ECEAEA;
}
/* to je selected */
.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
    background: #fff;
    border-bottom: none;
}  
.wpb_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
    background: #fff;
    border-right: none;
}  

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: #fff;

}

.wpb_tabs.wpb_content_element .tab-content-border-wrapper { 
    border: 1px solid #ECEAEA; 
    display: block;
}

/* to je  hover */
.wpb_content_element .wpb_tabs_nav li:hover {
    background: #F9F9F9; /* Old browsers */
    background: -moz-linear-gradient(top,  #F9F9F9 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F9F9F9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F9F9F9 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F9F9F9 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #F9F9F9 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    color: #fff;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
    cursor: default;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
    display: none;
}


/** Tabs/Tour/Accordion Common **/
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.wpb_content_element .wpb_accordion_header a {
    border-bottom: none;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
}

.wpb_content_element .wpb_accordion_header {
    white-space: nowrap;
    padding: 0;
    background-image: none;
    list-style: none !important;

    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #FFFFFF 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #FFFFFF 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #FFFFFF 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #FFFFFF 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #FFFFFF 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */

    border: 1px solid #ECEAEA;

}
.wpb_content_element .wpb_accordion_header:hover{
    background: #F9F9F9; /* Old browsers */
    background: -moz-linear-gradient(top,  #F9F9F9 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F9F9F9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F9F9F9 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F9F9F9 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #F9F9F9 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    color: #fff;
}


.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active  {
    padding-bottom: 1px;
}  

.wpb_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active  a {
    padding-right: 21px;
}  

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
    background-color: #f7f7f7;
}
/*
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
*/
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 1em;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 1em;
    border: 1px solid #ECEAEA;
    border-top: 0;
    margin-top: -2px;
    margin-bottom: 2px;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content a,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content p a {
    color: #e00008;
}




.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child {
    margin-bottom: 0;
}
/** Tabs **/
.wpb_tabs .wpb_tabs_nav li {
    float: left;
}
.iconTabTitle {
    font-family: "entypo-fontello";
    font-size: 20px;
    color: #000000;
    float: left;
    margin-right: 10px;
} 
/** Tour **/
.wpb_tour .wpb_tabs_nav {
    float: left;
    width: 31.666666666666668%;
}
.wpb_tour .wpb_tabs_nav li {
    margin: 0 0 1px 0;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    float: left;
    width: 68.33333333333333%;
    padding: 10px 10px 10px 21.739130434782606px;
    background: #fff;
    border: 1px solid #eceaea;
    z-index: 1;
}
.wpb_tour_next_prev_nav {
    margin-left: 31.666666666666668%;
    padding-left: 21.739130434782606px;
    font-size: 80%;
}
.wpb_tour_next_prev_nav a {
    border-bottom: 1px dotted;
    text-decoration: none;
}
.wpb_tour_next_prev_nav a:hover {
    text-decoration: none;
    border-bottom: none;
}
.wpb_tour_next_prev_nav span {
    width: 48%;
    display: inline-block;
    padding-top: 1em;
    float: left;
}
.wpb_tour_next_prev_nav span.wpb_next_slide {
    text-align: right;
    float: right;
}
/** Accordion **/
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    margin: 0 0 1px 0;
    padding-top: 0;
    position: relative;
    text-transform: none;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    padding-left: 1em;
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/toggle_open.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0.7em;
    top: 13px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: url(../images/toggle_close.png);
}
/* tabs_tour_accordion responsive rules */

/* Twitter
---------------------------------------------------------- */
#content .wpb_twitter_widget ul.tweet_list,
.wpb_twitter_widget ul.tweet_list {
    margin: 0;
    padding: 0;
}
#content .wpb_twitter_widget ul.tweet_list li,
.wpb_twitter_widget ul.tweet_list li {
    border-bottom: 1px solid #f7f7f7;
    margin: 0 0 1em 0;
    padding-bottom: 1em;
    background-image: none;
    list-style: none !important;
}
#content .wpb_twitter_widget ul.tweet_list li:after,
.wpb_twitter_widget ul.tweet_list li:after,
#content .wpb_twitter_widget ul.tweet_list li:before,
.wpb_twitter_widget ul.tweet_list li:before {
    display: none !important;
}
.wpb_twitter_widget .tweet_time {
    display: block;
    color: #f7f7f7;
    font-size: 80%;
}
.wpb_twitter_widget p.twitter_follow_button_wrap {
    margin-bottom: 0;
    font-size: 80%;
}
.wpb_twitter_widget .twitter_follow_button {
    background-image: url(../images/twitter_bird.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    display: inline-block;
    min-height: 16px;
}
/* Teaser Grid
---------------------------------------------------------- */
.wpb_column .wpb_wrapper .wpb_teaser_grid {
    margin-left: 0;
    margin-bottom: 0;
    float: none;
}
body ul.wpb_thumbnails-fluid li {
    /* some themes add bg image as a bullet */

    padding: 0;
    margin-left: 0;
    background-image: none;
    list-style: none !important;
}
body ul.wpb_thumbnails-fluid li:after,
body ul.wpb_thumbnails-fluid li:before {
    display: none !important;
}
body ul.wpb_thumbnails-fluid li .entry-content *:last-child {
    margin-bottom: 0;
}
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
    margin: 0 0 0 -2.5%;
    padding: 0;
    width: 102.5%;
    overflow: visible;
}
.wpb_row ul.wpb_thumbnails-fluid > [class*="vc_span"],
#container .wpb_row ul.wpb_thumbnails-fluid > [class*="vc_span"] {
    margin-left: 2.4%;
    margin-right: 0;
    padding: 0;
}
.no-margin-bottom .wpb_text_column {
    margin-bottom: 0 !important;
}
.no-margin-bottom li {
    margin-bottom: 0 !important;
}
/* Grid adjustments */
.wpb_grid .wpb_thumbnails-fluid > .vc_span3,
.wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span3 {
    width: 22.42%;
}
.wpb_grid .wpb_thumbnails-fluid > .vc_span4,
.wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span4 {
    width: 30.753333333333337%;
}
.wpb_grid .wpb_thumbnails-fluid > .vc_span6,
.wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span6 {
    width: 47.35%;
}
.vc_span9 .wpb_grid .wpb_thumbnails-fluid > .vc_span6,
.vc_span9  .wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span6 {
    width: 47.43%; /* added pego */
}
.wpb_grid .wpb_thumbnails-fluid > .vc_span12,
.wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span12 {
    width: 97.5%;
}
/* Teaser grid
---------------------------------------------------------- */
.wpb_teaser_grid .entry-content {
    margin: 0;
    padding: 0;
    width: 100%;
}
.grid_layout-thumbnail .post-thumb {
    margin-bottom: 0;
}
.grid_layout-thumbnail .post-thumb img {
    max-width: 100%;
}
/* Carousel layout
---------------------------------------------------------- */

.wpb_carousel .wpb_wrapper {
    position: relative;
}
.wpb_carousel .prev,
.wpb_carousel .next {
    top: 3px;
    font-size: 12px;
    z-index: 10;
    text-decoration: none;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;  
    float: none;
}
.wpb_carousel .prev:hover,
.wpb_carousel .next:hover {
    background-color: #e00008;
}
.wpb_carousel .prev:focus,
.wpb_carousel .next:focus {
    outline: none;
    text-decoration: none;
}
.wpb_carousel  .carousel-nav {
    float: right;
    background: green;
    display: block;
    margin-top: 20px;
    position: relative;
}
.wpb_carousel .prev {	
    background: url("../images/carousel-slide-arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: -15px 0 0;
    position: absolute;
    text-indent: -9999px;
    width: 30px;
    background-position: 0 0;
    right: 40px;
    background-position: 0 0;
}
.wpb_carousel .next {	
    background: url("../images/carousel-slide-arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: -15px 0 0;
    position: absolute;
    text-indent: -9999px;
    width: 30px;
    background-position: -30px 0;
    right: 10px;
    background-position: -30px 0;
}

.wpb_carousel .wpb_thumbnails-fluid {
    width: 100%;
}
.wpb_carousel .wpb_thumbnails-fluid > [class*="vc_span"] {
    height: auto !important;
}
/*** Categories filter ***/

.wpb_teaser_grid .categories_filter li:after,
.wpb_categories_filter li:after,
.wpb_teaser_grid .categories_filter li:before,
.wpb_categories_filter li:before {
    display: none !important;
}
.wpb_teaser_grid .categories_filter li a,
.wpb_categories_filter li a {
    border: none;
    text-decoration: none;
}



/* Image grid
---------------------------------------------------------- */
.wpb_image_grid .wpb_image_grid_ul {
    margin: 0;
    padding: 0;
}
.wpb_image_grid .wpb_image_grid_ul > li {
    background-image: none;
    list-style: none !important;
}
.wpb_image_grid .wpb_image_grid_ul > li:after,
.wpb_image_grid .wpb_image_grid_ul > li:before {
    display: none !important;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    list-style: none;
    margin: 0 1px 1px 0;
    max-width: 100%;
    float: left;
}
.wpb_image_grid .wpb_image_grid_ul a {
    display: block;
}
.wpb_image_grid .wpb_image_grid_ul img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* Gallery
---------------------------------------------------------- */
.wpb_gallery .theme-default .nivoSlider {
    margin-bottom: 0;
}
.wpb_gallery .theme-default .nivo-controlNav {
    padding: 10px 0 3px 0;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
    bottom: -35px;
}
.wpb_gallery .wpb_flexslider .flex-caption {
    cursor: default;
}
/*** remove ul & li margins ***/
#content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.slides,
.wpb_gallery_slides ul.slides,
#content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.flex-direction-nav,
body .wpb_gallery_slides ul li,
.wpb_content_element .wpb_gallery_slides ul li {
    list-style: none;
    padding: 0;
    background-image: none;
    margin: 0;
}
.wpb_alert {
    padding: 1em 35px 1em 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #c09853;
    clear: both;
}
.wpb_alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.wpb_alert-danger,
.wpb_alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.wpb_alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.wpb_alert .messagebox_text {
    padding-left: 28px;
    background: url(../vc/alert.png) no-repeat left center;
}
.wpb_alert-info .messagebox_text {
    background: url(../vc/info.png) no-repeat left center;
}
.wpb_alert-success .messagebox_text {
    background: url(../vc/tick.png) no-repeat left center;
}
.wpb_alert-error .messagebox_text {
    background: url(../vc/exclamation.png) no-repeat left center;
}
/* Flickr stream
---------------------------------------------------------- */
.flickr_badge_image {
    margin: 0 10px 10px 0px;
    width: 72px;
    height: 72px;
    float: left;
    background: none;
    padding: 0;
}
.flickr_badge_image a {
    border: none;
}
.flickr_badge_image img {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.wpb_flickr_widget p.flickr_stream_wrap {
    clear: both;
    margin-bottom: 0;
    font-size: 80%;
}
.wpb_flickr_widget p.flickr_stream_wrap a {
    background-image: url(../images/flickr.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    display: inline-block;
}
/* Video widget
---------------------------------------------------------- */
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
    padding-top: 56%;
    position: relative;
}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {
    padding-top: 0 !important;
    position: static;
}
.wpb_video_widget .wpb_wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpb_video_wrapper .fluid-width-video-wrapper {
    padding-top: 0 !important;
    position: static;
}
/* Posts slider
---------------------------------------------------------- */
.wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
    background-color: #f7f7f7;
    opacity: 1;
    color: inherit;
    padding: 10px 15px;
    position: static;
}
.wpb_posts_slider .wpb_gallery_slides > ul > li {
    background-image: none;
    list-style: none !important;
}
.wpb_posts_slider .wpb_gallery_slides > ul > li:after,
.wpb_posts_slider .wpb_gallery_slides > ul > li:before {
    display: none !important;
}

/* Responsive stuff
---------------------------------------------------------- */
/* Make all grid-sized elements block level again */

/* Content elements margins
---------------------------------------------------------- */
.wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
    margin-bottom: 0;
}
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button, #container 
ul.wpb_thumbnails-fluid > li {
   /* margin-bottom: 17px;*/
}
.fb_like,
.twitter-share-button,
.entry-content .twitter-share-button,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element,
.wpb_accordion .wpb_content_element,
.wpb_toggle_content {
    margin-bottom: 21.739130434782606px;
}
/* end Content elements margins -------------------------- */
/* Useful css
---------------------------------------------------------- */
.wpb_content_element.wpb_single_image img {
    height: auto;
    max-width: 100%;
}
.wpb_heading,
.entry-content .wpb_heading {
    margin-top: 0;
    color: #3D3D3F;
    font-size: 14px;
    font-weight: 600;
}




h2.widgettitle {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    display: none;
}


.pp_content iframe {
    margin-bottom: 0;
}
/* end Useful css ---------------------------------------- */
/* CSS Animations */
.wpb_animate_when_almost_visible {
    opacity: 0;
}
.wpb_start_animation.wpb_top-to-bottom {
    -webkit-animation: wpb_ttb 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Safari 4+ */

    -moz-animation: wpb_ttb 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Fx 5+ */

    -o-animation: wpb_ttb 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Opera 12+ */

    animation: wpb_ttb 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* IE 10+ */

    opacity: 1;
}
.wpb_start_animation.wpb_bottom-to-top {
    -webkit-animation: wpb_btt 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Safari 4+ */

    -moz-animation: wpb_btt 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Fx 5+ */

    -o-animation: wpb_btt 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Opera 12+ */

    animation: wpb_btt 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* IE 10+ */

    opacity: 1;
}
.wpb_start_animation.wpb_left-to-right {
    -webkit-animation: wpb_ltr 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Safari 4+ */

    -moz-animation: wpb_ltr 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Fx 5+ */

    -o-animation: wpb_ltr 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Opera 12+ */

    animation: wpb_ltr 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* IE 10+ */

    opacity: 1;
}
.wpb_start_animation.wpb_right-to-left {
    -webkit-animation: wpb_rtl 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Safari 4+ */

    -moz-animation: wpb_rtl 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Fx 5+ */

    -o-animation: wpb_rtl 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Opera 12+ */

    animation: wpb_rtl 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* IE 10+ */

    opacity: 1;
}
.wpb_start_animation.wpb_appear {
    -webkit-animation: wpb_appear 1.7s 1 cubic-bezier(0.375, 0.685, 0.32, 1.275);
    /* Safari 4+ */

    -moz-animation: wpb_appear 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Fx 5+ */

    -o-animation: wpb_appear 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Opera 12+ */

    animation: wpb_appear 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* IE 10+ */

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* Top to bottom keyframes */
@-webkit-keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes wpb_ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes wpb_ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes wpb_ttb {
    0% {
        transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
/* Bottom to top keyframes */
@-webkit-keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes wpb_btt {
    0% {
        -moz-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes wpb_btt {
    0% {
        -o-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes wpb_btt {
    0% {
        transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
/* Left to right keyframes */
@-webkit-keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes wpb_ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes wpb_ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes wpb_ltr {
    0% {
        transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
/* Right to left keyframes */
@-webkit-keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes wpb_rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes wpb_rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes wpb_rtl {
    0% {
        transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
/* Appear from center keyframes */
@-webkit-keyframes wpb_appear {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes wpb_appear {
    0% {
        -o-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@keyframes wpb_appear {
    0% {
        transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}



/* List
---------------------------------------------------------- */

.list_sh ul {
    /*list-style: none;*/
}
.list_sh ul  li li, .list_sh ul  li li li {
    margin: 0 0 0 2.57143rem;
}
.list_sh ul li,
.list_sh ol li {
    color: #000;
    /* margin-bottom: 15px; */
    font-family: 'Open Sans', sans-serif;

}
.list_sh ul li:before{
    font-family: "entypo-fontello";
    font-size: 14px;
    color: #000000;
    display: inline-block;
    padding-right: 10px;
    line-height: 26px;
}


/* COLS WITH LEFT ICON  */
.columns3 {
    text-align: left;
}
.columns3 .circle {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #404040;
    float: left;
    position: relative;
}
.columns3  .topLeftIcon {
    color: #FFFFFF;
    font-family: "entypo-fontello";
    font-size: 25px;
    position: relative;
    text-align: center;
    top: 5px;
} 

.columns3 .content {
    margin-left: 70px;
    margin-top: 10px;
}
.columns3 .content h1 {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.6;
    text-transform: none;
    position: relative;
    top: 10px;
}
.columns3 .content h1 a {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.6;
    text-transform: none;
    position: relative;
    top: 2px;
}
.columns3 .content h1 a:hover {
    color: #e00008;
}
.columns3  p {
    color: #606060;
    margin-top: 15px;
}
.columns3  p strong {
    color: #e00008;
    font-weight: 600;
}
.columns3 .read-more-text {
    float: right;
    margin-top: 15px;
}
.columns3 .read-more-text a {
    color: #404040;
}
.columns3 .read-more-text a:hover {
    color: #e00008;
}
.columns3 .read-more-text img.read-more-arrow {
    width: 16px;
    height: 16px;
    top: 4px;
    position: relative;
    margin-left: 10px;
}


/* COLS WITH TOP ICON TYPE #2 */
.columns2 {
    text-align: center;
    margin-top: -40px;
}
.columns2 .circle {
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    width: 150px;
    height: 150px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: -80px;
    z-index: 1;
    position: relative;
}
.columns2  .topIcon {	
    bottom: -17px;
    color: #404040;
    font-family: "entypo-fontello";
    font-size: 75px;
    position: relative;
    text-align: center !important;
} 

.columns2 .content {
    background: #e00008;
    padding: 100px 40px 40px;
    z-index: 0;
    position: relative;
}
.columns2 .content h1,
.columns2 .content h1 a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.6;
    text-transform: none;
    text-shadow: 0px 1px 1px rgba(112, 112, 112, 1);
    margin-bottom: 20px;
}
.columns2 .content h1 a:hover {
    color: #404040;
    text-shadow: none;
}
.columns2 .content p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.6;
    text-shadow: 0px 1px 1px rgba(112, 112, 112, 1);
    margin-bottom: 50px;
}


/* Contact form 7 */
.wpcf7 {
    max-width: 700px;
}
.wpcf7 input.wpcf7-form-control {
    background: #fff;
    border: none;
    padding: 9px;
    border: 1px solid #E0E0E0;
    border-radius: 2px 2px 2px 2px;
    color: #969695;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
.wpcf7 textarea.wpcf7-form-control {
    background: #fff;
    border: none;
    padding: 9px;
    border: 1px solid #E0E0E0;
    border-radius: 2px 2px 2px 2px;
    color: #969695;
    font-size: 12px;
    position: relative;
    margin-bottom: -9px;
    font-family: 'Open Sans', sans-serif;	
}
.wpcf7 input.wpcf7-form-control {
    width: 65%;
}
.wpcf7 textarea.wpcf7-form-control {
    width: 65%;
}
.wpcf7 p {
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.wpcf7 input.wpcf7-submit {
    width: auto;
    cursor:pointer; 
    padding: 8px 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 35px;
    display: inline-block;
    border: none !important;
    background: #184076;
    -webkit-appearance: none;
}
.wpcf7 input.wpcf7-submit:hover {
    background: #000;
}




span.wpcf7-not-valid-tip {
    background: #D95555;
    border: none;
    padding: 3px 11px !important;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    font-size: 10px;
    top: 11px !important;
    width: 50% !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
div.wpcf7-validation-errors {
    border: 1px solid #f5e190 !important;	
    background: linear-gradient(to bottom, #FEEFB3 0%, #fae698 100%);		
    background: -moz-linear-gradient(center top , #FEEFB3 0%, #fae698 100%) repeat;
    background: -o-linear-gradient( #FEEFB3 0%, #fae698 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#FEEFB3), to(#fae698));		
    background: -webkit-linear-gradient(center top, #FEEFB3 0%, #fae698 100%);	
    background: -ms-linear-gradient(center top, #FEEFB3 0%, #fae698 100%);		
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FEEFB3, endColorstr=#fae698);	
    color: #9F6000;	
    font-size: 13px;
    font-weight: normal;
    margin:0 !important;

}
div.wpcf7-response-output {
    margin: 0 0 0 0px !important;
    padding: 10px 20px !important;
    clear: both;	
    border-radius: 2px 2px 2px 2px;   
}
div.wpcf7-mail-sent-ok {
    border: 1px solid #b5d57f !important;		
    background: linear-gradient(to bottom, #DFF2BF 0%, #c1e08d 100%);		
    background: -moz-linear-gradient(center top , #DFF2BF 0%, #c1e08d 100%) repeat;
    background: -o-linear-gradient( #DFF2BF 0%, #c1e08d 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#DFF2BF), to(#c1e08d));		
    background: -webkit-linear-gradient(center top, #DFF2BF 0%, #c1e08d 100%);	
    background: -ms-linear-gradient(center top, #DFF2BF 0%, #c1e08d 100%);		
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DFF2BF, endColorstr=#c1e08d);		
    color: #4F8A10;	
    font-size: 13px;
    font-weight: normal;
}
div.wpcf7-mail-sent-ng {
    border: 1px solid #bb3832 !important;	
    background: linear-gradient(to bottom, #F55F5F 0%, #D95555 100%);		
    background: -moz-linear-gradient(center top , #F55F5F 0%, #D95555 100%) repeat;
    background: -o-linear-gradient( #F55F5F 0%, #D95555 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#F55F5F), to(#D95555));		
    background: -webkit-linear-gradient(center top, #F55F5F 0%, #D95555 100%);	
    background: -ms-linear-gradient(center top, #F55F5F 0%, #D95555 100%);		
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F55F5F, endColorstr=#D95555);	
    color: #fff;	
    font-size: 13px;
    font-weight: normal;
    margin:0 !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

/* widgetised element */
.wpb_widgetised_column ul.menu, .wpb_widgetised_column ul.menu ul {
    list-style: none;
}

.wpb_widgetised_column ul.menu {
    border: 1px solid #e2e0e0;
}
.wpb_widgetised_column ul.menu  li, .wpb_widgetised_column ul.menu  li ul.sub-menu li, .wpb_widgetised_column ul.menu  li li li {
    font-family: 'Open Sans', sans-serif; 
    color: #919191;
    font-size: 13px;
    font-weight: 400;
    background: none;
    margin-bottom: 0;
    padding-left: 0;	
}


.wpb_widgetised_column ul.menu  li a {
    border-bottom: 1px solid #e2e0e0;
}


.wpb_widgetised_column > ul.menu > li:last-child > a {
    border-bottom: none;
}

.wpb_widgetised_column ul.menu  li a {
    font-family: 'Open Sans', sans-serif; 
    color: #919191;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 0 10px 40px;
    display: block;
}


.wpb_widgetised_column ul.menu  li li a {
    padding: 10px 0 10px 60px;
}
.wpb_widgetised_column ul.menu  li li li a {
    padding: 10px 0 10px 80px;
}
.wpb_widgetised_column  ul.menu  li.current-menu-item ,
.wpb_widgetised_column ul.menu  li:hover {
    font-family: 'Open Sans', sans-serif; 
    color: #222222;
    font-size: 13px;
    font-weight: 600;
}
.wpb_widgetised_column  ul.menu > li.current-menu-item  > a,
.wpb_widgetised_column  ul.menu > li  > ul > li.current-menu-item  > a,
.wpb_widgetised_column  ul.menu > li  > ul > li > ul > li.current-menu-item  > a {
    background: #fafafa;
    color: #222222;
    font-weight: 600;
}

.wpb_widgetised_column  ul.menu > li > a:hover,
.wpb_widgetised_column  ul.menu > li > ul > li > a:hover ,
.wpb_widgetised_column  ul.menu > li > ul > li > ul > li > a:hover {
    background: #fafafa;
    color: #e00008;
}


.wpb_widgetised_column > ul.menu > li.current-menu-item > a {
    font-family: 'Open Sans', sans-serif; 
    color: #222222;
    font-size: 13px;
    font-weight: 600;
}
.wpb_widgetised_column ul.menu  li a:hover {
    color: #e00008;
}


/* Contact info: icon + text
***************************************************************/
.contact-info {
    position: relative;
}

.contact-info .contact-info-icon {
    float: left;
    width: 80px;
    text-align: center;
}

.contact-info .iconClass-contact-info {
    font-family: "entypo-fontello";
    color: #000;
    font-size: 75px;

}

.contact-info .contact-info-content {
    margin-left: 100px;
    padding-top: 25px;
}

.contact-info .contact-info-content a {
    text-decoration: none;
    color: #e00008;
}




/* Twitter
***********************************************************/
.twitter-updates2 {	
    padding: 0px 30px 30px;
    padding: 50px 0;
}
.twitter-updates2 .twitter-icon { 
    display: block;
    margin-left: auto;
    margin-right: auto;	
    padding: 0 !important;
}
.twitter-updates2 p { 
    text-align: center;
    color: #fff;
    font-size: 18px; 
    margin: 0 auto;
    width: 93%;
    font-weight: 300;
}
.twitter-updates2 a { 
    font-weight: 600;
    color: #fff;
}
.twitter-updates2 a:hover { 
    color: #000;
}
.twitter-updates2 p span { 
    text-align: center;
    color: #fff;
    font-size: 12px; 
    margin: 0;
    display: block;
    font-weight: 400;
    font-style: italic;
}
#twitter_update_list2 {

}
#twitter_update_list2 li {
    list-style: none !important;
    text-align: center;
    color: #fff;
    font-size: 14px; 
    margin: 0; padding: 0;
}





/* Layer Slider classes
***************************************************************/
.slide-text-black-big {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 36px;
    background: #1f1f1f;
    padding: 2px 20px !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}
.slide-text-black-big-noBg {
    color: #1f1f1f;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 36px;
}
.slide-text-mainColor {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 36px;
    background: #e00008;
    padding: 2px 20px !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}
.slide-text-black-medium {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 36px;
    background: #1f1f1f;
    padding: 10px 20px 11px !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}
.slide-text-mainColor-noBg {
    color: #e00008;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 36px;
    text-shadow: none;
}
.slide-text-center {
    text-align: center;
}








.iconClass {
    color: #fff;
    font-family: "entypo-fontello";
    font-size: 45px;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

/* column with top icon START */

.iconClass-coltop {
    color: #fff;
    font-family: "entypo-fontello";
    font-size: 45px;
    position: relative;
    line-height: 140px;
    -webkit-font-smoothing: antialiased;
}

.content-col-v1 a {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.content-col-v1 .shape {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    margin: 0 auto;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.content-col-v1 .type {
    width: 140px;
    height: 140px;
    background: #e00008;
    -webkit-font-smoothing: antialiased;
}

.content-col-v1 .type:hover, .content-col-v1 .type .iconClass-coltop  {
    transition: background-color 1.5s ease;
}

.content-col-v1 span {

}

.content-col-v1 .summary {

    text-align: center;
}

.content-col-v1 .summary h1{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    color: #222;
    line-height: 1;
    margin-top: 30px;	
    -webkit-font-smoothing: antialiased;
}

.content-col-v1 .summary h1 a {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    color: #222;
    line-height: 1;
    margin-top: 30px;	
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.content-col-v1 .summary h1 a:hover {
    text-decoration: none;
}

.content-col-v1 .summary p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
    margin: 15px 0;
}

/* column with top icon END */

/* column with left icon START */

.iconClass-colleft {
    color: #fff;
    font-family: "entypo-fontello";
    font-size: 30px;
    position: relative;
    margin-left: 2px;
    line-height: 75px;
    -webkit-font-smoothing: antialiased;
}

.content-col-v2 .type:hover, .content-col-v2 .type .iconClass-colleft  {
    transition: background-color 1.5s ease;
}


.content-col-v2 {

}

.content-col-v2 .shape {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    float: left;
    text-align: center;
}

.content-col-v2 .type {
    width: 80px;
    height: 80px;
    background: #e00008;
}
.content-col-v2 span {

}

.content-col-v2 .summary {
    margin-left: 100px;
    margin-top: 10px;
}
.content-col-v2 .summary h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    color: #222;
    line-height: 1;	
}

.content-col-v2 .summary h1 a {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    color: #222;
    line-height: 1;	
    text-decoration: none;
}

.content-col-v2 .summary h1 a:hover {
    text-decoration: none;
}

.content-col-v2 .summary p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
    margin-top: 5px;
}


/* column with left icon END */


/* column with left squared icon START */

.iconClass-colleftsquared {
    color: #fff;
    font-family: "entypo-fontello";
    font-size: 100px;
    position: relative;
}

.content-col-v3 .type:hover, .content-col-v3 .type .iconClass-colleftsquared, .content-col-v3 .type:hover .arrow-right  {
    transition: background-color 1.5s ease;
}

.content-col-v3 {

}

.content-col-v3 .shape {
    /*-webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;*/
    float: left;
    text-align: center;
}

.content-col-v3 .type {
    width: 190px;
    height: 190px;
    background: #e00008;
}
.content-col-v3 span {

}

.content-col-v3 .summary {
    margin-left: 230px;
    margin-top: 10px;
}

.content-col-v3 .summary h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    color: #222;
    line-height: 1;	
}

.content-col-v3 .summary h1 a {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    color: #222;
    line-height: 1;	
    text-decoration: none;
}

.content-col-v3 .summary h1 a:hover {
    text-decoration: none;
}

.content-col-v3 .summary p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
    margin-top: 5px;
}

.arrow-right {
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #e00008;
    margin-right: -15px;
    float: right;
    margin-top: 20px;
}


/* column with left squared icon END */



/* Progress bar
---------------------------------------------------------- */
.vc_progress_bar .vc_single_bar {
    background: #f7f7f7;
    position: relative;
    margin-bottom: 11.666666666666666px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.vc_progress_bar .vc_single_bar_no_track {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.vc_progress_bar .vc_single_bar:last-child {
    margin-bottom: 0;
}
.vc_progress_bar .vc_single_bar .vc_label {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 12px;
    height: 30px;
    padding-left: 20px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-top: 1px;
    line-height: 30px;
}
span.vc_label_units {
    font-size: 12px;

    float: right;

    color: #fff;
    background: #222 !important;
    height: 30px;
    padding: 0px 7px 0px;
    line-height: 30px;
}
.vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
    background-color: #153e78;
}
.vc_progress_bar .vc_single_bar.bar_blue .vc_label {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_blue .vc_label span.vc_label_units {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar {
    background-color: #49afcd;
}
.vc_progress_bar .vc_single_bar.bar_turquoise .vc_label {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_turquoise .vc_label span.vc_label_units {
    color: #000;
    text-shadow: none;
}
.vc_progress_bar .vc_single_bar.bar_green .vc_bar {
    background-color: #A0CE6B;
}
.vc_progress_bar .vc_single_bar.bar_green .vc_label {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_green .vc_label span.vc_label_units {
    color: #000;
    text-shadow: none;
}
.vc_progress_bar .vc_single_bar.bar_orange .vc_bar {
    background-color: #faa732;
}
.vc_progress_bar .vc_single_bar.bar_orange .vc_label {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_orange .vc_label span.vc_label_units {
    color: #000;
    text-shadow: none;
}


.vc_progress_bar .vc_single_bar.bar_grey .vc_label {
    color: #606060;
    text-shadow: none;
}
.vc_progress_bar .vc_single_bar.bar_grey .vc_label span.vc_label_units {
    color: #000;
    text-shadow: none;
}


.vc_progress_bar .vc_single_bar.bar_red .vc_bar {
    background-color: #e00008;
}
.vc_progress_bar .vc_single_bar.bar_red .vc_label {
    color: #ffffff;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}
.vc_progress_bar .vc_single_bar.bar_red .vc_label span.vc_label_units {
    color: #fff;
    background: #222 !important;
    padding: 10px 3px;
}
.vc_progress_bar .vc_single_bar.bar_black .vc_bar {
    background-color: #414141;
}
.vc_progress_bar .vc_single_bar.bar_black .vc_label {
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
.vc_progress_bar .vc_single_bar.bar_black .vc_label span.vc_label_units {
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
.vc_progress_bar .vc_single_bar .vc_bar {
    display: block;
    position: absolute;
    height: 100%;
    background-color: #e0e0e0;
    width: 0%;
    top: 0;
    left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
}
.vc_progress_bar .vc_single_bar .vc_bar.striped {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}
.vc_progress_bar .vc_single_bar .vc_bar.animated {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}



/* testimonials START */

/* type1 */
.cbp-qtrotator {
    position: relative;
    width: 100%;
    z-index: 0;
}

.cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    padding: 2em 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative; 
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}

.cbp-qtprogress {
    display: none;
}

.cbp-qtrotator blockquote {
    margin: 0 0 0 130px;
    padding: 0;
}

.cbp-qtrotator .testimonailsauthor {
    display: block;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 20px;
}

.cbp-qtrotator blockquote p {
    color: #000;
     
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
}


.cbp-qtrotator .cbp-qtcontent img {
    float: left;
}


/* type3 */

.client_img {

    width: 130px;
    height: 130px;
    margin: 0 auto;
    margin-bottom: 20px
}
.client_img img {
    width: 130px;
    height: 130px;
}
.client_say {

}
.client_say p {
    color: #222;
    text-align: center;
    font-size: 16px
}
.client_say p span {
    color: #e00008;
    margin-top: 15px;
    display: block;
    font-size: 12px;
}
.client_say p span a {
    color: #e74c3c;
}
.client_say p span a:hover {
    color: #606060;
}


/* testimonials END */

/* some text vison and goals START */
.some-text {
    text-align: center;
    width: 80%;
    margin:0 auto;
}
.some-text h1 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.4;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
.some-text p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
.some-text a {
    background: #e00008;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 40px;
    text-decoration: none;
}

/* some text vison and goals END */



/* post shortcode version 1 START */

.link_image {
    display: block;
}
.post-v1,
.post-v1 .image {
    line-height: 0;
    z-index: 0;
}

.post-v1 .circle-date {
    background: #e00008;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -35px;
}
.post-v1 .circle-date p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding-top: 10px;
}
.post-v1 .circle-date p span {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-top: 3px;
}

.post-v1 .title-panel {
    background: #e00008;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    display: inline-block;
}
.post-v1 .title-panel .title {
    float: left;
}
.post-v1 .title-panel .title h1 {
    margin: 0;
    padding: 0;
    line-height: 1;

}
.post-v1 .title-panel .title h1 a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: block;
}
.post-v1 .title-panel .num-comm {
    color: #222;
    background: #fff;
    width: auto;
    float: left;
}


.title-on {
    margin-top: -60px;
    position: relative;
    float: left;
}

.title-on a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    background: #e00008;
    padding: 5px 20px;
    float: left;
}

.title-on .ikona {
    float: left;
    background: #fff;
    height: 44px;
    padding: 0 12px;
}
.title-on .ikona img {
    position: relative;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-top: 14px;
}
.title-on .ikona span {
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    top: 5px;
    position: relative;
    vertical-align: middle;
    margin-left: 5px;
}
.content-below {
    display: block;
    margin-top: 15px;
}
.content-below .date {
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.content-below a.link_title {
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}
.content-below p {
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

/* post shortcode version 1 END */




/* icons css */

.vc_icon a {
    text-decoration: none;
}

.fonticons {
    color: #000;
    font-family: "entypo-fontello";
    font-size: 75px;
    position: relative;
}



/* Pricing columns
************************************************************/

.iconForPricing {
    font-family: "entypo-fontello";
    color: #fff;
    font-size: 25px;
    line-height: 70px;
}
.iconPC-wrapper {
    margin-top: -40px;
}

.iconPC-inside {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e00008;
    text-align: center;
}
.pricing_heading  {
    background: #fafafa;
    padding: 8px 0;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
}

.pricing_name {
    margin: 20px 0 0 0;
    color: #222;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.pricing_price {
    text-align: center;
    color: #222;
    font-size:90px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -5px;
    font-family: 'Open Sans', sans-serif;
} 

.pricing_price span.pricing_value {
    font-size: 18px;
    font-weight: 400;
    bottom: 50px;
    position: relative;
    color: #222;
    margin-left: 5px;
}

.pricing_per {
    font-size: 15px;
    line-height: 1;
    display: block;
    margin-top: -10px;
}

.pricing_summary {
    padding: 30px 20px;
}


.pricing_column_single {
    z-index: 0;
    position: relative;
    border: 1px solid #f7f7f7;
    float: left;
}


.pricing_columns {
    text-align: center;
}

.pricing_columns, .pricing_columns ul {
    list-style: none;
}


.pricing_button {
    padding-top: 15px;
    background: #f7f7f7;
}


.pricing_content ul li {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 300;
    color: #222;
    background: #fff;
}

.pricing_button_caption {
    width: auto;
    cursor:pointer; 
    padding: 8px 35px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
    display: inline-block;
    border: none !important;
    text-decoration: none;
    background: #e00008;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pricing_button_caption:hover {
    background: #febd0d;
}


.pricing_width1 {
    width: 100%;
    height: auto;
}
.pricing_width2 {
    width: 49.5%;
    height: auto;
}

.pricing_width3 {
    width: 32.5%;
    height: auto;
}

.pricing_width4 {
    width: 24.5%;
    height: auto;
    margin-right: 2px;
}

.iconfont{
    font-family: "entypo-fontello";
} 

.iconfont.icon-cancel {
    color: red;
}
.iconfont.icon-check {
    color: green;
}




/* Team member
***************************************************************/
.team-popup-left,
.team-popup-right {
    float: left;
}
.team-popup-left {
    width: 400px;
}
.team-popup-right {
    width: 400px;
    margin-left: 20px;
}



/* type1 */

.team-member-type1 .member{
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
}

.team-member-type1 .team-member .team-member-socials {
    text-align: center;
}
.team-member-type1 .team-member .team-member-socials a{
    color: #fff;  
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
    text-decoration: none;
    width: 100%;
    height : 100%;
}

.team-member-type1 .team-member  .social {
    border-radius: 50%;
    width: 60px;
    height: 60px; 
    background: #f7f7f7;
    margin-right: 5px;
    display: inline-block;
    margin-top: 2px;
}

.team-member-type1 .team-member h1,
.team-member-type1 .team-member h1 a {
    color: #000;
    font-size: 18px;
    margin-top: 5px;
    text-transform: none;
    text-align: center;
    text-transform: uppercase;
}

.team-member-type1 .team-member h1 span {
    display: block;
    color: #e00008;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: -5px;
    margin-bottom: 5px
}
.team-member-type1 .team-member p {
    color: #222;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
}

.team-member-type1 .team-member-icon  {
    font-family: "entypo-fontello";
    speak: none;
    font-size: 18px;
    line-height: 60px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    color: #000;
}

.team-member-type1 .member .team-overlay {
    background: #000;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    visibility: hidden;
    z-index: 2;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
}

.team-member-type1 .member:hover .team-overlay {
    opacity: 0.75;
    visibility: visible;
}

.team-member-type1 .member .url-wrapper {
    opacity: 0;
    position: absolute;
    top: 50%;
    z-index:3;
    text-align:center;
    left: 0;
    right: 0;
    padding: 0 20px;
    color: #fff;
    visibility: hidden;
}

.team-member-type1 .member a.team-view-more  {
    padding: 10px;
    font-size: 20px;
    margin-top: -15px;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    border: 2px solid #fff;
}

.member:hover .url-wrapper {
    opacity: 1;
    visibility: visible;
}


.team-member-type1 .team-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 998;
    opacity: 0;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
    background: #000;
}

.team-member-type1 .team-popup-inner {
    opacity: 1;
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -460px;
    width: 920px;
    height: auto;
    z-index: 9999;
    background: #fff;
    display: block;
    padding: 50px;
}
.team-member-type2 .team-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 998;
    opacity: 0;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
    background: #000;
}

.team-member-type2 .team-popup-inner {
    opacity: 1;
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -460px;
    width: 920px;
    height: auto;
    z-index: 9999;
    background: #fff;
    display: block;
    padding: 50px;
}

.team-member-type1 .team-popup-1 {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.team-popup-content {
    padding: 0 10px;
}

.team-single-close-wrapper {
    text-align: center;
    margin-top: 30px;
}

.team-single-close-wrapper a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.team-single-close-wrapper a:hover {
    color: #e00008;
}


.team-description {
    text-align: center;
    margin-bottom: 15px;
}
/* type2 */

.team-member-type2 .member{
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
}

.team-member-type2 .team-member .team-member-socials {
    text-align: center;
}
.team-member-type2 .team-member .team-member-socials a{
    color: #fff;  
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
    text-decoration: none;
    width: 100%;
    height : 100%;
}

.team-member-type2 .team-member  .social {
    border-radius: 50%;
    width: 50px;
    height: 50px; 
    background: #fafafa;
    margin-right: 5px;
    display: inline-block;
    margin-top: 2px;
}

.team-member-type2 .team-member h1 {
    color: #000;
    font-size: 18px;
    margin-top: 5px;
    text-transform: none;
    text-align: center;
    text-transform: uppercase;
}

.team-member-type2 .team-member h1 span {
    display: block;
    color: #e00008;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}
.team-member-type2 .team-member p {
    color: #707070;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
}

.team-member-type2 .team-member-icon  {
    font-family: "entypo-fontello";
    speak: none;
    font-size: 18px;
    line-height: 50px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    color: #444444;
}

.team-member-type2 .member .team-overlay {
    background: none repeat scroll 0 0 #000;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    visibility: hidden;
    z-index: 2;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
}

.team-member-type2 .member:hover .team-overlay {
    opacity: 0.75;
    visibility: visible;
}



.team-member-type2 .member a.team-view-more  {
    padding: 10px;
    font-size: 20px;
    margin-top: -15px;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    border: 2px solid #fff;
}




.team-member-type2 .team-popup-1 {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}


.team-member-type2 .member .team-member-inside {
    opacity: 0;
    position: absolute;
    top: 50%;
    z-index:3;
    text-align:center;
    left: 0;
    right: 0;
    padding: 0 20px;
    color: #fff;
    visibility: hidden;
    margin-top: -50px;
}

.team-member-type2 .member:hover .team-member-inside {
    opacity: 1;
    visibility: visible;
}

.team-member-type2 .team-member .team-member-inside h1 {
    color: #fff;
}

.team-member-type2 .team-member .team-member-inside .url-wrapper {
    margin-top: 15px;
}


/* Counter
***************************************************************/
.counter-wrapper {
    text-align: center;
    padding: 30px 0;
}

.counter-icon-wrapper {
    width: 100%;
}

.counter-icon {
    color: #000;
    font-family: "entypo-fontello";
    font-size: 65px;
    position: relative;
    line-height: 65px;
    -webkit-font-smoothing: antialiased;
}

.counter_execute {
    font-size: 50px;
    color: #153e78;
     
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    font-weight: normal;
}

h1.counter-title {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
}

/* Circle chart
***************************************************************/

.easyPieChart {
    position: relative;
    text-align: center;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
} 
.easyPieChart {
    margin: 0 auto;
}
.chart-percent,
.chart-percent span {
    color: #222;
    font-size: 22px;
    font-weight: 700;
}

.chart-icon {
    font-family: "entypo-fontello";
    color: #222;
    font-size: 45px;
}

.chart-description { 
    color: #222;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}


/* Portfolio grid
***************************************************************/

.vc_span_extra_1 { width: 100% !important; margin: 0 !important;  }
.vc_span_extra_2 { width: 50% !important; margin: 0 !important;  }
.vc_span_extra_3 { width: 33.33% !important; margin: 0 !important;  }
.vc_span_extra_4 { width: 25% !important; margin: 0 !important; }
.vc_span_extra_5 { width: 20% !important; margin: 0 !important;  }



.folio-wrapper-custom { width: 100% !important; margin: 0 !important; } 

.vc_span_folio .folio-thumb {
    line-height: 0;
    overflow: hidden;
}



.vc_span_folio .folio-overlay {
    background: none repeat scroll 0 0 #e00008;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    visibility: hidden;
    z-index: 2;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
}

.vc_span_folio:hover .folio-overlay {
    opacity: 0.75;
    visibility: visible;

}


.vc_span_folio .folio-title-url  {
    opacity: 0;
    position: absolute;
    top: 50%;
    z-index:3;
    text-align:center;
    padding: 0 10px;
    left: 0;
    right: 0; 
    font-size: 20px;
    font-weight: 400;
    margin-top: -8px;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    -webkit-transition-duration:1s;
    transition-duration: 1s;
}

.vc_span_folio:hover .folio-title-url  {
    opacity: 1;
    -webkit-transition-duration:1s;
}

.vc_span_folio .folio-thumb img {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
}

.vc_span_folio:hover .folio-thumb img {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
}


.vc_span_folio .folio-thumb-url {
    display: block; 
    height: 100%; 
    width: 100%;
}

.single-folio-item-box {
    max-width: 1280px;
    margin: 0 auto;
}




/* meganews added */

.post-grid-thumb-type1 {
    float: left;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}


.post-grid-type1-details {
    margin-left: 0px;
    float: left;
    width: 100%;
}

.post-grid-type1-details .post-date {
    color: #606060;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}
.post-grid-type1-details .post-comments-number {
    /*display: inline-block;
    float: right;
    margin-top: -4px;*/

    display: inline;
    line-height: 1;
    position: absolute;
    right: 0px;
    margin-top: 4px;
}
.post-grid-type1-details h1.post-title {
    line-height: 25px;
    margin: 0 0 10px;
    padding: 0;
}
.post-grid-type1-details .post-title a {
    color: #153F78;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: block;
}
.no-margin-bottom .post-grid-type1-details .post-title a {
    font-size: 29px;
}
.post-grid-type1-details .post-comments-number a {
    color: #000000;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    top: -3px !important;
}

.post-grid-type1-date-comment, .post-details-type3-first-line {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
}

.post-grid-type1-details .excerpt {
    color: #666666;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.post-grid-thumb-type1 img {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
    max-width: 100%;
    height: auto;
}

.post-grid-thumb-type1:hover img {
/*    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);*/
}
#container ul {
    list-style: circle;
    list-style-position:inside;
}
#container ul li {
    margin-bottom: 8px;
    padding-left: 5px;
    color: #000;
    text-decoration: none;
    margin-left: 5px;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;

    /*font-family: 'Open Sans',sans-serif;*/
    font-size: 14px;
    font-weight: 400;
}

/* post Shortcode type2 */
#container ul.post-grid-thumb-list {
    margin-bottom: 35px;
    list-style: none;
}


#container ul.post-grid-thumb-list  li {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
}
ul.post-grid-thumb-list  li .post-grid-details {
    margin-left: 75px;
}

ul.post-grid-thumb-list > li > a {
    float: left;
}

ul.post-grid-thumb-list  li h1.post-title {
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

ul.post-grid-thumb-list  li h1.post-title a {
    text-decoration: none;
    color: #000;
}

ul.post-grid-thumb-list  li .post-date {
    color: #606060;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    margin-bottom: -3px;
}

.border-div {
    height: 1px;
    background: #e5e5e5;
    width: 100%;
    float:left;
    margin: 10px 0;
}

/* post Shortcode type3 */
.post-grid-thumb-type3 {
    width: 34%; 
    float: left;
    overflow: hidden;
    height: auto;
    line-height: 0;
}
.post-details-type3 {
    margin-left: 36%;
}

.post-details-type3 .post-date {
    text-transform: uppercase;
    color: #606060;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    float: left;
}

.post-details-type3 h1.post-title a {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}
.post-details-type3 .post-comments-number  {
    float: right;
}
.post-details-type3 .post-comments-number a {
    color: #000;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size:12px;
    position:relative;
    top: -3px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.post-grid-thumb-type3 img {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
    max-width: 100%;
    height: auto;
}

.post-grid-thumb-type3:hover img {
/*    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);*/
}


.post-grid-thumb-type3-wrapper .excerpt {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 400;
}




/* post Shortcode type4 - timenews */
.post-grid-thumb-type4-time {
    width: 15%; 
    float: left;
    min-height: 1px;
    height: auto;
    line-height: 0;
    position: relative;
}

#container .post-grid-thumb-type4-time-inside {
    padding-top: 22px;
    width: 40px;
    height: 40px;
    /*background: #e5e5e5;*/
    /*background-color: #FFF;*/
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 4px;
    background-image: url('../../../../../../../arch/relo.png');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 13px; 
    color: #000;  
}
.vertical-border {
    width: 1px;
    /*height: 100%;*/
    background: #e5e5e5;
    position: absolute;
    left: 7.5%;
}


.post-grid-thumb-type4 {
    width: 24%; 
    float: left;
    overflow: hidden;
    height: auto;
    line-height: 0;
    position: relative;
}
.post-details-type4 {
    margin-left: 42%;
}
.post-details-type4 .post-date {
    text-transform: uppercase;
    color: #606060;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    float: left;
}

.post-details-type4 h1.post-title a {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
.post-details-type4 .post-comments-number  {
    float: right;
}
.post-details-type4 .post-comments-number a {
    color: #000;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size:12px;
    position:relative;
    top: -3px !important;
}



.post-grid-thumb-type4 img {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
    max-width: 100%;
    height: auto;
}

.post-grid-thumb-type4:hover img {
/*    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);*/
}


.post-grid-thumb-type4-wrapper .excerpt {
    color: #000000;
    
    font-size: 14px;
    font-weight: 400;
}


.wpb_teaser_grid .categories_filter, .wpb_categories_filter {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0;
}

#container .wpb_teaser_grid .categories_filter li, #container .wpb_categories_filter li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    /*background-image: none;*/
    list-style: none !important;
    /*background-color: #f9f9f9;*/
    /*border: 1px solid #e7e6e6;*/
    background-image: url('/arch/li-desactive.png');
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 13px; 
    line-height: 1.9; 
    color: #000;  
    padding: 6px 55px;
}
#container .wpb_teaser_grid .categories_filter li.active, #container .wpb_categories_filter li.active {
    background-image: url('/arch/li-active.png') !important;
}
#container .wpb_teaser_grid .categories_filter li.active a, #container .wpb_categories_filter li.active a {
    color: #FFF !important;
}

#container .wpb_teaser_grid .categories_filter li.filter-separator, #container .wpb_categories_filter li.filter-separator {
    background: none;
    border: none;
    padding: 0;
    line-height: 2.2;
}

.wpb_teaser_grid .categories_filter li:after,
.wpb_categories_filter li:after,
.wpb_teaser_grid .categories_filter li:before,
.wpb_categories_filter li:before {
    display: none !important;
}
.wpb_teaser_grid .categories_filter li a,
.wpb_categories_filter li a {
    border: none;
    text-decoration: none;
    color: #000;
}
.wpb_teaser_grid .categories_filter li a:hover,
.wpb_categories_filter li a:hover {
    border-bottom: 1px dotted #000;
}
.wpb_teaser_grid .categories_filter li.active a,
.wpb_categories_filter li.active a {
    /*border-bottom: 1px dotted;*/
}


.pb35 {
    margin-bottom: 0 !important;
    padding-bottom: 35px !important;
}   
/* zadnja vrstica! */