/*****************************************************************

- Table of Contents -

1. Element Overwrite
2. General Class
        - General
        - Rounded Icon
        - Social Share 
        - HTML Scroll
        - BackTop Button
        - Image Hover Animation
        - Pagination
3. Widget Class
        - Blog List
        - Latest Portfolio Widget
        - Contact Form Widget
        - About Widget
        - Mini Gallery or Flickr Widget 
        - Carousel Widget
                - General Carousel
                - Carousel Pager
                - Client Carousel Class
                - Twitter Carousel Class
        - Comments
        - Metro Slider
4. Header
        - General
        - Logo
        - Main Menu & Secondary Menu Bg
        - Primary Menu
        - Primary Menu Responsive Button
        - Search Menu 
        - Secondary Menu
        - Sticky Menu Header
5. Footer
        - Footer Menu
        - Bottom
6. Specific Page Class
        - Homepage
                - Welcome Block
                - Features Block
                - Client block
                - Banner Block

*****************************************************************/

/*-------------------------------
        1. Element Overwrite
------------------------------*/

body{
    font-size: 13px;
    font-family: 'open_sansregular';
    color: #5C6161;
    line-height: 23px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 8px;
    font-family: 'bebas_neueregular', 'open_sansregular';
    font-weight: 500;
    line-height: 16px;
    color: inherit;
    text-rendering: optimizelegibility;
    color: #484848;
}
h2,
h3 {
    line-height: 32px;
}
h6{
    font-family:'open_sansregular'; font-weight:bold;
}
h1{
    margin-bottom: 30px;
    line-height: 40px;
    word-spacing: 3px;
}
h1 {
    font-size: 52px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
a:hover, a:focus{
    color:#333333;
}
input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select,
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #303030;
    color: #F5F5F5;
    width: 90%;
    padding: 10px;
}
select{
    height:42px;
    line-height:42px;
    width: 93%;
}
input[type="file"]{
    height:34px;
    line-height:34px;
    padding:5px;	
}
input.small, select.small, textarea.small{
    width:30%;
}
input.medium, select.medium, textarea.medium{
    width:50%;
}
input.large, select.large, textarea.large{
    width:80%;
}
.input-append .add-on, .input-prepend .add-on{
    padding:10px;
    background: #2CA9DF;
    border-color: #2CA9DF;	
    color:#FFF;
    text-shadow:none;
}
input.error{
    border-color:#E9322D;
}
label.error{
    color:#E9322D;
    font-style:italic;
    font-size:12px;
}
.form-actions{

}
.form-actions button{
    margin-right:5px;
}
.help-inline{
    font-style:italic;
    color:#999;

}

button, .vc_btn{
    background: #2cabe0;
    border: none;
    padding: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFF;
    text-shadow: none;
}
.vc_btn{
    display:inline-block;
    font-size:14px;
    line-height:20px;
    cursor:pointer;
    margin-bottom:0;
    text-align:center;
    vertical-align:middle;
}
.btn-grey{
    background:#AAA;
}
.btn-large{
    font-size:18px;
    padding:20px 26px;
}
.btn-small{
    padding: 10px 15px;
    font-size:12px;
}
.btn-mini{
    font-size:11px;
    padding:5px 10px;
}
.vc_btn i{
    margin-right:10px;
}

