

@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/RobotoLight/RobotoLight.eot");
    src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/RobotoMedium/RobotoMedium.eot");
    src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/RobotoBold/RobotoBold.eot");
    src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}



body,
html {
    font-size: 16px;
    font-family: 'RobotoLight';
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    /*overflow-x: hidden;*/
}
body *,
html * {
    letter-spacing: 0.5px;
}
h1 {
    font-family: 'RobotoLight';
    font-size: 32px;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 37px;
    margin-bottom: 15px !important;
}
.WaGadgetEvents .pageTitleContainer h1.pageTitle, .WaGadgetEvents .titleContainer h1.pageTitle a {
    color: #454545;
    text-decoration: none;
}
h2 {
    color: #000;
    font-family: 'RobotoLight';
    font-weight: lighter;
    margin: 0;
    margin: 0;
}
h4 {
    font-family: 'RobotoLight';
    font-weight: lighter;
}
.WaGadgetBlog ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle,
.WaGadgetEventsStateList .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle,
.captionOuterContainer .captionContainer .fieldBody h4 {
    color: #000;
    font-size: 30px;
    font-family: 'RobotoLight';
    font-weight: lighter;
    margin: 0;
}
.WaGadgetBlog ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a,
.WaGadgetEventsStateList .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a {
    text-decoration: none;
}
.WaGadgetBlog ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a:hover,
.WaGadgetEventsStateList .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a:hover {
    text-decoration: underline;    
}

h5 {
    font-family: 'RobotoLight';
    font-weight: lighter;
}
h6 {
    font-size: 20px;
    font-family: 'RobotoLight', sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
}
p {
    font-size: 14px;
    margin: 15px 0;
}
a,
a:visited {
    /*color: #444f87;*/
    /*color: #ccc;*/
    color: #85022d;
    text-decoration: underline;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.position-absolute {
    position: absolute;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #000;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }
.noradius { border-radius: 0 }
.nopadding { padding: 0 }
.nopaddingleft { padding-left: 0 }
.nopaddingright { padding-right: 0 }
.nomargin { margin: 0 }
.spacer { padding: 40px 0 }
.smallspacer { padding: 20px 0 }
.form-control {
    width: 150px;
    height: 34px;
    line-height: 1.42857143;
    vertical-align: top;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 0 5px;
    padding: 6px 12px !important;

    -webkit-box-shadow: none;
    box-shadow: none;

    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

span.label {
    color: inherit;
    text-align: left;
    padding: 0;
}


.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: 0;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel, .WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink {
    display: none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedOn {
    float: none;
}


.WaGadgetMemberPublicProfileStateMain .memberDirectoryDetailsOuterContainer .profileHeaderContainer h2 .sendMailButtonContainer input.typeButton {
    display: none;
}
/*===========================================*/
/* Menu/Navigation 
/*===========================================*/
#top-menu {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    height: auto;
    color: #000;
    padding: 10px 0 2px 0;
    border-top: 4px solid #85022d;
}
#top-menu.navbar { min-height: 35px !important }

#top-menu p.text-right span { margin-left: 15px }
a.logo.navbar-brand {
    color: transparent;
}
.logo {
    width: 200px;
    height: 106px;
    background: url(../img/logo.svg) no-repeat center center;
    background-size: 100%;
    margin: 10px 0 10px 0;
    margin-right: 0;
    position: relative;
    z-index: 1;
    padding: 0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -25px;
}
#top-menu .navbar-header small {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'RobotoBold', sans-serif;
    margin-top: -50px;
}
ul.top-links li { padding: 5px 0 }
.top-contact ol li {
    margin-left: 20px;
    font-weight: 900;
}
ul.top-links li a {
    color: #000;
}
ul.top-links li a:hover {
    color: #85022d;
}
#main-menu {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    min-height: 30px;

    -webkit-box-shadow: 0px 0 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0 5px 0px rgba(0,0,0,0.5);

    z-index: 20;
    position: fixed;
    width: 100%;
}
#myMenu {
    position: relative;
}

#myMenu .vertical_menu {
    background: #fff;
    padding: 20px 10px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);

    margin: 0 5px;
    display: none;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 999;
}
#myMenu .open_vert_menu:hover .vertical_menu {
    display: block;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#myMenu .vertical_menu {
    margin: 0;
}
#myMenu .vertical_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
#myMenu .vertical_menu ul li {
    height: 100%;
    color: #000;
    padding: 5px 0;
    padding: 10px 10px;
    overflow: hidden;
}
#myMenu .vertical_menu ul li i {
    width: 35px;
    height: 50px;
    background: url(../img/ico.png) no-repeat;
    margin: 0 10px 0 0;
    float: left;
}

#myMenu .vertical_menu i, #myMenu .vertical_menu ul li div {
	display: none;
}

#myMenu .vertical_menu ul li i.icon1 {
    background-position: 0 0;
}
#myMenu .vertical_menu ul li i.icon2 {
    background-position: -36px 0;
}
#myMenu .vertical_menu ul li i.icon3 {
    background-position: -71px 0;
}
#myMenu .vertical_menu ul li i.icon4 {
    background-position: -108px 0;
}
#myMenu .vertical_menu ul li i.icon5 {
    background-position: -140px 0;
}
#myMenu .vertical_menu ul li i.icon6 {
    background-position: -175px 0;
}
#myMenu .vertical_menu ul li i.icon7 {
    background-position: -210px 0;
}
#myMenu .vertical_menu ul li i.icon8 {
    background-position: -245px 0;
}
#myMenu .vertical_menu ul li i.icon9 {
    background-position: -280px 0;
}
#myMenu .vertical_menu ul li i.icon10 {
    width: 37px;
    background-position: -315px 0;
    margin-left: -2px;
}
#myMenu .vertical_menu ul li i.icon11 {
    background-position: -388px 0;
}
#myMenu .vertical_menu ul li i.icon12 {
    width: 41px;
    background-position: -424px 0;
    margin-left: -6px;
}
#myMenu .vertical_menu ul li i.icon13 {
    width: 41px;
    background-position: -469px 0;
    margin-left: -6px;
}
#myMenu .vertical_menu ul li a {
    color: #000;
    font-size: 14px;
    font-family: 'RobotoLight';
    text-decoration: none;
    white-space: nowrap;
}
#myMenu .vertical_menu ul li:hover {
    /*background: #f2f2f2;*/
    background: #eee;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}








#form_search,
#form_search_open {
    background: #ccc;
}
#form_search *,
#form_search_open * {
    color: #fff;
}
#form_search .form-control,
#form_search_open .form-control {
    margin-bottom: 0;
}
#form_search .navbar-form,
#form_search_open .navbar-form {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
}
#form_search #application-form,
#form_search_open #application-form {
    padding-top: 15px;
    padding-bottom: 15px;
}

#member {
    width: 100%;
    position: fixed;
    top: 112px;
    left: 0;
    z-index: 99;
    display: none;
}
#member .container {
    position: relative;
    height: 50px;
}
.memberLogin {
    color: #fff;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 20px;
    line-height: 34px;
    text-align: center;
    background: #ccc;
    font-size: 14px;
    font-family: 'RobotoLight';
    display: inline-block;
    position: absolute;
    right: 20px;
    cursor: pointer;
}


#form_search_open {
    width: 100%;
    padding: 0;
    position: fixed;
    top: 112px;
    z-index: 99;
    display: none;
}

.pt-112 {
    padding-top: 112px;
}



#sticky {
    padding: 0.5ex;
    width: 600px;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}
#main-menu.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.navbar-collapse { padding-left: 0 }
#main-menu .nav > li { position: relative; }
#main-menu .col-sm-6, #main-menu .col-md-5, #main-menu .col-lg-5, #main-menu .nav, #main-menu .navbar-nav, #main-menu .navbar-left {
    position: static;
}
#main-menu .nav > li.bg-f {
    background: #fff;
}
.dropdown-menu > li.bg-f > a,
#main-menu.navbar-default .navbar-nav > li.bg-f > a {
    color: #000;
    font-size: 14px;
    font-family: 'RobotoLight';
    font-weight: lighter;
    margin-right: 0;
}
#main-menu .nav > li > a { padding: 10px 10px }
#main-menu .nav > li.bg-f > a { padding: 45px 10px }

.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background: transparent }
.navbar-toggle {
    float: none !important;
    color: #ccc;
}
.navbar-toggle i { text-align: center; font-size: 30px; }
#main-menu i.fa.fa-bars { font-size: 20px }
#main-menu.navbar-default .navbar-brand:hover,
#main-menu.navbar-default .navbar-brand { color: #ffb642 }
.dropdown-menu > li > a,
#main-menu.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    font-family: 'RobotoLight';
    color: #000;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 0.5px;
    text-decoration: none;
}
#main-menu.navbar-default .navbar-nav > .active > a,
#main-menu.navbar-default .navbar-nav > .active > a:hover,
#main-menu.navbar-default .navbar-nav > .active > a:focus,
#main-menu.navbar-default .navbar-nav > li > a:hover,
#main-menu.navbar-default .navbar-nav > li > a:focus {
    color: #ccc !important;
    background-color: #fff;
    border-color: #ccc;
}
#main-menu .navbar-nav > li > a {
    padding: 45px 10px;
    border-top: 2px solid transparent;
    margin-right: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#main-menu .navbar-nav > li:first-child {
	display: none;
}

ol.social-icons li {
    width: 25px;
    height: 25px;
    margin-left: 5px !important;
}
ol.social-icons li a:hover,
ol.social-icons li a:focus { color: #ffffff !important }
ol.social-icons li a {
    color: #ffffff;
    background: #222222;
    font-size: 15px;
    border-radius: 50%;
    padding: 3px 6px !important;
}
ol.social-icons li:hover a { background: #ffb642 }
.widget .navbar-form {
    padding: 5px 0 5px 0;
    margin-top: -5px;
    margin-right: -15px;
    margin-bottom: 0;
    margin-left: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.widget .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /*border-color: #fff;*/
    border-color: #333;
    background: transparent;
    border-right-color: transparent;
    /*color: #fff;*/
    color: #333;
    font-size: 14px;
    font-family: 'RobotoLight';
}
.widget .input-group-btn button.btn.btn-default {
    background: transparent;
    border-color: #333;
    color: #333;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left-color: transparent;
}
.widget .form-control::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
    font-family: 'RobotoLight';
}
.widget .form-control::-moz-placeholder {
    color: #333;
    font-size: 14px;
    font-family: 'RobotoLight';
}
.widget .form-control:-ms-input-placeholder {
    color: #333;
    font-size: 14px;
    font-family: 'RobotoLight';
}
.widget .form-control::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
    font-family: 'RobotoLight';
}

