@charset "utf-8";

/*--------------------------------------------------
----------------------- Base styles ----------------
---------------------------------------------------*/


.clear {
    clear: both;
}
ul, li, nav {
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    list-style: none;
}

.resp-tabs-container h1 {
    font-size: 26px;
    color: #999;
    text-transform: inherit;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.resp-tabs-container h1:not(.h-bloc) {
    background: none;
}

a {
    text-decoration: none !important;
}


/*--------------------------------------------------
---------------------- resp-tabs -------------------
---------------------------------------------------*/

.icon_menu {
    font-size: 22px;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    width: 42px !important;
    height: 42px !important;
    text-align: center;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 43px;
}

#verticalTab {
    z-index: 1;
    height: 100%;
    background: #fff;
}
l.resp-tabs-list, p {
    margin: 0;
    padding: 0;
}
.resp-tabs-list li {
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}
.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left;
}
h2.resp-accordion {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 0.32em 0em 0.32em 0.70em;
    margin: 0;
    list-style: none;
    cursor: pointer;
    background: #303030; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 0px;
    cursor: pointer;
    padding: 5px;
    display: none;
}
.resp-tab-content {
    display: none;
}
.resp-tab-active {
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}
.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
    border: 1px solid #ccc;
}
h2.resp-accordion {
    font-size: 17px;
    margin: 0;
    padding: 10px 15px;
}
h2.resp-tab-active {
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #ccc !important;
    background: blue;
}
/*-----------------------------------*/
/*-----------Vertical tabs-----------*/
/*-----------------------------------*/

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 9%;
    margin-bottom: 10px;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 17px !important;
    margin: 0;
    cursor: pointer;
    float: left;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.resp-vtabs .resp-tabs-list li:first-child {
    border-top: none;
}
.resp-vtabs .resp-tabs-list li:last-child {
    border-bottom: none;
}

.resp-vtabs .resp-tabs-container {	
    padding: 0;
    background-color: #f4f4f4;
    float: left;
    width: 88%;
    height: 580px;
    clear: none;
    margin-left: 13px;
}
.resp-vtabs .resp-tab-content {
    border: none;
}
.resp-vtabs li.resp-tab-active {
    border-right: none;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 17px !important;
    background: #fff;
}
.resp-tabs-list li:hover {
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
    background: #fff;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}
/*-----------------------------------*/
/*---------Accordion styles----------*/
/*-----------------------------------*/

.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
    width: 100%;
    margin: 0;
}
.resp-tab-content-active {
    display: block;
}
h2.resp-accordion:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 800px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
        padding: 15px;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    .scrollbar {
        height: 100% !important;
        overflow-y: hidden !important;
    }
    .contact-form .main-heading {
        margin-top: 45px;
    }

    .tiltle_contacts {
        margin-bottom: 0 !important;
    }
    .wrapper {
        position: relative !important;
        margin: 15px auto !important;
    }

    .flexy_content {
        clear: both;
    }
    .resp-vtabs .resp-tabs-container {
        margin-left: 0 !important;
    }
    ul.about li span.value {
        margin-right: 30px;
    }
    .tite-list-resp{
        position: relative;
        top: -3px;
        left: 10px;
    }
    .widget-profil #profile_desc{
        border-top: 0 !important;
        border-bottom: 0 !important;
    }

}
.tite-list {
    padding-left: 5px !important;
    font-size: 13px;
    position: relative;
    top: -6px;
    display:none;
}

.icon-list {
    font-size: 40px !important;
    left: 15px !important;
    text-align: center !important;
    position: relative;
    top: 2px;
}

.active-hi-icon {
    background: #04B2E8 !important;
    border: 1px solid #04B2E8 !important;
}

.resp-tabs-list li:hover .hi-icon, .no-touch .hi-icon-effect-5 .hi-icon:hover {
    background: #04B2E8;
    border: 1px solid #04B2E8 !important;
}
h2.resp-accordion:hover .hi-icon, .no-touch .hi-icon-effect-5 .hi-icon:hover {
    background: #04B2E8;
}
h2.resp-accordion:hover {
    background: #282828;
}


.title_content {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
}

.title_content:after {
    height: 1px;
    display: block;
    left: 0;
    content: " ";
    position: relative;
    width: 30px;
    top: 1px;
}