button, .vc_btn:hover, .vc_btn:focus{
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.vc_btn:hover, .vc_btn:focus{
    text-decoration:none;
    background: #E6E6E6;
    color:#333;
}
.vc_btn.disabled, .vc_btn[disabled] {
    background: #EEE;
    box-shadow: none;
    cursor: default;
    color:#BBB;
}
.vc_btn.disabled:hover, .disabled:hover{
    background:#EEE;
    color:#BBB;
}

section{
    margin-top:30px;
    margin-bottom:10px;
}
blockquote{
    background: url("../img/blockquote-bg.gif") repeat-y scroll 5px 0 transparent;
    color: #999999;
    font-size: 18px;
    font-style: italic;
    letter-spacing: -0.2px;
    line-height: 32px;
    margin-top: 20px;
    padding-left: 30px;
    border-left: none;
}
blockquote small{
    color:#555;
    font-size: 70%;
    margin-top:10px;
}
.progress{
    background:#333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height:35px;
}
.breadcrumb{
    background: none;
    padding:0;
    margin-bottom:10px;
}
.breadcrumb a, .breadcrumb > li{
    text-shadow:1px -1px 0px #333;
}
.breadcrumb a:hover{
    color:#FFF;
    text-decoration:none;
}
.nav-tabs{
    margin-bottom:0;
}
.nav-tabs > li > a{
    background: #F5F5F5;
    font-family: 'bebas_neueregular','open_sansregular';
    font-size:20px;
    color:#555;
    padding:12px 16px;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;	
    border: 1px solid #DDD;
    border-top: 3px solid #555;	

}
.nav-tabs > li > a > i{
    margin-right:5px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus{
    border-top-color: #2CA9DF;
    color:#0088CC;	
    background:#F5F5F5;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus{
    border-top: 3px solid #2CA9DF;
    background:#FFF;
    color:#0088CC;
}
.tab-content{
    border:1px solid #DDD;
    border-top:none;
    padding:20px;
}
.nav-pills{
    margin-bottom:40px;
}
.nav-pills > li {
    background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
    background-repeat: repeat-x;
    border: 1px solid #D4D4D4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    min-height: 40px;
    margin-left:-1px;
}
.nav-pills > li > a{
    margin:0;
    border-top:3px solid #DDD;
    padding:16px 20px;
    font-size:14px;
    font-weight:bold;
    letter-spacing:-.1px;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus, .nav-pills > li > a:hover{
    border-top:3px solid #2CA9DF;
    background:none;
    color:#111;
}

.accordion-group, .nav-pills > li > a{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;		
}
.accordion-heading{
    background: #F5F5F5;
    font-family: 'bebas_neueregular','open_sansregular';
    font-size:20px;
    padding:5px 10px;
    border-top: 3px solid #2CA9DF;		
}
.accordion-heading  i{
    margin-right:10px;
}
.accordion-heading a{
    color:#555;
}
.accordion-heading a:hover, .accordion-heading a:focus{
    text-decoration:none;
    color:#111;
}
.accordion-inner{
    padding: 20px;
}
.accordion-group{
    margin-bottom:0;
}

.alert, .alert h4{
    color:#CF9700;
}
.alert{
    border-top-width:3px;
    border-top-color:#CF9700;
    padding-top:18px;
    padding-bottom:18px;
}
.alert-danger, .alert-error{
    color: #003809;
    border-top-color: #3BAC2B;  	
}
.alert-info{
    color:#3A87AD;
    border-top-color:#3A87AD;	
}
.alert-success{
    color:#468847;
    border-top-color:#468847;	
}
.popover-title{
    font-size:20px;
}
#cboxContent button{
    -webkit-transition: none;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: none;  /* Firefox 4-15 */
    -o-transitio: none;	
    transition:none;
}
.show-grid [class*="span"]{
    background-color: #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
}
.show-grid {margin-top:30px;
            margin-bottom:10px;}
.show-grid h4, .show-grid p{
    padding:20px 20px 0px;
}

/*-------------------------------
        2. General Class
------------------------------*/

/* General */
body.boxed{
    background:url(../img/pattern/pattern6.png) repeat;
}
body.boxed .vc_body{
    width:1230px;
    margin:40px auto;
    -webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.1);        
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    float:none;
    background:#FFF;
    -webkit-border-radius: 10px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    -moz-border-radius: 10px;		
    border-radius:10px;
}
body.boxed .vc_bottom .vc_footer-line, body.boxed .vc_bottom .bg{
    margin-left:-30px;
    margin-right:-30px;
}

body .vc_bg-none{background:none; box-shadow:none;}
.vc_red{color:#df3b3b;} .vc_border-red{border-color:#df3b3b;} .vc_bg-red{background-color:#df3b3b;}
.vc_blue{color:#38A5DD;} .vc_border-blue{border-color:#38A5DD;} .vc_bg-blue{background-color:#38A5DD;}
.vc_yellow{color:#f0c915;} .vc_border-yellow{border-color:#f0c915;} .vc_bg-yellow{background-color:#f0c915;}
.vc_green{color:#55c06c;} .vc_border-green{border-color:#55c06c;} .vc_bg-green{background-color:#55c06c;}
.vc_orange{color:#f79e35;} .vc_border-orange{border-color:#f79e35;} .vc_bg-orange{background-color:#f79e35;}
.vc_grey{color:#838c8f;} .vc_border-grey{border-color:#838c8f;} .vc_bg-grey{background-color:#838c8f;}
.vc_black{color:#111;} .vc_border-black{border-color:#111;} .vc_bg-black{background-color:#111;}

h2.vc_widget-title, h3.vc_widget-title{
    padding:10px 15px;
    background-color: #EEE;
    color:#555;	
}
h3.vc_widget-title{
    padding:8px 13px;	
}
ul.vc_li{
    margin-left:5px;
}
ul.vc_li li{
    background: url('../img/list.gif') left 6px no-repeat;
    padding-left: 20px;
    list-style:none;
    margin-bottom:10px;
}

.vc_body {
    float: left;
    width: 100%;
    overflow: hidden;
}

.block {
    margin-bottom: 40px
}

.block .block:last-child {
    margin-bottom: 0
}

.vc_splitter {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.vc_line-splitter {
    margin: 40px -10px 20px;
    border-top: 1px solid #E6E6E6;
}
.vc_line {
    margin: 10px 0px 10px;	
    border-top: 1px solid #E6E6E6;	
}
.vc_line-full {
    margin: 10px -20px 10px;	
    border-top: 1px solid #E6E6E6;	
}

.vc_main-color{
    color: #38A5DD;
}
.vc_bg-color{
    background-color: #38A5DD;
}

.vc_inverted, .vc_read-more{
 /*    background: #2e3586;*/
    color: #313131;
/*    padding: 0 12px;
    margin-right: 4px;*/
}

.vc_read-more{
    padding: 0 8px;
    margin-left: 10px;
}
.vc_read-more:hover{
    text-decoration: none;
    background: #DDD;
    color: #333;
}
.vc_small-info{
    padding:0px 5px; margin-left:10px; font-size:11px;
}
.vc_paper{
    background:#FFF;
    color:#5C6161;
    padding:10px;
}

.vc_column i{
    display:block;
    margin:0 0 6px;
}

img.vc_right{
    float:right; margin-left:20px; margin-bottom:20px;
}
img.vc_left{
    float:left; margin-right:20px; margin-bottom:20px;
}
.vc_center{
    margin:0 auto;
}

.vc_separator{
    background: url('../img/blockquote-bg.gif') repeat scroll 0% 0% transparent; height: 10px; margin-top: 30px; margin-bottom: 10px; width:100%; clear: both;
}
.comment-separator{
    margin-top:0px; margin-bottom:20px; border-top:2px solid #EEE;
}

/* Background Settings */
body.background-1{ background:url(../img/pattern/pattern1.png) repeat 0 0; }
body.background-2{ background:url(../img/pattern/pattern2.png) repeat 0 0; }
body.background-3{ background:url(../img/pattern/pattern3.png) repeat 0 0; }
body.background-4{ background:url(../img/pattern/pattern4.png) repeat 0 0; }
body.background-5{ background:url(../img/pattern/pattern5.png) repeat 0 0; }
body.background-6{ background:url(../img/pattern/pattern6.png) repeat 0 0; }
body.background-7{ background:url(../img/pattern/pattern7.png) repeat 0 0; }
body.background-8{ background:url(../img/pattern/pattern8.png) repeat 0 0; }
body.background-9{ background:url(../img/pattern/pattern9.png) repeat 0 0; }


/* Rounded Icon */
.vc_icon-round{
    width: 192px;
    height: 192px;

    -webkit-border-radius: 192px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    -moz-border-radius: 192px;	
    border-radius: 192px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */

    /* useful if you don't want a bg color from leaking outside the border: */
    background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
    text-align: center;
    cursor: pointer;
}
.vc_icon-round {
    background: url('../img/stripe-3.gif');
}
.vc_icon-round:hover{
    background: url('../img/stripe-2.gif');
}
.vc_icon-round .bg-wrapper{
    padding: 20px;
}
.vc_icon-round .bg{
    background: #303030;
    width: 152px;
    height: 152px;
    -webkit-border-radius: 152px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    -moz-border-radius: 152px;
    border-radius: 152px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.vc_icon-round .bg img{
    width:152px;
}
.vc_icon-round i{
    font-size: 60px;
    color: #F5F5F5;
}
.vc_icon-round.inverted .bg{
    background:#FFF;
}
.vc_icon-round.inverted i{
    color:#333;
}
.vc_icon-round.small{
    width:142px;
    height:142px;
    -webkit-border-radius: 142px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    -moz-border-radius: 142px;	
    border-radius: 142px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */		
}
.vc_icon-round.small .bg{
    width: 102px;
    height:102px;
    -webkit-border-radius: 102px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    -moz-border-radius: 102px;	
    border-radius: 102px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */		
}
.vc_icon-round.small i{
    font-size: 42px;
}
.vc_icon-round.small .bg img{
    width:102px;
}

.vc_table th{
    border:none;
    font-family:'bebas_neueregular';
    font-size:18px;
    border-bottom:3px solid #2CA9DF;
    font-weight:normal;
}
.vc_table td{
    line-height: 8px;
    border-top:none;
    border-bottom:1px solid #DDDDDD;
}
.vc_table th:first-child{
    -webkit-border-radius:4px 0 0 4px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    -moz-border-radius:4px 0 0 4px;		
    border-radius:4px 0 0 4px;
}
.vc_table th:last-child{
    -webkit-border-radius:0 4px 4px 0; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    -moz-border-radius:0 4px 4px 0;		
    border-radius:0 4px 4px 0;	
}
.vc_table tbody > tr:nth-child(2n) > td, .vc_table tbody > tr:nth-child(2n) > th{
    background-color:#F9F9F9	;
}

.vc_pricing-table{
/*    margin-left:-15px;*/
}
.vc_pricing-table .plan{
    border:1px solid #eaeaea;
/*    margin-right:-31px;*/
    position:relative;
/*    margin-top:20px;*/
}
.vc_pricing-table div, .vc_pricing-table h3{
    text-align:center;
}
.vc_pricing-table h3{
    background:#f5f5f5;
    padding: 6px 0px;
    border-top:3px solid #26C45E;
    font-size: 25px!important;
      line-height: 25px!important;
}
.vc_pricing-table .price{
/*    padding:30px 10px 20px 40px;*/
    font-family:"bebas_neueregular";
    font-weight:500;
    color:#2ca9df;	
}
.vc_pricing-table .price .main{
    font-size: 60px;
}
.vc_pricing-table .price .suffix{
    font-size: 30px;
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: -10px;
    vertical-align: top;	
}
.vc_pricing-table .price .text{
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    left: -50px;
    bottom:2px;
    vertical-align: bottom;	
    color:#000;	
}
.vc_pricing-table .features{
    background:#f5f5f5;
    padding:20px 10px 25px;
}
.vc_pricing-table .features ul{
    margin-left:0;
    margin-bottom:30px;
}
.vc_pricing-table .features ul li{
    list-style:none;
    font-size:14px;
    padding:15px 0px;
    margin:0 30px;
    background: url('../img/pricing-table-list.jpg') repeat-x bottom left;
}
.vc_pricing-table .featured{
    box-shadow:11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
    z-index:1;
    margin-top:0;
}
.vc_pricing-table .featured, .vc_pricing-table .featured h3{
    border-color:#ff9c00;	
}
.vc_pricing-table .featured h3{
    color:#111;
    padding-top:40px;
}
.vc_pricing-table .featured .price{
    color:#ff9c00;
}
.vc_pricing-table .featured .features{
    padding-bottom:35px;
}
.vc_pricing-table .featured .features .vc_btn{
    background-color:#ff9c00;
}
.vc_pricing-table .featured .tag{
    position:absolute;
    top:5px;
    width:100%;
}
.vc_pricing-table .featured .tag .text{
    background-color:#ff9c00;
    color:#FFF;
    padding:5px 20px 5px;
    margin-top:5px;
    text-transform:uppercase;
}

/* Social Share  */
.vc_social-share{
    margin-top: 0;
    margin-right: 10px;
}
.vc_social-share a{
    background: url("../img/social-share-sprites.png") no-repeat 0 0;
    width: 40px;
    height: 38px;
    display: block;
    float: left;
    text-indent: -9999px;
    margin-right: 0px;
    border: 1px solid #333;
    border-right: none;
    border-top: none;
    -webkit-transition: 0.2s ease 0s;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: 0.2s ease 0s;  /* Firefox 4-15 */
    -o-transitio: 0.2s ease 0s;
    transition: 0.2s ease 0s;
}
.vc_social-share a:hover{
    background-color: #333;
}
.vc_social-share a.rss{
    background-position: 0 0px;
}
.vc_social-share a.rss:hover,.vc_social-share a.rss.active{
    background-position: 0 -30px;
}
.vc_social-share a.email{
    background-position: 0 -60px;
}
.vc_social-share a.email:hover,.vc_social-share a.email.active{
    background-position: 0 -90px;
}
.vc_social-share a.facebook{
    background-position: 0 -120px;
}
.vc_social-share a.facebook:hover,.vc_social-share a.facebook.active{
    background-position: 0 -150px;
}
.vc_social-share a.twitter{
    background-position: 0 -180px;
}
.vc_social-share a.twitter:hover,.vc_social-share a.twitter.active{
    background-position: 0 -210px;
}
.vc_social-share a.gplus{
    background-position: 0 -240px;
}
.vc_social-share a.gplus:hover,.vc_social-share a.gplus.active{
    background-position: 0 -270px;
}
.vc_social-share a.linkedin{
    background-position: 0 -300px;
}
.vc_social-share a.linkedin:hover,.vc_social-share a.linkedin.active{
    background-position: 0 -330px;
}
.vc_social-share a.pininterest{
    background-position: 0 -360px;
}
.vc_social-share a.pininterest:hover,.vc_social-share a.pininterest.active{
    background-position: 0 -390px;
}
.vc_social-share a.dribble{
    background-position: 0 -420px;
}
.vc_social-share a.dribble:hover,.vc_social-share a.dribble.active{
    background-position: 0 -450px;
}
.vc_social-share a.youtube{
    background-position: 0 -480px;
}
.vc_social-share a.youtube:hover,.vc_social-share a.youtube.active{
    background-position: 0 -510px;
}
.vc_social-share a.vimeo{
    background-position: 0 -540px;
}
.vc_social-share a.vimeo:hover,.vc_social-share a.vimeo.active{
    background-position: 0 -570px;
}
.vc_social-share a.flickr{
    background-position: 0 -600px;
}
.vc_social-share a.flickr:hover,.vc_social-share a.flickr.active{
    background-position: 0 -630px;
}

/* Footer Social Share Specific Class Mod */
.widget .vc_about .vc_social-share{
    margin-top: 20px;
}
.widget .vc_about .vc_social-share a{
    border: none;
}
.widget .vc_about .vc_social-share a:hover{
    background-color: transparent;
}


/* HTML Scroll */
.nicescroll-rails{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px ;
}


/* BackTop Button */
a.back-top {
    background: none repeat scroll 0 0 #333333;
    bottom: -30px;
    border-top: 6px solid #009688;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
    color: #FFFFFF;
    height: 9px;
    opacity: 0;
    padding: 5px 0 25px;
    position: fixed;
    right: 105px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 49px;
    z-index: 9999;
    font-size: 18px;
}
a.back-top.visible:hover {
    opacity: 1;
}
a.back-top.visible {
    bottom: 0;
    opacity: 0.75;
}


/* Image Hover Animation */
.vc_anim{
    position: relative;
    margin-bottom: 9px;
    width: 100%;
    overflow: hidden;
}
.vc_anim .vc_preview{
    position: relative;
    width: 100%;
    z-index: 1;
    display: block;
    float: left;
}
.vc_anim .vc_hover,.vc_anim .vc_category{
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-align: center;
}
.vc_anim .vc_hover .hover-wrapper{
    height: 100%;
    width: 100%;
    position: relative;
}
.vc_anim .vc_hover .vc_icon {
    display: inline-block;
    font-size: 24px;
    margin-right: 20px;
    margin-top: 40px;
    list-style-type: none;
}
.vc_anim .vc_hover .vc_icon a{
    background: rgba(255,255,255,.95);
    padding: 10px 12px;
}
.vc_anim-slide .vc_hover .text-wrapper, .vc_anim-slide .vc_hover .icon-wrapper{
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.4s ease .2s;
    -moz-transition: all 0.4s ease .2s;
    -ms-transition: all 0.4s ease .2s;
    -o-transition: all 0.4s ease .2s;
    transition: all 0.4s ease .2s;
}
.vc_anim-slide .vc_hover .icon-wrapper{
    display: inline-block;
}
.vc_anim .vc_hover .text-wrapper h4{
    color: #FFF;
    padding: 0 10px;
    line-height: 24px;
}
.vc_anim .vc_hover .icon-wrapper a:last-child{
    margin-right: 0;
}
.vc_anim .vc_hover a:hover{
    background: #2CABE0;
    color: #FFF;
    text-decoration: none;
}
.vc_anim-slide .vc_hover{
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: url("../img/hover.gif");
}
.vc_anim-slide:hover .vc_hover {
    width: 100%;
    opacity: .9;
    filter: alpha(opacity=90);
}
.vc_anim-slide .vc_hover .text-wrapper{
    top: -100%;
}
.vc_anim-slide .vc_hover .icon-wrapper{
    bottom: -100%;
}
.vc_anim-slide:hover .vc_hover .text-wrapper{
    top: 25%;
}
.sidebar-widget .vc_anim-slide:hover .vc_hover .text-wrapper, .span9 .portfolio-3 .vc_anim-slide:hover .vc_hover .text-wrapper, .portfolio-4 .vc_anim-slide:hover .vc_hover .text-wrapper{
    top:20%;
}
.vc_anim-slide:hover .vc_hover .icon-wrapper{
    bottom: 30%;
}
.sidebar-widget .vc_anim-slide:hover .vc_hover .icon-wrapper, .span9 .portfolio-3 .vc_anim-slide:hover .vc_hover .icon-wrapper, .portfolio-4 .vc_anim-slide:hover .vc_hover .icon-wrapper{
    bottom: 20%;
}
.mini-image .vc_anim-slide:hover .vc_hover .icon-wrapper{
    bottom:37%;
}
.large-image .vc_anim-slide:hover .vc_hover .icon-wrapper{
    bottom:37%;
}

.vc_anim-slide:hover .vc_category{
    left:-52px;
}
.vc_anim .vc_category{
    position:absolute;
    background:#000;
    bottom:15%;
    left:0;
    z-index:1;
    text-align:center;
    vertical-align:middle;
    padding:16px 5px 5px 5px;
    box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);	
    color:#288bb6;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
    border-radius: 0 50px 50px 0;
    border-right:6px solid #288bb6;
}
.vc_anim .vc_category i{
    font-size:66px;
    /*	margin-top:20px;*/

}


/* Pagination */
.vc_pagination {
    margin-top: -20px;
    margin-bottom: 0;
}
.vc_pagination ul {
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;	
    border-radius: 0;
}
.vc_pagination > ul > li > a {
    border: none;
    background-color: #E5E5E5;
    color: #4C4C4C;
    margin: 0 1px;
    padding: 7px 12px;
    font-weight: bold;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.vc_pagination > ul > li > a:hover {
    background-color: #982E76;
    color: #FFFFFF;
}
.vc_pagination > ul > li > a.active {
    background-color: #982E76;
    color: #FFFFFF;
}
.vc_pagination > ul > li > a:first-child,
.vc_pagination > ul > li > a:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;	
    border-radius: 0;
}

/* Recaptcha */
.vc_recaptcha{
    border:#DFDFDF 1px solid;
    border-top:3px solid #2CA9DF;
    background:#F5F5F5;
    padding:10px;
    position:relative;
    width:352px;
    margin-bottom:20px;
}
.vc_recaptcha #recaptcha_image{
    border:#DFDFDF 1px solid;
    padding:10px;
    background:#FFF;
    margin-bottom:10px;
}
.vc_recaptcha input[type='text']{
    width:329px;
    display:block;
}
.vc_recaptcha .captcha-action{
    position:absolute;
    left:334px;
    top:11px;
}
.vc_recaptcha .captcha-action a{
    background: #2CA9DF;
    color:#FFF;
    width:26px;
    height:23px;
    line-height:23px;	
    display:block;
    text-align:center;
    margin-bottom:1px;
    border:#DFDFDF 1px solid;
}
.vc_recaptcha .captcha-action a:hover{
    text-decoration:none;
    color:#333;
    background-color:#EEE;
}


/*-------------------------------
        3. Widget Class
------------------------------*/

/* Blog List */
.vc_blog-list h3{
    font-family: 'open_sansregular';
    font-size: 24px;
    letter-spacing: -1.6px;
    line-height: 26px;
    margin: 0;
    padding-top: 8px;
    text-transform: capitalize;
}
.vc_blog-list h3 a{
    color: #222222;
}
.vc_blog-list .description{
    margin-top: 10px; float:left; width:100%;
}
.vc_blog-list .taxonomy{
    margin-top: 20px;
}
.vc_blog-list .blog-row{
    clear: both;
    margin-bottom: 30px;
}
.vc_blog-list .taxonomy i{
    color: #333;
    margin-right: 5px;
}
.vc_blog-list .blog-row .blog-left{
    float:left;
}
.vc_blog-list .blog-row .blog-right h3 a{
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
}
.vc_blog-list .vc_row{
    float:left;
    width:100%;
}
.vc_blog-list .blog-row .blog-right, .vc_blog-list .blog-row .blog-left{
    position: relative;
}
.vc_blog-list .blog-row .blog-right h3 a:hover {
    text-decoration: none;
    color: #2194c6;
}
.vc_blog-list .blog-row .blog-right > span {
    margin: 0 10px;
}
.vc_blog-list .blog-row .blog-right  > .date{
    margin-left: 0;
}
.vc_blog-list .date {
    color: #AAAAAA;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 10px;
    display: inline-table;
}
.vc_blog-list .comments  > i{
    color: #333;
}
.widget .vc_blog-list .blog-row{
    margin-bottom: 10px;
}
.widget .vc_blog-list .blog-row .blog-right {
    margin-left: 261px;
}
.widget .vc_blog-list .blog-row .blog-left{
    width: 240px;
}
.sidebar-widget .vc_blog-list .blog-row{
    margin-bottom: 10px;
}
.sidebar-widget .vc_blog-list .blog-row .blog-right {
    margin-left: 75px;
}
.sidebar-widget .vc_blog-list .blog-row .blog-right h3{
    padding-top:3px;
    font-size:14px;
    line-height:14px;
    letter-spacing:normal;
}
.sidebar-widget .vc_blog-list .blog-row .blog-right span{
    margin-left:0;
}
.sidebar-widget .vc_blog-list .blog-row .blog-left{
    width: 60px;
}
.sidebar-widget .vc_blog-list .blog-row .blog-left img{
    width:60px;
    height:60px;
    border: 3px solid #EEE;
}
.mini-image  .vc_blog-list .blog-row .blog-left{
    /*	width:350px;*/
    width:300px;
}
.mini-image  .vc_blog-list .blog-row .blog-right{
    /*	margin-left:370px;*/
    margin-left:320px;
}
.vc_blog-list  .entry-date{
    margin-right: 15px;
    width: 60px;
    float: left;
    text-align: center;
    border:1px solid #CCC;
    font-family:'bebas_neueregular';
    padding:8px 0;
    line-height:24px;
    border-top:3px solid #2CA9DF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;	
    border-radius:5px;
    color:#666;

}
.vc_blog-list .entry-date .day{
    font-size:28px;
    color:#111;
}
.vc_blog-list .entry-date .month{
    font-size:18px;
    color:#AAA;
}

.mini-image  .vc_blog-list .blog-row .blog-right .title{
    margin-left:75px;
}
.mini-image  .vc_blog-list .blog-row .blog-right h3{
    padding-top:5px;
    margin-bottom:5px;
}
.mini-image  .vc_blog-list .comments, .large-image  .vc_blog-list .comments{
    margin-right:30px;
}
.large-image  .vc_blog-list .blog-row .blog-left, .single-blog  .vc_blog-list .blog-row .blog-left{
    float:none;
    margin-bottom:15px;
    width:100%;
    clear:both;	
}
.large-image .vc_blog-list .blog-row, .mini-image .vc_blog-list .blog-row{
    border-bottom:1px dotted #CCC; 	
    padding-bottom:20px;
    margin-bottom:40px;
}
.full-width .vc_blog-list .blog-row .blog-left, .full-width .vc_blog-list .blog-row .blog-right{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:870px;
}
.full-width .vc_blog-list .entry-date{
    float:none;
    margin-left:auto;
    margin-right:auto;
}


/* Latest Portfolio Widget */
.vc_latest-portfolio .wrapper{
    padding-bottom: 40px;
    /*	border-bottom: 1px solid #e5e5e5;*/
}
.vc_portfolio-widget .vc_carousel-control a{
    font-size:14px;
    margin-top:5px;
}

/* Contact Form Widget */ 
.vc_contact-form table{
    width: 100%;
}
.vc_contact-form textarea{
    height: 180px;
}
.vc_contact-form .control-group{
    margin-top: 20px;
}


/* Newsletter Widget */ 
.vc_newsletter-form .controls{
    float:left;
    width:60%;
}
.vc_newsletter-form .vc_btn{
    padding: 10px 15px;
    margin-left: -4px;
    border: 1px solid #EEE;
}
.vc_newsletter-form .controls input{
    width:100%;
}


/* About Widget */ 
.vc_about i{

}


/* Mini Gallery or Flickr Widget */
.widget .vc_gallery ul{
    margin: 0;
}
.widget .vc_gallery li, .flickr_badge_image {
    margin: 0 1px 1px 0;
}
.widget .vc_gallery a {
    border: medium none !important;
    line-height: 1 !important;
}
.widget .vc_gallery li, .widget .vc_gallery li a, .flickr_badge_image {
    float: left;
}
.widget .vc_gallery li, .widget .vc_gallery li a, .widget .vc_gallery li img, .flickr_badge_image {
    display: block;
    height: 95px;
    width: 120px;
}


/** CAROUSEL WIDGET **/

/* General Carousel Class */
.vc_carousel-wrap{
    position: relative;
    margin: 0px -10px 0 -10px!important;
}
.vc_carousel-control {
    float: right;
    margin-top: -4px;
}
.vc_carousel-control a {
    float: left;
    font-size: 24px;
    color: #B6B6B6;
    display: block;
    padding: 4px 8px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;	
    border-radius: 24px;
}
.vc_carousel-control a:first-child {
    margin-right: 5px;
}
.vc_carousel-control a:hover {
    text-decoration: none;
    background: url("../img/stripe.gif");
    color: #333;
}
.vc_carousel > div {
    padding: 0 10px;
    float: left;
}
.vc_carousel > div:first-child {
    margin-left: 0;
}
.caroufredsel_wrapper {
    float: left !important;
}
.vc_carousel-column .title{
    font-weight:bold;
    font-size:14px;
    text-align:center;
}

/* Carousel Pager Class */
.vc_pager {
    z-index: 6;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.vc_pager a {
    border: 1px solid #888888;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;	
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    margin: 5px;
    width: 10px;
}
.vc_pager a.selected {
    border-width: 3px;
    margin: 3px;
    border-color: #2ca9df;
}
.vc_pager a span {
    display: none;
}

/* Client Carousel Class */
.vc_client .vc_carousel-wrap{
    position: relative;
    margin: 0px -10px 0 -10px!important;
}
.vc_client .vc_carousel > div {
    margin: 0 10px;
    width: 180px;
    height: 152px;
    float: left;
    background: url("../img/stripe.gif");
}
.vc_client .vc_carousel > div:hover {
    background: url("../img/stripe-2.gif");
}
.vc_client .vc_carousel > div:first-child {
    margin-left: 0;
}
.vc_client .vc_carousel > div:last-child{
    margin-right: 0;
}
.vc_client .vc_carousel .content{
    display: table-cell;
    height: 132px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 158px;
}
.vc_client .vc_carousel .content img{
    width: 100%;
}

/* Twitter Carousel Class */
.widget .vc_twitter .vc_carousel-control a{
    font-size: 14px;
    padding: 4px;
} 
.widget .vc_twitter .vc_carousel{
    margin: 0;
    width: 100%;
}

/* Single Portfolio Class */
.vc_single-portfolio{
    position:relative;
    overflow:hidden;

}
.vc_single-portfolio .vc_carousel-control{
    float:none;
    position:absolute;
    bottom:9px;
    z-index:2;
}
.vc_single-portfolio .vc_carousel-control a{
    background: #2CA9DF;
    color:#FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;	
    border-radius:0;
    padding:16px 20px;
    margin-right:1px;
}
.vc_single-portfolio .vc_carousel-control a:hover{
    background: #E6E6E6;
    color:#333;
}

/* Related Projects Carousel */



/* Comments */
.vc_comments{

}
.vc_comments .comments-title{
    margin-bottom:30px;
}
.vc_comments .commentlist{
    margin-left:0;
}
.vc_comments li{
    list-style:none;
    position:relative;
    margin-bottom:20px;
}
.vc_comments .comment-meta{
    float:left; margin-right:10px;
}
.vc_comments .comment-author img{
    border:5px solid #EEE;
}
.vc_comments .comment-content{
    margin-left:120px;
    padding:15px 20px;
    border:1px solid #DDD;
    border-top:3px solid #2ca9df;
    background-color:#F5F5F5;
}
.vc_comments .comment-author{
    font-size:14px;
    font-weight:bold;
}
.vc_comments .comment-date{
    font-size:11px;
    margin-bottom:5px;
}
.vc_comments .comment-reply{
    position:absolute;
    top:0;
    right:0;
}
.vc_comments .comment-arrow{
    position:absolute;
    top:22px;
    left:108px;
    background:url(../img/comment-arrow.png) no-repeat;
    width:14px;
    height:23px;
    display:block;
}
.vc_comments ul{
    margin-left:120px;
    margin-top:20px;
}


/* Metro Slider*/
.vc_metro-slider ul li{
    float: left;
    margin: 0 5px 5px 0;
    list-style: none;
    padding: 0;
}
.vc_metro-slider ul {
    padding: 0;
    margin: 0;
}
.vc_metro-slider ul li.odd{
    width: 621px;
}
.vc_metro-slider ul li.even{
    width: 630px;
    margin-right: 0;
}
.vc_metro-slider ul li.box{
    overflow: hidden;
    position: relative;
}
.vc_metro-slider ul li a img, .vc_metro-slider ul li .mouse-over{

    -webkit-transition: all 0.3s ease 0s;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.3s ease 0s;  /* Firefox 4-15 */
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.vc_metro-slider ul li.type-1{
    width:621px;
    height: 395px;
}
.vc_metro-slider ul li.type-2{
    width: 405px;
    height: 195px;
}
.vc_metro-slider ul li.type-3{
    width: 307px;
    height: 195px;
}
.vc_metro-slider ul li a{
    width: 100%;
    height: 100%;
    display: block;
}
.vc_metro-slider ul li a:hover > img{

}

.vc_metro-slider ul li .mouse-over {
    background: rgba(0,0,0,.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    color: #FFF;
}
.vc_metro-slider ul li .mouse-over h2{
    color: #FFF;
}
.vc_metro-slider ul li .mouse-over .content .text{
    padding: 20px;
}
.vc_metro-slider ul li .bg-none{
    background: none;
}
/* General Animation */
.vc_metro-slider ul li a:hover .mouse-over{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* Slide Left Animation */
.vc_metro-slider .anim-slide-left .mouse-over{
    margin-left: -100%;
}
.vc_metro-slider .anim-slide-left a:hover .mouse-over{
    margin-left: 0;
}
.vc_metro-slider .anim-slide-left a:hover > img{
    margin-left: 100%;
}
/* Slide Right Animation */
.vc_metro-slider .anim-slide-right .mouse-over{
    margin-left: 100%;
}
.vc_metro-slider .anim-slide-right a:hover .mouse-over{
    margin-left: 0;
}
.vc_metro-slider .anim-slide-right a:hover > img{
    margin-left: -100%;
}
/* Slide Top Animation */
.vc_metro-slider .anim-slide-top .mouse-over{
    margin-top: -100%;	
}
.vc_metro-slider .anim-slide-top a:hover .mouse-over{
    margin-top: 0;
}
.vc_metro-slider .anim-slide-top a:hover > img{
    margin-top: 100%;
}
/* Slide Bottom Animation */
.vc_metro-slider .anim-slide-bottom .mouse-over{
    margin-top: 100%;
}
.vc_metro-slider .anim-slide-bottom a:hover .mouse-over{
    margin-top: 0;
}
.vc_metro-slider .anim-slide-bottom a:hover > img{
    margin-top: -100%;
}

/*Hover Animation*/
.vc_metro-slider .anim-hover .mouse-over{
    margin: 0;
}
.vc_metro-slider .anim-hover a:hover .mouse-over{
}
.vc_metro-slider .anim-hover a:hover > img{
    margin: 0;
}

/* Flip Animation */
.vc_metro-slider .anim-rotate {
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
.vc_metro-slider .anim-rotate .mouse-over{
    margin: 0;
    behavior: url(-ms-transform.htc);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0;	
}
.vc_metro-slider .anim-rotate a > img{
    behavior: url(-ms-transform.htc);
}
.vc_metro-slider .anim-rotate a:hover .mouse-over{
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(-1);
    transform: scaleX(1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/	
}
.vc_metro-slider .anim-rotate a:hover > img{
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0;
}
.vc_metro-slider .none a:hover > img{
    margin-left: 0;
}

/* Metro Slider Tiny Scrollbar */
.vc_metro-slider{padding:0 0 0 5px;}
.vc_metro-slider-outer { width: 100%;  clear: both; margin: 0; position: relative; }
.vc_metro-slider-outer .viewport { width: 100%; height: 400px; overflow: hidden; position: relative; margin-top:10px; }
.vc_metro-slider-outer .overview { list-style: none; position: absolute; left: 0; top: 0; }
.vc_metro-slider-outer .thumb .end,
.vc_metro-slider-outer .thumb {  }
.vc_metro-slider-outer .scrollbar {  width: 15px; z-index: 2; overflow: hidden; margin:50px auto 10px; 
                                     -webkit-border-radius: 10px;
                                     -moz-border-radius: 10px;
                                     border-radius: 10px;}
.vc_metro-slider-outer .track { background-color: #EAEAEA; height: 20px; width:13px; position: relative; padding: 0 1px; 
                                -webkit-border-radius: 10px; 
                                -moz-border-radius: 10px; 
                                border-radius: 10px; 
}
.vc_metro-slider-outer .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; 
                                -webkit-border-radius: 10px;
                                -moz-border-radius: 10px;
                                border-radius: 10px;}
.vc_metro-slider-outer .thumb .end { overflow: hidden; height: 15px; width: 13px; }
.vc_metro-slider-outer .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
.vc_metro-slider-outer .btn-slide{width:5px; height:15px; text-align: center; background:url("../img/middle-slide.gif") no-repeat; margin:5px auto 0; opacity: .5;}



/* Portfolio Gallery 
a.vc_preview img {
    width: 307px;
    height: 167px;
}*/
.portfolio-2 .portfolio-item, .portfolio-3 .portfolio-item {
    margin-bottom: 20px;
}
.portfolio-2 .portfolio-item  h4{
    font-size:36px;
}

.sidebar h3{
    font-size:28px;
}
#vc_login-widget h3{
    background: #2CA9DF;
    color:#FFF;
    margin-bottom:0;
}
#vc_login-widget .content{
    background:#F5F5F5;
    padding:20px 15px 15px;
    border:1px solid #EEE;
}
#vc_login-widget .vc_btn{
    margin-top:10px;
}
#vc_login-widget .lost-password{
    margin-top:-2px;
    margin-bottom:5px;
}

/* Revolution Slider Overwrite*/
.tp-bannershadow.tp-shadow1 {	bottom:-80px;}
.tp-bannershadow.tp-shadow2 {	bottom:-80px;}
.tp-bannershadow.tp-shadow3 {	bottom:-80px;}
.tp-bannertimer{background:#2CA9DF; bottom:0px; top:auto; height:5px;}
.vc_line-stripe-banner{
    background:url("../img/stripe-3.gif") repeat scroll 0 0 transparent;
    height:16px;
    width:460px;
    display:block;
}

/*-------------------------------
        4. Header
------------------------------*/

/* General */
header {
    position: relative;
    z-index: 999;
    margin-bottom: 25px;
    border-top: 8px solid #111;
}
header .container{
    position: relative;
}


/* Logo */
header .logo{
/*    background: #2ca9df  no-repeat center bottom;*/
    width: 230px;
    height: 73px;
    -webkit-transition: 0.1s ease 0s;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: 0.1s ease 0s;  /* Firefox 4-15 */
    -o-transition: 0.1s ease 0s;
    transition: 0.1s ease 0s;
    margin-right: 10px;
/*    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, .1);*/
    padding-bottom: 10px;
    text-align: center;
}
header .logo img{
/*    margin-top: 10px;*/
}
header .logo:hover{
    -webkit-box-shadow: inset 0px 0px 30px 15px rgba(0, 0, 0, .15);
    box-shadow: inset 0px 0px 30px 15px rgba(0, 0, 0, .15);
}
header .row-fluid {
    margin-bottom: 0;
}


/* Main Menu & Secondary Menu Bg*/
.vc_menu-bg {
    width: 100%;
    height: 72px;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background-color: #1d2023;
    border-top: 1px solid #24272a;
}
.vc_sub-menu-bg {
    width: 200%;
    height: 40px;
    	/*border-left      : 20px solid #33373D;*/
    position: absolute;
    z-index: -1;
    top: 73px;
    /*left: 100px;*/
    background: url("../img/blockquote-bg.gif");
}


/* Primary Menu */
.vc_menu {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 73px;
}
.vc_menu .vc_primary-menu ul {
    margin: 0;
}
.vc_menu .vc_primary-menu a {
    color: #EEEEEE;
    text-decoration: none;
}
.vc_menu .vc_primary-menu a:hover{
    color: #FFFFFF;
}
.vc_menu .vc_primary-menu li {
    list-style: none;
    float: left;
    position: relative;
    z-index: 5;
}
.vc_menu .vc_primary-menu > ul > li{
    border-right: 1px solid #2A2A2A;
}
.vc_menu .vc_primary-menu > ul > li > a {
    border-right: 1px solid #000;
    line-height: 73px;
    padding: 0 12px;
    float: left;
    -webkit-transition: background-color ease-out 0.3s;
    -moz-transition: background-color ease-out 0.3s;
    -ms-transition: background-color ease-out 0.3s;
    -o-transition: background-color ease-out 0.3s;
/*    text-transform: uppercase;*/
    position:relative;
    font-weight: bold;
}
.vc_menu .vc_primary-menu > ul > li:hover > a {
    background-color: #111;
}
.vc_menu .vc_primary-menu > ul > li > a > i{
    position: absolute;
    bottom: 10px;
    left: 46%;
    color: #2ca9df;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
}
.vc_menu .vc_primary-menu > ul > li:hover > a > i{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg);
    bottom: -5px;
}
@-moz-document url-prefix() {
    .vc_menu .vc_primary-menu >ul >li:hover > a > i {
        bottom:-7px;
}
}
.vc_menu .vc_primary-menu > ul > li > div.vc_menu-open-right {
    left: 0;
}
.vc_menu .vc_primary-menu > ul > li > div.vc_menu-open-left {
    right: 0;
}
.vc_menu .vc_primary-menu > ul > li div.vc_menu-2-h, .vc_menu .vc_primary-menu > ul > li div.vc_mega-menu {
    width: 480px;
    /*	max-width: 520px;*/
    background-color: #2CA9DF;
    padding-left: 20px;
    padding-right: 20px;
}
.vc_menu .vc_primary-menu > ul > li div.vc_menu-2-v {
    background-color: #2CA9DF;
}
.vc_menu .vc_primary-menu > ul > li div.vc_menu-2-v li {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
/*.vc_menu .vc_primary-menu > ul > li div {*/
.vc_primary-menu > ul > li div.vc_menu-open-right, .vc_primary-menu > ul > li div.vc_menu-open-left, .vc_primary-menu > ul > li div.vc_menu-2-h, .vc_primary-menu > ul > li div.vc_menu-2-v, .vc_primary-menu > ul > li div.vc_mega-menu{
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -ms-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
}
.vc_menu .vc_primary-menu > ul > li:hover div {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.vc_menu .vc_primary-menu > ul > li div.vc_menu-2-h li {
    margin-left: 22px;
    padding-left: 10px;
}
.vc_menu .vc_primary-menu > ul > li div.vc_menu-2-h ul li {
    float: left;
}
.vc_menu .vc_primary-menu > ul > li ul li:first-child,
.vc_menu .vc_primary-menu > ul > li div.vc_menu-2-h ul li:nth-child(3n+1) {
    margin-left: 0;
}
.vc_menu .vc_primary-menu > ul > li ul li a {
    min-width: 200px;
    max-width: 200px;
    color: #FFFFFF;
    padding: 6px 0 7px;
    display: block;
    text-transform: capitalize;
}
.vc_menu .vc_primary-menu > ul div li:hover {
    background-color: rgba(0,0,0,.5);
}
/*  3rd Level Menu */
.vc_menu .vc_primary-menu  ul  li  ul  li.dropdown i{
    float: right;
    margin-top: 3px;
}
.vc_menu .vc_primary-menu  ul  li  ul  li.dropdown  div, .vc_menu .vc_primary-menu  ul  li  ul  li.dropdown li.dropdown  div{
    left: 100%;
    top: -20px;
    opacity: 0;
    visibility: hidden;
}
.vc_menu .vc_primary-menu  ul  li  ul  li:hover  div, .vc_menu .vc_primary-menu  ul  li  ul li.dropdown li.dropdown:hover  div{
    opacity: 1;
    visibility: visible;
}



.vc_menu .vc_primary-menu > ul > li.full-width{
    position:static !important; 
}
.vc_menu .vc_primary-menu > ul > li div.full-width{
    width:1130px;
}
.vc_menu .vc_primary-menu > ul > li div.short-width{
    width:320px;
}
.vc_menu .vc_primary-menu > ul > li div.medium-width{
    width:480px;
}
.vc_menu .vc_primary-menu > ul > li div.long-width{
    width:720px;
}

.vc_menu .vc_primary-menu > ul > li div.vc_mega-menu .child-menu{
    position:relative;
    padding:0;
}
.vc_menu .vc_primary-menu > ul > li div.vc_mega-menu .row-fluid{
    margin-bottom:10px;
}

div.vc_mega-menu h1, div.vc_mega-menu h2, div.vc_mega-menu h3, div.vc_mega-menu h4, div.vc_mega-menu h5, div.vc_mega-menu h6, div.vc_mega-menu {
    color:#EEE;
}
div.vc_mega-menu .vc_paper h1, div.vc_mega-menu .vc_paper h2, div.vc_mega-menu .vc_paper h3, div.vc_mega-menu .vc_paper h4, div.vc_mega-menu .vc_paper h5, div.vc_mega-menu .vc_paper h6{
    color:#5C6161;
}

.vc_menu .vc_primary-menu > ul > li div.vc_mega-menu .child-menu .row{
    margin-left:0;
}
.vc_menu .vc_primary-menu > ul > li div.vc_mega-menu .large{
    font-size:14px;
}
.vc_menu .vc_primary-menu > ul > li div.vc_mega-menu .large i{
    font-size:42px;
}
.vc_menu .vc_primary-menu > ul > li div.vc_mega-menu .medium i{
    font-size:36px;
}
.vc_menu .vc_primary-menu > ul > li div.vc_mega-menu .small i{
    font-size:55px;
}
.vc_menu .vc_primary-menu > ul > li div.vc_mega-menu .vc_btn{
    border:1px solid #EEE;
    width:auto;
    background: rgba(0,0,0,.4);	
}
.vc_menu .vc_primary-menu > ul > li div.vc_mega-menu .vc_icon-round  i{
    font-size:60px;
}
.vc_menu .vc_primary-menu > ul > li div.vc_mega-menu .vc_icon-round.small  i{
    font-size:42px;
}

.vc_menu .vc_primary-menu > ul > li div.vc_mega-menu .vc_btn:hover{
    background: none;
}
.vc_menu .vc_primary-menu > ul > li:hover > a > i.mega-menu-drop-down{
    transform: none;
    -ms-transform: none; /* IE 9 */
    -webkit-transform: none; /* Safari and Chrome */
    -o-transform: none;
    bottom: 5px;
}
.vc_menu .vc_primary-menu > ul > li .mega-menu-drop-down{
    left:auto; right:20px; font-size:18px; color:#EEE; bottom:5px;
}
.vc_menu .vc_primary-menu > ul > li div.vc_mega-menu  ul.vc_li li{
    background: url("../img/list-white.gif") 0 10px no-repeat;
    float:none;
    margin-bottom:0;
}
.vc_menu .vc_primary-menu > ul > li div.vc_mega-menu  ul.vc_li li a:hover{
    text-decoration:underline;
}

/* Primary Menu Responsive Button */
.navbar-inverse{
    margin-bottom: 0;
}
.navbar-inverse .btn-navbar{
    background: #2CABE0;
    float: left;
    margin-top: 25px;
    margin-left: 15px;
}


/* Search Menu */
.vc_menu-search-wrapper {
    position: absolute;
    right: 15px;
    top: 16px;
    z-index: 6;
    width: 245px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #2CA9DF;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
}
.vc_menu-search-wrapper:hover {
    width: 245px;
}
.vc_menu-search-wrapper .vc_menu-search {
    width: 245px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
}
.vc_menu-search .vc_menu-search-text {
    float: left;
    width: 170px;
    border: none;
    background: rgba(255,255,255,.2);
    color: #FFF;
    padding: 5px 12px;
    margin: 4px 4px 0 6px;
    outline: none;
    font-size: 12px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-top: 1px solid #2196c8;
    border-right: 1px solid #2196c8;
}
.vc_menu-search .vt-menu-search-text:focus {
    outline: none;
}
.vc_menu-search .vc_menu-search-text::-webkit-input-placeholder {
    color: #FFF;
}
.vc_menu-search .vc_menu-search-text::-moz-placeholder {
    color: #FFF;
}
.vc_menu-search .vc_menu-search-text:-ms-input-placeholder {
    color: #FFF;
}
.vc_menu-search .vc_menu-search-text:-moz-placeholder {
    color: #FFF;
}
.vc_menu-search .vc_menu-search-submit {
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    background: url('../img/menu-search-magnifier.png') center center no-repeat;
}


/* Secondary Menu  */
.vc_secondary-menu{
    width: 100%;
    height: 40px;
}
.vc_contact-top{
    margin-right: 0px;
}
.vc_contact-top h5{
    margin-top: 7px;
    padding: 3px 0px;
    color: #333;
    word-spacing: 2px;
}
.vc_contact-top h5 span{
    margin-right: 20px;
}
.vc_contact-top i{
    color: #2CA9DF;
    margin-right: 2px;
}
.vc_contact-top a{
    color: #000;
}


/* Sticky Menu Header */
body.sticky-menu-active header {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    filter: none;
    position: fixed;
    width: 100%;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    top: 0px;
}
body.sticky-menu-active header .logo{
    height: 80px;
}
body.sticky-menu-active header .logo img{
 /*   margin-top: 5px;*/
}
body.sticky-menu-active header .vc_secondary-menu, body.sticky-menu-active header .vc_sub-menu-bg{
    display: none;
}



/*-------------------------------
        5. Footer
------------------------------*/

/* Footer Menu */
footer h4{
    margin-bottom: 20px;
}
.vc_address{
    color: #111;
    font-size:12px;
}
.vc_address i{
    margin-right: 10px;
    font-size: 18px;
    color: #38A5DD;
}
.vc_address td.icon{
    text-align: center;
    vertical-align: top;
}
.vc_footer-line{
    background: #292929;
    height: 6px;
    margin: 20px -10px;
}

/* Bottom */
.vc_bottom .vc_footer-line{
    margin-bottom: 0;
}
.vc_bottom .bg{
    background: url("../img/stripe.gif");
    margin: 0 -10px;
}
.vc_bottom .copyright, .vc_bottom .menu{
    padding: 10px 0;
    margin: 20px 20px 10px;
}
.vc_bottom .menu{
    margin-top: 15px;
}
.vc_bottom .menu a{
    margin-right: 20px;
    list-style-type: none;
}
.vc_bottom .menu a:last-child{
    margin-right: 0;
}



/*-------------------------------
        6. Specific Page Class
------------------------------*/

/**	 HOMEPAGE  **/


/* Welcome Block */
.vc_welcome .description{
    padding-top: 20px;
    margin-left: 20px;
}
.vc_welcome .vc_button{
    height: 192px;
    margin-left: 58px;
}
.vc_welcome .vc_button a{
    margin: 40% auto;
}
.vc_welcome .border {
    height: 192px;
    width: 15px;
    background: url('../img/stripe-2.gif');
    float: right;
}
.vc_welcome .description  .subtitle {
    font-weight: bold;
    font-size: 22px;
    /*margin: 15px 0 10px;*/
    letter-spacing: -1px;
padding: 8px 20px;
    background: #2e3586;
}
.vc_welcome .description .text{
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -.2px;
}


/* Features Block */
.vc_features{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    background: url('../img/blockquote-bg.gif');
}
.vc_features .wrapper{
    background: #f0f0f0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding-bottom: 40px;
}
.vc_features h2{
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
.vc_features h4{
    margin-top: 20px;
    margin-bottom: 10px;
}
.vc_features .vc_icon-round{
    margin: 0 auto;
}
.vc_features .vc_icon-round .bg{
    background: #FFF;
}
.vc_features .vc_icon-round i{
    color: #303030;
}
.vc_features .span4{
    text-align: center;
}
.vc_features p{
    font-size: 13.8px;
    color: #666;
}


/* Client Block */
.vc_client h4,  .vc_client .subtitle{
    text-align: center;
}
.vc_client h4{
    color: #8f8f8f;
    margin-bottom: 0;
    line-height: 18px;
}
.vc_client .subtitle{
    font-style: italic;
    color: #b5b5b5;
    text-transform: lowercase;
}


/* Banner Block */
.vc_banner.vc_light-theme{
    background:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.vc_banner.vc_light-theme .vc_metro-wrapper .vc_metro-slider-outer .track{
    background-color:#333;

}
.vc_banner.vc_light-theme .vc_metro-wrapper .vc_metro-slider-outer .thumb{

}
.vc_banner.vc_light-theme .vc_metro-wrapper .vc_metro-slider-outer .btn-slide{

}
.vc_banner,.vc_banner-title{
    margin-top: 0px;
    /*	background: url("../img/metro-img/bg.jpg") repeat scroll 0 0 transparent;*/
    padding-top: 5px;
    padding-bottom: 20px;
    -webkit-box-shadow: inset 0px 0px 50px 30px rgba(0, 0, 0, .3);
    box-shadow: inset 0px 0px 50px 30px rgba(0, 0, 0, .3);
    background-position: center;
}
.vc_banner-title{
    border-top:4px solid #ccc;
    border-bottom:4px solid #ccc;
}
.vc_banner-title h1{
    color: #000; margin-bottom: 10px; margin-top: 46px; text-shadow: -3px -3px 1px #FFF;

}


/* Revolution Slider Class */
.revolution_slider .container{
    position:relative;
}
.revolution_slider .container .banner{
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}


/* Simple Slide Class */
.simple_slide {
    position:relative;
}
.simple_slide  .banner{
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.simple_slide  #carousel div {
    height: 500px;
    float: left;
}
.simple_slide  #carousel img {
    min-width: 100%;
    min-height: 100%;
}
.simple_slide  #title {
    text-align: center;
    width: 100%;
    margin-top: -10px;
    position: absolute;
    top: 45%;
}
.simple_slide  #title h3 {
    text-shadow: 
        0 3px 3px rgba( 0, 0, 0, 0.3 ),
        0 -3px 3px rgba( 0, 0, 0, 0.3 ),
        3px 0 3px rgba( 0, 0, 0, 0.3 ),
        -3px 0 3px rgba( 0, 0, 0, 0.3 );

    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    margin: 0;
}
.simple_slide  #title a {
    color: #fff;
}
.simple_slide  #title a:hover {
    background: rgba( 0, 0, 0, 0.5 );
    padding: 5px;
}
.simple_slide  #pager {
    border-radius: 10px;
    background: #fff;
    text-align: center;
    width: 120px;
    height: 40px;
    margin: 0 0 0 -60px;
    position: absolute;
    bottom: -18px;
    left: 50%;
}
.simple_slide  #pager a.selected span {
    background: #666;
}
.simple_slide  #pager a {
    display: inline-block;
    padding: 3px 5px 5px;
}
.simple_slide  #pager span {
    border-radius: 10px;
    background: #ccc;
    text-indent: -100px;
    line-height: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
}



/**	 ABOUT US  **/
.vc_vision .subtitle{
    font-size:32px; padding-bottom:10px; margin-top:20px; letter-spacing:-.3px;
}

.vc_history p{
    font-size: 14px; line-height:32px;
}
.vc_history h3{
    border-left:6px solid #38A5DD; padding-left: 20px;	
}

/* Meet Our Team Block */

#vc_our-team-widget .blog-left{
    width:196px;
    text-align: center;
}
#vc_our-team-widget .blog-right{
    margin-left:226px;
}
#vc_our-team-widget .blog-left img{
    width:184px;
    height:184px;
    border:6px solid #EEE;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;	
}
#vc_our-team-widget h4{
    float:left;
    font-size: 30px;
}
#vc_our-team-widget .position{
    float: left;
    font-family: 'open_sansregular',arial;
    font-size: 12px;
    margin: 0 15px 0;
    padding: 0 5px;
    line-height: 17px;
}
#vc_our-team-widget .vc_icon-round, #vc_our-team-widget .vc_icon-round .bg{
    background:none;
}
#vc_our-team-widget .vc_social-share{
    background:#EEE;
    margin-right:0;
    display: inline-block;
    margin-top:-15px;
}
#vc_our-team-widget .vc_social-share a{
    border-bottom:none;
    border-left-color: #FFF;
    width:30px;
    height:30px;
}
#vc_our-team-widget .information{
    margin-top:30px;
}