#en-footer small {
    display: block;
}
#en-footer small i {
    width: 16px;
    text-align: center;
    margin: 0 5px 0 0;
}
#en-footer a.en-btn {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    letter-spacing: 0;
    font-weight: lighter;
    text-transform: uppercase;
    border-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 0;
    background: transparent;
    border: 0;
    margin: 10px 0;
    width: 220px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: url(../img/bg_button.png) no-repeat;
    background-size: 100%;
    font-family: 'RobotoLight';
    display: inline-block;
}
#en-footer a.en-btn:hover {
    background: url(../img/bg_button_active.jpg) no-repeat;
    background-size: 100%;
    color: #fff;
    border-color: transparent;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
/*===========================================*/
/* Shortcodes
/*===========================================*/
blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ffb642;
    background-color: #FAFAFA;
}
blockquote .lead {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    color: #777;
}
.blockquote-reverse {
    border-right: 5px solid #ffb642;
    padding: 20px;
}
blockquote.dark {
    background-image: url(../img/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}
blockquote.dark .lead { color: #ffffff }
blockquote.color { background-color: rgba(189, 59, 36, 0.15) }
/* Lists */
ul.list-block li {
    line-height: 30px;
    font-size: 16px;
}
ul.list-block i { margin-right: 20px }
/* Tabs */
.tab-style1 .tab-content {
    border: 1px solid #f1f1f1;
    padding: 10px 15px;
    border-top-color: transparent;
}
.tab-style1 .nav-tabs > li > a { border-radius: 0 }
.tab-style1 .nav-tabs > li.active > a,
.tab-style1 .nav-tabs > li.active > a:hover,
.tab-style1 .nav-tabs > li.active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: #ffb642;
    border: 1px solid #ffb642;
    border-bottom-color: transparent;
    font-weight: 700;
}
.tab-style1 .nav-tabs { border-bottom: 1px solid rgb(189, 59, 36) }
.tab-style2 .nav-pills > li.active > a,
.tab-style2 .nav-pills > li.active > a:hover,
.tab-style2 .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #ffb642;
}
.tab-style2 .nav-pills > li > a { border-radius: 0 }
.tab-style2 .tab-content {
    padding: 15px;
    border: 1px solid #f1f1f1;
    border-left-color: #ffb642;
}
/* Accordion */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default > .panel-heading {
    color: #777;
    background-color: #ddd;
    border: 2px solid #ddd;
    border-radius: 0;
}
.panel-default > .panel-heading:hover,
.panel-default > .panel-heading:focus,
.panel-default > .panel-heading.active { background: #ddd }
.panel-default {
    border-color: transparent;
    background: #fbfbfb;
    border-radius: 0;
    border: 0;
}
.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0;
}
*:focus { outline: none !important }
.panel-title > a { color: #777 }
h4.panel-title { font-weight: 400 }
/* Accordion Style 2 */
#accordion2 .panel-default > .panel-heading {
    background-color: #ffb642;
    border: 2px solid #ffb642;
    color: #f1f1f1;
}
#accordion2 .panel-title > a { color: #222222 }
/* Accordion Style 3 */
#accordion3>.panel-default > .panel-heading {
    color: #777;
    background-color: transparent;
    border: 2px solid #ddd;
}
#accordion3>.panel-default > .panel-heading:hover,
#accordion3>.panel-default > .panel-heading.active { background-color: #ddd }
/* Accordion Style 4 */
#accordion4>.panel-default > .panel-heading {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffb642;
}
#accordion4>.panel-default > .panel-heading:hover,
#accordion4>.panel-default > .panel-heading.active { background-color: #ffb642 }
#accordion4>.panel-default > .panel-heading.active .panel-title > a,
#accordion4>.panel-default > .panel-heading:hover .panel-title > a,
#accordion4>.panel-default > .panel-heading .panel-title > a:focus { color: #f1f1f1 }
/*===========================================*/
/* Home Page
/*===========================================*/
.carousel-inner > .item,
.carousel-inner > .item > a {
    /*max-height: 400px;*/
    overflow: hidden;
}
.carousel-inner > .item > img {
    width: 100%;
    /*margin-top: -140px;*/
    /*margin-top: -260px;*/
}
#header-slider .carousel-inner > .item > a:hover .carousel-caption {
    background-position: 0 -271px;
}
#header-slider .carousel-caption {
    position: absolute;
    top: auto;
    right: 0;
    left: auto;
    bottom: 10%;
    z-index: 10;
    padding: 20px 30px;
    color: #000;
    text-align: left;
    text-shadow: none;
    width: 590px;
    background: url(../img/fav_bg_slider.png) no-repeat 0 0;
    background-size: 100%;
}
#header-slider .carousel-caption .logos {
    width: 100%;
}
#header-slider .carousel-caption * {
    letter-spacing: 0;
}
#header-slider .carousel-caption p.lead {
    margin-bottom: 10px;
}
#header-slider .carousel-caption img.logos {
    margin: 0;
}
#header-slider .carousel-caption h1 {
    font-size: 28px;
    color: #85022d;
    margin-top: 0;
}
#header-slider .carousel-caption button.en-btn {
    background-color: #fff;
    color: #fff;
    border-radius: 0;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px 40px;
    background: transparent;
    border: 4px solid #fff;
}
#header-slider .carousel-caption a.en-btn {
    background-color: transparent;
    color: #85022d;
    border-radius: 0;
    letter-spacing: 2px;
    font-weight: lighter;
    text-transform: uppercase;
    border-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 6px 40px;
    background: transparent;
    border: 1px solid #85022d;
    font-size: 18px;
    margin: 0;
}
#header-slider .carousel-caption button.en-btn:hover {
    background-color: #fff;
    color: #85022d;
    border-color: transparent;
    padding-left: 50px;
    padding-right: 50px;
}
#header-slider .carousel-caption a.en-btn:hover {
    background-color: #85022d;
    color: #fff;
    border-color: transparent;
    padding-left: 50px;
    padding-right: 50px;
}
#header-slider .carousel-indicators {
    position: absolute;
    bottom: 50px;
    left: auto;
    right: 0;
    z-index: 15;
    width: 20%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
#header-slider .carousel-indicators .active {
    width: 20px;
    height: 10px;
    margin: 1px;
    background-color: #ffb642;
    border-color: #ffb642;
    border: 0;
    border-radius: 0;
}
#header-slider .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0;
}
.left span.fa,
.right span.fa {
    position: absolute;
    top: 43%;
}
.left span.fa {
    left: 0;
}
.right span.fa {
    right: 0;
}
.carousel-control {
    width: 6% !important;
}
a.carousel-control span.fa {
    border: 1px solid #f1f1f1 !important;
    padding: 10px;
    margin-left: 0;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active { opacity: 1 }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1 }
.carousel-fade .carousel-control { z-index: 20 }
button.en-btn,
a.en-btn {
    font-size: 10px;
    background-color: #fff;
    color: #fff;
    border-radius: 40px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 5px 10px;
    background: transparent;
    border: 2px solid #fff;
    margin: 5px 30px 5px -15px;
}
button.en-btn:hover,
a.en-btn:hover {
    background-color: #fff;
    color: #000;
    border-color: transparent;
}
a.en-btn.light {
    background-color: #ffffff;
    color: #222222;
}
a.en-btn.light:hover { background-color: #ffffff }
button.en-btn.dark,
a.en-btn.dark {
    background-color: #222222;
    color: #ffffff;
    border: 0;
}
a.read-more,
a.read-more>span {
    /*color: #90a8b2;*/
    /*color: #416574;*/
    /*color: #ccc !important;*/
    color: #85022d !important;
    font-style: normal;
    font-weight: lighter;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);

    position: relative;
}
a.read-more:hover>span {
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
}
/*===========================================*/
/* Pages 
/*===========================================*/
/* Page Content */
#en-content { padding: 80px 0 }
#en-content .img,
.img { margin: 15px 0 }
/* Page Header */
#en-header {
    background-color: #ffb642;
    padding: 2%;
    color: #ffffff;
}

.main #BreadCrumbs {
    display: none;
}


#en-header .breadcrumb {
    padding: 5px 15px 0px;
    list-style: none;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: #fff;
}
#en-header .breadcrumb a { color: #FFFFFF !important }
#en-header .breadcrumb > .active {
    color: #FFF;
    font-weight: 900;
}
.breadcrumb > li + li:before{
    content: '';
    padding: 0;
}
.breadcrumb > li span {
    color: #ccc;
    padding: 0 5px 0 10px;
}
/*.breadcrumb > li:after{
    color: #000;
    padding: 0 5px 0 10px;
    color: #ccc;
    content: 'A??’A†aˆ™A?aˆsA‚A?A??’A?a‚¬A?A?aˆsA‚A?A??’A†aˆ™A?aˆsA‚A?A??’A‚A?A?A?A?a‚¬A?A‚A¬A?aˆsA‚A?';
}*/
/* Image Thumbnail with Caption*/
.post-img.thumbnail {
    border-radius: 0;
    border-color: transparent;
    background-color: #FAFAFA;
}
/* Intro */
#en-intro {
    background: #fff;
    padding: 60px 0;
}
#en-intro h1 {
    color: #85022d;
    font-size: 28px;
}
#en-intro .random_block2 p {
    font-size: 24px;
    font-family: 'RobotoLight', sans-serif;
    margin-top: 20px;
}
#en-intro .block {
    margin: 50px 0 0 0;
    overflow: hidden;
}
#en-intro a.en-btn,
#en-partners a.en-btn {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    letter-spacing: 2px;
    font-weight: lighter;
    text-transform: uppercase;
    border-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 0;
    background: url(../img/bg_button.png) no-repeat;
    width: 243px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 0;
    margin: 10px 0;
    font-size: 18px;
    font-family: 'RobotoLight';
}
#en-intro a.en-btn:hover,
#en-partners a.en-btn:hover {
    background: url(../img/bg_button_active.jpg) no-repeat;
    padding-left: 0;
    padding-right: 0;

    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#en-intro img {
    margin-bottom: 10px;
}
#en-intro p {
    font-size: 18px;
    font-family: 'RobotoLight', sans-serif;
    margin-top: 20px;
}
#en-intro .text-center {
    margin-bottom: 0;
}
/* Services */
#en-services {
    padding: 25px 0;
    /*background: #f2f2f2;*/
    background: #eee;
    color: #ffffff;
}
#en-services h2 {
    margin: 0 0 0 3px;
}
#en-services .p-10 {
    padding: 5px;
}
#en-services .bgb {
    position: relative;
    overflow: hidden;
}
#en-services .bgb .position-absolute {
    width: 100%;
    height: 58px;
    background: rgba(133,2,45,.8);
    padding: 0 10px;
    bottom: 0;
    left: 0;
}
#en-services .bgb p {
    height: 59px;
    color: #000;
    font-size: 14px;
    font-family: 'RobotoLight';
    overflow: hidden;
}
#en-services .bgb a {
    color: #85022d;
}
#en-services .read-more,
#en-services .read-more > span {
    color: #ccc;
    position: relative;
}
#en-services .section-title {
    margin-bottom: 20px;
    padding: 10px 0;
    overflow: hidden;
}
#en-services .section-title .read-more,
#en-services .section-title .read-more > span {
    color: #ccc;
    margin: 4.5px 10px 0 0 !important;
}
#en-services .section-title .read-more:hover {
    font-weight: lighter;
}
#en-services .bgb .read-more {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
#en-services .section-title hr {
    border-color: #ffb642;
}
#en-services .section-title.text-left hr { margin-left: 0 }
#en-services .section-title.text-center {
    width: 60%;
    margin: auto;
    margin-bottom: 60px;
}
#en-services .section-title h2 {
    line-height: 26px;
}
#en-services .section-title hr {
    width: 60px;
    border-color: #85022d;
}
#en-services .service h4{
    height: 58px;
    opacity: 1;
    color: #fff;
    margin-top: 10px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}