.text_content {
    display: inline-block;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    padding-top: 2px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {

 
    .widget-profil,
    .flexy_content {
        margin-left: 10px;
        margin-right: 10px;
    }
	.resp-vtabs .resp-tab-content {
    height:auto;
}

}
/*--------------------------------------------------
------------------- porfil-widget --------------------
---------------------------------------------------*/
.resp-vtabs .resp-tab-content {
    height: 580px;
}
.widget-profil{
    height: 580px;   
    float: right;
	padding:20px 10px !important;
}
.widget-profil .circle {
    display: block;
    width: 150px;
    height: 150px;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
}

.widget-profil .circle-img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
   /* background-image: url('../images/anderson.jpg');*/
    margin-top: 25px;
    margin-bottom: 7px;
}

.widget-profil  h1 {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    font-weight: 400;

}

.widget-profil  h4 {
    text-align: center;
    font-size: 15px;
    margin-top: 0px;  

}
.widget-profil  h6 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;

}

.widget-profil  p {
    border-left: 0px;
}

.widget-profil #profile_desc
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.widget-profil #profile_info
{
    padding-bottom: 15px;
}

.widget-profil #profile_social
{
    padding-top: 15px;
}

#profile_social a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0px 0px 0px 5px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    font-size: 24px;
    float: left;
    display: block;
    color : #fff;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#profile_social a:hover{
    background-color: #fff;
}
.widget-profil .image-holder{
    position: relative;
    margin: 15px auto;
    width: 150px;
    height: 150px;
}

.widget-profil .head-image{
   /* position: absolute;
    top: 0;
    left: 0;*/
    width: 150px;
    height: 150px;
}

.widget-profil  .head-image{
    z-index: 0;
}
.widget-profil  .front{
    z-index: 1;
}

@media only screen and (min-width: 1200px) {

    .widget-profil #profile_social a{ 
        width: 45px;	
        height: 45px;	
        line-height: 45px;	
        font-size: 24px;	
    }
    .widget-profil h1 {
        font-size: 25px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 1199px) {

    .widget-profil #profile_social a { 
        width: 34px;	
        height: 34px;	
        line-height: 34px;	
        font-size: 20px;	
    }

    .widget-profil h1 {
        font-size: 24px;
        line-height: 50px;
    }

}

@media only screen and (max-width: 260px) {
    .widget-profil h1 {
        font-size: 25px !important;
        line-height: 39px !important;
    }

    .widget-profil h4 {
        font-size: 13px !important;
    }

    .widget-profil{ 	
        height:auto !important;
        margin-bottom: 20px;
        float: none;
    }
    #profile_social {
        display: none;
    }
    #profile_desc {
        display:none;
    }
}

@media only screen  and (max-width: 766px) {
    .widget-profil{ 	
        height:auto !important;
        margin-bottom: 20px;
        float: none;
    }
    #profile_social {
        display: none;
    }
    #profile_desc {
        display:none;
    }

    .widget-profil h1 {
        font-size: 22px !important;
        line-height: 39px !important;
    }

    .widget-profil h4 {
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 766px) {
    .widget-profil {
        height:auto !important;
        margin-bottom: 20px;
        float: none;
    }
}

@media only screen and (min-width : 766px) and (max-width: 800px) {
    .widget-profil{ 	
        height:auto !important;
        margin-bottom: 20px;
        float: none;
    }
    #profile_social {
        display: none;
    }
}

@media only screen and (min-width : 550px) and (max-width : 991px) {
    #profile .cycle-slideshow {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width : 800px) and (max-width : 991px) {

    .widget-profil{ 	
        height:auto !important;	
        margin-bottom: 20px;
        float: none;
    }

    #profile_social {
        display: none;
    }
    #profile_desc {
        border-bottom: 0 !important;
    }
}
/* ========================================================================================= */
/* ==================================== DarkBlue #3B5998 =================================== */
/* ========================================================================================= */

.btn-primary {
    background: #3B5998;
}
.btn-primary:hover {
    background: #3B5998;
}
a {
    color: #3B5998;
}
.icon_menu {
    background: #fff !important;
    color: #3B5998;
}
.icon_menu_active, .icon_menu_hover {
    background: #3B5998 !important;
    color: #fff !important;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.mCSB_dragger_bar {
    background: #3B5998 !important;
}
#style-2::-webkit-scrollbar-thumb {
    background-color:#3B5998;
}
.span-info {
    color: #3B5998;
}
#contactform .submit:hover, #comment_form .submit:hover {
    webkit-filter: brightness(98%) !important;
}
#profile .col-md-5 h2, #profile .col-md-5 h4, #resume .col-md-6 p, #resume .col-md-6 span.duration {
    color: #3B5998;
}
#resume .resume-left ul li h5 {
    border-bottom: 1px solid #3B5998;
}
.attributes span.glyphicon, .attributes h6 {
    color: #3B5998;
}
.blog-article a.read_m:hover {
    border: 1px solid #3B5998;
    background-color: #3B5998;
}
.border-list {
    border: 1px solid #3B5998;
}
.content-post h1 {
    color: #3B5998;
}
a.readmore:hover, a.readmore:focus, a.readmore:active {
    border: 1px solid #3B5998;
    background-color: #3B5998;
}
.border-list {
    border: 1px solid #3B5998;
}
.content-post h1 {
    color: #3B5998;
}
a.readmore:hover, a.readmore:focus, a.readmore:active {
    border: 1px solid #3B5998;
    background-color: #3B5998;
}
.ch-info-prof {
    background: rgba(76, 173, 252, 0.6);
}