#vc_our-team-widget .vc_address{
    margin-top:5px;
    border-bottom:1px dotted #CCC;
}
#vc_our-team-widget .vc_address i{
    font-size:14px;
}
#vc_our-expertise-widget h5{
    font-family: 'open_sansregular',arial;
    font-size:14px;
}

.vc_our-expertise{
    padding:25px; background:#F5F5F5; border:1px solid #F5F5F5;
}

.vc_testimonial .testimonial-box{
    background: url("../img/quote-big.png") no-repeat scroll 35px 25px #2CA9DF;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.testimonial-box blockquote{
    background: url('../img/quote-small.png') no-repeat right bottom;
    margin: 30px 35px 30px 65px;
    padding-right: 20px;
    color:#FFF;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}
.vc_testimonial .caret-wrapper{
    margin-top: -17px;
    padding-right: 50px;
    text-align: right;
}
.vc_testimonial .icon-caret-down{
    font-size: 42px;
    color:#2CA9DF;
}
.vc_testimonial .vc_blog-list .blog-row .blog-left{
    width:266px;
    text-align: right;  
    background:url('../img/blockquote-bg.gif');
}
.vc_testimonial .vc_blog-list .blog-row .blog-right{
    margin-left:266px;
    width:80px;
}
.vc_testimonial .vc_blog-list .blog-row .blog-left .wrapper{
    margin:40px 20px 12px 0;
}
.vc_testimonial .vc_blog-list .blog-row .blog-left h4{
    margin-bottom:5px; 
}
.vc_testimonial .vc_blog-list .blog-row .blog-left .position{
    font-size: 12px; color:EEE; margin-right: 0; line-height: 17px; padding-right:5px; 	
}
.vc_testimonial .vc_blog-list .blog-row .blog-right img{
    border: 5px solid #CCC;	
}

#vc_testimonial-pager{
    margin-top:0; margin-bottom: 10px;
}