#en-services .service .overflow {
    width: 100%;
    overflow: hidden;
}
#en-services .service .overflow img {
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
#en-services .service:hover .overflow img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#en-services .service:hover .position-absolute {
    background: #85022d;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#en-services .service:hover>a h4 { color: #fff }
#en-services .service:hover>a img { opacity: 1 }

#en-services .mt5 {
    margin-top: -90px;
}


.gadgetStyleTitle {
    display: none;
}
.gadgetStyle001 .gadgetStyleBody {
    padding: 0;
}

.d-carousel ul li {
    width: 100%;
    max-width: 380px;
    margin: 0;
}

.jcarousel-direction-rtl {
    direction: rtl;
}

.d-carousel .jcarousel-container {
    display: block;
    overflow: hidden;
}

.d-carousel .jcarousel-next-horizontal {
    position: absolute;
    top: 90px;
    right: 0;
    margin-right: 0;
    width: 15px;
    height: 28px;
    cursor: pointer;
    background: transparent url(../img/blog-arrows.jpg) no-repeat top right;
}

.d-carousel .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0;
    right: auto;
    background-image: url(../img/blog-arrows.jpg);
}

.d-carousel .jcarousel-next-horizontal:hover {
    background-position: bottom right;
}

.d-carousel .jcarousel-prev-horizontal {
    position: absolute;
    top: 90px;
    left: 0;
    margin-left: 0;
    width: 15px;
    height: 28px;
    cursor: pointer;
    background: transparent url(../img/blog-arrows.jpg) no-repeat top left;
}

.d-carousel .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0;
    background-image: url(../img/blog-arrows.jpg);
}

.d-carousel .jcarousel-prev-horizontal:hover {
    background-position: bottom left;
}












/* CTA */
.en-cta { background-image: url(../img/slider/01.jpg) }
.en-cta .overlay {
    padding: 3%;
    color: #ffffff;
}
.overlay.dark { background-color: rgba(0, 0, 0, 0.60) }
.overlay.color { background-color: rgba(255, 182, 66, 0.85) }
.overlay.light {
    background-color: rgba(255, 255, 255, 0.5);
    color: #222222 !important;
}
.en-cta2 {
    padding: 3%;
    color: #ffffff;
}
.en-cta-solid {
    padding: 3%;
    background-color: #f1f1f1;
    margin: 20px 0;
}
.en-cta-solid.dark {
    background-image: url(../img/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}
.en-cta-solid.color {
    background-color: #ffb642;
    color: #f1f1f1;
}
/* Single Blog Posts */
ul.share {
    margin: 20px 0;
    border-top: 2px solid #ffb642;
    padding: 10px;
    background: #FBFBFB;
}
ul.share li {
    margin-right: 10px;
    font-size: 20px;
}
.author {
    border-top: 2px solid #ffb642;
    margin-top: 60px;
    background: #FBFBFB;
    padding: 20px;
}
.media.comment {
    padding: 20px 0;
    border-top: 2px solid #ffb642;
}
.media.reply-comment { padding: 20px 0 }
/* Comment Form */
#comment-form { margin-bottom: 30px }
/* Team Page */
#en-team {
    background: #fafafa;
    background-image: url(../img/pattern/03.png);
    background-repeat: repeat;
    color: #ffffff;
    padding: 80px 0;
}
.team .hover-bg {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team .hover-bg .hover-text.on { opacity: 1 }
.team .hover-bg .hover-text.off {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    -webkit-transform: translateY(62%);
    transform: translateY(62%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
}
.team .hover-bg:hover .hover-text.off {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
.team h5,
.career-position h5 { margin-bottom: 0px }
.career-position h6 {
    color: #ffb642;
    text-decoration: underline;
}
#en-career {
    padding: 80px 0;
    background: #ffffff;
}
/* Error Page */
.error i { font-size: 200px }
/* Career Page */
.position-details {
    margin-top: 40px;
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
}
/*===========================================*/
/* Parters
/*===========================================*/
#en-partners {
    /*padding: 0 0 120px 0;*/
    padding: 25px 0;
}

#en-partners h1 {
    color: #000;
}

#en-partners .block {
    margin: 50px 0 0 0 !important;
    overflow: hidden;
}
#en-partners .block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#en-partners .block ul li {
    width: 20%;
    float: left;
}
#en-partners img {
}
#en-partners h1 {
    font-size: 28px;
}
#en-partners p {
    font-size: 18px;
    font-family: 'RobotoLight', sans-serif;
    margin-top: 20px;
}
#en-partners .text-center {
    margin-bottom: 0;
}
/*===========================================*/
/* Portfolio Section and Page
/*===========================================*/
#en-portfolio {
    padding: 80px 0;
    background-color: #ffffff;
}
#portfolio-items .item {
    padding: 30px 0px;
    margin: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.item .hover-bg {
    position: relative;
    overflow: hidden;
}
.hover-bg .hover-text {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 60%;
    padding: 20px;
    color: #ffffff;
    transition: all 0.8s;
}
.hover-bg .hover-text.on { opacity: 1 }
.hover-bg .hover-text.off {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    -webkit-transform: translateY(65%);
    transform: translateY(65%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
}
.hover-bg:hover .hover-text.off {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
#portfolio-items .owl-controls i.fa { font-size: 30px }
#en-portfolio .owl-theme .owl-controls .owl-buttons div {
    color: #222222;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    opacity: 0.5;
}
/* Portfolio Page */
#itemsWork .item { margin-bottom: 30px }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
ul.list-inline.cat {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    text-align: center;
}
ul.cat li a {
    padding: 10px 5px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
ul.cat li a:hover,
ul.cat li a:focus,
ul.cat li a:active,
ul.cat li a.active {
    border-top: 2px solid #ffb642;
    border-bottom: 2px solid #ffb642;
}
.project-details {
    margin-top: 40px;
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
    border-bottom: 1px solid #f1f1f1;
}
/*===========================================*/
/* Testimonial Section
/*===========================================*/
#testimonial .item {
    width: 80%;
    margin: auto;
}
.testimonial .owl-theme .owl-controls .owl-page span,
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 10px;
    margin: 2px 5px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #777;
}
.testimonial .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    background: #ffb642;
    border-color: transparent;
}
.owl-theme .owl-controls,
.owl-theme .owl-controls { margin-top: 10px }
.testimonial {
    background: url(../img/slider/01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.testimonial .overlay { padding: 4% }
.testimonial.light .overlay { background: rgba(255, 255, 255, 0.92) }
.testimonial.dark .overlay {
    background: rgba(40, 47, 53, 0.85);
    color: #ffffff;
}
.testimonial.color .overlay {
    background-color: rgba(255, 182, 66, 0.85);
    color: #ffffff;
}
.testimonial.color blockquote footer { color: #f1f1f1 }
.testimonial.color .owl-theme .owl-controls .owl-page span {
    background: transparent;
    border: 1px solid #ffffff;
}
.testimonial.color .owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    background: #ffffff;
    border-color: transparent;
}
.testimonial img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}
.testimonial blockquote {
    border-left: 0;
    font-style: italic;
    background-color: transparent;
}
.testimonial blockquote footer {
    margin-top: 15px;
    color: #ffb642;
}

/*===========================================*/
/* Blog/News
/*===========================================*/
#en-news {
    padding: 25px 0;
    /*background: #f2f2f2;*/
    background: #eee;
    color: #ffffff;
}
#en-news h2 {
    margin: 0 0 0 3px;
}
#en-news .p-10 {
    padding: 5px;
}
#en-news .bgb {
    position: relative;
    overflow: hidden;
}
#en-news .bgb .position-absolute {
    width: 100%;
    height: 170px;
    background: url(../img/arrow_bottom.png) no-repeat center bottom, rgba(133,2,45,.8);
    padding: 0 10px;
    bottom: -112px;
    left: 0;
}
#en-news .bgb .position-absolute.active {
    background: url(../img/arrow_bottom.png) no-repeat center bottom, rgb(133,2,45);
}
#en-news .bgb p {
    height: 59px;
    /*color: #000;*/
    color: #fff;
    font-size: 14px;
    font-family: 'RobotoLight';
    overflow: hidden;
}
#en-news .section-title {
    margin-bottom: 20px;
    padding: 10px 0;
    overflow: hidden;
}
#en-news .section-title .read-more,
#en-news .section-title .read-more > span {
    color: #ccc;
    margin-right: 10px !important;
}
#en-news .section-title .read-more:hover {
    font-weight: lighter;
}
#en-news .section-title h2 {
    line-height: 26px;
}
#en-news .news h4{
    height: 58px;
    opacity: 1;
    color: #fff;
    margin-top: 10px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}
#en-news .news .overflow {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#en-news .news .overflow img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
#en-news .news:hover .overflow img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0.8;
 }
