﻿*, *:before, *:after
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body
{
    height: 100%;
}
body
{
    font-size: 14px;
}
a, img
{
    border: none;
    outline: none;
    text-decoration: none;
}
img
{
    max-width: 100%;
}
ul li, ol li
{
    list-style-position: inside;
}
a
{
    color: #50b74e;
}
input, select, textarea, button
{
    transition: all .5s!important;
    -moz-transition: all .5s!important;
    -webkit-transition: all .5s!important;
}
.flo-wid
{
    width: 100%;
    float: left;
}
html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.fadeInRight, .fadeInLeft, #footer
{
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
}
button:hover
{
    opacity: .8;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
}
.fadeInRight, .fadeInLeft, #footer
{
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
}
.custom-section-container
{
    overflow: hidden;
}
#loader
{
    position: fixed;
    z-index: 10;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #fff;
}
#loader
{
    display: none!important;
}
#loader #loading-logo
{
    background-image: url("../image/logo-fixed-menu.png");
    background-size: 150px;
    width: 150px;
    height: 33px;
}
#loading-logo
{
    position: relative;
    top: 50%;
    margin: 0 auto;
}
#loader
{
    text-align: center;
}
a, a:hover
{
    text-decoration: none;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
}
button:focus
{
    outline: 0;
}
.with-separation-top, .with-separation-bottom
{
    position: relative;
}
.with-separation-bottom:after
{
    content: "";
    background-image: url("../image/breaker.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 90px;
}
.with-separation-top:before
{
    content: "";
    background-image: url("../image/breaker-bottom.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -40px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 90px;
}
::selection
{
    color: #fff;
}
::-moz-selection
{
    color: #fff;
}
#scroll-top:hover
{
    color: rgba(50,50,50,1);
    background: rgba(255,255,255,1);
}
#loader
{
    position: fixed;
    z-index: 10;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #fff;
}
#loading-logo
{
    position: relative;
    top: 50%;
    margin: 0 auto;
}
body.boxed #page
{
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.3);
    position: relative;
    background: #fff;
}
body.boxed #page #navigation
{
    width: 95%;
}
#header, #header a
{
    color: #fff;
}
#header
{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    font-size: 1em;
}
#header-canvas
{
    position: relative;
    z-index: 3;
}
#header-slider
{
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
#header-slider img
{
    width: 100%;
}
#sliderPrev, #sliderNext
{
    font-size: 2em;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 4;
    opacity: .4;
}
#sliderPrev:hover, #sliderNext:hover
{
    opacity: 1;
}
#sliderPrev
{
    left: 50px;
}
#sliderNext
{
    right: 50px;
}
#header
{
    max-height: 250px;
}
#header.big
{
    min-height: 100vh;
}
#header-video
{
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
#header-video video
{
    width: 100%!important;
}
#top-navigation ul
{
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 11;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
#top-navigation ul li
{
    list-style-type: none;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-size: .9em;
    margin: 0;
    border-left: 1px solid rgba(255,255,255,.2);
    opacity: .7;
    position: relative;
}
#top-navigation ul li:first-child
{
    border-left: none;
}
#top-navigation ul li:hover
{
    opacity: 1;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
}
#top-navigation ul li i
{
    padding: 0 8px 0 8px;
}
#top-navigation ul li.menu-item-has-children ul
{
    display: none;
}
#top-navigation ul.sub-menu
{
    position: absolute;
    right: -15px;
    border-bottom: 0;
    width: 120px;
    top: 30px;
}
#top-navigation ul.sub-menu.open
{
    display: block;
}
#top-navigation ul.sub-menu li
{
    font-weight: normal;
    line-height: 20px;
    opacity: 1;
}
#top-navigation span.navigation-social
{
    padding-right: 6px;
}
#header #search-container
{
    display: none;
}
#header #search-container.clicked
{
    display: inline-block;
}
#header #search-toggle
{
    display: inline-block;
}
#header #search-toggle i:before
{
    content: "";
}
#header #search-toggle.clicked i:before
{
    content: "";
}
#header #search-container input, #header #search-container button
{
    background: transparent;
    border: 0;
    padding: 0;
}
#header #search-container button:hover
{
    opacity: .6;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
}
#navigation
{
    position: fixed;
    z-index: 4;
    top: 55px;
    width: 100%;
}
#left-navigation
{
    text-align: right;
    padding-left: 0;
    position: relative;
    display: block;
    width: 38%;
    float: left;
}
#right-navigation
{
    text-align: left;
    padding-left: 0;
    position: relative;
    display: block;
    width: 38%;
    float: left;
}
#navigation ul li
{
    display: inline-block;
    list-style-type: none;
    margin: 0 20px;
    padding: 10px 0 16px 0;
    text-align: center;
    position: relative;
    text-shadow: 0 0 10px rgba(0,0,0,.2);
}
#navigation ul li.current-menu-item, #navigation ul li:hover
{
    border-bottom: 1px solid rgba(255,255,255,.8);
}
#navigation ul li a i.fa
{
    padding-right: 6px;
}
#navigation ul li a:after
{
    opacity: .7;
    content: attr(data-description);
    font-size: 12px;
    display: block;
    line-height: 0;
    margin: 10px 0 -3px;
    text-align: center;
    text-transform: none;
}
#navigation ul li a:hover, #navigation ul li a:hover:after
{
    opacity: .4;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
}
#navigation ul.sub-menu .menu-item-has-children
{
    position: relative;
}
#navigation ul.sub-menu
{
    display: none;
    position: absolute;
    top: 50px;
    width: 160px;
    padding-left: 0;
    z-index: 4;
}
#navigation ul.sub-menu.open
{
    display: block;
}
#navigation ul.sub-menu li, #top-navigation ul.sub-menu li
{
    position: relative;
    text-shadow: none;
    margin: 0;
    height: auto;
    text-align: left;
    float: none;
    width: 100%;
    display: block;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid;
}
#navigation ul.sub-menu li:last-child, #navigation ul.sub-menu li:last-child:hover, #top-navigation ul.sub-menu li:last-child, #top-navigation ul.sub-menu li:last-child:hover
{
    border-bottom: 0;
}
#navigation ul.sub-menu li a, #top-navigation ul.sub-menu li a
{
    text-transform: inherit;
    font-size: .8em;
    width: 100%;
    line-height: 1.1em;
    display: block;
    margin: 0;
    padding: 12px 10px 10px 10px;
}
#navigation ul.sub-menu li a:hover, #top-navigation ul.sub-menu li a:hover
{
    opacity: 1;
}
#navigation ul.sub-menu li:hover, #top-navigation ul.sub-menu li:hover
{
    border-bottom: 1px solid;
}
#navigation ul.sub-menu li:hover:after
{
    border: 0;
    border-color: transparent;
}
#navigation.navigation-fixed
{
    background: #fff;
    z-index: 6;
    top: 0;
    height: 56px;
}
#navigation.navigation-fixed:before
{
    content: "";
    background-image: url("../image/breaker-bottom.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 50px;
    z-index: 0;
    width: 100%;
    height: 35px;
}
#navigation.navigation-fixed #logo-navigation span
{
    display: none;
}
#navigation.navigation-fixed a#logo-navigation
{
    top: 0;
}
#navigation.navigation-fixed #left-navigation, #navigation.navigation-fixed #right-navigation
{
    margin-bottom: 0;
}
#navigation.navigation-fixed ul li
{
    padding: 0;
    line-height: 55px;
}
#navigation.navigation-fixed ul.sub-menu li
{
    line-height: 26px;
}
#navigation.navigation-fixed ul li
{
    text-shadow: none;
}
#navigation.navigation-fixed ul li a:after
{
    display: none;
}
#navigation.navigation-fixed ul.sub-menu li a, #navigation.navigation-fixed ul li.current-menu-item a, #navigation.navigation-fixed ul li a:hover
{
    opacity: 1;
}
#navigation.navigation-fixed ul li.language-switcher a
{
    top: 0;
}
#navigation.navigation-fixed ul.sub-menu
{
    z-index: 10;
    right: -60px;
}
#navigation ul li.language-switcher
{
    border-bottom: 0!important;
}
#navigation ul li.language-switcher:after
{
    border: 0!important;
}
#navigation ul li.language-switcher a
{
    top: -10px;
    position: relative;
}
a#logo-navigation
{
    text-align: center;
    display: block;
    width: 24%;
    position: relative;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
}
a#logo-navigation:hover
{
    opacity: .5;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
}
#logo-navigation span
{
    opacity: .9;
    position: absolute;
    font-size: .9em;
    bottom: -12px;
    display: block;
    text-shadow: 0 0 4px rgba(0,0,0,.5);
    width: 100%;
}
#scroll-bottom
{
    position: fixed;
    bottom: 30px;
    width: 100%;
    z-index: 4;
    text-align: center;
}
#scroll-bottom a
{
    color: rgba(255,255,255,1);
    font-size: 2em;
}
#scroll-bottom a:hover
{
    color: rgba(255,255,255,.5);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
#ticker
{
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
    top: 40%;
}
#ticker h4
{
    font-size: 1.2em;
    text-transform: none;
    margin-bottom: 10px;
    position: relative;
}
#ticker-text ul li
{
    text-align: center;
    padding: 0 40px;
    list-style-type: none;
    font-size: 5em;
}
#ticker-text ul
{
    width: 100%;
}
#header .with-breaker:after
{
    display: none;
}
#header .with-breaker
{
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#header .with-breaker:before
{
    width: 80px;
    margin-left: -40px;
    bottom: -10px;
    opacity: .6;
}
.with-breaker::before
{
    width: 140px;
    height: 2px;
    z-index: 3;
    display: block;
    content: "";
    left: 50%;
    margin-left: -70px;
    background: #e7e7e7;
    position: absolute;
    bottom: 14px;
}
.main-container
{
    padding: 0 0 20px 0;
    z-index: 5;
    position: relative;
}
.main-container h1, .main-container h2, .main-container h3, .main-container h4
{
    margin: 40px 0 20px 0;
}
.with-breaker
{
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.with-breaker:before
{
    width: 140px;
    height: 2px;
    z-index: 3;
    display: block;
    content: "";
    left: 50%;
    margin-left: -70px;
    background: #e7e7e7;
    position: absolute;
    bottom: 14px;
}
h1.with-breaker:before
{
    bottom: 21px;
}
h2.with-breaker:before
{
    bottom: 18px;
}
h3.with-breaker:before
{
    bottom: 14px;
}
h4.with-breaker:before
{
    bottom: 11px;
}
h4.with-breaker:after
{
    margin-top: 8px;
}
.with-breaker:after
{
    content: "";
    font-weight: normal;
    font-style: normal;
    font-family: "FontAwesome";
    display: block;
    margin-top: 15px;
    font-size: .6em;
}
.with-breaker span
{
    display: block;
    font-size: .6em;
    text-transform: none;
    margin-top: 10px;
    letter-spacing: normal;
}
.main-container p
{
    line-height: 1.7em;
}
.main-container a:hover
{
    opacity: .4;
}
.main-container code
{
    font-size: .8em;
    position: relative;
    top: -1px;
    color: #fff;
    border-radius: 2px;
}
.main-container hr
{
    border: 0;
    margin: 40px auto;
    width: 60px;
    border-top: 2px solid;
}
.main-container hr.align-left
{
    border: 0;
    margin: 0 0 20px 0;
    width: 60px;
    border-top: 2px solid;
}
.main-container ul, .main-container ol
{
    margin: 20px 0;
}
.main-container li
{
    line-height: 2em;
}
.main-container blockquote
{
    border: none;
    font-size: 1.2em;
    line-height: 1.9em;
    margin: 30px 0 20px 0;
    padding: 0;
}
.main-container blockquote:before
{
    content: "";
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 1.4em;
    float: left;
    margin: 0 20px -18px 0;
}
.main-container pre
{
    border: none;
}
.main-container .center
{
    text-align: center;
}
.main-container .btn
{
    margin: 10px;
    border: 0;
    padding: 15px 30px 14px 30px;
    font-size: .9em;
}
.main-container .btn i
{
    padding-right: 6px;
}
.main-container .icon
{
    font-size: 3em;
    text-align: center;
    margin: 20px 0 0 0;
}
.main-container .surline
{
    background: #fbff9e;
    padding: 2px 3px;
    border-radius: 1px;
}
.main-container .dropcap
{
    font-size: 2.5em;
    float: left;
    margin: 10px 20px 10px 0;
}
.main-container .welcome-message
{
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 0 10%;
    line-height: 1.5em;
}
.main-container .faqs-container
{
    padding: 0 20px;
}
.main-container li.faq
{
    list-style-type: none;
}
.main-container h4.faq-link
{
    border-bottom: 1px solid;
    padding: 16px 0;
    margin: 20px 0;
}
.main-container h4.faq-link a:hover i
{
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.main-container h4.faq-link i
{
    padding-right: 10px;
    position: relative;
}
.main-container .faq-content
{
    display: none;
}
.main-container h1.project-title
{
    margin-bottom: 20px;
}
#portfolio-filters
{
    text-align: center;
    margin-bottom: 25px;
}
.flexslider.image-slider
{
    margin: 25px 0 10px 0;
}
.flexslider.image-slider img
{
    max-width: 100%;
    border-radius: 5px;
}
.main-container ul.post-metadatas
{
    padding-left: 0;
    list-style-type: none;
    margin-top: 0;
}
.main-container ul.post-metadatas li i
{
    padding-right: 8px;
}
h4
{
    font-weight: bold!important;
}
#tagCloud1
{
    padding: 5px;
    color: #777;
    margin-top: -50px;
}
#jsCumulus1
{
    color: #86c25e!important;
}
#jsCumulus2
{
    color: #50b5d5!important;
}
#jsCumulus3
{
    color: #a04535!important;
}
#jsCumulus4
{
    color: #f93!important;
}
#jsCumulus5
{
    color: #93c!important;
}
#jsCumulus7
{
    color: #f3c!important;
}
#jsCumulus22
{
    color: #cfc31f!important;
}
#jsCumulus23
{
    color: #f00!important;
}
.tagCloud ul, .tagCloud li
{
    list-style: none!important;
    margin: 0!important;
    padding: 0!important;
}
.tagCloud .tagClass img
{
    border: 0 none;
}
.tagCloud .tagClass a
{
    color: #6d6d6d;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.tagCloud .tagClass a:hover
{
    border: solid 1px #ffdb00!important;
    color: #ffdb00!important;
    text-decoration: none!important;
}
#clood
{
    width: 500px;
    margin: auto;
}
#clooder
{
    width: 25%;
    float: right;
    text-align: left;
    margin-top: 3%;
}
#form_processing .alert-success, #form_processing .alert-danger
{
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0;
    padding-top: 10%;
}
#GoogleMap
{
    width: 100%;
    height: 290px;
    margin: 35px 0;
    border-radius: 5px;
}
#contact-form, #comment-form
{
    margin: 35px 0;
}
#contact-form .control-group, #comment-form .control-group
{
    margin: 25px 0;
}
#contact-form input.form-control, #contact-form textarea.form-control, #contact-form select.form-control, #comment-form input.form-control, #comment-form textarea.form-control, #comment-form select.form-control
{
    width: 100%;
    display: block;
    box-shadow: none;
}
.contact-boxes
{
    width: 100%;
    table-layout: fixed;
    display: table;
}
.contact-box
{
    color: #fff;
    display: table-cell;
    padding: 60px 25px 50px 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.contact-box:before
{
    font-family: "FontAwesome";
    position: absolute;
    font-size: 15em;
    opacity: .4;
    left: -30px;
    top: 20px;
}
.contact-box.contact-box-email:before
{
    content: "";
}
.contact-box.contact-box-facebook:before
{
    content: "";
}
.contact-box.contact-box-twitter:before
{
    content: "";
}
.contact-box.contact-box-google:before
{
    content: "";
}
.contact-box.contact-box-skype:before
{
    content: "";
}
.contact-box.contact-box-email
{
    background: #444;
}
.contact-box.contact-box-facebook
{
    background: #3b5998;
}
.contact-box.contact-box-twitter
{
    background: #55acee;
}
.contact-box.contact-box-google
{
    background: #dd4b39;
}
.contact-box.contact-box-skype
{
    background: #00aff0;
}
.contact-box.contact-box-email a.btn.btn-default:hover
{
    color: #444;
}
.contact-box.contact-box-facebook a.btn.btn-default:hover
{
    color: #3b5998;
}
.contact-box.contact-box-twitter a.btn.btn-default:hover
{
    color: #55acee;
}
.contact-box.contact-box-google a.btn.btn-default:hover
{
    color: #dd4b39;
}
.contact-box.contact-box-skype a.btn.btn-default:hover
{
    color: #00aff0;
}
.contact-box h2
{
    margin: 0 0 20px 0;
}
.contact-box p
{
    color: #fff;
    opacity: .8;
    font-size: .9em;
    min-height: 45px;
}
.contact-box a.btn.btn-default
{
    background: transparent;
    border: 1px solid rgba(255,255,255,.6);
    color: rgba(255,255,255,1);
}
.contact-box a.btn.btn-default:hover
{
    border: 1px solid #fff;
    background: #fff;
    opacity: 1;
}
.outter-add-sec
{
    float: left;
    width: 100%;
    padding-left: 83px;
}
#footer
{
    padding-top: 70px;
    float: left;
    width: 100%;
    z-index: -3;
}
#footer a:hover
{
    opacity: .6;
}
.page_wrap
{
    z-index: 4;
}
#scroll-top
{
    position: fixed;
    right: 30px;
    display: block!important;
    bottom: 60px;
    z-index: -1;
    font-size: 2em;
    color: #fff!important;
    background: transparent!important;
    padding: 0 10px;
    border-radius: 2px;
    text-align: center;
    max-width: 30px;
    margin: 0 600px;
}
#widgets
{
    padding-bottom: 45px;
}
.widget
{
    padding: 0 50px;
}
.widget h4
{
    font-size: 1.4em;
    padding-bottom: 15px;
}
.widget a.btn.btn-default
{
    margin-top: 15px;
    background: transparent;
    font-size: .9em;
    border-radius: 2px;
}
.widget a.btn.btn-default:hover
{
    border-color: #fff;
}
.widget a.btn.btn-default i
{
    padding-right: 8px;
}
.widget ul
{
    padding-left: 5px;
    list-style-type: none;
    margin: 0;
}
.widget ul li
{
    line-height: 1.8em;
}
.widget ul li:before
{
    content: "";
    padding-right: 10px;
    font-family: "FontAwesome";
}
.widget ul.widget-social
{
    margin-top: 10px;
}
.widget ul.widget-social li
{
    display: inline-block;
    padding-right: 15px;
}
.widget ul.widget-social li:before
{
    content: "";
    padding-right: 0;
}
.widget ul.widget-social li:hover a
{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
#widgets .widget ul li.contact-address:before, #widgets .widget ul li.contact-phone:before
{
    color: #fff;
}
.widget ul li.contact-address:before
{
    content: "";
}
.widget ul li.contact-phone:before
{
    content: "";
}
#footer-logo
{
    width: 160px;
    margin-bottom: 30px;
}
#copyright
{
    background: rgba(0,0,0,.2);
    padding: 15px 0 0 10px;
    font-size: .9em;
}
#copyright p
{
    display: inline-block;
}
#footer-navigation
{
    display: inline;
    padding-left: 10px;
}
#footer-navigation li
{
    display: inline-block;
}
#footer-navigation li:after
{
    content: "|";
    padding: 0 10px;
}
#footer-navigation li:last-child:after
{
    content: "";
    padding: 0;
}
#lama1
{
    width: 27%;
}
#lama2
{
    width: 20%;
}
#lama3
{
    width: 30%;
    font-size: 13.5px;
}
#lama4
{
    width: 23%;
}
.tabs-container
{
    width: 90%;
    margin: 40px auto;
}
.nav-tabs
{
    width: 25%;
    float: left;
    border-right: 1px solid #e7e7e7;
    border-bottom: 0;
    position: relative;
    z-index: 2;
}
.nav-tabs>li:nth-of-type(even)
{
    background: #f8f8f8;
}
.nav-tabs>li
{
    display: block;
    float: none;
    margin-bottom: 0;
}
.nav-tabs>li>a
{
    border-radius: 0;
    border-bottom: 1px solid #e7e7e7;
    text-align: right;
    padding: 25px;
    margin-right: 0;
}
.nav-tabs>li>a i
{
    padding-right: 5px;
}
.nav-tabs>li>a:hover
{
    opacity: .9;
}
.nav-tabs>li:last-child>a
{
    border-bottom: 0;
    position: relative;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
{
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.nav-tabs>li.active>a:after, .nav-tabs>li.active>a:hover:after, .nav-tabs>li.active>a:focus:after
{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
{
    background: inherit;
}
.tab-pane
{
    width: 75%;
    padding: 50px;
    float: left;
    display: block;
    z-index: 1;
    position: relative;;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-animation-duration: .7s;
    -o-animation-duration: .7s;
    -moz-animation-duration: .7s;
    animation-duration: .7s;
}
.tab-pane h2
{
    margin-top: 0;
    margin-bottom: 15px;
}
h2 i, h1 i
{
    margin-right: 18px;
    font-size: 1.6em;
    position: relative;
    bottom: -2px;
}
.skills
{
    margin: 40px auto 30px auto;
    width: 100%;
}
.skills-row
{
    width: 100%;
}
.skill
{
    border: 1px solid #e7e7e7;
    padding: 20px 40px;
    width: 33%;
    text-align: center;
}
.skill:hover
{
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
    color: #fff;
    cursor: pointer;
}
.skill:hover h4 i
{
    position: relative;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.skill h4
{
    margin-top: 0;
    margin-bottom: 15px;
}
.skill h4 i
{
    margin-right: 18px;
    font-size: 1.6em;
    position: relative;
    bottom: -2px;
}
.skills .skills-row:first-child .skill
{
    border-top: 0;
}
.skills .skills-row:last-child .skill
{
    border-bottom: 0;
}
.skills .skills-row .skill:first-child
{
    border-left: 0;
}
.skills .skills-row .skill:last-child
{
    border-right: 0;
}
.skill-button
{
    margin-bottom: 60px;
}
.custom-section-container
{
    padding: 20px 0 10px 0;
    color: #fff;
    position: relative;
}
.custom-section-container .container:before
{
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 15em;
    opacity: .2;
    left: -30px;
    top: -20px;
}
.custom-section-container .container
{
    padding: 40px 0 35px 0;
}
.custom-section-text, .custom-section-buttons
{
    width: 50%;
    float: left;
}
.custom-section-text
{
    padding-right: 10%;
    border-right: 1px solid #fff;
}
.custom-section-text p
{
    opacity: .7;
}
.custom-section-text h2
{
    overflow: hidden;
    margin: 15px 0 15px 0;
}
.custom-section-buttons
{
    text-align: right;
    padding-top: 20px;
    position: relative;
}
.custom-section-buttons:before
{
    content: "";
    position: absolute;
    font-family: "FontAwesome";
    left: -.5px;
    top: 50%;
}
.main-container .custom-section-buttons .btn
{
    background: transparent;
    z-index: 10;
    position: relative;
    border: 1px solid #fff;
    color: #fff;
}
.main-container .custom-section-buttons a.btn:hover
{
    background: #fff;
    border-color: #fff;
}
.myvideoWrapper
{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#gee11, #gee22, #gee33
{
    float: left;
    width: 33.3%;
    height: 320px;
    overflow: hidden;
    padding-top: 230px;
}
#portfolio-container
{
    width: 100%;
    margin: 0 auto 60px auto;
    position: relative;
    zoom: 1;
    text-align: center;
}
#portfolio-container figure
{
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    width: 33.333%;
}
#portfolio-container figure img
{
    position: relative;
    display: block;
    height: auto;
    opacity: 1;
    max-width: 100%;
}
#portfolio-container figure figcaption
{
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#portfolio-container figure figcaption::before, #portfolio-container figure figcaption::after
{
    pointer-events: none;
}
#portfolio-container figure figcaption, #portfolio-container figure a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#portfolio-container figure a
{
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
figure.effect-sadie figcaption::before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 75%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}
figure.effect-sadie h4
{
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    font-size: 1.2em;
    width: 100%;
    -webkit-transition: -webkit-transform .35s,color .35s;
    transition: transform .35s,color .35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
figure.effect-sadie figcaption::before, figure.effect-sadie p
{
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
}
figure.effect-sadie p
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    text-transform: none;
    font-size: .9em;
    color: #fff;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
figure.effect-sadie:hover h4
{
    color: #fff;
    opacity: 1;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
figure.effect-sadie:hover figcaption::before, figure.effect-sadie:hover p
{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-button
{
    position: relative;
    top: -20px;
}
.grey
{
    float: left;
    width: 50%;
    padding: 0 5%;
    margin-bottom: 15px;
}
#navigation-mobile, #close-navigation-mobile, #show-mobile-menu
{
    display: none;
}
#show-mobile-menu
{
    position: fixed;
    z-index: 10;
    left: 20px;
    font-size: 2em;
    top: 20px;
}
#navigation #show-mobile-menu.mobile-button-left
{
    left: 240px;
}
#navigation-mobile.display-nav-menu
{
    left: 0;
}
#navigation-mobile
{
    position: fixed;
    width: 200px;
    z-index: 10;
    top: 0;
    height: 100%;
    left: 0;
    padding: 20px;
    left: -400px;
}
#header a#close-navigation-mobile
{
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 1.4em;
}
#header a#close-navigation-mobile:hover
{
    color: #fff;
}
#navigation-mobile #left-navigation, #navigation-mobile #right-navigation
{
    float: none;
    text-align: left;
    width: 100%;
    list-style-type: none;
}
#navigation-mobile li
{
    line-height: 30px;
}
#header #navigation-mobile li a
{
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
#header #navigation-mobile li a:hover, #header #navigation-mobile li.current-menu-item a
{
    color: #fff;
}
#header #navigation-mobile ul.sub-menu li
{
    list-style-type: none;
    font-size: .9em;
    line-height: 20px;
}
#header #navigation-mobile #logo-navigation
{
    display: none;
}
#header #navigation-mobile ul.sub-menu li a
{
    border-bottom: 0;
}
.main-container .faqs-container
{
    padding: 0 20px;
}
.main-container li.faq
{
    list-style-type: none;
}
.main-container h4.faq-link
{
    border-bottom: 1px solid;
    padding: 16px 0;
    margin: 20px 0;
}
.main-container h4.faq-link a:hover i
{
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.main-container h4.faq-link i
{
    padding-right: 10px;
    position: relative;
}
.main-container .faq-content
{
    display: none;
}
.video_cust
{
    max-width: 100%;
}
.main-container ul.blog-grid
{
    list-style-type: none;
    padding-left: 0;
    margin: 60px 0;
}
.blog-grid li.blog-post:first-child
{
    border-radius: 5px 5px 0 0;
}
.blog-grid li.blog-post:first-child img
{
    border-radius: 0 5px 0 0;
}
.blog-grid li.blog-post
{
    height: 100%;
}
.blog-grid>li
{
    background: #f8f8f8;
}
.blog-grid>li .blog-thumbnail
{
    float: right;
    margin-right: 0;
    margin-left: 45px;
    margin-top: 41px;
}
.blog-grid>li .blog-content
{
    text-align: right;
}
.blog-grid>li .blog-button
{
    text-align: left;
}
.blog-grid>li .blog-sum-up
{
    text-align: right;
}
.blog-grid .blog-thumbnail
{
    height: 300px;
    float: left;
    margin-right: 45px;
}
.blog-grid .blog-thumbnail a
{
    max-width: 100%;
    overflow: hidden;
}
.blog-grid .blog-thumbnail a img
{
    height: 175px;
}
.blog-grid .blog-content
{
    padding: 35px 50px 0 50px;
    height: 100%;
}
.blog-sum-up
{
    text-align: left;
}
.main-container a.blog-post-title h2
{
    margin: 0;
    padding-bottom: 10px;
}
.main-container .blog-grid ul.post-metadatas
{
    margin-bottom: 10px;
}
.blog-button
{
    text-align: right;
}
.single-post ul.post-metadatas
{
    margin-bottom: 10px;
}
.single-post .blog-content
{
    padding-top: 40px;
}
#comments-container
{
    background: #f8f8f8;
    padding: 80px 0;
}
.main-container ol.comment-list
{
    padding-left: 0;
    width: 80%;
    margin: auto;
}
.comment-list li
{
    background: #fff;
    list-style-type: none;
    border-radius: 3px;
    padding: 40px 40px 30px 40px;
    position: relative;
    margin-bottom: 50px;
}
.comment-list li p
{
    padding-left: 95px;
}
.comment-list li:last-child
{
    margin-bottom: 0;
}
.comment-author img
{
    border-radius: 50%;
    float: left;
    margin: 10px 20px 20px 0;
    width: 75px;
}
.comment-meta
{
    padding: 0 0 10px 0;
}
.comment-list li:before
{
    font-size: 5em;
    position: absolute;
    left: 30px;
    top: 65px;
}
.comment-list .children li:before
{
    font-family: "FontAwesome";
    content: "";
    font-size: 2em;
    top: 80px;
    left: -20px;
}
#comment-form
{
    margin: 50px auto!important;
    width: 50%;
}
#blog-container:after
{
    bottom: 0;
}
#blog-container .flexslider .blog-post
{
    background: #f8f8f8;
}
#blog-container .flexslider .blog-post:nth-of-type(odd)
{
    background: #fff;
}
#blog-container .blog-thumbnail
{
    height: 200px;
    text-align: center;
    display: block;
    overflow: hidden;
}
#blog-container .blog-thumbnail img
{
    width: 100%;
    height: auto;
}
#blog-container .blog-thumbnail i
{
    font-size: 4em;
    position: relative;
    top: 40%;
}
#blog-container .blog-thumbnail:hover
{
    opacity: .4;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
}
#blog-container .blog-content
{
    padding: 20px 40px 20px 40px;
}
#blog-container .blog-sum-up
{
    text-align: justify;
}
#blog-container .blog-post-title h2
{
    margin: 0;
    font-size: 1.6em;
}
#blog-container a.blog-post-title
{
    padding: 10px 20px 15px 20px!important;
    display: block;
}
#blog-container .post-content
{
    padding: 5px 20px;
}
#blog-container .blog-button
{
    padding-bottom: 30px;
    text-align: center;
}
#blog-container .blog-button .btn.btn-default
{
    background: transparent;
    border: 1px solid;
}
#blog-container ul.post-metadatas
{
    margin-bottom: 10px;
}
#blog-container ul.post-metadatas li
{
    padding-left: 0;
}
.blog-button
{
    margin-bottom: 20px;
    margin-top: 10px;
}
#blog-container .blog-button a.btn.btn-default:hover
{
    opacity: 1!important;
    color: #fff;
}
.main-container ul.social-list
{
    margin-top: 10px;
    padding-left: 0;
}
.main-container ul.social-list li
{
    display: inline-block;
    padding-right: 15px;
    font-size: 1.2em;
}
.main-container ul.social-list li:hover a
{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
}
.main-container ul.share-buttons
{
    padding-left: 0;
    text-align: center;
    list-style-type: none;
    margin: 0;
}
.main-container ul.share-buttons li
{
    display: inline;
}
.main-container ul.share-buttons li a.button-facebook
{
    background: #3b5998;
    color: #fff;
}
.main-container ul.share-buttons li a.button-twitter
{
    background: #00aced;
    color: #fff;
}
.single-post h4
{
    font-weight: normal!important;
    color: #f00;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin: 30px 0 0 0;
    display: inline;
}
.flexslider.image-slider
{
    margin: 25px 0 10px 0;
}
.flexslider.image-slider img
{
    max-width: 100%;
    border-radius: 5px;
}
.flex-direction-nav
{
    *height: 0;
    list-style: none!important;
}
.flex-direction-nav a
{
    display: block;
    width: 40px;
    height: 50px;
    margin: -22px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.flex-direction-nav .flex-prev
{
    left: -50px;
}
.flex-direction-nav .flex-next
{
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-prev
{
    opacity: .7;
    left: 20px;
}
.flexslider:hover .flex-next
{
    opacity: .7;
    right: 20px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover
{
    opacity: 1;
}
.flex-direction-nav .flex-disabled
{
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-direction-nav a:before
{
    font-family: "FontAwesome";
    padding-top: 15px;
    font-size: 40px;
    display: inline-block;
    content: "";
}
.flex-direction-nav a.flex-next:before
{
    content: "";
}
.outer-ab-img
{
    width: 150px;
    float: right;
}
.outer-ab-img2
{
    float: none;
    margin: auto;
    width: 175px;
    position: relative;
    top: 10px;
}
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
.fancybox-wrap
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin
{
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened
{
    z-index: 8030;
}
.fancybox-opened .fancybox-skin
{
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
}
.fancybox-inner, .fancybox-outer
{
    position: relative;
}
.fancybox-inner
{
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner
{
    -webkit-overflow-scrolling: touch;
}
.fancybox-error
{
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-iframe, .fancybox-image
{
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image
{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span
{
    background-image: url(../image/fancybox_sprite.png);
}
#fancybox-loading
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div
{
    width: 44px;
    height: 44px;
    background: url(../image/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close
{
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav
{
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/css/images/fancybox/blank.gif);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev
{
    left: 0;
}
.fancybox-next
{
    right: 0;
}
.fancybox-nav span
{
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    opacity: .2;
    visibility: visible;
}
.fancybox-prev span
{
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span
{
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span
{
    visibility: visible;
    opacity: 1;
}
.fancybox-tmp
{
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important;
}
.fancybox-lock
{
    overflow: visible!important;
    width: auto;
}
.fancybox-lock body
{
    overflow: hidden!important;
}
.fancybox-lock-test
{
    overflow-y: hidden!important;
}
.fancybox-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(/css/images/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed
{
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay
{
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title
{
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title
{
    visibility: visible;
}
.fancybox-title-float-wrap
{
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child
{
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0,0,0,.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap
{
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap
{
    padding-top: 10px;
}
.fancybox-title-over-wrap
{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8);
}
.pace
{
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace .pace-activity
{
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: #444;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
    transform: translateX(100%) translateY(-100%) rotate(45deg);
    pointer-events: none;
}
.pace.pace-active .pace-activity
{
    -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
    transform: translateX(50%) translateY(-50%) rotate(45deg);
}
.pace .pace-activity::before, .pace .pace-activity::after
{
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    border: 5px solid #fff;
    border-radius: 50%;
    content: '';
}
.pace .pace-activity::before
{
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-right-color: rgba(0,0,0,.2);
    border-left-color: rgba(0,0,0,.2);
    -webkit-animation: pace-rotation 3s linear infinite;
    animation: pace-rotation 3s linear infinite;
}
.pace .pace-activity::after
{
    bottom: 50px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.2);
    -webkit-animation: pace-rotation 1s linear infinite;
    animation: pace-rotation 1s linear infinite;
}
@-webkit-keyframes pace-rotation
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes pace-rotation
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(359deg);
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5)
{
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span
    {
        background-image: url("/css/images/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px;
    }
    #fancybox-loading div
    {
        background-image: url("/css/images/fancybox/fancybox_loading@2x.gif");
        background-size: 24px 24px;
    }
}
.flexslider
{
    margin: 0 auto 0 auto;
    width: 100%;
    position: relative;
    zoom: 1;
}
.flex-viewport
{
    width: 100%;
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport
{
    max-height: 300px;
}
.flexslider .slides
{
    margin: 0!important;
    padding: 0!important;
}
.flex-direction-nav
{
    *height: 0;
}
.flex-direction-nav a
{
    display: block;
    width: 40px;
    height: 50px;
    margin: -22px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.flex-direction-nav .flex-prev
{
    left: -50px;
}
.flex-direction-nav .flex-next
{
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-prev
{
    opacity: .7;
    left: 20px;
}
.flexslider:hover .flex-next
{
    opacity: .7;
    right: 20px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover
{
    opacity: 1;
}
.flex-direction-nav .flex-disabled
{
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-direction-nav a:before
{
    font-family: "FontAwesome";
    padding-top: 15px;
    font-size: 40px;
    display: inline-block;
    content: "";
}
.flex-direction-nav a.flex-next:before
{
    content: "";
}
.flex-control-nav
{
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.flex-control-nav li
{
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a
{
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.1);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover
{
    background: #333;
    background: rgba(0,0,0,.3);
}
.flex-control-paging li a.flex-active
{
    background: #000;
    background: rgba(0,0,0,.3);
    cursor: default;
}
.team-single
{
    text-align: center;
    margin-top: 20px;
}
.team-single img
{
    border-radius: 50%;
    width: 140px;
}
.team-single h3
{
    margin-top: 25px;
    margin-bottom: 15px;
}
.cust-marg
{
    margin: 0!important;
}
.cust-for-flex
{
    display: flex;
    justify-content: end;
}
.for-mar-righ
{
    margin-right: 17px!important;
}
@media screen and (min-width: 1200px)
{
    .for-mar-righ
    {
        margin-top: 25px!important;
    }
}