.vc_single-project .form-horizontal .control-label{
    padding-top:0;
    text-align:left;
    font-weight:bold;
    width:120px;
}
.vc_single-project .form-horizontal .controls{
    margin-left:120px;
}

.vc_team-members .worker{
    margin-bottom:10px;
}
.vc_team-members .worker img{
    border:3px solid #EEE;
    margin-bottom:15px;
    width:70px;
}
.vc_team-members .worker .job{
    font-size:12px;
}

.vc_team-members h4.name{
    margin-bottom:3px;
    font-family:"open_sansregular",arial;
    font-size:16px;
    font-weight:bold;
}
.vc_team-members .btn-small{
    padding:10px 20px;
    border-radius:20px;
}

.vc_error-page{
    padding-top:30px;	
}
.vc_error-page .info{
    font-size:42px; margin-bottom:15px; line-height:42px;
}
.vc_error-page h1{
    font-size:180px;
    line-height:180px;
    margin-bottom:15px;
}
.vc_error-page .vc_btn{
    padding-top:11px;
    padding-bottom:12px; 
    margin-bottom:10px; 
    border:1px solid #EEEEEE; 
    margin-left:-4px;	
}


/*Service Page */

.vc_service-banner{
    background:url(../img/service-banner-bg.jpg) left bottom no-repeat;
    padding:0 50px 50px;
    margin:0 -50px;
}
.vc_service-banner h2{
    font-family:'open_sansregular', arial;	
    text-align:center;
    font-size:30px;
    color:#BBB;
}
.vc_service-banner ul{
    list-style-type:none;
    font-size:18px;
    margin-bottom:30px;
}
.vc_service-banner ul li{
    margin:20px 0px;
}
.vc_service-banner ul li i{
    margin-right:10px;
}
.vc_service-banner .vc_btn{
    margin-left:25px;
    padding:15px 20px;
}
.vc_services{
    text-align:center;
    border-width:1px;
    border-style:solid;
    padding:30px;
    border-bottom-width:3px;
    position:relative;
}
.vc_services-features ul li{
    margin:30px 0px;
    list-style-type:none;
    font-size:18px;		
}
.vc_services-features ul li i{
    margin-right:10px;
}
.vc_services .icon{
    padding-bottom:15px;	
    font-size:60px;	
}
.vc_services .vc_btn{
    padding:15px 20px;	
}