#en-news .news:hover>a h4 { color: #fff }
/*===========================================*/
/* Contact Us Page
/*===========================================*/
#contact-form .alert-danger {
    color: #000000;
    background-color: #FFF0D9;
    border-color: #FFB642;
}
.form input.form-control {
    height: 34px;
    color: #777;
    background-color: transparent;
}
.form .form-control { margin-bottom: 20px }
.form textarea { background: transparent }
.offices { margin-bottom: 30px }
/* Map */
.map iframe {
    height: 300px;
    width: 100%;
    border: 0;
}
/*===========================================*/
/* Sidebar
/*===========================================*/
.sidebar-widget {
    margin-bottom: 30px;
    border-top: 2px solid #ffb642;
    padding: 30px;
    background: #FBFBFB;
}
.sidebar-widget .widget-title h4 { color: #777777 }
.recent-posts .media {
    border-bottom: 1px dashed #f1f1f1;
    padding: 10px 0;
}
.recent-posts .media img,
.recent-posts .media a h5 { transition: all 0.5s }
.recent-posts .media span { margin-right: 5px }
.recent-posts .media:hover img { opacity: 0.7 }
.recent-posts .media:hover a h5 { color: #ffb642 }
.sidebar-widget ul.list-block li i,
.sidebar-widget ul.list-block li a {
    color: #777;
    transition: all 0.5s;
}
.sidebar-widget ul.list-block li:hover a { color: #ffb642 }
.sidebar-widget ul.list-block li:hover i {
    margin-left: 10px;
    color: #ffb642;
}
.tags ul li {
    border: 2px solid #ddd;
    padding: 5px 10px;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.tags ul li:hover {
    background: #ffb642;
    border-color: #ffb642;
}
.tags ul li:hover>a { color: #ffffff }
/*===========================================*/
/* Footer Area
/*===========================================*/
#en-footer * {
    color: #666666;
    font-size: 14px;
    letter-spacing: 0;
    transition: all 0.5s;
    font-size: 14px;
    /*font-family: 'RobotoLight';*/
    text-decoration: none;
}
#en-footer .orientationHorizontal > li > a {
    font-family: 'RobotoBold';
}
#en-footer a.read-more {
    display: block;
    color: #666;
    margin: 0;
}
#en-footer a.read-more:hover {
    color: #666;
    font-weight: lighter;
}
#en-footer .footer-content {
    /*padding: 60px 0 0 0;*/
    padding: 40px 0 30px 0;
    background: #fff;
    color: #000;
}
#en-footer .bottom-footer {
    background: #ccc;
    color: #333;
    padding: 20px 0 10px;
    border-top: solid 1px #333;
}
#en-footer .bottom-footer p,
#en-footer .bottom-footer a {
    color: #333;
}
.bottom-footer a { color: #ffb642 }
a.footer-logo { margin-bottom: 20px }
.footer-logo {
    font-size: 26px;
    color: transparent;
    font-family: 'RobotoBold', serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 40px;
    border: 1px solid transparent;
    padding: 2px 7px;
}
.widget li .footer-logo i,
.widget a.footer-logo {
    color: transparent;
}
.widget small a {
    color: #000;
    font-size: 14px;
    font-family: 'RobotoLight';
}
.widget small a:hover {
    color: #85022d;
}
.widget h5 {
    color: #000;
    transition: all 0.5s;
}
/* Footer Widget */
.widget { border-left: 0 }
.widget p {
    font-size: 14px;
    font-family: 'RobotoLight';
}
.widget-title.text-left hr {
    text-align: left;
    margin-left: 0;
}
.widget-title.text-center {
    width: 60%;
    margin: auto;
    margin-bottom: 60px;
}
.widget-title h4 {
    text-transform: uppercase;
    color: #000;
}
.widget-title hr {
    width: 60px;
    border-color: #666666;
}
.widget li i,
.widget a {
    color: #85022d;
    transition: all 0.5s;
    font-size: 14px;
    font-family: 'RobotoLight';
}
.widget li:hover a {
    color: #85022d;
    margin-left: 10px;
}
.widget li:hover i {
    margin-left: 10px;
    color: #85022d;
}
.widget .media a h5 {
    color: #000;
    transition: all 0.5s;
}
.widget .media:hover a h5 { color: #85022d }


.carousel-control {
    background-image: none !important;
}
.carousel-control.left {
    text-align: left;
}
.carousel-control.right {
    text-align: right;
}
#header-slider .carousel-control.left:hover span.fa-long-arrow-left,
#header-slider .carousel-control.right:hover span.fa-long-arrow-right {
    display: block;

    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
#header-slider .fa-long-arrow-left {
    background: url(../img/arrow_left.jpg) no-repeat;
}
#header-slider .fa-long-arrow-right {
    background: url(../img/arrow_right.jpg) no-repeat;
}
#header-slider .fa-long-arrow-left:before {
    content: '';
}
#header-slider .fa-long-arrow-right:before {
    content: '';
}
.carousel-control:hover, .carousel-control:focus {
    border: 0 !important;
    text-decoration: none !important;
    filter: alpha(opacity=100) !important;
    outline: 0 !important;
    opacity: 1 !important;
}
a.carousel-control span.fa {
    width: 68px;
    height: 68px;
    border: 0 !important;
}
#header-slider .fa-long-arrow-left, #header-slider .fa-long-arrow-right {
    display: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}


.lead {
    font-size: 18px;
    font-family: 'RobotoLight';
    color: #000;
}

.carousel-caption > a {
    text-decoration: none;
}


.display-table {
    display: table;
}
.display-table-row {
    display: table-row;
}
#menu_bottom {
    width: 100%;
    position: relative;
    margin: 0;
}

#menu_bottom .container {
    position: relative;
}
#menu_bottom .container .row {
    margin: 0 5px 0 5px;
}
#menu_bottom .block_bottom {
    height: 122px;
    background: url(../img/arrow_bottom.png) no-repeat center 122px, rgba(255,255,255,.8);
    padding: 10px 20px;
    position: relative;
}
#menu_bottom .block_bottom:first-child {
    margin-left: 0;
}
#menu_bottom .block_bottom.active {
    background: url(../img/arrow_bottom.png) no-repeat center 122px, rgb(255,255,255);
}
#menu_bottom .block_bottom > a {
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
}
#menu_bottom .display-table-row {
    width: 80%;
    height: 100%;
    display: inline-block;
    margin: 0 10%;
}
#menu_bottom .display-table-row > div {
    display: table-cell;
    vertical-align: top;
}
#menu_bottom .display-table-row > div img {
    margin: 5px 15px 0 0;
}
#menu_bottom .display-table-row > div p {
    font-size: 14px;
    font-family: 'RobotoLight', sans-serif;
}

#header-slider {
    padding: 0 0 0 0;
}



#main-menu .navbar-form,
.navbar-form .input-group {
    width: 100%;
    margin-top: -8px;
}

#en-footer a.en-btn.w-271 {
    width: 100%;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
    width: 47px;
}



.p-72 {
    display: block;
    padding: 36px 0;
}
#en-universal {
    min-height: 600px;
    border-bottom: solid 1px #85022d;
    margin: 0;
    padding: 10px 0 50px 0;
}
#en-universal .universal {
    margin: 0 -15px 0 -3px;
    padding: 10px 8px 20px 8px;
}
#en-universal .section-title {
    margin-bottom: 20px;
    padding: 10px 0;
    overflow: hidden;
}
#en-universal .section-title h2 {
    line-height: 26px;
}
#en-universal .universal img {
    margin-bottom: 30px;
}
#en-universal .universal.solutions_det .section-title h2 {
    margin-left: 12px;    
}
#en-universal .universal.solutions_det > p {
    margin-left: 15px;
}
#en-universal .universal.solutions_det > p.last {
    margin-bottom: 30px;
}

#en-universal .p-10 {
    padding: 5px;
}
#en-universal .bgb {
    position: relative;
    overflow: hidden;
}
#en-universal .bgb .position-absolute {
    width: 100%;
    height: 170px;
    background: url(../img/arrow_bottom.png) no-repeat center bottom, rgba(133,2,45,.8);
    padding: 0 10px;
    bottom: -112px;
    left: 0;
}
#en-universal .bgb .position-absolute.active {
    background: url(../img/arrow_bottom.png) no-repeat center bottom, rgb(133,2,45);
}
#en-universal .bgb p {
    height: 59px;
    color: #fff;
    font-size: 14px;
    font-family: 'RobotoLight';
    overflow: hidden;
}
#en-universal .item h4{
    height: 58px;
    opacity: 1;
    color: #fff;
    margin-top: 10px;
    display: table-cell;
    vertical-align: middle;
}
#en-universal .item .overflow {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#en-universal .item .overflow img {
    width: 100%;
    margin-bottom: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
#en-universal .item:hover .overflow img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0.8;
 }
#en-universal .item:hover>a h4 { color: #fff }


#en-universal .col-md-4,
#en-universal .col-md-12 {
    padding: 0;
}
#en-universal .universal.solutions_det {
    margin: 0 -15px 0 -12px;
}
#en-universal .universal.solutions_det img {
    max-width: 85%;
    margin: 0 auto 20px auto;
}
#en-universal .universal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
#en-universal .universal .item_sol {
    height: 100%;
    color: #000;
    margin-bottom: 30px;
    padding: 10px 10px;
    overflow: hidden;
}
#en-universal .universal i {
    width: 82px;
    height: 82px;
    background: url(../img/ico2.png) no-repeat;
    margin: 0 10px 0 0;
    float: left;
}
#en-universal .universal i.icon1 {
    background-position: 0 0;
}
#en-universal .universal i.icon2 {
    background-position: -100px 0;
}
#en-universal .universal i.icon3 {
    background-position: -200px 0;
}
#en-universal .universal i.icon4 {
    background-position: -285px 0;
}
#en-universal .universal i.icon5 {
    background-position: -367px 0;
    width: 70px;
    margin-right: 22px;
}
#en-universal .universal i.icon6 {
    background-position: -440px 0;
}
#en-universal .universal i.icon7 {
    background-position: -526px 0;
}
#en-universal .universal i.icon8 {
    background-position: -624px 0;
}
#en-universal .universal i.icon9 {
    background-position: -708px 0;
}
#en-universal .universal i.icon10 {
    background-position: -791px 0;
}
#en-universal .universal i.icon11 {
    background-position: -879px 0;
    width: 70px;
    margin-right: 22px;
}
#en-universal .universal a {
    font-size: 14px;
    font-family: 'RobotoLight';
    overflow: hidden;
}
#en-universal .universal .item_sol:hover {
    /*background: #f2f2f2;*/
    background: #eee;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#en-universal .container_pro {
    margin-left: -12px;
    margin-right: -15px;
    clear: both;
    overflow: hidden;
}
#en-universal img.border {
    border: solid 1px #d1d1d1;
}
#en-universal .universal p img {
    margin: 0 0 15px 15px;
}
#en-universal .universal .container_pro img {
    margin-bottom: 0px;
}








#en-universal .container_serv {
    position: relative;
    overflow: hidden;
}
#en-universal .serv_but {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
}
#en-universal .serv_but .up_block {
    background: rgba(255,255,255,0.8);
    height: 150px;
    padding: 10px 0;    
}
#en-universal .serv_but .up_block:first-child {
    margin-left: 0;
}
#en-universal .serv_but .up_block > a {
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
}
#en-universal .serv_but a {
    color: #000;
    text-decoration: none;
}
#en-universal .serv_but .up_block.active {
    background: rgba(255,255,255,1);
}
#en-universal .serv_but .up_block .display-table-row {
    width: 80%;
    height: 100%;
    display: inline-block;
    margin: 0 10%;
}
#en-universal .serv_but .up_block .display-table-row > div {
    display: table-cell;
    vertical-align: top;
}
#en-universal .serv_but .up_block .display-table-row > div img {
    width: 30px;
    margin: 5px 15px 0 0;
}
#en-universal .serv_but .up_block .display-table-row > div p {
    font-size: 14px;
    font-family: 'RobotoLight', sans-serif;
}