.resp-tabs-container h1 {
    color: #3B5998 !important;
    background: url(../../images/arrows-h3/arrow-DarkBlue-h3.png) no-repeat 0px 3px;
}

@media screen and (max-width:540px) {
    .content-inner {
        border-top: 5px solid #3B5998;
    }
}
#contactform .submit, #comment_form .submit {
    background-color: #3B5998;
}
#profile .about i.glyphicon, #profile .about label {
    color: #3B5998;
}
#section-title, #categories_sidebar ul.categories li a:hover {
    background: #3B5998;
}
#tags .tags_sidebar .tags-list li {
    border: 1px solid #3B5998;
    color: #3B5998;
}
#tags .tags_sidebar .tags-list li a {
    color: #3B5998;
}
#tags .tags_sidebar .tags-list li:hover {
    background: #3B5998;
}
h2.resp-accordion:hover .hi-icon, .no-touch .hi-icon-effect-5 .hi-icon:hover {
    border: 1px solid #3B5998 !important;
}
@media only screen and (max-width: 800px) {
    .icon_menu_active, .icon_menu_hover {
        background: #fff !important;
        color: #3B5998 !important;
        transition-property: background-color;
        transition-duration: 0.3s;
        transition-timing-function: linear;
    }
    h2.resp-accordion {
        background: #3B5998 !important;
    }
    h2.resp-accordion:hover {
        background: rgba(59, 89, 152, 0.8) !important;
    }
    h2.resp-tab-active {
        background: rgba(59, 89, 152, 0.8) !important;
    }
}
.title_content:after, .icon_content {
    background: #3B5998;
}
.text_content {
    color: #3B5998;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #3B5998;
}
.nbs-flexisel-inner {
    border: 5px solid #3B5998;
}
.modal-header {
    background: #3B5998;
}
.skillbar-title, .skillbar-bar {
    background: rgba(59, 89, 152, 0.8);
}
.portfolio .label-bg, #filters li span.active {
    background: #3B5998;
}
.portfolio .label-bg, #filters li span:hover  {
    background: #3B5998;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.widget-profil{
    background: #3B5998;   
}
.widget-profil .head-image{
    border: 10px solid #4c70ba;
}
.widget-profil .circle-img {
    border: 10px solid #4c70ba;
}
.widget-profil  h1 {
    color:#839ccf;
}
.widget-profil  h4 {
    color:#839ccf; 
}
.widget-profil  h6 {
    color:#839ccf; 
}
.widget-profil  p {
    color:#839ccf !important;
}
.widget-profil #profile_desc {
    border-bottom: 1px solid #839ccf;
    border-top: 1px solid #839ccf;
}
.resp-tabs-list li {
    background: #3B5998;
    color: #fff;
}
@media only screen and (max-width : 991px){
                .resp-vtabs .resp-tabs-container {
                    margin-left: 13px;
                }
            }
			
			@media only screen and (min-width : 800px) and (max-width : 991px){
                .resp-vtabs .resp-tabs-container {
                    margin-left: 13px;
					width:89%;
                }
            }		
.content_2{padding:10px 20px;}			
.arrow-tabs {
    float: right;
    margin-top: 13px;
    font-size: 12px !important;
}
.user_name,.user_tel{text-align: center;
    font-size: 24px;
    color: #ffffff;
    padding: 5px 10px;
}
.user_tel a{color: #ffffff;}
.user_tel{border-top:1px solid #cccccc; padding: 15px 10px; margin-bottom:-20px;}
.user_intro{text-align:center;
font-size:17px;
color:#eeeeee;
padding:15px 10px;
border-bottom:1px solid #cccccc;
border-top:1px solid #cccccc;
margin:20px 0;}
.user_social{text-align:center; padding:5px 10px}
.user_social a img{height:40px;}