.vc_promo{
    background:url('../img/blockquote-bg.gif');
}
.vc_promo .description{
    padding: 35px 30px 15px;
}
.vc_promo .description  .subtitle {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom:8px;
}
.vc_promo .description .text{
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -.2px;
}
.vc_promo .vc_btn{
    margin:32px auto 0;	
}

.vc_career .accordion-heading span.subtitle{
    font-family:'open_sansregular',arial; 
    margin-left:32px; 
    font-size:12px; 
    margin-right:20px;
}
.vc_share-post{
    padding:10px;
    height:35px;
}
.vc_share-post .vc_social-share a{
    border:2px solid #CCC;
    width:30px;
    height:30px;
    margin-right:5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;	
    filter: alpha(opacity=100);	/* internet explorer */
    -khtml-opacity: 1;			/* khtml,old safari */
    -moz-opacity: 1;			/* mozilla, netscape */
    opacity: 1;					/* fix,safari,opera */	
}
.vc_share-post .vc_social-share a:hover{
    filter: alpha(opacity=80);	/* internet explorer */
    -khtml-opacity: 0.8;			/* khtml,old safari */
    -moz-opacity: 0.8;			/* mozilla, netscape */
    opacity: 0.8;					/* fix,safari,opera */	
}
.vc_share-post .text{
    float:left;  margin-right:20px; padding-top:5px; 
}
.vc_share-post .text i{
    margin-right:5px;
}
.single-blog .header{
    margin-bottom:20px;
}
.single-blog .header .info{
    margin-right:30px;
}
.single-blog .header .info i{
    margin-right:5px;
    color:#333;
}
.single-blog .vc_blog-list .title h3{
    font-size:36px;
    padding-bottom:10px;
    padding-top:5px;
}
.single-blog .vc_blog-list .blog-row{
    margin-bottom:20px;
}
.vc_map{
    /*	margin-top:-40px;*/ border-bottom:4px solid #CCCCCC;
}
.vc_map .map{
    height:400px; margin-right:15px;
}
.vc_map .map img{
    max-width:none;
}
body.boxed .vc_map .map{
    margin-right:0;
}
.contact-info{
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}
.contact-info:first-child{
    margin-top:0;
}
.contact-info i{margin-right:10px;}
.contact-info h4{

    /*	border-bottom:1px solid #CCC;
            padding:10px 20px;*/
    color:#FFF;
    margin-bottom:0;
}
.contact-info .content{
    background:#F5F5F5;
    padding:10px 20px;
    font-weight:bold;
}

/*Features-Icons.HTML Page*/
.the-icons i{margin-right:10px;}

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: #2e3586;
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 7px;
  color: #fff;
  font-size: 18px;
}
.box-cookies .msg-cookies a{
  color: #4a78cb;
 font-size: 22px;
}


.box-cookies .btn-cookies {
  background: #ff8c21;
  cursor: pointer;
  align-self: normal;
  padding: 0 20px;
}

#wbot-chat-container #wbot-open-chat{
    bottom: 110px !important;
}


@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}