#en-universal .universal form .radio_container input {
    vertical-align: middle;
    margin: 0 5px 0 0;
}
#en-universal .universal form .radio_container label span {
    max-width: 95px;
    display: inline-flex;
}
#en-universal .universal form .radio_container label {
    font-weight: normal;
    display: inline-block;
    margin: 0 0 10px 0;

    padding: 15px;
    border: solid 1px transparent;
}
#en-universal .universal form .radio_container .printer {
    display: block;
}
#en-universal .universal form .radio_container .paper {
    display: none;
}
#en-universal .universal form .radio_container .printer label,
#en-universal .universal form .radio_container .paper label {
    font-weight: normal;
    display: block;
    margin: 0 0 30px 0;
}
#en-universal .universal form .radio_container label:hover,
#en-universal .universal form .radio_container label.active {
    border: solid 1px #d1d1d1;
}
#en-universal .universal form .radio_container .printer span.border_radio input,
#en-universal .universal form .radio_container .paper span.border_radio input {
    vertical-align: top;
}
#en-universal .universal form .radio_container .printer img,
#en-universal .universal form .radio_container .paper img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 10px auto;
}
#en-universal .universal form .radio_container .printer .col-md-3,
#en-universal .universal form .radio_container .paper .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

#en-universal .universal .container_pro .img {
    margin: 0 0 100px 0;
}


.main #en-breadcrumbs {
    display: none;
}
#en-breadcrumbs {
    margin: 30px 0 -30px 0;
}
#en-breadcrumbs li.last {
    /*display: none;*/
}



#application-form {
    padding-top: 8px;
    padding-bottom: 8px;
}
#application-form .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
}
#application-form .form-group {
    padding-left: 15px;
    padding-right: 15px;
}
#application-form .en-btn {
    height: 34px;
    line-height: 34px;
    vertical-align: top;
    background: #fff;
    color: #000;
    border: solid 1px transparent;
    border-radius: 0;
    border-color: transparent;
    display: inline-block;
    font-size: 14px;
    font-family: 'RobotoLight';
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    padding: 0 25px;

    text-decoration: none;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#application-form font {
    font-size: 12px;
}
#application-form .en-btn font {
    color: #000;
}
#application-form .en-btn:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#application-form.form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'RobotoLight';
}
#application-form .form-control::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'RobotoLight';
}
#application-form .form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'RobotoLight';
}
#application-form .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'RobotoLight';
}



#en-universal .cont_list {
    height: 200px;
    padding-right: 30px;
}
#en-universal .cont_list.last {
    padding-right: 0;
}
#en-universal .cont_list i {
    width: 52px;
    height: 50px;
    background: url(../img/ico_about.jpg) no-repeat 0 0;
    float: left;
}
#en-universal .cont_list .right {
    margin-left: 75px;
}
#en-universal .cont_list .right h4 {
    font-weight: bold;
}
#en-universal .cont_list i.img1 {
    background-position: 0 0;
}
#en-universal .cont_list i.img2 {
    background-position: -51px 0;
}
#en-universal .cont_list i.img3 {
    background-position: -102px 0;
}
#en-universal .cont_list i.img4 {
    background-position: -153px 0;
}
#en-universal .cont_list i.img5 {
    background-position: -205px 0;
}
#en-universal .cont_list i.img6 {
    background-position: -262px 0;
}
#en-universal .cont_list i.img7 {
    background-position: -314px 0;
}
#en-universal .cont_list i.img8 {
    background-position: -364px 0;
}
#en-universal .cont_list i.img9 {
    background-position: -417px 0;
}

#en-universal img.img_about {
    margin: 10px 0 0 0;
}
#en-universal p.text_style {
    font-size: 18px;
}
#en-universal p.text_style span {
    color: #85022d;
}
#en-universal p.text_style b {
    font-family: 'RobotoBold';
}



.mb-20 {
    margin-bottom: 20px !important;
}


.breadcrumb {
    background-color: #fff;
    margin-bottom: 0;
    padding: 8px 0;
    margin: -20px 0 30px 0;
}
.breadcrumb li.active {
    font-size: 14px;
    text-decoration: none;
}
.breadcrumb a {
    font-size: 14px;
    text-decoration: none;
}
.breadcrumb a:hover {
    /*color: #85022d;*/
}


#en-contacts {
    min-height: 600px;
    border-bottom: solid 1px #85022d;
    margin: 0;
    padding: 30px 0 50px 0;
}

#en-contacts .contact-details {
    padding: 0 30px 0 5px;
}

.no-p {
    padding: 0;
}

#en-content {
    min-height: 600px;
    border-bottom: solid 1px #85022d;
    margin: 0;
    padding: 30px 0 50px 0;
}
#en-content .service {
    padding: 0 25px 0 5px;
}
#en-content .section-title {
    margin-bottom: 20px;
    padding: 10px 0;
    overflow: hidden;
}
#en-content .section-title h2 {
    line-height: 26px;
}
#en-content .news {
    margin: 0 -15px 0 -3px;
    padding: 20px 8px;
}




.random_block {
    display: none;
}


/*#s1 { display: none; }*/
#s1 {
    width: 100%;
    margin: 30px 0 0 0;
}
#s1 ul {
    margin: 0;
    padding: 0;
    display: table;
}
#s1 li {
    /*float:left;*/
    /*display: table-cell;
    vertical-align: middle;
    height:70px;
    line-height: 70px;
    list-style:none;
    margin:0 10px 0 0;
    text-align:center;
    width:130px;*/
    height: 88px;
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
    /*max-width: 140px;*/
}
#s1 img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    /*display: block;*/
    display: inline-block;
    margin: auto;
    /*max-height: 70px;*/
    /*margin: 0 15px;*/
}






.blog-entry {
    padding-bottom: 45px;
    margin-bottom: 50px;
}
.blog-entry .date {
    float: none;
    /* width: 150px; */
    /* height: 150px; */
    display: block !important;
    text-align: left;
    background: #f7f7f7;
    font-size: 30px;
    font-weight: 500;
    vertical-align: middle;
    /*color: #2e2e2e !important;*/
    color: #85022d !important;
    line-height: 25px;
    margin: 0 30px !important;
    padding: 10px 10px 10px 10px !important;
    /* border-radius: 50%; */
    /* border: solid 1px #85022d; */
}
.WaGadgetUpcomingEvents ul li:after {
    border: 0 !important;
}
.blog-entry .date i {
    width: 16px;
    text-align: center;
    margin: 0 10px 0 0;
}
.blog-entry .content {
    text-align: left;
    margin: 20px 40px;
    /*min-height: 240px;*/
    overflow: hidden;
}
.blog-entry .content img {
    margin-bottom: 10px;
}
.blog-entry .content .town {
    display: block;
    color: #ccc;
    font-size: 14px;
    font-style: italic;
    margin: -10px 0 20px 0;
}
.blog-entry .title {
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;

    color: #000 !important;
    font-weight: 500;
    line-height: 30px;
    display: block;
    margin-bottom: 15px !important;
}
.blog-entry .description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #808080;
    font-weight: 300;
    margin-bottom: 15px;
}
.blog-entry .date span {
    display: block;
    background: #ccc;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
}

#en-footer .footer-content {
    background: #ccc;
}
#en-footer .footer-content * {
    /*color: #fff;*/
    color: #333;
}
#en-footer .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#en-footer .widget ul li {
    float: left;
}
#en-footer .widget ul li a {
    padding: 10px;
}
#en-footer .widget ul li a:hover {
    margin: 0;
}


.spon {
    margin-top: 50px;
}
.sponsors > div {
    margin-bottom: 20px;
}
.sponsors > div img {
    width: 100%;
}



.bottom-footer .container {
    position: relative;
}

#en-footer .bottom-footer a.facebook,
#en-footer .bottom-footer a.linkedin,
#en-footer .bottom-footer a.twitter {
	display: inline-block;
	margin: 0px 3px;
	height: 25px;
	width: 25px;
	background-color: #0077b5;
	overflow: hidden;
}

#en-footer .bottom-footer a.facebook,
#en-footer .bottom-footer a.linkedin,
#en-footer .bottom-footer a.twitter,
#en-footer .bottom-footer a.linkedin i,
#en-footer .bottom-footer a.facebook i,
#en-footer .bottom-footer a.twitter i,
#en-footer .bottom-footer a.twitter svg,
#en-footer .bottom-footer a.twitter svg path
{
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}
#en-footer .bottom-footer a.twitter svg {
	margin-top: 2px;
}

.left_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.left_menu li a {
    display: block;
    color: #000;
    padding: 10px 0;
    text-decoration: none;
}
.left_menu li a:before {
    /*content: '\00BB';*/
    content: '\203A';
    display: inline-block;
    margin: 0 10px 0 0;
}


.WaGadgetNavigationLinks ul.orientationHorizontal ul {
    list-style: none;
    margin: 0;
    padding: 4px 0 0 0;
}

.WaGadgetNavigationLinks ul.orientationHorizontal li + li:before {
    content: "";
    display: none;
    margin: 0;
}

.WaGadgetNavigationLinks ul.orientationHorizontal li {
    max-width: 110px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 10px 0;
    stop: being-broken;
}


.old_ver {
    margin-top: 50px;
}
.old_ver img {
    width: 100%;
    max-height: 200px;
    margin-bottom: 20px;
}

.WaGadgetNavigationLinks ul.orientationHorizontal ul li {
    padding: 0 0 15px 0;
}


img {
    max-width: 100%;
}

/*.WaLayoutContainerLast {
    display: none;
}*/


.WaGadgetRecentBlogPosts ul li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 0px;
    border-top: 0;
}




@media screen and (min-width: 1080px)  and (max-width: 1500px) {

    #header-slider .carousel-caption a.en-btn {
        font-size: 15px;
    }
}

@media (max-width: 1200px){

    h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .logo {
        width: 200px;
        height: 106px;
    }

    .form-control {
        width: 95px;
    }

    #header-slider .carousel-caption {
        width: 485px;
        margin: 0;
    }

    .lead {
        font-size: 12px;
    }

    #en-intro .container {
        background: none;
    }

    #en-intro .container .pt-45.pl-50 {
        margin: 0;
        padding: 0 0 0 15px;
    }

    #myMenu button:first-child {
        margin-left: -30px;
    }


    #menu_bottom {
        margin: 0;
    }

    #myMenu {
        position: static;
    }



    #en-services .mt1 img {
        height: 278px;
    }
    #en-services .mt5 {
        margin-top: -56px;
    }
    #en-services .mt5 img {
        height: 279px;
    }
    #en-services .mt4 {
        margin-top: -292px;
    }


    #en-partners .block ul li {
        height: 185px;
        margin: 0 0 50px 0;
        width: 33%;
        float: left;
    }
    #en-partners .block ul li.last {
        width: 50%;
    }
    #en-partners .block ul li.last.li1 {
        padding: 0 0 0 150px;
    }
    #en-partners .block ul li.last.li2 {
        padding: 0 150px 0 0;
    }


    #menu_bottom .display-table-row,
    #en-universal .display-table-row {
        width: 90%;
        margin: 0 5%;
    }

    #en-universal .item .overflow {
        height: 100%;
    }

    #en-universal .universal form .radio_container label span {
        max-width: 100%;
    }

    #application-form a.en-btn {
        padding: 0 15px;
    }
    .d-carousel ul li {
        /* max-width: 400px; */
        max-width: 330px;
    }
}

@media (max-width: 1080px){

    #header-slider .carousel-caption a.en-btn {
        font-size: 12px;
    }

    #header-slider .carousel-caption button.en-btn,
    #header-slider .carousel-caption a.en-btn {
        padding: 5px 30px;
    }


    #en-partners .block ul li {
        height: 185px;
        width: 33%;
        float: left;
    }

}

@media (max-width: 991px){
    .pt-112 {
        padding-top: 120px;
    }
    #member {
        top: 120px;
    }
    #form_search_open {
        top: 120px;
    }





    .navbar-right {
        float: none !important;
        margin-right: 0;
        padding: 0;
    }
    .section-title .read-more.navbar-right {
        float: right !important;
    }
    #header-slider > div {
        display: none;
    }

    #myMenu .vertical_menu ul li i {
        height: 70px;
    }


    #en-services .mt1 img {
        height: 212px;
    }
    #en-services .mt4 {
        margin-top: -223px;
    }

    #en-services .mt5 {
        margin-top: -43px;
    }
    #en-services .mt5 img {
        height: 213px;
    }

    #myMenu .vertical_menu {
        width: 710px;
        left: auto;
        right: auto;
    }

    #menu_bottom {
        /*margin: 50px 0 0 0;*/
        margin: 0;
    }

    #menu_bottom .block_bottom {
        height: 142px !important;
        margin: 0 !important;
        background: #fff;
    }
    #menu_bottom .block_bottom.active {
        background: #fff;
    }

    #en-universal .serv_but {
        margin: 50px 0 0 0;
        position: relative;
    }

    #en-universal .serv_but .up_block {
        height: 142px !important;
        margin: 0 !important;
        background: #fff;
    }
    #en-universal .serv_but .up_block.active {
        background: #fff;
    }
    #en-universal .serv_but .up_block .display-table-row {
        width: 100%;
        margin: 0;
    }


    .navbar-header {
        width: 44%;
        height: auto;
        margin-left: 28%;
    }
    #main-menu .container {
        width: 100%;
        padding: 0;
    }
    .navbar-header .logo {
        width: 200px;
        height: 106px;
        margin-left: 0 !important;
    }

    #myMenu {
        padding: 0;
    }

    .navbar-toggle {
        position: absolute;
        left: 30px;
        top: 26px;
    }

    .navbar-nav {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }

    .navbar-nav>li {
        float: none !important;
    }

    .navbar-nav>li.navbar-right {
        margin-right: 0;
    }

    #myMenu .vertical_menu { display: none !important; }

    #main-menu.navbar-default .navbar-nav > li > a,
    .dropdown-menu > li.bg-f > a,
    #main-menu.navbar-default .navbar-nav > li.bg-f > a {
        background-color: #fff;
        color: #85022d;
    }
    #main-menu.navbar-default .navbar-nav > .active > a,
    #main-menu.navbar-default .navbar-nav > .active > a:hover,
    #main-menu.navbar-default .navbar-nav > .active > a:focus,
    #main-menu.navbar-default .navbar-nav > li > a:hover,
    #main-menu.navbar-default .navbar-nav > li > a:focus {
        color: #fff !important;
        background-color: #ccc;
        border-color: transparent;
    }


    #menu_bottom .block_bottom {
        padding: 10px;
    }


    .p-72 {
        display: block;
        padding: 0;
    }


    #en-universal .cont_list {
        height: 120px;
    }

    #en-content .service > a > img {
        margin-top: 50px
    }

    #main-menu .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #main-menu .nav > li.bg-f > a { padding: 20px 10px }


    #idLoginForm .text-right {
        text-align: left;
        margin: 20px 0 0 0;
    }

    .form-control {
        width: 200px;
    }

    #en-footer td {
        width: 100% !important;
        padding: 0 0 30px 0;
        float: left;
    }

    [class*="EditableArea"] img {
        max-width: 40%;
        height: auto;
    }

    .left_menu {
        margin: 0 0 30px 0;
    }

}
@media (max-width: 768px){
    .navbar-header .logo {
        width: 200px;
        height: 106px;
    }
    .navbar-toggle {
        top: 15px;
    }

    .pt-112 {
        padding-top: 90px;
    }
    #member {
        top: 90px;
    }
    #form_search_open {
        top: 90px;
    }
    .form-control {
        width: 110px;
    }



    #header-slider .carousel-caption {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .row {
        margin: 0;
    }

    #en-services .bgb {
        height: 100%;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    #header-slider .carousel-caption button.en-btn,
    #header-slider .carousel-caption a.en-btn {
        padding: 10px 50px;
        border: 4px solid #fff;
    }
    .section-title.text-center {
        width: 100%;
    }

    #menu_bottom .display-table-row,
    #en-universal .display-table-row {
        width: 100%;
        margin: 0;
    }

    #en-services .mt1 img,
    #en-services .mt5 img {
        height: auto;
    }
    #en-services .mt5,
    #en-services .mt4 {
        margin-top: 0;
    }

    #en-services .section-title .read-more,
    #en-services .section-title .read-more > span,
    #en-news .section-title .read-more,
    #en-news .section-title .read-more > span {
        /*padding: 30px 0 0 0;*/
    }

    #main-menu .navbar-form,
    .navbar-form .input-group {
        width: 230px !important;
    }
    #en-partners .block ul li,
    #en-partners .block ul li.last,
    #en-partners .block ul li.last.li1,
    #en-partners .block ul li.last.li2 {
        width: 100%;
        float: none;
        padding: 0;
    }


    #en-content .service {
        padding-right: 0;
    }
    #en-universal .universal p img {
        width: 100%;
        margin: 0 0 15px 0;
        text-align: none;
    }

    #en-universal .universal .container_pro .img {
        margin-top: 20px;
    }

    #en-news .news .overflow img,
    #en-universal .item .overflow img {
        width: 100%;
    }


    #banners img {
        width: 100%;
        margin-top: 20px;
    }

    .navbar-left {
        float: left !important;
    }
}

@media (max-width: 640px){
    h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    #main-menu .nav > li.bg-f > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #main-menu .nav > li div {
        display: none !important;
    }

    .navbar-header {
        width: auto;
        height: auto;
        margin-left: 0;
    }
    .navbar-header .logo {
        float: right;
    }

    .navbar-header .logo {
        width: 200px;
    }
    #idLoginForm .text-right span {
        display: block !important;
    }
    #form_search .form-control,
    #form_search_open .form-control {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
        float: none;
    }
    #form_search .pull-left {
        float: none !important;
    }
    #application-form .en-btn {
        margin: 10px 0 0 0;
    }

    [class*="EditableArea"] img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 20px auto !important;
        float: none;
    }

    .WaGadgetLoginButton .loginBoxProfileLink {
        display: block;
    }
}

@media (max-width: 400px){
    .navbar-header .logo {
        height: 70px;
        margin-left: 0 !important;
    }

    .navbar-toggle {
        position: absolute;
        left: 5px;
        top: 15px;
    }
}

.contactBox {
	width: 33%;
	font-family: 'RobotoLight';
	min-width: 300px;
	margin-bottom: 50px;
}

div.infoblock {
	background: #eee;
	padding: 0 0 25px 0;
}

div.infoblock a, div.infoblock#follow .a {
	display: block;
	margin: 30px 0px -20px 0px;
	padding: 20px 10px 20px 90px;
	border: 1px #aaa solid;
	color: #009900;
	background-color: #fff;
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

div.infoblock#follow .a {
	color: #000;
	line-height: 28px;
}

div.infoblock#follow a {
	display: inline-block;
	text-align: center;
	margin: 0px 3px;
	padding: 0px;
	background: none;
	background-color: #85022d;
	color: #fff;
	border: none;
	width: 28px;
	height: 28px;
	overflow: hidden;
	font-size: 22px;
	line-height: 28px;
}

div.infoblock#follow a svg {
	margin-top: 3px;
}

#mourning a {
	background-image: url(../img/mourning.png);
	color: #666;
}

#covid19 a {
	background-image: url(../img/covid19.png);
}




/*NEW CONF 2021*/

.bg-grey{
    background: #eeeeee;
    overflow: hidden;
}
.bg-white{
    background: #ffffff;
    overflow: hidden;
}
.item-section{
    padding: 32px 20px;
    line-height: 22px;
}

.conf-cols{
    display: flex;
}
.conf-col-1{
    flex-grow: 1;
}   
.conf-col-1 p{
    font-size: 16px;
}

.conf-col-2{
    flex: 0 0 300px;
    text-align: right;
    padding-right: 0px;
    padding-top: 79px;
}

.confa p{
    margin: 15px 0px 24px 0;
}

.red-button,
.red-button-2{
    background: #72022C;
    display: inline-block;
    /*font-family: Helvetica Neue;*/
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: #FFFFFF !important;
    text-align: center;
    text-decoration: none;
        padding: 3px 16px;
}

.red-button-2{
    width: 100%;
    font-size: 19px;
    line-height: 23px;
    padding: 8px 16px;
}

.conf-form{
    border: 1px solid #cccccc;
    padding: 10px 20px;
}
.conf-form-cols{
    display: flex;
}
.conf-form-col-1{
    padding-top: 8px;
    flex: 0 0 248px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 24px;
}
.conf-form-col-2{
    flex-grow: 1;
    font-size: 19px;
    padding: 9px 0 20px 0;
}
.conf-form-col-3{
    flex: 0 0 368px;
    padding-right: 48px;
    padding-top: 38px;
}

.speakers-cols{
    display: flex;
    padding-top: 50px;
    padding-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
}

.speakers-col-1{
    flex: 0 0 auto;
    width: 44%;
}
.speakers-col-2 h2,
.speakers-col-1 h2{
    padding-bottom: 20px;
}

.speakers-col-2{
    padding-left: 55px;
}

.speakers{
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
}

.speaker{
    flex: 0 0 auto;
    width: 50%;

    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.speaker-time{
    color: #72022C;
    display: block;
    padding: 25px 0 0 0;
}

.speaker-avatar{
}

.speaker-name{
    flex: 1;
    padding: 0 20px 0 18px;
}
.speakers-col-2 ul{
    padding: 0 0 0 20px;
    margin: 0;
}
.speakers-col-2 ul li{
    padding: 0 0 2px 0;
}

.standard-padding{
    padding: 0 20px;
}

.networking-cols{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 28px;
    padding: 0 20px 28px 20px
}

.networking-col-1{
    flex: 0 0 auto;
    width: 63%;
    padding: 40px 40px 0px 0;
}
.networking-col-1 p{
    font-size: 16px;
}
.networking-col-1 a{
    color: #000000;
}

.networking-col-2{
    flex: 0 0 auto;
    width: 37%;
}

img.networking{
    width: 350px;
    padding-bottom: 30px; 
}

.sponsors{
    padding: 0px 20px 0px 20px;
}

.sponsors h2{
    padding: 23px 0px 40px;
}

.sponsors-cols{
    display: flex;
    flex-wrap: wrap;
}

.sponsors-col-1{
    flex: 0 0 auto;
    width: 25%;
    padding: 0 0 20px 0px;
}

.sponsors-col-2{
    flex: 0 0 auto;
    width: 75%;
    padding: 0 120px 48px 78px;
}
.sponsors-col-2 b{
    display: block;
}

.partners{
    padding: 35px 20px 48px 20px;
}

.partners h2{
    padding: 0 0 35px 0;
}

.partners-gallery{
    display: flex;
    flex-wrap: wrap;
}
.partners-gallery a{
    padding-right: 20px;
}

.support-conf{
    padding: 20px 20px 34px 20px
}
.support-conf-text{
    display: block;
    font-size: 19px;
    padding: 0px 0px 30px 43px;
}
.text-center{
    text-align: center;
}

.contact{
    padding: 40px 20px 20px 20px;
}
.contact>b{
    display: block;
    font-size: 20.5px;
    padding-bottom: 40px;
}
.contact>b.seco{
    font-size: 20.5px;
    padding-bottom: 20px;
}

.contact-cols{
    display: flex;
    flex-wrap: wrap;
    max-width: 722px;
    padding-bottom: 65px;
}

.contact-col{
    flex: 0 0 50%;
    font-size: 19px;
    line-height: 22px;
}
.contact-col{
}

.cancellation{
    padding: 0 0 20px 0;
    font-size: 18px;
    line-height: 23px;
}


@media(max-width: 768px){
    .conf-cols{
        flex-wrap: wrap;
    }
    .conf-col-1{
        flex: 0 0 auto;
        width: 100%;
    }   
    
    .conf-col-2{
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }

    .conf-form-cols{
        flex-wrap: wrap;
    }
    .conf-form-col-1{
        padding-top: 8px;
        font-size: 20px;
        font-weight: bold;
        padding-left: 0px;

        flex: 0 0 auto;
        width: 100%;
    }
    .conf-form-col-2{
        flex: 0 0 auto;
        width: 100%;

        font-size: 19px;
        padding: 9px 0 20px 0;
    }
    .conf-form-col-3{
        flex: 0 0 auto;
        width: 100%;

        padding-right: 0px;
        padding-top: 20px;
    }


    .speakers-cols{
        flex-wrap: wrap;

        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .speakers-col-1{
        flex: 0 0 auto;
        width: 100%;
    }
    
    .speakers-col-2{
        padding-left: 0px;
        flex: 0 0 auto;
        width: 100%;
    }


    .networking-cols{
        flex-wrap: wrap;
        padding-bottom: 20px;
        padding: 0 20px 20px 20px
    }

    .networking-col-1{
        flex: 0 0 auto;
        width: 100%;
        padding: 20px 20px 0px 0;
    }
    
    .networking-col-2{
        flex: 0 0 auto;
        width: 100%;
    }



    .sponsors-cols{
        flex-wrap: wrap;
    }

    .sponsors-col-1{
        flex: 0 0 auto;
        width: 100%;
        padding: 0 0 20px 0px;
    }

    .sponsors-col-2{
        flex: 0 0 auto;
        width: 100%;
        padding: 0 20px 20px 20px;
    }

    .partners-gallery a{
        padding-bottom: 20px;
    }


    .contact-cols{
        max-width: 100%;
        padding-bottom: 20px;
    }

    .contact-col{
        flex: 0 0 auto;
        width: 100%;
        font-size: 19px;
        line-height: 22px;
    }

    img.networking{
        width: 40%;
        padding-right: 10px;
    }

}







/* new styles */
.npage #en-contacts{
    display: none;
} 
.npage h1,
.npage h2,
.npage h3,
.npage h4,
.npage h5{
  font-weight: 500;
}
.npage .big-container{
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}
.npage .container{
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  height: auto;
}
.npage .row{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.npage .row:after,
.npage .row:before,
.npage .container:after,
.npage .container:before{
    content: '';
    display: none;
}

.npage .justify-content-btwn{
  justify-content: space-between;
}
.npage ul{
  list-style: none;
}
.npage li{
  list-style: none;
} 
.npage nav{
  width: 66.66%;
  padding-top: 2%;
}
.npage nav >li{
  font-size: 16px;
  text-transform: uppercase;
}
.npage a{
  text-decoration: none;
}
.npage a{
  text-decoration: none;
  color: black;
}
.npage button{
  background-color: white;
  border: none;
}
.npage .dflex{
  display: flex;
  flex-wrap: wrap;
}
.npage .padtop2{
  padding-top: 0.5rem;
}
.npage .dehide{
  display: none;
}

/* banner style */
.banner-desktop{
  width: 100%;
}
.banner-mobile{
  display: none;
}
/* banner style */
/* section01 css starts here */
.social-i{
  min-height: 95px;
  padding-top: 1%;
  width: 100%;
}
.social-i li{
  height: 60px;
  width: 60px;
  margin-right: 15px;
  padding-top: 6px;
  background-color: #278BC0;
  text-align: center;
  margin-top: 5px;
}

a.mediakit {
	display: inline-block;
	color: #278bc0;
	background-color: #fff;
	border: 2px #278bc0 solid;
	font-size: 24px;
	width: 150px;
	padding: 10px 20px;
	margin-top: 20px;
	margin-right: 20px;
	white-space: nowrap;
}

a.becomeguest {
	display: inline-block;
	color: #278bc0;
	background-color: #fff;
	border: 2px #278bc0 solid;
	font-size: 24px;
	width: 230px;
	padding: 10px 20px;
	margin-top: 20px;
	white-space: nowrap;
}

.social-i ul li a{
  font-size: 2.5rem;
  line-height: 3.0rem;
  color: white;
}

.social-i ul li a i{
  font-size: 2.5rem;
  color: white;
}
/* section01 css ends here */
/* section02 css starts here */
.section02{
  min-height: 574px;
  background-color: #F7F7F7;
  padding-top: 100px;
}
.dw50{
  width: 49%;
}
.section02box{
  background-color: #ffffff;
  min-height: 400px;
  padding: 40px;
}
.section02box h1{
  font-weight: 500;
  color: #3e3e3e;
  line-height: 45px;
}
.section02box h3{
  font-weight: 500;
  color: #3e3e3e;
  height: 45px;
}
.section02box p, .sec04mainbox.bigger p {
  color: #626262;
  font-size: 18px;
}
.section02box p i{
  color: #E0CC56;
  font-size: 24px;
}
.section02box img {
  max-width: 100%;
  max-height: 141px;
  margin-right: 30px;
}


/* section02 css ends here */
/* section03 css starts here */
.section03{
  padding: 1% 0;
}
.section03head h1{
  font-weight: 500;
  max-width: max-content;
}
.section03head a{
  width: 11%;
  color: #3D65AE;
  padding-top: 1%;
}
.section03head a p{
  padding-right: 1%;
}
.section03head a  i{
  font-size: 22px;
}
.boxsec03{
  min-height: 350px;
  width: 100%;
  margin: 1% 0;
  border: 1px solid #DFDFDF;
  padding: 2%;
}
.boxsec03 img{
  /*min-width: 28%;*/
  width: auto;
}

.boxsec03 .titleimg {
	width: 275px;
	height: 299px;
}

.innerboxsec03{
  width: 70%;
  padding-top: 1%;
}
.sec03head h3{
  color: #4264A7;
  margin-right: 1%;
  font-size: 24px;
  font-weight: 500;
}
.sec03head p{
  font-size: 24px;
  font-weight: 500;
}
.sec03content{
  margin: 2% 0;
}
.sec03content{
  font-size: 20px;
  margin: 3% 0;
}

.sec03content a {
	color: #17A2CF;
}

.sec03content li {
	list-style: disc;
}

.learnmore{
  border: 1px solid #17A2CF;
  padding: 1% 2%;
  font-size: 16px;
  font-weight: 600;
  color: #17A2CF;
  margin: 3% 0;
}
.sec03socialimg{
  margin-top: 4%;
  margin-left: -0.5%;
}
.sec03socialimg img{
  width: auto;
}
/* section03 css ends here */

/* section04 css ends here */
.section04head{
  width: 100%;
}
.section04head h1{
  font-weight: 500;
}
.blueline{
  height: 2px;
  width: 5%;
  background-color: #3A63AE;
}
.sec04mainbox{
  min-height: 210px;
  height: auto;
  margin: 5% 0;
}

.sec04box{
  min-height: 100px;
  height: auto;
  width: 25%;
  padding-right: 2%;
}
.sec04box h3{
  font-weight: 500;
}
.sec04box p{
  color: #17A2CF;
}
/* section04 css ends here */
/* section05 css starts here */
.section05{
  background-color: #EEEEEE;
  min-height: 180px;
  height: auto;
  padding-top: 2%;
}
.section05 p{
  margin-top: 1%;
}
/* section05 css ends here */




.pad-5{
  padding: 5%;
}

@media (max-width: 1199px){
  .container{
    width: 100%;
    padding: 0 3%;
  }
  .logo{
    max-width: 33%;
  }
  .logo img {
    width: 100%;
  }
  .nav-content-btwn{
    justify-content: none;
  }
  nav >li{
    font-size: 14px;
  }
  /* section02 css starts here */
  .section02{
    min-height: auto;
    height: auto;
    padding: 5% 0;
  }
  .section02box{
    min-height: auto;
    padding: 2%;
  }
  .section02box h1{
    height: auto;
    margin-bottom: 2%;
  }
  .section02box h3{
    height: auto;
    margin-bottom: 2%;
  }
  .section02box p{
    color: #626262;
    font-size: 16px;
  }
  .section02box p i{
    color: #E0CC56;
    font-size: 20px;
  }
  .section02box img {
    margin-right: 10px;
  }
  /* section02 css ends here */
  /* section03 css starts here */
  .section03{
    padding: 4% 0;
  }
  .section03head h1{
    font-weight: 500;
    max-width: max-content;
  }
  .section03head a{
    width: 16%;
    color: #3D65AE;
  }
  .section03head a p{
    padding-right: 1%;
  }
  .section03head a  i{
    font-size: 22px;
  }
  .boxsec03{
    height: auto;
    padding: 2%;
  }
  .boxsec03 img{
    width: 22%;
    height: 80%;
  }
  .innerboxsec03{
    width: 68%;
  }
  .sec03head h3{
    margin-right: 1%;
    font-size: 20px;
  }
  .sec03head p{
    font-size: 20px;
  }
  .sec03content{
    font-size: 16px;
    margin: 3% 0;
  }
  .learnmore{
    font-size: 14px;
    margin: 3% 0;
  }
  .sec03socialimg{
    margin-top: 4%;
    margin-left: -0.5%;
  }
  .sec03socialimg img{
    width: 90%;
    height: 100%;
  }
  /* section03 css ends here */

}
@media (max-width: 800px){

  
  /* section01 css starts here */

  .social-i{
    height: auto;
    padding-top: 3%;
    margin: 0 auto;
  }
  .social-i li{
    height: 50px;
    width: 50px;
	margin-top: 5px;
    margin-right: 10px;
    padding-top: 6px;
  }
  .social-i ul li a{
    font-size: 2.2rem;
	line-height: 2.2rem;
  }
  .social-i ul li a i{
    font-size: 2.2rem;
  }
  /* section01 css ends here */
  /* section02 css starts here */
  .dw50{
    width: auto;
  }
  .mw100{
    width: 100%;
  }
  .section02box{
    padding: 5%;
    margin-bottom: 5%;
  }
  .section02box h1{
    font-size: 24px;
    height: auto;
    margin-bottom: 2%;
  }
  .section02box h3{
    font-size: 18px;
    height: auto;
    margin-bottom: 2%;
  }
  .section02box p{
    color: #626262;
    font-size: 14px;
  }
  .section02box p i{
    color: #E0CC56;
    font-size: 18px;
  }
  .section02box img {
    margin-right: 10px;
  }
  /* section02 css ends here */
  /* section03 css starts here */
  .section03head h1{
    font-weight: 500;
    max-width: max-content;
  }
  .section03head a{
    width: 18%;
  }
  .boxsec03{
    flex-wrap: wrap;
    padding: 4%;
  }
  .boxsec03 img{
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .boxsec03 span.titleimg {
	  text-align: center;
	  display: block;
	  width: 100%;
  }
  .innerboxsec03{
    width: 100%;
    padding-top: 1%;
  }
  .sec03head {
    display: flex;
    justify-content: center;
    margin-top: 2%;
    flex-wrap: wrap;
  }
  .sec03head h3{
    font-size: 20px;
  }
  .sec03head p{
    font-size: 20px;
  }
  .sec03content{
    margin: 2% 1%;
  }
  .sec03content{
    font-size: 20px;
    margin: 3% 0;
  }
  .learnmore{
    border: 1px solid #17A2CF;
    padding: 1% 2%;
    font-size: 16px;
    font-weight: 600;
    color: #17A2CF;
    margin: 3% 0;
  }
  .sec03socialimg{
    margin-top: 4%;
    margin-left: -0.5%;
  }
  .sec03socialimg img{
    width: 100%;
  }
  /* section03 css ends here */
  /* section04 css ends here */
  .section04head{
    width: 100%;
  }
  .section04head h1{
    text-align: center;
  }
  .blueline{
    margin: 0 auto;
    height: 2px;
    width: 10%;
    background-color: #3A63AE;
  }
  .sec04box{
    min-height: 100px;
    height: auto;
    width: 33%;
  }
  .sec04box h3 { line-height:25px;}
  /* section04 css ends here */

  .mhide{
    display: none;
  }
  .mdiplay{
    display: block;
  }
}
@media (max-width: 700px){
  /* banner style */
  .banner-desktop{
    display: none;
  }
  .banner-mobile{
    display: block;
    width: 100%;
  }
  /* banner style */
  /* section01 css starts here */
  .social-i li{
    height: 45px;
    width: 45px;
    margin-right: 10px;
	margin-top: 5px;
    padding-top: 6px;
  }
  /* section01 css ends here */
  /* section03 css starts here */
  .section03head h1{
    font-weight: 500;
    max-width: max-content;
  }
  .section03head a{
    width: 37%;
    padding-top: 4%;
    }.sec03head h3{
      font-size: 20px;
    }

    .sec03head h3{
      width: auto;
      font-size: 20px;
    }  
    .sec03head p{
      width: auto;
      font-size: 20px;
    }
    .sec03content{
      font-size: 18px;
      margin: 3% 0;
    }
    .learnmore{
      width: 50%;
      display: block;
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      color: #17A2CF;
      margin: 3% auto;
    }
    .sec03socialimg{
      display: flex;
      flex-wrap: wrap;
      display: flex;
      justify-content: center;
    }
    .sec03socialimg img{
      width: 100%;
      margin: 0 auto;
    }
    /* section03 css ends here */
    /* section04 css ends here */
    .section04head h1{
      font-weight: 500;
    }
    .blueline{
      height: 2px;
      width: 14%;
      background-color: #3A63AE;
    }
    .sec04box{
      min-height: 100px;
      height: auto;
      width: 50%;
      margin-bottom: 4%;
      padding-right: 2%;
    }
    /* section04 css ends here */
    /* section05 css starts here */
    .section05{
      height: auto;
      padding: 6% 0;
    }
    .section05 h2{
      width: 100%;
      text-align: center;
    }
    .section05 p{
      width: 100%;
      text-align: center;
      margin-top: 1%;
    }
    /* section05 css ends here */
  }
  @media (max-width: 400px){

    /* section01 css starts here */
    .social-i li{
      height: 35px;
      width: 35px;
	  margin-top: 5px;
      margin-right: 8px;
      padding-top: 6px;
    }
    .social-i ul li a{
      font-size: 1.5rem;
	  line-height: 1.5rem;
    }
    .social-i ul li a i{
      font-size: 1.5rem;
    }
    /* section01 css ends here */
    /* section03 css starts here */
    .section03head h1{
      font-size: 24px;
    }
    .section03head a{
      width: 45%;
      padding-top: 2%;
    }
    .section03head a p{
      font-size: 14px;
    }
    .section03head a i{
      font-size: 18px;
    }
    /* section03 css ends here */
  }




.pt-112{
    display: none;
}
.fancybox-content{
    padding: 20px;
}  
#id_ckamqSk{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%; 
}

#main-menu{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 83px;
}

#application-form{
    text-align: center;
}
#application-form.login-form{
    text-align: center;
}
#application-form.login-form .form-control{
    color:  #000;
    border:  1px solid #ccc;
    margin: 0 10px 0 0px;
}
#application-form .en-btn{
    margin: 0 0 5px 0;
}

#application-form .en-btn *{
    color: #000;
}
#application-form.login-form ::-webkit-input-placeholder { 
    color:   #ccc;
}
#application-form.login-form :-moz-placeholder {
   color:    #ccc;
   opacity:  1;
}
 #application-form.login-form ::-moz-placeholder {
   color:    #ccc;
   opacity:  1;
}
#application-form.login-form :-ms-input-placeholder {
   color:    #ccc;
}
#application-form.login-form ::-ms-input-placeholder {
   color:    #ccc;
}

#application-form.login-form ::placeholder {
   color:    #ccc;
}
#application-form.login-form .en-btn{
    background: #ccc;
    color: #fff;
}
@media(max-width: 768px){
    .WaGadgetLoginButton .loginBoxProfileLink{
        margin: 0 5px;
    }

    #form_search #application-form {
        padding-bottom: 10px;
    }

    #application-form a.en-btn{
        padding: 0 5px;
        height: 24px;
        line-height: 24px; 
        font-size: 12px;
    }
}
@media(min-width: 768px){
    #main-menu{
        margin-top: 108px;
    }
    #application-form{
        text-align: center;
    }
   

}
@media(min-width: 992px){
    #main-menu{
        margin-top: 65px;
    }
    .mailingButton{
        float:  left;
    }
    
    .header-buttons{
        text-align:  right;
    }
}
@media(min-width: 1200px){
    #main-menu{
        margin-top: 65px;
    }
}

img.section-title-image {
	margin: 10px 0px;
	max-width: 100%;
}

div.bilateral-reports, div.bilateral-workgroups {
	display: flex;
	flex-wrap: wrap;
	margin: 10px -10px 0px -10px;
}

h4 {
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
	margin: 10px 0px 20px 0px;
}

div.bilateral-reports a {
	display: inline-block;
	width: 18%;
	min-width: 200px;
	background-color: #efefef;
	border-radius: 30px;
	padding: 20px 20px 20px 60px;
	background-image: url(../bilateral/img/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	color: #000;
	text-decoration: none;
	margin: 0px 10px 20px 10px;
}

div.bilateral-workgroups a {
	width: 18%;
	min-width: 218px;
	margin: 0px 10px 20px 10px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 185px 0px 0px 0px;
}

div.bilateral-workgroups a.aerospace {
	background-image: url(../bilateral/img/group_aerospace.jpg);
}

div.bilateral-workgroups a.healthcare {
	background-image: url(../bilateral/img/group_healthcare.jpg);
}

div.bilateral-workgroups a.agriculture {
	background-image: url(../bilateral/img/group_agriculture.jpg);
}

div.bilateral-workgroups a.energy {
	background-image: url(../bilateral/img/group_energy.jpg);
}

div.bilateral-workgroups a.construction {
	background-image: url(../bilateral/img/group_construction.jpg);
}

div.bilateral-workgroups a.ict {
	background-image: url(../bilateral/img/group_ict.jpg);
}

div.bilateral-workgroups a.plenary {
	background-image: url(../bilateral/img/group_plenary.jpg);
}

div.bilateral-reports a:hover, div.bilateral-workgroups a:hover {
	text-decoration: underline;
}
.pager-container .pager-elem {
    cursor: pointer;
}
.pager-container .pager-elem:hover {
    font-weight: 800 !important;
}

.memberDirectory .memberDirectoryColumn4 .memberValue {
    position: relative;
}
.memberDirectory .memberDirectoryColumn4 .memberBgContent {
    height: 72px;
    overflow-y: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}
.memberDirectory .memberDirectoryColumn4 .memberShowMore {
    color: #85022d;
    font-size: inherit;
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration: underline;
}
.memberDirectory .memberDirectoryColumn4 .memberShowMore:hover {
    color: #000000;
    text-decoration: none;
}



.fancybox-content{
    padding: 20px;
}
.zoneHeader2{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
}

#main-menu{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 83px;
    /*box-shadow: none;*/
}



#application-form{
    text-align: center;
}
#application-form.login-form{
    text-align: center;
}
#application-form.login-form .form-control{
    color:  #000;
    border:  1px solid #ccc;
    margin: 0 10px 0 0px;
}

#application-form .en-btn{
    margin: 0 0 5px 0;
}

#application-form .en-btn *{
    color: #000;
}

#application-form.login-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #ccc;
}
 #application-form.login-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
 #application-form.login-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
#application-form.login-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
#application-form.login-form ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ccc;
}

#application-form.login-form ::placeholder { /* Most modern browsers support this now. */
   color:    #ccc;
}

#application-form.login-form .en-btn{
    background: #ccc;
    color: #fff;
}

@media(max-width: 768px){
    #form_search #application-form {
        padding-bottom: 10px;
    }

    #application-form a.en-btn{
        padding: 0 5px;
        height: 24px;
        line-height: 24px; 
        font-size: 12px;
    }
}



@media(min-width: 768px){
    #main-menu{
        margin-top: 108px;
    }
    #application-form{
        text-align: center;
    }
   

}

@media(min-width: 992px){
    #main-menu{
        margin-top: 65px;
    }
    .mailingButton{
        float:  left;
    }
    
    .header-buttons{
        text-align:  right;
    }
    .loginButton{
        /*float:  right;*/
    }
}

@media(min-width: 1200px){
    #main-menu{
        margin-top: 65px;
    }
}

.menu-logo{
    display: block;
    float: right;
    width: 130px;
    height: 112px;
    line-height: 112px;
    margin-right: 20px;

    z-index: 100;
    position: relative; 
}

@media(min-width: 992px){
    .menu-logo{
        float: left;
    }
}