@charset "utf-8";



/* made by exotheme

body
header
subheader
navigation
content
footer
blog
elements
	accordion
	button
	address
	blockquote
	breadcrumb
	call to action
	featured box
	form
	heading
	list
	separator
	tab
	testimonial
	timeline
	widget
plugin
misc

*/

/*------------------------------
BODY
------------------------------ */
body {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    color: #888;
    background: #fff;
    text-shadow: none !important;
}

#wrapper {
    overflow: hidden;
}

/*------------------------------
HEADER
------------------------------ */
header {
	background: #fff;
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 100px;
    opacity: 0.8;	
}

header.overlay {
    background: rgba(12, 121, 227, .2);
}

header .logo-2 {
    display: none;
}

header.clone {
    width: 100%;
    position: fixed;
    top: -180px;
    transition: 0.5s top ease-in;
    margin-left: 0;
    border-bottom: solid 1px #eee;
    margin-top: 0;
    background: #fff;
}

header.clone .logo-1 {
    display: none;
}

header.clone .logo-2 {
    display: block;
}

body.down header.clone {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

header .buttons {
    margin-top: 35px;
    display: inline-block;
    float: right;
}

header .social {
    margin-top: 20px;
    display: inline-block;
    float: right;
}

header .social a {
    color: #6C7490;
    font-size: 18px;
    padding: 0 8px 0 8px;
}

header .social a:hover {
    color: #6C7490;
}

header .animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

header .search {
    margin-top: 25px;
    display: inline-block;
    float: right;
}

header .search input[type=text] {
    border-radius: 60px;
    border: none;
    padding: 2px 20px 2px 20px;
    width: 100px;
    opacity: .7;
}

header.clone .search input[type=text] {
    background: #eee;
    color: #333;
    opacity: .7;
}

header .search input[type=text]:focus {
    width: 100%;
    opacity: 1;
}

/*------------------------------
SUBHEADER
------------------------------ */
#subheader {
    padding-top: 130px;
    background-position: unset !important;	
    background-size: cover !important;
	    background-repeat: no-repeat;
    text-align: center;
}

#subheader h1 {
    color: #fff;
}

#subheader h1 span {
    display: block;
    font-family: "Georgia";
    font-style: italic;
    text-transform: none;
    font-size: 18px;
    color: #ddd;
    margin-top: 10px;
    letter-spacing: 0;
}

#subheader .overlay {
    padding: 120px 0 60px 0;
	height: 350px;
	margin: 0 0 0 0;
    background: rgba(0, 0, 0, 0);
}

/*------------------------------
MAINMENU
------------------------------ */
#mainmenu-container {
    font-family: 'Open Sans', sans-serif;	
    text-align: center;
    height: 60px;
    margin-top: 20px;
    display: inline-block;
    font-weight: bold;
}

.menu-right {
    float: right;
}

#mainmenu {
    color: #6C7490;
    font-size: 13px;
    display: inline-block;
    text-align: left;
}

#mainmenu a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}

#mainmenu ul {
    float: right;
    margin: 0 0;
    padding: 0 0;
    height: 30px;
    padding-top: 20px !important;
}

#mainmenu li {
    margin: 0 0;
    padding: 0 0;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
    text-transform: uppercase;
}

#mainmenu li:last-child {
}

#mainmenu a {
    display: block;
    padding: 10px 16px 8px 16px;
    text-decoration: none;
    color: #555;
}

header.clone #mainmenu a {
    color: #555;
}

#mainmenu a:hover {
    color: #fff;
}

#mainmenu li:hover a {
    color: #6C7490;
}

#mainmenu li:hover li a {
    color: #fff;
}

#mainmenu li li, #mainmenu li li:last-child {
    font-size: 14px;
    border-left: none;
    border-right: none;
}

#mainmenu li li a {
    padding: 5px 15px 5px 15px;
    color: #fff;
    background: #767676;
    border-top: none;
    text-transform: none;
    letter-spacing: normal;
}

#mainmenu li li a:hover {
    border-top: none;
}

#mainmenu li li a:hover {
    color: #fff;
    background: #6C7490;
}

#mainmenu li ul {
    width: 170px;
    height: auto;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
    display: none;
}

#mainmenu li li {
    display: block;
    float: none;
}

#mainmenu li:hover > ul {
    display: block;
}

#mainmenu li ul ul {
    left: 100%;
    top: 0;
}

#mainmenu select {
    padding: 10px;
    height: 36px;
    font-size: 14px;
    border: none;
    background: #ff4200;
    color: #fff;
}

#mainmenu select option {
    padding: 10px;
}

#mainmenu li ul  a{
font-size:16px;
}
#mainmenu li ul li ul a{
font-size:14px;
}
#mainmenu li ul li ul li ul a{
font-size:12px;
}
/* --------------- menu btn --------------- */
#menu-btn {
    position: relative;
    z-index: 1000;
    display: none;
    float: right;
    margin-top: 22px;
    width: 36px;
    height: 36px;
    background: #6C7490;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

#menu-btn:before {
    font-family: FontAwesome;
    content: "\f0c9";
    font-size: 24px;
    color: #fff
}

.selectnav {
    display: none;
    width: 80%;
    font-size: 16px;
    border: solid 1px #ccc;
    padding: 5px;
}

/*------------------------------
/* FOOTER
/*------------------------------ */
footer {
    background: #767676;
    color: #ccc;
    padding: 40px 0 40px 0;
}

footer a {
    color: #ccc;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer li {
    padding: 0 10px 0 0;
}

footer .social {
    display: inline-block;
}

footer .social i {
    display: inline-block;
    font-size: 14px;
    background: none;
    color: #777;
}

footer .social a {
    padding: 0 8px 0 0;
    background: none;
    margin-right: 20px;
}

.subfooter {
    margin-top: 40px;
    padding: 40px;
    background: #1b1f27;
    text-align: center;
}

/*------------------------------
/* BLOG
/*------------------------------ */
.blog-list {
    margin-top: -10px;
    margin: 0;
    padding: 0;
}

.blog-list li {
    margin-bottom: 20px;
    list-style: none;
    background: url(../Images/Frontend/dotwhite50.png);
    line-height: 1.7em;
    padding-bottom: 40px;
}

/* blog list */
.blog-list li {
    margin-bottom: 40px;
    width: 48%;
    float: left;
    padding: 20px;
    background: #fff;
    margin: 0 10px 10px 0;
    border: solid 1px #f2f2f2;
}

.blog-list li:hover {
    background: #eee;
    border-color: #6C7490;
}

.blog-list .info {
    position: absolute;
    width: 60px;
}

.blog-list h3 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
}

.blog-list .date-box {
    border: none;
}

.blog-list .date {
    text-shadow: none;
    text-shadow: none;
    text-align: center;
    padding: 10px 0 10px 0;
}

.blog-list .date h4 {
    font-size: 40px;
    margin-bottom: 20px;
}

.blog-list .date span {
    letter-spacing: 8px;
    padding-left: 5px;
}

.blog-list a.readmore {
    display: block;
    width: 60px;
    height: 40px;
    background: url(../Images/Frontend/arrow-2.png) right center no-repeat #555;
}

.blog-list a.readmore:hover {
    background: url(../Images/Frontend/arrow-2.png) left center no-repeat #E1704B;
}

.blog-list .preview {
    line-height: 1.6em;
}

.blog-list .meta-info {
    text-align: center;
    background: #fff;
    margin: 10px 0 0 0;
    font-size: 11px;
    padding: 5px;
    border: solid 1px #eee;
}

.blog-list .meta-info span {
    padding: 0 10px 0 10px;
    color: #ccc;
}

.blog-list .preview img {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
}

.blog-list .callbacks_container {
    margin-bottom: -35px;
}

/*------------------------------
	/* blog single */
/*------------------------------ */
.blog-read {
    margin-top: -10px;
    margin: 0;
    padding: 0;
}

.blog-read {
    margin-bottom: 20px;
    list-style: none;
    background: url(../Images/Frontend/dotwhite50.png);
    line-height: 1.7em;
    padding-bottom: 40px;
}

.blog-header .by {
    display: inline-block;
    float: left;
    background: url(../Images/Frontend/icon-user.png) left center no-repeat;
    padding-left: 24px;
}

.blog-header .cat {
    display: inline-block;
    float: left;
    background: url(../Images/Frontend/icon-folder.png) left center no-repeat;
    padding-left: 24px;
}

.blog-header .news-date {
    display: inline-block;
    float: left;
    background: url(../Images/Frontend/icon-folder.png) left center no-repeat;
    padding-left: 24px;
}

/* blog list */
.blog-read {
    margin-bottom: 40px;
}

.blog-read h3 {
    margin: 0;
    margin-bottom: 10px;
}

.blog-read .info {
    position: absolute;
    width: 60px;
}

.blog-read .date {
    text-shadow: none;
    text-shadow: none;
    text-align: center;
    padding: 10px 0 10px 0;
}

.blog-read .date h4 {
    font-size: 40px;
    margin-bottom: 20px;
}

.blog-read .date span {
    letter-spacing: 8px;
    padding-left: 5px;
}

.blog-read .preview {
    padding-left: 80px;
    line-height: 1.6em;
}

.blog-read .meta-info {
    background: #fff;
    margin: 10px 0 0 80px;
    font-size: 11px;
    padding: 10px 20px 10px 20px;
    border: solid 1px #ddd;
}

.blog-read .meta-info span {
    padding: 0 10px 0 10px;
    color: #ccc;
}

.blog-read .preview img {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    border: solid 1px #ddd;
}

.blog-read .callbacks_container {
    margin-bottom: -35px;
}

/* blog comment */
#blog-comment {
    margin-left: 70px;
}

#blog-comment h5 {
    margin-bottom: 10px;
}

#blog-comment ul, #blog-comment li {
    list-style: none;
    margin-left: -30px;
    padding-left: 0;
}

#blog-comment li {
    min-height: 70px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
}

#blog-comment li .avatar {
    position: absolute;
    margin-top: 5px;
}

#blog-comment li .avatar img {
    width: 60px;
    height: 60px;
}

#blog-comment .comment {
    margin-left: 85px;
}

#blog-comment li {
    min-height: 70px;
    font-size: 14px;
    line-height: 1.6em;
}

#blog-comment li li {
    margin-left: 55px;
    padding-bottom: 0;
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px #eee;
    border-bottom: none;
}

#blog-comment li li .avatar {
    position: absolute;
}

#blog-comment li li .comment {
}

.comment-info {
    margin-left: 85px;
    margin-bottom: 5px;
}

.comment-info span {
}

.comment-info .c_name {
    display: block;
    font-weight: 700;
}

.comment-info .c_reply {
    padding-left: 20px;
    margin-left: 20px;
    border-left: solid 1px #ddd;
    font-size: 12px;
}

.comment-info .c_date {
    font-size: 12px;
}

/* comment form */
#commentform label {
    display: block;
}

#commentform input {
    width: 290px;
    margin-bottom: 20px;
}

#commentform input:focus {
    border: solid 1px #999;
    background: #fff;
}

#commentform textarea {
    width: 97%;
    padding: 5px;
    height: 150px;
    margin-bottom: 20px;
}

#commentform textarea:focus {
    border: solid 1px #999;
    background: #fff;
}

#commentform input.btn {
    width: auto;
}

/* blog list
	/*------------------------------ */
.bloglist-small {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bloglist-small li {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.bloglist-small li h5 {
    font-size: 18px;	
    margin-bottom: 5px;
	color:#3474A8;
	font-weight: 500;
}

.bloglist-small li .txt {
    padding-left: 80px;
}

.bloglist-small li .read {
    display: block;
    margin-bottom: 5px;
}

.bloglist-small li .info {
    display: block;
    margin: 0;
    font-size: 11px;
    color: #aaa;
}

.bloglist-small img {
    position: absolute;
}

.date-box {
    background: #eee;
    width: 60px;
    position: absolute;
    text-align: center;
    color: #6C7490;
}

.date-box .day {
    display: block;
    font-size: 32px;
    padding: 12px 0 12px 0;
    font-weight: 500;
}

.date-box .month {
    font-size: 12px;
    display: block;
    letter-spacing: 5px;
    padding-left: 5px;
    background: #fff;
    color: #222;
}

/*------------------------------
ELEMENTS
------------------------------ */

/* accordion
------------------------------ */
.accordion-toggle, .accordion-inner {
    background: #fff;
    color: #555;
}

.accordion-inner {
    background: #fff;
    color: #555;
}

.accordion {
    margin-top: 10px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.accordion li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    background: #fff;
}

.accordion .content {
    display: none;
    padding-left: 15px;
    padding-bottom: 20px;
}

.accordion a.Active {
    display: block;
    width: 483px;
    color: #333;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.accordion a.NoneActive {
    display: block;
    width: 483px;
    color: #333;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.accordion li {
    border: solid 1px #ddd;
    border-left: solid 2px #6C7490;
    margin-bottom: 10px;
}

.accordion.style-2 li {
    border: solid 1px #f2f2f2;
    border-left: solid 1px #f2f2f2;
}

.accordion.style-2 li a:before {
    font-family: "FontAwesome";
    font-weight: normal;
    color: #cccccc;
    content: "\f107";
    position: absolute;
    right: 30px;
    margin-top: -1px;
}

.accordion.style-2 li a.active:before {
    content: "\f106";
}

.light-text .accordion {
    color: #fff;
}

.light-text .accordion a {
    color: #fff;
}

.light-text .accordion li {
    border-color: rgba(255, 255, 255, .3);
    border-left: solid 2px #6C7490;
    background: none;
}

.expand-box .inner {
    padding: 30px;
    border: solid 1px #f1f1f1;
}

.expand-box .req {
    margin-bottom: 5px;
}

.expand-box .hide-content {
    display: none;
}

.expand-box .btn-fullwidth {
    opacity: 0;
}

.expand {
    margin-bottom: 10px;
    border: solid 1px #ddd;
    background: #f2f2f2;
    padding: 20px;
}

.expand .title {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}

.expand .content {
    display: none;
    padding-left: 40px;
}

.expand.active .content {
    display: block;
}

.expand .title:before {
    content: "+";
    font-size: 24px;
    line-height: 1;
    color: #6C7490;
    font-style: normal;
    padding: 5px;
    margin-right: 20px;
    padding-top: 20px;
}

.expand.active .title:before {
    content: "-";
}

.faq .icon-search {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    padding-top: 18px;
}

.faq h4 {
    padding-left: 70px;
}

.faq .inner {
    padding: 20px;
    border: solid 1px #f1f1f1;
    min-height: 90px;
    border-bottom: none;
}

.faq .btn-expand {
    position: absolute;
    right: 0;
    margin-top: 0;
}

.faq .hide-content {
    background: #f5f5f5;
    padding: 20px 20px 20px 90px;
    display: none;
}

/* address
------------------------------ */
address span {
    display: block;
    margin-bottom: 5px;
}

address span strong {
    display: inline-block;
    width: 60px;
}

/* button
/*------------------------------ */
.btn {
    padding: 3px 20px 3px 20px;
}

.btn-custom {
    background: #6C7490;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 30px 5px 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
}

.btn-fullwidth {
    display: block;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
}

.btn-custom-2 {
    background: #57647e;
    color: #fff;
}

a.btn:hover {
    background: #ddd;
    color: #333 !important;
}

.btn-border {
    display: block;
    border: solid 3px #555;
    color: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 30px 5px 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
}

a.btn-text {
    color: #333;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    outline: none;
}

.btn-text:after {
    content: "\f178";
    font-family: "FontAwesome";
    margin-left: 10px;
}

.btn-border-light {
    display: block;
    border: solid 3px rgba(255, 255, 255, .5);
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 30px 5px 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
}

.btn-border-light:hover {
    background: #eee;
    color: #222;
    text-decoration: none;
}

.btn-big {
    padding: 10px 30px 10px 30px;
}

.btn-border {
    color: #333;
    border: solid 2px #333;
}

.btn-border.white {
    color: #fff;
    border: solid 2px #fff;
}

.btn-custom:hover {
    text-decoration: none;
    color: #333 !important;
    background: #ccc;
}

a.btn-arrow {
    text-decoration: none;
}

.btn-arrow span.line {
    border-top: solid 1px #333;
    width: 40px;
    height: 1px;
    display: inline-block;
    float: left;
    margin-top: 12px;
    margin-right: -3px;
    width: 0;
}

.btn-arrow span.url, .btn-arrow span.url:hover {
    font-style: italic;
    text-decoration: none;
}

.btn-arrow span.url:before {
    font-family: "FontAwesome";
    content: "\f105";
    padding-right: 10px;
    font-size: 16px;
    font-style: normal;
}

.btn-expand:before {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    font-family: "FontAwesome";
    content: "\f107";
    color: #fff;
    font-size: 16px;
    font-style: normal;
    background: #333;
    right: 15px;
    margin-top: 30px;
}

.btn-expand.click:before {
    content: "\f106";
}

/* blockquote
------------------------------ */
blockquote {
    background: #fff;
    margin: 1.5em 10px;
    padding-left: 0;
    font-family: 'Lato';
    font-style: italic;
    font-size: 20px;
    padding: 0;
}

blockquote:before {
    display: block;
    font-family: "Georgia";
    content: 'open-quote';
    font-size: 120px;
    line-height: 0.1em;
    vertical-align: -0.4em;
    content: "\201C";
    font-style: normal;
}

blockquote p {
    display: inline;
}

blockquote span {
    font-family: "Open Sans", Arial;
    display: block;
}

#testi-carousel blockquote {
    font-size: 18px;
    color: #fff;
    background: none;
    border: none;
    line-height: 1.5em;

    margin-left: 0;
}

.single-carousel-no-nav {
    display: inline-block;
    width: auto;
}

/* breadcrumb
------------------------------ */
.crumb {
    display: block;
    font-family: "Georgia";
    font-size: 14px;
    font-style: italic;
    color: #fff;
}

.crumb .separator {
    padding: 0 10px 0 10px;
}

.crumb ul, .crumb li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.crumb li {
    display: inline;
}

.crumb li:before {
    font-family: "FontAwesome";
    content: "\f105";
    margin-right: 10px;
    padding-left: 10px;
    color: #fff;
}

.crumb li:first-child:before {
    display: none;
}

.crumb .deco {
    display: inline-block;
    position: relative;
}

.crumb .deco:before,
.crumb .deco:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid white;
    top: 10px;
    width: 30px;
}

.crumb .deco:before {
    right: 100%;
    margin-right: 15px;
}

.crumb .deco:after {
    left: 100%;
    margin-left: 15px;
}

/* call to action
------------------------------ */
.call-to-action {
    background: url(../Images/Frontend/bg_full_2.jpg) center fixed;
}

.call-to-action h2 {
    margin: 0;
    padding: 0;
}

.call-to-action {
    background: #6C7490;
    padding: 30px 0 30px 0;
    color: #fff;
}

.call-to-action h2 {
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 5px;
    font-size: 24px;
}

/* form
------------------------------ */
.input-fullwidth {
    width: 100%;
    background: #eee;
    padding: 6px;
    border: none;
}

#section-track .input-fullwidth {
    background: rgba(255, 255, 255, .2);
}

/* featured box
------------------------------ */
.feature-box i {
    font-size: 48px;
    position: absolute;
    color: #6C7490;
}

.feature-box .text {
    padding-left: 80px;
}

.feature-box.icon-square .text {
    padding-left: 90px;
}

.feature-box.icon-square > i {
    font-size: 32px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    background: #333;
    padding-top: 20px;
}

.f_box {
    width: 49.9%;
    float: left;
    background: #6C7490;
}

.f_box .text {
    float: left;
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.f_box.f_right .text {
    float: right;
}

.f_box.f_right .pic {
    float: left;
}

.f_box.f_left .pic {
    float: right;
}

.f_box span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 10px;
}

.f_box .border {
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.f_box.even {
    background: #dba646;
}

.featured-box {
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #ddd;
}

.featured-box h3 {
    margin-bottom: 10px;
}

.featured-box i {
    color: #888;
    position: absolute;
}

.featured-box .text {
    padding-left: 70px;
}

.featured-box-pic img {
    margin: 0 0 20px 0;
}

.featured-box-pic .inner {
}

.featured-box-pic .inner h4 {
    margin-top: 0;
    font-size: 22px;
}

.featured-box-pic .text {
    margin-bottom: 20px;
}

.featured-box-pic .btn-custom {
    background: #6C7490;
    color: #fff;
    padding: 5px 20px 5px 20px;
}

.feature {
    text-align: center;
}

.feature h4 {
}

.feature i {
    display: inline-block;
    margin-bottom: 20px;
    float: none;
    border-radius: 10px;
    text-align: center;
}

.feature .border {
    border: solid 1px #ddd;
    background: #fff;
    padding: 30px;
}

.box-with-icon-left {
    padding-left: 0;
}

.box-with-icon-left .text {
    margin-left: 56px;
    padding: 0 30px 0 30px;
    border-left: solid 1px #6C7490;
}

.box-icon-small i {
    position: absolute !important;
    font-size: 18px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.box-icon-small .text {
    padding-left: 70px;
}

.box-icon-small:hover .btn-arrow span.line {
    width: 30px;
}

/* form
------------------------------ */

.cta-form input[type=text], .cta-form input[type=submit] {
    color: #fff;
    border: none;
    font-size: 20px;
    height: auto;
    padding: 15px;
    float: left;
    font-family: "Lato";
}

.cta-form input[type=text] {
    border-radius: 10px 0 0 10px;
    background: #21282b;
    width: 75%;
}

.cta-form input[type=submit] {
    border-radius: 0 10px 10px 0;
    background: #6C7490;
    width: 25%;
}

.cta-form input[type=submit]:hover {
    background: #eee;
    color: #333;
}

/* heading
------------------------------ */
h1, h2 {
    font-weight: 500;
    color: #333;
    font-family: "Georgia,Times,serif";
}

h3, h4, h5, h6 {
    font-weight: lighter;;
    color: #333;
    font-family: "Lato", Arial, Helvetica, sans-serif;
}

footer h3, footerh4, footerh5, footer h6 {
    font-weight: 500;
    color: #fff;
}

h1.h1-style {
    letter-spacing: -1px;
    font-weight: lighter;
}

h1, .type-wrap.title {
    font-size: 36px;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

h3.title {
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h2 {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 0;
}

h2 strong {
    font-weight: normal;
    color: #6C7490;
}

h2 span {
    display: block;
    font-family: "Georgia";
    font-style: italic;
    text-transform: none;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
}

.box-with-icon-left h2 {
    text-transform: none;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px !important;
    line-height: 28px;
}

/* list
------------------------------ */

.icon-list {
    list-style: none;
    padding-left: 20px;
}

.icon-list li:before {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    width: 1.2em; /* same as padding-left set on li */
    margin-left: -1.2em; /* same as padding-left set on li */
}

​
.list-border-bottom li {
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-2-col, .list-2-col li {
    padding: 0;
    margin: 0;
}

.list-2-col li {
    display: block;
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
}

.list-2-col li:before {
    font-family: "FontAwesome";
    content: "\f105";
    margin-right: 10px;
}

.list-2-col li a {
    text-decoration: none;
}

/* separator
------------------------------ */
hr {
    border: none;
    height: 80px;
    background: url(../Images/Frontend/divider-1.png) center no-repeat;
    clear: both;
}

.divider {
    clear: both;
    height: 20px;
}

.divider-single {
    clear: both;
    height: 30px;
}

.divider-double {
    clear: both;
    height: 60px;
}

.divider-line {
    display: block;
    clear: both;
    border-bottom: solid 1px #ddd;
    padding-top: 60px;
    margin-bottom: 60px;
}

footer .divider-line {
    padding-top: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.divider-deco {
    background: #e1e1e1;
    height: 1px;
    margin: 20px 0 20px 0;
}

.divider-deco span {
    background: #333;
    height: 1px;
    width: 30px;
    height: 1px;
    display: block;
}

.small-border {
    clear: both;
    width: 80px;
    height: 3px;
    background: #6C7490;
    margin: 20px auto 20px auto;
}

.tiny-border {
    clear: both;
    width: 40px;
    height: 3px;
    background: #6C7490;
    margin: 20px 0 20px 0;
}

.tiny-border.center {
    margin: 20px auto 20px auto;
}

.tiny-border.white {
    background: #fff;
}

/* tab
------------------------------ */
.exo_tab {
}

.exo_tab .lt_nav {
    overflow: hidden;
    padding-left: 0;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.exo_tab .lt_nav li {
    float: left;
    list-style: none;
    background: #EEE;
    margin-right: 5px;
}

.exo_tab .lt_nav li span {
    padding: 8px 16px 8px 16px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: block;
    background: #f5f5f5;
    text-decoration: none;
    color: #646464;
    font-size: 13px;
    cursor: pointer;
}

.exo_tab .lt_nav li:first-child span {
    border-left: 1px solid #ddd;
}

.exo_tab .exo_tab_content {
    border: 1px solid #ddd;
    padding: 15px 20px 20px 20px;
    margin-top: -1px;
    color: #555;
    background: #fff;
}

.exo_tab .lt_nav li span.active {
    background: #FFF;
    border-bottom: 1px solid #fff;
    color: #222;
    margin-bottom: -3px;
}

/* testimonial
------------------------------ */
.testimonial {
    margin: 0;
    background: #B7EDFF;
    padding: 20px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #ECFBFF;
    background-image: linear-gradient(#f2f2f2, #dddddd);
    font-size: 16px;
    border: none;
}

.testimonial:before, .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.testimonial:before {
    top: 0;
    left: 10px;
}

.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #dddddd;
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align: left;
}

.testimonial-author span {
    font-size: 12px;
    color: #666;
}

/* timeline
------------------------------ */
.timeline-year, .timeline-year li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline-year {
    position: relative;
}

.timeline-year:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #eeeeee;
    left: 35px;
    margin-left: -1.5px;
}

.timeline-year li {
    margin-bottom: 30px;
}

.timeline-year .num {
    position: absolute;
    background: #e1e1e1;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 23px;
    font-weight: bold;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
}

.timeline-year .post {
    padding-left: 90px;
    margin-bottom: 20px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline-wrapper {
    padding: 30px;
    border: solid 1px rgba(255, 255, 255, .2);
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline.custom-tl:before {
    left: 130px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline.custom-tl > li {
    border-bottom: dashed 1px rgba(255, 255, 255, .1);
    padding-bottom: 20px;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel {
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline.custom-tl > li > .timeline-panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    color: #fff;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline.custom-tl > li > .timeline-panel:before,
.timeline.custom-tl > li > .timeline-panel:after {
    display: none;
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline.custom-tl > li > .timeline-badge {
    background: #6C7490;
}

.timeline.custom-tl > li > .timeline-badge {
    left: 130px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline.custom-tl > li.timeline-inverted > .timeline-panel {
    float: none;
    left: 170px;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    display: block;
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.timeline-body > .location {
    display: block;
    text-transform: uppercase;
    color: #555;
}

.timeline-body > .location a {
    margin-left: 10px;
    text-transform: none;
}

.timeline-body > .location a:hover {
    color: #fff;
    text-decoration: none;
}

.timeline-date {
    position: absolute;
    left: 0;
    top: 16px;
    font-weight: bold;
    color: #fff;
}

.timeline-date > span {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #555;
}

ul.progress li.active {
    background-color: #6C7490;
}

ul.progress li {
    background-color: #555;
    text-transform: uppercase;
    font-size: 11px;
}

ul.progress {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #555;
}

ul.progress li {
    float: left;
    line-height: 20px;
    height: 20px;
    min-width: 24%;
    position: relative;
}

ul.progress li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 4px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #555;
}

ul.progress li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #1A1E20;
}

ul.progress li.beforeactive:before {
    background-color: #6C7490;
}

ul.progress li.active:before {
    background-color: #555;
}

ul.progress li.active:after {
    border-color: transparent transparent transparent #6C7490;
}

ul.progress li:last-child:after,
ul.progress li:last-child:before {
    border: 0;
}

ul.progress li a {
    padding: 0 0 0 6px;
    color: #FFF;
    text-decoration: none;
}

/* widget
------------------------------ */
.widget {
    margin-bottom: 0px;
    border-bottom: solid 0px #ccc;
    padding-bottom: 0px;
}

.widget h3 {
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 90%;
}

.widget_category li {
    margin-bottom: 5px;
    padding: 5px 0 5px 0;
}

.widget_category li i {
    margin-right: 10px;
}

.widget_recent_post li {
    padding-left: 20px;
    background: url(../Images/Frontend/list-arrow.png) left 2px no-repeat;
    border-bottom: solid 1px #4b1701;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.widget_recent_post li a {
    color: #555;
}

.widget .comments li {
    padding-left: 20px;
    background: url(../Images/Frontend/list-arrow.png) left 2px no-repeat;
    border-bottom: solid 1px #4b1701;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.widget_tags li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 14px;
}

.widget_tags li a {
    text-decoration: none;
    text-shadow: none;
    margin-bottom: 5px;
    padding: 5px 10px 5px 10px;
    background: none;
    color: #888;
    border: solid 2px #ddd;
}

.widget_tags li a:hover {
    background: #fff;
    color: #333;
}

footer .widget_tags li {
    display: inline-block;
    margin-right: -5px !important;
    margin-bottom: 8px;
}

footer .widget_tags li a {
    font-size: 12px;
    color: #888;
    border: solid 1px rgba(255, 255, 255, .1);
}

footer .widget {
    border-bottom: none;
}

.widget iframe {
    margin-bottom: 20px;
    border: solid 1px #ddd;
}

/*------------------------------
PLUGIN
------------------------------ */

/* owl carousel */

#awards-carousel, #awards-carousel li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#awards-carousel .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    padding: 30px 30px 0 30px;
    text-align: center;
    font-style: italic;
    opacity: 0;
}

#awards-carousel .overlay:hover {
    opacity: .9;
}

#awards-carousel .overlay h3 {
    font-family: "Lato";
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

#awards-carousel .overlay h4 {
    font-family: "Georgia";
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    line-height: 1.8em;
    margin-top: 20px;
}

#awards-carousel img {
    width: 100%;
    height: auto;
}

.testi-slider .slides li {
    margin-bottom: 30px;
}

.testi-slider .testi-by {
    display: block;
    margin-bottom: 30px;
    color: #fff;
}

.testi-slider .flex-control-nav {
    margin-left: -30px;
}

.testi-slider .flex-control-paging li a {
    width: 60px;
    height: 5px;
    background: #f4ebd8;
}

.testi-slider .flex-control-paging li a.flex-active {
    background: #6C7490;
}

.testi-carousel blockquote {
    background: none;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    border: none;
    font-family: "Lato";
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    margin-top: 60px;

}

#testi-carousel-2 blockquote:before {
    content: none;
}

#testi-carousel-2 .testi-by {
    padding: 20px;
    background: #f2f2f2;
    height: 110px;

}

#testi-carousel-2 .testi-by .name {
    color: #555;
    display: block;
    padding-left: 90px;
    padding-top: 10px;
}

#testi-carousel-2 .testi-by img {
    position: absolute;
    width: 70px;
    height: auto;
}

.testi-box-1 blockquote {
    color: #fff;
    background: #333;
    padding: 0;
    margin: 0;
    border: none;
    font-family: "Lato";
    font-size: 16px;
    padding: 15px 20px 15px 20px;

}

.testi-box-1 blockquote:before {
    content: none;
}

.testi-box-1 .testi-by {
    padding: 20px;
    background: #f2f2f2;
    height: 110px;

}

.testi-box-1 .testi-by .name {
    color: #555;
    display: block;
    padding-left: 90px;
    padding-top: 10px;
}

.testi-box-1 .testi-by img {
    position: absolute;
    width: 70px;
    height: auto;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    border-top: 5px solid #333;
    left: 25px;
}

/* twitter widget */
.twitter-widget ul {
    margin: 0;
    padding: 0;
}

.twitter-widget li {
    list-style: none;
    clear: both;
}

.twitter-widget li img, .twitter-widget li .tweets_txt {
    float: left;
    margin-bottom: 10px;
}

.twitter-widget li img {
    position: absolute;
    margin-left: 15px;
    left: 0;
}

.twitter-widget li .tweets_txt {
    margin-left: 65px;
}

.twitter-widget li .tweets_txt span {
    font-style: italic;
    color: #666;
    display: block;
}

/* instagram widget */
#instagram img {
    margin: 0 10px 10px 0;
    width: 55px;
    height: 55px;
}

/* jquery isotope
	/* ------------------------------ */
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

#filters {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

#filters li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 20px;
}

#filters a {
    background: #fff;
    color: #222;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

#filters a.selected {
    background: #6C7490;
    color: #FFF;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.light-text {
    color: #fff;
}

.light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6 {
    color: #fff;
}

.light-text strong {
    color: #fff;
}

p.lead {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

strong {
    color: #333;
}

.slides {
    margin: 0;
    padding: 0;
}

.teaser {
    font-size: 18px;
    line-height: 1.7em;
}

.title-text {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
}

.title-text {
    overflow: hidden;
    text-align: center;
}

.title-text:before,
.title-text:after {
    border-top: solid 2px #6C7490;
    content: "";
    display: inline-block;
    height: 4px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.title-text:before {
    right: 0.5em;
    margin-left: -50%;
}

.title-text:after {
    left: 0.5em;
    margin-right: -50%;
}

.title-area {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}

.title-area h1 {
    color: #fff;
    font-family: "Georgia,Times,serif", Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0;
}

.title-area span {
    font-size: 15px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300;
}

.fx .item .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, .9);
    padding: 20px 30px 20px 30px;
    width: 100%;
}

.hover {
    height: 200px;
}

.fx .item {
    overflow: hidden !important;
}

.item .overlay {
    color: #fff;
    background: #000;
    display: block;
    position: absolute;
    overflow: hidden;
}

.item .pf_text {
    display: block;
    position: absolute;
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.item .overlay .desc {
    display: block;
    height: 0;
    overflow: hidden;
}

.item .overlay h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.item .overlay .time {
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*------------------------------
/* link
/*------------------------------ */
a {
    color: #3474A8;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #222;
}

footer a:hover {
    color: #fff;
}

/*------------------------------
/* logo
/*------------------------------ */
#logo {
    text-align: center;
}

#logo .inner {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}

/*------------------------------
/* content
/*------------------------------ */
#content {
    padding: 80px 0 80px 0;
    background: #fff;
}

/* columns */
.fullwidth {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.box-container {
/*    width: 101%;  */
}

.one-fourth {
    width: 24.9%;
    display: table-cell;
    vertical-align: middle;
}

.one-third {
    width: 33.3%;
    float: left;
}

.three-fourth {
    width: 74.9%;
    height: 100%;
    display: table-cell;
}

.box-one-third {
    width: 33.3%;
    float: left;
}

.box-one-third .inner {
    color: #fff;
    padding: 60px;
}

.container-fullwidth .one-fourth {
    width: 25%;
    float: left;
}

.bg-color-fx:hover {
    background: rgba(12, 121, 227, .2);
}

.bg-color-fx .tiny-border {
    margin: 0 auto;
}

.box-padding-30 {
    padding: 30px;
}

.bg-1 {
    background: url(../Images/Frontend/about/company/truck.png) bottom right no-repeat #1f242e;
}

/* carousel */

.custom-col-2 {
    overflow: hidden;
    margin-bottom: 30px;
}

.custom-col-2 .inner {
    background: #222;
}

.custom-col-2 img {
    width: 100%;
    height: auto;
}

.custom-col-2 .overlay .desc {
    display: block;
    height: 0;
    overflow: hidden;
}

.custom-col-2 .overlay {
    position: absolute;
    display: block;
    bottom: 0;
    padding: 20px 30px 20px 30px;
}

.custom-col-2 .overlay h3 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.custom-col-2 .overlay .by {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.custom-col-3 {
    display: table;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #eee;
}

.custom-col-3:hover {
    border-bottom: solid 1px #6C7490;
}

.custom-col-3 .left-col,
.custom-col-3 .mid-col,
.custom-col-3 .right-col {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
}

.custom-col-3 .left-col {
    width: 180px;
}

.custom-col-3 img {
    width: 100%;
    height: auto;
}

.custom-col-3 h3 {
    margin: 0;
}

.custom-col-3 .right-col {
    text-align: right;
}

.custom-col-3 .details span {
    margin-right: 5px;
}

.custom-col-3 .details strong {
    font-weight: 500;
}

.custom-col-3 i {
    color: #fff;
    font-size: 24px;
    padding: 18px;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-left: 10px;
    background: #555;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.custom-col-3 i:hover {
    border-color: #6C7490;
    color: #6C7490;
}

.img-fullwidth {
    width: 100%;
    height: auto;
}

.single-carousel-arrow-nav,
.single-carousel-arrow-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-carousel-arrow-nav li {
    background: #f5f5f5;
}

.single-carousel-arrow-nav .text {
    padding: 20px 40px 20px 20px;
}

.single-carousel-arrow-nav .name, .single-carousel-arrow-nav .position {
    display: block;
}

.single-carousel-arrow-nav .name {
    margin-top: 10px;
    font-family: "Georgia";
    font-style: italic;
    color: #333;
}

.single-carousel-arrow-nav .position {
    color: #ccc;
    margin-bottom: 20px;
}

#countdown-container {
    color: #fff;
    padding: 70px 0 60px 0;
    background: #454545;
}

#countdown-container h3 {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    padding-bottom: 3px;
    margin: 10px 0 3px 0;
    border-bottom: solid 2px #6C7490;
}

#countdown-container .time {
    color: #ccc;
    display: block;
    font-family: "Georgia,Times,serif";
    text-transform: uppercase;
}

.content-group-1 {
    border: solid 1px #ddd;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
}

.content-group-1 .date-wrap {
    text-align: center;
    border: none;
    margin: 0 auto;
    display: block;
    color: #fff;
}

.content-group-1 .date-wrap .date:before {
    font-family: "FontAwesome";
    content: "\f073";
    margin-right: 10px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
}

.content-group-1 .date-wrap .date {
    font-size: 20px;
    padding: 0;
    font-weight: bold;
    background: #6C7490;
    padding: 10px;
}

.content-group-1 .date-wrap .month {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 10px;
}

.no-margin {
    margin: 0 !important;
    padding: 0 !important;
}

.no-top {
    padding-top: 0 !important;
}

.no-bottom {
    padding-bottom: 0 !important;
}

/*------------------------------
section and parallax background settings
------------------------------ */

section {
    padding: 60px 0 60px 0;
    background: #fff;
}

.section-title {
    text-align: center;
}

#section-gallery {
    background: #eee;
}

#page-events, #page-blog {
    background: #6C7490;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

#section-testimonial {
    background: url(../Images/Frontend/bg_full_1.jpg) top fixed;
    background-size: cover;
}

#section-text-1 {
    background: #7fb32a;
    color: #fff;
}

#section-text-1 h3 {
    color: #fff;
}

#section-text-2 {
    background: url(../Images/Frontend/misc/pic-6.jpg) top fixed;
    background-size: cover;
}

#section-text {
    background: #eee;
}

#latest-events {
    background: #e7dacd;
}

.owl-theme .owl-controls .owl-page span {
    background: #aaa !important;
}

.owl-custom-nav {
    position: absolute;
    z-index: 100;
    right: 4px;
    margin-top: 80px;
    width: 40px;
}

.owl-custom-nav .btn-next:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    background: #333;
    padding: 5px 12px 5px 12px;
}

.owl-custom-nav .btn-prev:before {
    font-family: "FontAwesome";
    content: "\f104";
    color: #fff;
    background: #333;
    padding: 5px 12px 5px 12px;
}

.owl-custom-nav a {
    text-decoration: none;
}

.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before {
    background: #eee;
    color: #333;
}

#section-testimonial .owl-theme .owl-controls .owl-page span {
    background: #fff !important;
}

#section-pricing {
    background: #8c96ad;
}

#section-tracking {
    background: #1a1e20;
}

#featured-box {
    background: url(../Images/Frontend/bg_full_3.jpg) center fixed;
}

#bg-service-1 {
    background: url(../Images/Frontend/bg/bg_service_1.jpg) top center #565f68;
    background-size: cover;
}

#section-features {
    /*background:url(../Images/Frontend/map.jpg) top center no-repeat;*/
}

#bg-service-2 {
    background: url(../Images/Frontend/bg/bg_service_2.jpg) top center #236b94;
    background-size: cover;
}

#bg-service-3 {
    background: url(../Images/Frontend/bg/bg_service_3.jpg) top center #bf3f3f;
    background-size: cover;
}

#bg-service-4 {
    background: url(../Images/Frontend/bg_service_4.jpg) top center #565f68;
    background-size: cover;
}

#bg-service-5 {
    background: url(../Images/Frontend/bg_service_5.jpg) top center #565f68;
    background-size: cover;
}

#bg-service-6 {
    background: url(../Images/Frontend/bg_service_6.jpg) top center #565f68;
    background-size: cover;
}

.side-bg {
    position: relative;
    background-color: #6C7490;
    color: #fff;
}

.side-bg .image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
}

.side-bg .background-image {
    background: url(../Images/Frontend/bg/bg-2.jpg);
    background-position: 50% 50% !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
}

#explore-1 {
    background: #6C7490;
}

#explore-1.side-bg .background-image {
    background: url('../Images/Frontend/bg/bg_square_1.jpg');
}

#explore-2 {
    background: #6C7490;
}

#explore-2.side-bg .background-image {
    background: url('../Images/Frontend/bg/bg_square_2.jpg');
}

#section-faq {
    background: url('../Images/Frontend/bg/bg_1.jpg') #303a43;
    background-size: cover;
}

#service-details.side-bg .background-image {
    background: url('../Images/Frontend/bg/bg_service_details_1.jpg');
}

#service-details-2.side-bg .background-image {
    background: url('../Images/Frontend/bg/bg_service_details_2.jpg');
}

#service-details-3.side-bg .background-image {
    background: url('../Images/Frontend/bg/bg_service_details_3.jpg');
}

#section-intro {
    background: url('../Images/Frontend/bg/bg_2.jpg') #303a43;
    background-size: cover;
}

.sub-intro-text {
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
}

.sub-intro-text {
    line-height: 0.5;
    text-align: center;
}

.sub-intro-text span {
    display: inline-block;
    position: relative;
}

.sub-intro-text span:before,
.sub-intro-text span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #6C7490;
    top: 5px;
    width: 30px;
}

.sub-intro-text span:before {
    right: 100%;
    margin-right: 15px;
}

.sub-intro-text span:after {
    left: 100%;
    margin-left: 15px;
}

.carousel-text h1 {
    font-size: 56px;
    text-transform: uppercase;
    line-height: 56px;
    font-weight: normal;
    color: #fff;
}

.custom-font-3 {
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
}

/*------------------------------
jquery toTop
------------------------------ */
#toTop {
    z-index: 1555;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: -999px;
    background: url(../Images/Frontend/ui.totop.png) no-repeat left top;
}

#toTopHover {
    background: url(../Images/Frontend/ui.totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
}

#toTop:active, #toTop:focus {
    outline: none;
}

/*------------------------------
map
------------------------------ */
.map {
    margin-top: 40px;
}

.map iframe {
    width: 100%;
    height: 400px;
    border: solid 1px #ccc;
    padding: 2px;
    background: #fff;
}

#map-container iframe {
    width: 100%;
    height: 360px;
    margin-bottom: -6px;
}

#map {
    width: 100%;
    height: 480px;
}

#map-tracking {
    overflow: hidden;
    height: 0;
}

.gmap iframe {
    width: 100%;
    height: 200px;
}

.news-item {
    margin-bottom: 30px;
}

.news-item .desc {
    margin-top: 20px;
}

.news-item a h3 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px !important;
}

.news-item .post-details {
    font-size: 11px;
    color: #888;
    margin-bottom: 10px;
}

.news-item .fa {
    float: none;
    margin: 0;
    color: #6C7490;
}

.news-item .separator {
    text-align: center;
    padding: 0 10px;
}

.news-item .quote {
    background: #6C7490;
    padding: 25px;
    color: #fff;
    font-size: 16px;
    font-style: italic;
}

.news-list-date, .news-list-date li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list-date {
    border: solid 1px #f2f2f2;
}

.news-list-date li {
    padding: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #f2f2f2;
}

.news-list-date .date {
    position: absolute;
    background: #333;
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: bold;
}

.news-list-date .date span {
    display: block;
}

.news-list-date .date .day {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.news-list-date .date .month {
    font-size: 14px;
    color: #fff;
}

.news-list-date .text {
    padding-left: 85px;
}

.news-list-date h4 {
    margin: 0;
    margin-bottom: 5px;
}

.list-thumbnail, .list-thumbnail li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-thumbnail {
    border: solid 1px #f5f5f5;
}

.list-thumbnail li {
    padding: 20px;
    border-bottom: solid 1px #f2f2f2;
}

.list-thumbnail img {
    position: absolute;
    width: 70px;
    height: auto;
}

.list-thumbnail .text {
    padding-left: 85px;
}

.list-thumbnail h4 {
    margin: 0;
    margin-bottom: 5px;
}

.list-thumbnail li:nth-child(odd) {
    background: #f5f5f5;
}

.list-thumbnail li:nth-child(even) {
}

/*------------------------------
/* contact */
/*------------------------------ */
.error {
    width: 280px;
    display: none;
    color: #C03;
    font-size: 12px;
    margin-bottom: 10px;
}

.success {
    display: none;
    padding: 2px 10px 2px 10px;
    background: #E5EAD4;
    color: #555;
    width: 280px;
    font-size: 12px;
}

.error img {
    vertical-align: top;
}

.full {
    width: 98%;
}

#contact input[type="text"], #contact textarea {
}

#contact select {
    width: 100%;
}

.contact_form_holder .form-control {
    margin: 20px 0 20px 0;
}

#contact input[type=text], #contact textarea, #contact input[type=email] {
    background: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#contact-form-wrapper {
    background: #eee;
    padding: 20px 60px 40px 60px;
}

.contact-info .title {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #222;
    margin-bottom: 10px;
}

.booking_form_holder .form-control {
    margin-bottom: 20px;
}

.form-transparent input {
    margin-bottom: 30px;
    padding: 8px !important;
    height: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.form-transparent input[type=text] {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border: none;
    font-size: 16px;
}

.form-transparent .text-label {
    padding: 5px 0 1px 0;
    margin-bottom: 30px;
}

.form-transparent h3 {
    padding: 0;
    margin: 0;
}

.subscribe {
    display: table;
    width: 100%;
    margin-top: 10px
}

.subscribe .l-col {
    width: 65%;
    float: left;
}

.subscribe .r-col {
    width: 35%;
    float: left;
}

.subscribe input {
    color: #fff !important;
    margin-bottom: 15px;
    /*background:rgba(255,255,255,.5);*/
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: solid 1px rgba(255, 255, 255, .2);
    border-right: none !important;
}

.subscribe input.btn-custom {
    padding: 3px 10px;
    border: none !important
}

.subscribe input[type=text] {
    background: none;
    height: 26px;
    font-size: 12px;
    padding: 2px 10px 2px 10px;
}

.simple-form {
    margin-top: 10px
}

.simple-form .l-col {
    width: 100%;
    float: left;
}

.simple-form .r-col {
    position: absolute;
    right: 15px;
}

.simple-form input {
    color: #333 !important;
    margin-bottom: 15px;
    /*background:rgba(255,255,255,.5);*/
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important;
}

.simple-form input.btn-custom {
    padding: 3px 10px;
    border: none !important;
}

.simple-form input[type=text] {
    background: #f5f5f5;
    height: 26px;
    padding: 2px 60px 2px 10px;
}

.simple-form input[type=submit] {
    color: #fff !important;
}

/* ------------------------------
gallery
/* ------------------------------ */
.blog-carousel {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-carousel h4 {
    line-height: 1.5em;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.blog-carousel img {
    margin-bottom: 20px;
}

.blog-carousel .date-post {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#gallery .item {
    text-align: center;
    font-size: 12px;
    width: 32.5%;
    margin: 1px;
    float: left;
}

.gallery .item img {
    width: 100%;
}

#gallery .item h4 {
    font-size: 16px;
    margin-bottom: 0;
}

#gallery-fullwidth .gallery-item {
    width: 16.65%;
    float: left;
}

#gallery-fullwidth .gallery-item img {
    width: 100%;
}

#gallery-isotope .item {
    background: #333;
    margin: 0 10px 10px 0;
    overflow: hidden;
}

#gallery-isotope img {
    width: 100%;
    height: auto;
}

.ex-gallery .project-name {
    display: block;
    letter-spacing: 2px;
    padding: 5px 10px 5px 10px;
    margin: 0 auto;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.ex-gallery .small-border {
    height: 2px;
    display: block;
    background: #6C7490;
    width: 50px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

.ex-gallery .overlay .icon {
    display: inline-block;
    text-align: center;
}

.ex-gallery .overlay .icon i {
    text-shadow: none;
    color: #fff;
    font-size: 26px;
    padding: 16px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 60px;
    margin-left: 10px;
    border: solid 2px #fff;
}

.ex-gallery .overlay .icon i.icon-info {
    margin-left: 0;
}

.ex-gallery .overlay .icon i:hover {
    color: #222;
    background: #333;
}

/*------------------------------
/* FEATURED BOX
/*------------------------------ */

.dark .feature {
    color: #fff;
}

.dark .feature h4 {
    color: #fff;
}

.dark .feature i {
    color: #ccc;
}

#slider {
    text-align: center;
    height: 100%;
}

.slider-info {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    font-family: "Open Sans";
    top: 30%;
}

.callbacks_nav.prev {
    left: 0;
}

.callbacks_nav.next {
    right: 0;
}

.slider-info h1 {
    font-size: 48px;
    color: #fff;
    display: inline-block;
    padding: 20px 0 20px 0;
    font-weight: 300;
    letter-spacing: -1px;
    border-bottom: solid 3px #6C7490;
}

.slider-info .btn {
    margin-top: 10px;
}

.slider-info .text {
    color: #fff;
    font-size: 14px;
}

/* main slider */

#menu-parallax-bg {
    padding: 60px 0 60px 0;
    margin: 60px 0 60px 0;
}

/*------------------------------
control nav
------------------------------ */

.hover {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
    overflow: hidden;
    line-height: 1.5em;
    text-align: center;
}

.hover .btn-view-details {
    display: inline-block;
    font-size: 14px;
    color: #6C7490;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    margin: 0 auto;
    border: solid 1px #6C7490;
}

.social-icons i {
    text-align: center;
    color: #fff !important;
    font-size: 20px !important;
    border-radius: 60px;
    padding: 8px !important;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    margin-bottom: 10px !important;
    background: #6C7490;
    border: solid 2px #6C7490;
}

.social-icons i:hover {
    color: #6C7490;
    border: solid 2px #6C7490;
    background: none;
}

/* overide */
.form-control {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;

    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.pull-left {
    margin: 0 20px 0 0;
}

img.pull-right {
    padding-left: 20px;
}

.col-md-3 {
    margin-left: -1px;
}

.pagination li a {
    color: #6C7490;
}

.pagination li.active a {
    background: #6C7490;
    border: solid 1px #6C7490;
}

.pagination li.active a:hover {
    background: #6C7490;
    border: solid 1px #6C7490;
}

/* misc */

#section-tracking-result {
    display: none;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#section-track {
    position: absolute;
    width: 100%;
    top: 90%;
    background: none;
    font-size: 12px;
}

#section-track .inner {
    height: 36px;
    border: solid 1px rgba(255, 255, 255, .2);
    padding: 2px;
    padding-left: 10px;
}

#section-track h3 {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 20px;
    padding-right: 20px;
    border-right: solid 1px rgba(255, 255, 255, .2);
}

#section-track .btn-fullwidth {
    padding: 6px;
}

.grey {
    color: #888;
}

.side-nav {
    border: solid 1px #f2f2f2;
}

.typed-strings p {
    position: absolute;
}

.type-wrap.title.big {
    font-size: 60px !important;
    font-weight: 600;
    color: #fff;
}

.side-nav li {
    border-bottom: solid 1px #f2f2f2;
    padding: 10px 20px 10px 20px;
}

.side-nav li a {
    color: #333;
}

.side-nav li.active {
    background: #333;
}

.side-nav li.active a {
    color: #fff;
}

.side-nav li:hover {
    background: #f2f2f2;
}

.wrapper-line {
    border: solid 1px rgba(255, 255, 255, .1);
    overflow: hidden;
}

.padding30 {
    padding: 30px;
}

.padding40 {
    padding: 40px;
}

.rounded10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.counter {
    display: table;
    height: 100%;
}

.counter .num, .counter .text {
    display: table-cell;
    vertical-align: middle;
}

.counter .num {
    font-size: 25px;
    font-weight: bold;
    padding-right: 20px;
}

.counter .tiny-border {
    margin: 5px 0 0 0;
}

.row.no-gutter div[class*="col-"] {
}

.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}

.padding-5 {
    padding: 50px;
}

.container-fluid {
    padding: 0;
}

.team-profile {
    margin-bottom: 40px;
}

.team-profile h4 {
    display: block;
    text-transform: none;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

.team-profile .text {
    margin: -20px 20px 0 20px !important;
    position: relative;
    background: #eee;
    padding: 20px;
    padding-top: 5px;
    border-top: solid 3px #6C7490;
}

.team-social-icons i {
    color: #6C7490;
    font-size: 16px;
    margin-right: 15px;
}

.team-social-icons {
    display: inline-block;
    margin-top: 10px;
}

.team-list .name, .team-list .position {
    display: block;
}

.team-list .name {
    margin-top: 10px;
    font-family: "Georgia";
    font-style: italic;
}

.team-list .pic {
    position: relative;
}

.team-list .pic .fx {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.team-list .pic .fx:hover {
    background: rgba(12, 121, 227, .5);
}

.h-border {
    height: 1px;
    background: rgba(255, 255, 255, .3);
}

.bg-grey {
    background: #eee;
}

@keyframes box_icon_move {
    from {
        padding-top: 10px;
    }

    to {
        padding-top: 50px;
    }
}

@keyframes box_icon_move_out {
    from {
        padding-top: 50px;
    }

    to {
        padding-top: 10px;
    }
}

@keyframes move {
    from {
        margin-left: 0;
    }

    to {
        margin-left: 20px;
    }
}

.box-with-icon-left i {
    position: absolute;
    -moz-animation: 1s box_icon_move_out alternate forwards;
}

.box-with-icon-left:hover > i {
    background: #333;
    height: 100%;
    -moz-animation: 1s box_icon_move alternate forwards;
}

.box-with-icon-left:hover > .text {
    border-color: #333;
}

.box-with-icon-left:hover > .text a.btn-text {
    -moz-animation: 1s move infinite alternate;
}

.icon-big {
    font-size: 32px !important;
    margin-bottom: 20px;
    color: #fff;
    background: #6C7490;
    padding: 10px;
    width: 56px;
    height: 56px;
    text-align: center;
}

/* animate */
a,
a:hover,
.custom-col-3 i,
.custom-col-3 i:hover,
.custom-carousel-2 .item-blog,
.custom-carousel-2 .item-blog:hover,
.custom-col-3,
.custom-col-3:hover,
.blog-list li,
.blog-list li:hover,
.event-item .right-col,
.event-item:hover .right-col,
.box-with-icon-left,
.box-with-icon-left i,
.box-with-icon-left .text,
.box-with-icon-left .text a.btn-text,
.box-icon-small .btn-arrow span.line,
.box-icon-small:hover .btn-arrow span.line,
.bg-color-fx,
.bg-color-fx:hover,
#awards-carousel .overlay,
#awards-carousel .overlay:hover,
header .search input[type=text],
header .search input[type=text]:focus,
.team-list .pic .fx,
.team-list .pic .fx:hover,
#mainmenu li,
#mainmenu a,
.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before,
input.btn-custom,
.cta-form input[type=submit],
.cta-form input[type=submit]:hover {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.logo-partners img {
    width: 100%;
}

.custom-carousel-1,
.custom-carousel-2,
#testi-carousel {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px !important;
    height: 8px !important;
    margin: 5px 7px;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

#calendar .fc-view {
    background: #fff;
}

.img-full {
    width: 100%;
    height: auto;
}

.img-event {
    margin-bottom: 30px;
}

.latest h3.title {
    width: 340px;
    text-align: center;
    padding: 0;
    background: #4e3927;
    color: #fff;
    padding: 10px;
    height: 50px;
    margin: 0 auto;
}

.no-bottom {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

#preloader {
    position: absolute;
    z-index: 100001;
    width: 100%;
    height: 100%;
    background: url(../Images/Frontend/loader.gif) center no-repeat #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header {
        display: none;
    }

    header.clone {
        display: block;
        position: inherit;
        margin: 0;
        padding: 0;
        margin-top: 0;
    }

    header .col-md-9 {
        text-align: right;
    }

    #mainmenu-container {
        display: inline-block;
        text-align: right;
        margin-right: 20px;
    }

    header .social {
        display: none;
    }

    #subheader .overlay {
        background: none;
    }

}

@media (max-width: 992px) {
    #slider .slider-info {
        display: none;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        margin-bottom: 30px;
    }

    .box-one-third {
        width: 100%;
    }

    #gallery .item {
        width: 100%;
    }

    header {
        display: none;
    }

    header.clone {
        display: block;
        position: inherit;
        margin: 0;
        padding: 0;
    }

    header.clone #logo {
        display: block;
    }

    header.clone #logo a {
        text-align: center;
    }

    header.clone #logo .logo-2 {
        display: inline-block !important;
    }

    header.clone #logo img {
        max-height: 60px;
        width: auto;
    }

    #subheader {
        padding: 40px 0 40px 0;
    }

    #logo {
        margin: 0 auto;
        text-align: center;
    }

    #logo .inner {
        margin: 20px 0 20px 0;
    }

    #booking input, #booking select {
        width: 100%;
        margin-bottom: 10px;
    }

    .selectnav {
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    #mainmenu-container {
        display: block;
    }

    header .buttons {
        width: 100%;
        display: block;
        text-align: center;
        float: none;
        margin-top: 0;
    }

    header, #content, footer, #subheader, #booking {
        padding-left: 20px;
        padding-right: 20px;
    }

    header, #mainmenu-container {
        border: none;
    }

    footer nav {
        display: inline-block;
    }

    .blog-list li {
        width: 100%;
    }

    .bloglist-small {
        float: left;
    }

    .custom-col-3 {
        display: block;
    }

    .custom-col-3 .left-col,
    .custom-col-3 .mid-col {
        width: 50%;
        background: #f2f2f2;
    }

    .custom-col-3 .right-col {
        display: block;
        text-align: center;
        padding: 40px 0 20px 0;
    }

    #section-text-1 img {
        width: 100%;
    }

    #subheader {
        padding-bottom: 0;
    }

    .crumb {
        display: none;
    }

    header .social {
        width: 100%;
        text-align: center;
        margin: 40px 0 40px 0;
    }

    #section-track {
        display: none;
    }

    .one-fourth, .three-fourth {
        width: 100% !important;
        display: block;
        float: none;
    }

    .one-fourth .title-area, .three-fourth .title-area {
        padding: 20px 0 20px 0;
    }

    #menu-btn {
        display: block
    }

    #mainmenu-container {
        display: block;
    }

    #mainmenu {
        display: none;
        left: 0;
        float: none;
        z-index: 200;
        width: 100%;
        margin: 0;
        padding: 0 20px 0 20px;
    }

    #mainmenu > li {
        font-size: 16px;
        margin-bottom: 0;
    }

    #mainmenu li {
        text-align: left;
        border-bottom: solid 1px #ddd;
    }

    #mainmenu li li {
        padding-left: 0px;
		clear: both;
    }

#mainmenu li ul ul {
    left: 0;
    top: 0;
}	
	
    #mainmenu li a:hover {
        background: none !important;
    }

    #mainmenu li:hover {
        background: #eee;
    }

    #mainmenu li ul {
       /* display: block; */
        position: inherit;
        margin: 0;
        width: 100%
    }

    #mainmenu li li {
        background: #fff;
    }

    #mainmenu li {
        border-bottom: solid 1px #eee;
        margin: 0;
        width: 100%;
        display: block;
        letter-spacing: 3px
    }

    #mainmenu li:last-child {
        margin-bottom: 30px
    }

    #mainmenu > li li:first-child {
        border-top: solid 1px #eee;
    }

    #mainmenu li ul {
        border-top: solid 1px #333;
        border: none;
        margin-top: -15px;
        top: 0;
    }

    #mainmenu li ul a {
       /* width: 100%; */
        background: none;
        border: none
    }

    #mainmenu li ul li a {
        display: block
    }

    #mainmenu li ul li:last-child {
        border-bottom: none;
        margin: 0
    }

    #mainmenu li ul li:last-child a {
        border-bottom: none
    }

    #mainmenu li a {
        color: #555 !important;
        letter-spacing: 0;

    }
	

    .timeline.custom-tl > li > .timeline-panel {
        width: 50%;
    }

    header .search,
    header .social {
        display: none;
    }

    #subheader .overlay {
        background: none;
    }

    .cta-form input[type=text] {
        width: 60%;
    }

    .cta-form input[type=submit] {
        border-radius: 0 10px 10px 0;
        background: #6C7490;
        width: 40%;
    }

}
 /* ################## s11 styles #############*/
body {
    font-size: 17px;
}

h2 span {
    font-style: normal;
    margin-bottom: 25px;
}



h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px !important;
}
hhhh2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px !important;
	margin-top: 20px;
}


h1 {
    font-weight: 500;
    text-transform: uppercase;	
    color: #333;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px !important;
	margin-top: 20px;	
}
h2 {
    font-weight: 500;
    text-transform: none;	
    color: #333;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px !important;
	margin-top: 20px;	
}




h6 {
    font-weight: bold;	
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    color: #888;
    background: #fff;
    text-shadow: none !important;
    line-height: 30px;
    margin-bottom: 0px !important;
	margin-top: 30px;
}

.tiny-border {
    display: none;
}
.item .overlay {
    background: transparent;
}

 

#mainmenu li ul {
white-space: nowrap;	
    width: auto;
}
#mainmenu li ul#csecond13 {
	white-space: nowrap;
}
#mainmenu ul {
    padding-top: 30px !important;
		white-space: nowrap;
}
#mainmenu {
    font-size: 22px;
font-weight: normal;
}
#mainmenu li li, #mainmenu li li:last-child {
    font-size: 17px;
    line-height: 19px;
}
#1mainmenu li li a {
    padding: 5px 15px 5px 15px;
}
#mainmenu li li a:hover {
    background: #767676;
    border-right: 5px solid #fff;
}
#mainmenu li ul li:last-child a {
    padding-bottom: 5px;
}
#mainmenu li ul li:first-child a {
    padding-top: 15px;
}
#mainmenu li ul li ul:first-child a {
    padding-top: 5px;
}
#mainmenu li ul li ul li:first-child a {
    padding-top: 15px;
}

#mainmenu ul:last-child li:last-child a {
    padding-bottom: 15px;
}
#mainmenu ul:last-child li:last-child ul:last-child a {
    padding-bottom: 5px;
}

#mainmenu ul:last-child li:last-child ul:last-child li:last-child a {
    padding-bottom: 15px;
}

#mainmenu ul:first-child li:first-child a {
    padding-top: 15px;
}
#mainmenu ul:first-child li:first-child ul:first-child a {
    padding-top: 5px;
}

#mainmenu li ul ul {
    padding-top: 0px !important;
}
#mainmenu li ul {
    min-width: 175px;
}


#c179, #c183, #c438, #c203 {
    padding: 3px 25px 10px;
    background: #3474A8;
    border-radius: 4px;
}
#c179 h3, #c183 h3, #c438  h3, #c203  h3{
    color: #eee;
    margin-bottom: 18px !important;
}
#c179 li, #c183 li , #c438 li , #c203 li {
    line-height: 20px;
   
}
#c179 li a, #c183 li a, #c438 li a, #c203 li a {
    color: #eee;
}

ul.ce-menu-1 {
    padding-left: 0px;
}

.ce-menu-1 li {
    background: url(../Images/Frontend/arrow-side-menu.png) no-repeat 0 9px;
    padding-left: 18px;
    list-style: none;
    margin-bottom: 0px;

}

.sat-nav-contact {
    background: #eee;
    padding: 5px 30px 20px;
	border: 0px solid #bbb;
    border-radius: 4px;
    margin-top: 25px;
}
.sat-nav-contact  h3 {
	font-size: 24px;
    color: #666;
    border-bottom: 1px solid #666;
    padding-bottom: 8px;
    margin-bottom: 20px !important;
}
.sat-nav-contact.location {
    background: #ddd;
}



.sat-nav-contact li {
   /* background: url(../Images/Frontend/arrow-link.png) no-repeat 0 12px;
    padding-left: 18px;*/
    list-style: none;
    margin-bottom: 2px;
    
}
.sat-nav-contact ul {
    padding-left: 0px;
}

.btn-border-light {
    border: solid 1px;
    margin-top: 25px;
    letter-spacing: normal;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
}
header {
    height: 100px;
position: fixed;	
    padding-top: 10px;
    opacity: 1;
}
header .social {
    display: none;
}


body.down header.clone {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100px;
    padding-top: 10px;	
display: none;
}



.tx-srlanguagemenu .INACT {
    display: none;
}

.tx-srlanguagemenu, .tx-srlanguagemenu .links-list-header {
    font-family: Verdana,sans-serif;
    line-height: 100%;
    margin-top: 8px;
    padding: 0;
    text-indent: 0;
    display: inline-block;	
    /* float: right; */
    position: absolute;
    top: 0;
    right: 160px;	
	display:none;
}
#logo-bmvi {
    margin-left: 20px;	
    display: inline-block;
    float: right;	
}
#logo-bmvi-res {
    display: none;	
}







footer {
    background: #444;
    margin-top: 0px;
}
footer h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px !important;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    width: 90%;
    color: #eee;
}
footer ul li {
    background: url(../Images/Frontend/arrow-footer.png) no-repeat 0 11px;
    padding-left: 18px;
}
footer a {
    font-size: 16px;
}


footer a:focus {
color: #fff;} 
footer a:visited {
color: #ccc;}
footer a:hover {
color: #fff;}

#content .col-md-8 > div {
    margin-right: 20px;
}

#subheader .row {
 display:none;
}

#c232 #gallery .item {
    text-align: center;
    font-size: 12px;
    width: 32.5%;
    margin: 1px;
    float: left;
    padding: 4px;	
}
#c232 .ex-gallery .project-name {
    font-size: 15px;	
    display: block;
    letter-spacing: 2px;
    padding: 5px 10px 5px 10px;
    margin: 0 auto;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 200;
    color: #fff;
}
#c232 .small-border {
	 display:none !important;
}

inaktive.media-body  ul {
	 padding:0 0 0 0px;
}





@media (max-width: 992px) {
#mainmenu li li, #mainmenu li li:last-child {
    font-size: 13px;
    line-height: 19px;
}	
.tx-srlanguagemenu, .tx-srlanguagemenu .links-list-header {
    display:none;	
}	
header.clone {
    min-height: 100px;
}
#logo-bmvi-res	.tx-srlanguagemenu, .tx-srlanguagemenu .links-list-header {
    font-family: Verdana,sans-serif;
    line-height: 100%;
    margin-top: 8px;
    padding: 0;
    text-indent: 0;
    display: inline-block;	
    /* float: right; */
    position: absolute;
    top: 60px;
    right: 5px;
	width:80px;
}
.tx-srlanguagemenu, .tx-srlanguagemenu .links-list-header {
	display:none !important;
}
#logo-bmvi {
    margin-left: 20px;	
    display: inline-block;
    float: right;	
    display: none;	
}
#logo-bmvi-res {
    margin-left: 20px;	
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;	
}

header.clone #logo-bmvi-res img {
    max-height: 60px;
    width: auto;
}
#menu-btn {
    position: absolute;
    top: 5px;
    left: 200px;	
	/*
	float: left;
    margin-right: 170px;*/
}
#c232 #gallery .item {
    width: 48%;
}
#subheader {
    background-color: rgba(0, 0, 0, 0) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden;
    visibility: visible;
    left: 0px;
    top: 0px;
    opacity: 1;
}
#mainmenu li ul {
    float: left;
    width: 100%;
}
}	

@media (max-width: 500px) {
#c232 #gallery .item {
    width: 100%;
}
#subheader {
    background-color: rgba(0, 0, 0, 0) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden;
    visibility: visible;
    left: 0px;
    top: 0px;
    opacity: 1;
}
#subheader .overlay {
    height: 0;

}
}

.land {
	border: 2px solid #99cc33;
	background: #eee;
    padding: 5px 30px 20px;
    border-radius: 4px;
    margin-top: 25px;
}
.land  h3 {
    font-size: 24px;
    color: #666;
    border-bottom: 1px solid #666;
    padding-bottom: 8px;
    margin-bottom: 20px !important;
}
.marine {
	border: 2px solid #206096;
	background: #eee;
    padding: 5px 30px 20px;
    border-radius: 4px;
    margin-top: 25px;
}
.marine  h3 {
    font-size: 24px;
    color: #666;
    border-bottom: 1px solid #666;
    padding-bottom: 8px;
    margin-bottom: 20px !important;
}
.atmosphere {
	border: 2px solid #5FC3E1;
	background: #eee;
    padding: 5px 30px 20px;
    border-radius: 4px;
    margin-top: 25px;
}
.emergency {
	border: 2px solid #F7A833;
	background: #eee;
    padding: 5px 30px 20px;
    border-radius: 4px;
    margin-top: 25px;
}
.security {
	border: 2px solid #568687;
	background: #eee;
    padding: 5px 30px 20px;
    border-radius: 4px;
    margin-top: 25px;
}
.climate {
	border: 2px solid #941832;
	background: #eee;
    padding: 5px 30px 20px;
    border-radius: 4px;
    margin-top: 25px;
}
.insitu {
	border: 2px solid #985032;
	background: #eee;
    padding: 5px 30px 20px;
    border-radius: 4px;
    margin-top: 25px;
}


.box-projekte-links-grau {
    background: #eee;
    padding: 3px 25px 10px;
	border: 0px solid #bbb;
    border-radius: 4px;
    margin-top: 25px;
    margin-right: 25px;
	
}
.col-md-4 .box-projekte-links-grau {
    background: #eee;
    padding: 3px 25px 10px;
	border: 0px solid #bbb;
    border-radius: 4px;
    margin-top: 25px;
    margin-right: 0px;	
	
}

.box-projekte-links-grau ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -35px;
    list-style-type: none;
}
.box-projekte-links-grau h3{
    font-size: 24px;
    color: #666;
    border-bottom: 1px solid #666;
    padding-bottom: 8px;
}   

.box-projekte-main-grau h3{
    font-size: 24px;
    color: #666;
    border-bottom: 1px solid #666;
    padding-bottom: 8px;
    margin-bottom: 20px !important;
}
.box-projekte-main-grau {
    background: #eee;
    padding: 5px 30px 20px;
	border: 0px solid #bbb;
    border-radius: 4px;
    margin-top: 25px;
}
.box-projekte-main-grau ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -15px;
    list-style-type: disc;
}
.box-projekte-main-grau h3{
    font-size: 24px;
    color: #666;
    border-bottom: 1px solid #666;
    padding-bottom: 8px;
    margin-bottom: 20px !important;
}
.box-projekte-links-blau {
    background: #eaf4fc none repeat scroll 0 0;
    border: 0px solid #bbb;
    border-radius: 4px;
    margin-top: 25px;
    margin-right: 25px;	
    padding: 5px 30px 20px;
}
.box-projekte-links-blau h3{
    font-size: 24px;
    color: #666;
    border-bottom: 1px solid #666;
    padding-bottom: 8px;
    margin-bottom: 20px !important;
}
.box-navi-blau {
padding: 3px 25px 10px;
    background: #3474A8;
    border-radius: 4px;
    margin-top: 0px;
	    clear: both;
	}
.box-navi-blau h3{
    font-size: 24px;	
    color: #eee;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 10px !important;	
}



ul.lvl-1 {
    padding-left: 0px;
    font-size: 14px;	
}


.11box-navi-blau li {

    background: url(../Images/Frontend/arrow-side-menu.png) no-repeat 0 12px;
    padding-left: 18px;
    list-style: none;
    margin-bottom: 0px;
    font-size: 16px;

}
.box-navi-blau  a{
    color: #eee;
	
}

a.active .current  {
	font-weight:bold;	
}
li.active .current  {
	font-weight:bold;	
}

.1lvl-1 li {
	    font-size: 15px;
    line-height: 130%;	
	margin:10px 0 10px 0;
}
.ce-menu-1 li {
    background: url(../Images/Frontend/arrow-side-menu.png) no-repeat 0 9px;
	font-size: 16px;
    padding-left: 18px;
    list-style: none;
    /* margin-bottom: 10px; */
    line-height: 130%;
    margin: 10px 0 10px 0;
}
.ce-menu-1 li ul li{
    background: url(../Images/Frontend/arrow-side-menu.png) no-repeat 0 7px;
	font-size: 15px;
	    font-weight: normal;
    padding-left: 18px;
    list-style: none;
    /* margin-bottom: 10px; */
    line-height: 130%;
    margin: 10px 0 10px 0;
}
.ce-menu-1 li ul li ul li{
    background: url(../Images/Frontend/arrow-side-menu.png) no-repeat 0 7px;
	font-size: 14px;
    padding-left: 18px;
    list-style: none;
    /* margin-bottom: 10px; */
    line-height: 130%;
    margin: 10px 0 10px 0;
}
.1lvl-2 li {
	    font-size: 14px;
    line-height: 130%;	
	margin:10px 0 10px 0;
}

#side-menu-container1 {display:none;}
.vcard {
    clear: both;
    padding-bottom: 35px;
    min-height: 270px;
    /* font-size: 97%; */
    line-height: 150%;
}
.logo-address {
float:left; 
width:150px; 
margin-right: 25px; 
margin-bottom: 10px;
}

@media (max-width: 580px) {
.text-address {
    clear: both;
}
.col-md-4 {
    clear: both;
}
}
.align-justify {
	text-align: justify;
	padding-right:30px;
}
iframe {
border: 0px;
}

figcaption {
    margin-bottom: 15px;
}




























































@media (min-width: 993px) {

.main-navigation__open-sub-menu-link {
display:none !important;
}

}
@media (max-width: 992px) {
#mainmenu li li a:hover {
    background: #767676;
    border-right: 0px solid #fff;
}
#mainmenu li ul ul {
    padding-top: 16px !important;
    white-space: normal;
}
#mainmenu ul {
    padding-top: 30px !important;
    white-space: normal;
}
#mainmenu li ul {
    border-top: solid 1px #333;
    border: none;
    margin-top: -30px;
    top: 0;
}
#mainmenu li ul li ul{
    border-top: solid 1px #333;
    border: none;
    margin-top: -15px;
    top: 0;
}
#mainmenu li ul li:first-child a {
    padding-top: 5px;
}
#mainmenu li ul li ul li:first-child a {
    padding-top: 5px;
}




}

.main-navigation__logo {
  float: none;
  margin-right: 20px;
  width: 50%;
  display: inline-block;
}
.main-navigation-mobile__language-menu .header-top__language-menu {
  float: right;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5001;
  display: block;
}
.main-navigation-mobile__language-menu .header-top__language-menu .header-top__language-menu-box {
  width: auto;
  min-width: 150px;
  background: #fff;
  top: 1px;
}
.main-navigation .header-top__language-menu-box-close-btn {
  top: 5px;
}
.main-navigation .header-top__language-menu-btn {
  line-height: 60px;
}
.main-navigation .header-top__language-menu-box {
  width: 100%;
  height: 100%;
  background-color: #2b2b2b;
}
.main-navigation .header-top__language-menu-box .header-top__language-menu-box-item {
  color: #fff;
  line-height: 60px;
}
.main-navigation .header-top__language-menu {
  display: none;
}
.main-navigation__search-btn-wrp._header-top-search-btn {
  background: #fff;
  display: block;
}
._header-top-search-btn .main-navigation__search-btn {
  height: 50px;
}
._header-top-search-btn .main-navigation__search-btn:before {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(80, 180, 216, 0.5);
  margin-top: -8px;
  margin-left: -8px;
}
._header-top-search-btn .main-navigation__search-btn:after {
  height: 2px;
  width: 6px;
  margin-top: 5px;
  margin-left: 3px;
  background: rgba(80, 180, 216, 0.5);
}
._header-top-search-btn .main-navigation__search-btn span:after,
._header-top-search-btn .main-navigation__search-btn span:before {
  height: 2px;
  width: 20px;
  background: rgba(80, 180, 216, 0.5);
}
._header-top-search-btn.main-navigation__search-box {
  right: 0;
  box-shadow: inset 0 1px 0 #e2e3df, 0 2px 3px -1px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #ebf3f6;
  top: 50px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.main-navigation__search-box._header-top-search-btn._search-box-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
@media (min-width: 992px) {
  .main-navigation-mobile__language-menu .header-top__language-menu {
    display: none;
  }
  .main-navigation .header-top__language-menu {
    display: block;
  }
  .main-navigation__logo {
    float: left;
    margin-right: 20px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .mobile-menu-opened,
  .mobile-menu-opened body {
    overflow: hidden;
    background: #2b2b2b;
  }
}
.main-navigation {
  position: fixed;
  top: 49px;
  left: 0;
  right: 0;
  width: 100%;
  background: #2b2b2b;
  z-index: 2000;
  max-height: 100%;
  min-height: 0;
}
@media (max-width: 991px) {
  .mobile-menu-opened .main-navigation {
    position: fixed;
    top: 49px;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    overflow-y: scroll;
    height: 100%;
  }
  .mobile-menu-opened .main-navigation__items-wrp {
    padding-bottom: 150px !important;
    overflow-y: auto;
  }
}
.main-navigation a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(120, 120, 120, 0.3);
  transition: background 0.1s linear, color 0.1s linear;
}
.main-navigation__items-wrp {
  -webkit-overflow-scrolling: touch;
  display: none;
}
.main-navigation__items-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation__item {
  position: relative;
}
.main-navigation__item-link {
  color: #fff;
  width: 100%;
  border-top: 1px solid #ebf3f6;
  display: block;
  padding: 0 16px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.no-touch .main-navigation__item-link:hover {
  background: #414141;
  color: #fff;
}
._active > .main-navigation__item-link {
  color: #50b4d8;
}
.no-touch ._active > .main-navigation__item-link:hover {
  color: #50b4d8;
}
.main-navigation__open-sub-menu-link {
  position: absolute;
  right: 0;
  top: 0;

  cursor: pointer;
  overflow: hidden;
  z-index: 2000;
  text-align: center;


  padding: 0;
  color: rgba(0, 0, 0, 0) !important;

  display: block;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-tap-highlight-color: rgba(120, 120, 120, 0.3);
}
.no-touch .main-navigation__open-sub-menu-link:hover {
  background: #414141;
}
.main-navigation__open-sub-menu-link:after,
.main-navigation__open-sub-menu-link:before {
  content: '';
  position: absolute;
  transition: transform 0.2s linear;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(80, 180, 216, 0.5);
  height: 2px;
  width: 16px;
  top: 50%;
  left: 50%;
  margin-left: -9px;
}
.main-navigation__open-sub-menu-link:after {
  transform: rotate(90deg);
}
._open-mobile-dropdown > .main-navigation__open-sub-menu-link:before {
  transform: rotate(45deg);
}
._open-mobile-dropdown > .main-navigation__open-sub-menu-link:after {
  transform: rotate(135deg);
}
.main-navigation__sub-item > .main-navigation__open-sub-menu-link {
  line-height: 40px;
}
.main-navigation__sub-item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform-origin: top;
  transform: scale(1, 0);
  transition: transform 0.2s linear, opacity 0.2s linear, visibility 0.2s linear, max-height 0.2s linear;
}
@media (max-width: 991px) {
  ._open-mobile-dropdown > .main-navigation__sub-item-list {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
    max-height: 100%;
  }
  .second-navigation-level ._sub > .main-navigation__sub-item-link {
    border-top: 1px solid #ebf3f6;
  }
}
.main-navigation__sub-item {
  position: relative;
}
.main-navigation__sub-item-link {
  padding: 10px 30px 10px 60px;
  display: block;
  color: rgba(255, 255, 255, 0.6);
}
.no-touch .main-navigation__sub-item-link:hover {
  background: #414141;
  color: rgba(255, 255, 255, 0.6);
}
._active > .main-navigation__sub-item-link {
  color: #50b4d8;
}
.no-touch ._active > .main-navigation__sub-item-link:hover {
  color: #50b4d8;
}
.third-navigation-level .main-navigation__sub-item-link {
  padding-left: 90px;
}
@media (min-width: 992px) {
  .main-navigation {
    position: relative;
    top: 0;
    border-top: 2px solid #50b4d8;
    border-bottom: none;
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
  }
  .main-navigation-fixed .main-navigation {
    position: fixed;
    transform: translate3d(0, 0, 0);
  }
  .touch .main-navigation-fixed .main-navigation {
    z-index: 7000;
  }
  .main-navigation-fixed .header {
    padding-bottom: 60px;
  }
  .main-navigation__items-wrp {
    max-width: 970px;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  .main-navigation__items-wrp:before,
  .main-navigation__items-wrp:after {
    content: " ";
    display: table;
  }
  .main-navigation__items-wrp:after {
    clear: both;
  }
  .main-navigation__items-list:before,
  .main-navigation__items-list:after {
    content: " ";
    display: table;
  }
  .main-navigation__items-list:after {
    clear: both;
  }
  .main-navigation__items-list._right-pos {
    text-align: right;
  }
  .main-navigation__item {
    float: left;
  }
  .main-navigation__item-link {
    border: none;
  }
  .main-navigation__open-sub-menu-link {
    display: none;
  }
  .main-navigation__sub-item-list {
    position: absolute;
    transform: translate3d(0, 16px, 0);
    overflow: visible;
    top: 100%;
    left: 0;
    background: #2b2b2b;
    min-width: 200px;
    max-height: inherit;
    border-top: 3px solid #50b4d8;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  }
  .main-navigation__item:last-child .main-navigation__sub-item-list {
    left: auto;
    right: 0;
  }
  .main-navigation__sub-item-link,
  .third-navigation-level .main-navigation__sub-item-link {
    padding-left: 20px;
  }
  .main-navigation__sub-item-list.third-navigation-level {
    top: -3px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .main-navigation__items-wrp {
    max-width: 1170px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .main-navigation__items-list._right-pos .main-navigation__item {
    float: none;
    text-align: left;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .no-touch .main-navigation__item._sub:hover > .main-navigation__sub-item-list,
  .no-touch .main-navigation__sub-item._sub:hover > .main-navigation__sub-item-list {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    z-index: 1;
  }
  .no-touch ._sub > .main-navigation__item-link:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 3px;
    position: relative;
    font-size: 15px;
    top: 2px;
    color: rgba(255, 255, 255, 0.5);
  }
  .no-touch ._sub > .main-navigation__sub-item-link:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e675";
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: inherit;
    padding-left: 3px;
    position: absolute;
    right: 8px;
  }
  .touch .main-navigation__item._sub .main-navigation__item-link {
    display: block;
    margin-right: 38px;
    padding-right: 3px;
  }
  .touch .main-navigation__item._sub .main-navigation__open-sub-menu-link {
    display: block;
    position: absolute;
    height: 100%;
    width: 38px;
    border: none;
  }
  .touch .main-navigation__item._sub._open-tablet-dropdown > .main-navigation__sub-item-list,
  .touch .main-navigation__sub-item._sub._open-tablet-dropdown > .main-navigation__sub-item-list {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .touch .main-navigation__item._sub .main-navigation__open-sub-menu-link:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    font-size: 30px;
    line-height: 60px;
    top: auto;
    left: auto;
    margin: 0;
    padding: 0;
    background: none;
    display: block;
    transition: transform 0.3s;
    transform-origin: center;
    width: 100%;
    height: auto;
  }
  .touch .second-navigation-level ._sub > .main-navigation__open-sub-menu-link:before {
    line-height: 46px;
  }
  .touch .main-navigation__item._sub._open-tablet-dropdown > .main-navigation__open-sub-menu-link:before {
    transform: rotate(135deg);
  }
  .touch .second-navigation-level ._sub._open-tablet-dropdown > .main-navigation__open-sub-menu-link:before {
    transform: rotate(135deg);
  }
  .touch .main-navigation__item._sub .main-navigation__open-sub-menu-link:after {
    display: none;
  }
}
.main-navigation__search-btn-wrp {
  display: none;
  float: right;
  width: 60px;
  background: #2b2b2b;
  z-index: 1300;
  position: relative;
  -webkit-tap-highlight-color: rgba(120, 120, 120, 0.3);
}
.main-navigation__search-btn-wrp:before {
  content: '';
  position: absolute;
  height: 38px;
  width: 38px;
  border: 2px solid rgba(80, 180, 216, 0.4);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 992px) {
  .main-navigation__search-btn-wrp {
    display: block;
  }
}
.main-navigation__search-btn {
  position: relative;
  display: block;
  width: 38px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0) !important;
  z-index: 3;
  margin: 0 auto;
  -webkit-tap-highlight-color: rgba(120, 120, 120, 0.3);
}
.main-navigation__search-btn:after,
.main-navigation__search-btn:before {
  content: '';
  position: absolute;
  transition: opacity 0.3s;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-navigation__search-btn:before {
  border-radius: 50%;
  border: 2px solid rgba(80, 180, 216, 0.5);
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -10px;
}
.main-navigation__search-btn:after {
  background: rgba(80, 180, 216, 0.5);
  transform: rotate(45deg);
  height: 2px;
  width: 6px;
  top: 50%;
  left: 50%;
  margin-top: 5px;
  margin-left: 1px;
}
@media (min-width: 768px) {
  .main-navigation__search-btn {
    width: 100%;
  }
  .main-navigation__search-btn:before {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(80, 180, 216, 0.5);
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
  }
  .main-navigation__search-btn:after {
    height: 2px;
    width: 6px;
    top: 50%;
    left: 50%;
    margin-top: 5px;
    margin-left: 3px;
    background-color: rgba(80, 180, 216, 0.5);
  }
}
.main-navigation__search-btn span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.main-navigation__search-btn span:before {
  transform: rotate(45deg);
}
.main-navigation__search-btn span:after {
  transform: rotate(-45deg);
}
.main-navigation__search-btn span:after,
.main-navigation__search-btn span:before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 18px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  background: rgba(80, 180, 216, 0.5);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s, transform 0.3s;
}
@media (min-width: 768px) {
  .main-navigation__search-btn span:after,
  .main-navigation__search-btn span:before {
    height: 3px;
    width: 20px;
    top: 50%;
  }
}
.main-navigation__search-btn._search-close-btn:after,
.main-navigation__search-btn._search-close-btn:before {
  opacity: 0;
}
.main-navigation__search-btn._search-close-btn span:before {
  transform: rotate(135deg);
}
.main-navigation__search-btn._search-close-btn span:after {
  transform: rotate(45deg);
}
.main-navigation__search-btn._search-close-btn span:after,
.main-navigation__search-btn._search-close-btn span:before {
  opacity: 1;
}
.main-navigation__search-box input {
  border-radius: 0;
  border: none;
  background: #2b2b2b;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  border-top: 1px solid #ebf3f6;
  border-bottom: 1px solid #ebf3f6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}
.main-navigation__search-box._header-top-search-btn input {
  background: #fff;
}
@media (min-width: 992px) {
  .main-navigation__search-box input {
    border: none;
    padding: 0 8%;
    border-left: 1px solid #ebf3f6;
  }
}
.main-navigation__search-box {
  position: relative;
  height: 60px;
  width: 100%;
  top: 0;
  left: auto;
  right: 0;
  z-index: 3000;
}
@media (min-width: 992px) {
  .main-navigation__search-box {
    width: 46%;
    position: absolute;
    right: 60px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
  }
}
@media (min-width: 1200px) {
  .main-navigation__search-box {
    width: 36%;
  }
}
.main-navigation__search-box._search-box-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.main-navigation__search-box-overlay {
  background: rgba(34, 34, 34, 0.3);
  position: fixed;
  z-index: 2300;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
@media (min-width: 992px) {
  .main-navigation__search-box-overlay {
    z-index: 1999;
  }
}
.main-navigation__search-box-overlay._search-box-overlay-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.main-navigation__toggle-btn {
  float: left;
  margin-left: -15px;
}
.main-navigation__toggle-btn {
  -webkit-tap-highlight-color: rgba(120, 120, 120, 0.3);
}
.main-navigation__toggle-btn {
  border-radius: 0;
  padding: 16px 20px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
.main-navigation__toggle-btn {
  position: fixed;
  width: 100%;
  top: 0.5px;
  left: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 49px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 5000;
}
.header-top__main-navigation-toggle-btn .main-navigation__toggle-btn {
  position: relative;
  width: 70px;
  top: 0.5px;
  left: auto;
  z-index: 500;
}
.main-navigation__toggle-btn span {
  display: block;
  position: absolute;
  top: 23px;
  left: 12px;
  right: 12px;
  height: 3px;
  width: 26px;
  margin-left: 10px;
  background: #777;
}
.main-navigation__toggle-btn span:after,
.main-navigation__toggle-btn span:before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #777;
  content: "";
}
.main-navigation__toggle-btn span:before {
  top: -9px;
}
.main-navigation__toggle-btn span:after {
  bottom: -9px;
}
.main-navigation__toggle-btn {
  background-color: #fff;
}
.main-navigation__toggle-btn span {
  transition: background 0 0.2s;
}
.main-navigation__toggle-btn span:after,
.main-navigation__toggle-btn span:before {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0;
}
.main-navigation__toggle-btn span:before {
  transition-property: top, transform;
}
.main-navigation__toggle-btn span:after {
  transition-property: bottom, transform;
}
.mobile-menu-opened .main-navigation__toggle-btn {
  background-color: #fff;
}
.mobile-menu-opened .main-navigation__toggle-btn span {
  background: none;
}
.mobile-menu-opened .main-navigation__toggle-btn span:before {
  top: 0;
  transform: rotate(45deg);
}
.mobile-menu-opened .main-navigation__toggle-btn span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.mobile-menu-opened .main-navigation__toggle-btn span:after,
.mobile-menu-opened .main-navigation__toggle-btn span:before {
  transition-delay: 0, 0.2s;
}
@media (min-width: 992px) {
  .main-navigation__toggle-btn {
    display: none;
  }
}



.breadcrumbs {
  border-bottom: 1px solid #cbe9f3;
  margin-bottom: 30px;
  background: #fff;
}
.breadcrumbs__list {
  padding: 12px 15px 12px 4px;
  margin-bottom: 0;
}
.breadcrumbs__list-item {
  font-size: 14px;
  display: inline-block;
  color: #50b4d8;
  text-transform: uppercase;
}
.breadcrumbs__list-item .icon-t3-home {
  padding-right: 5px;
}
.breadcrumbs__list-link {
  color: #50b4d8;
}
.no-touch .breadcrumbs__list-link:hover {
  color: #85cbe4;
}
.breadcrumbs__list-item._active {
  color: #4a4a4a;
}
.breadcrumbs__list-item:before {
  content: "/";
  color: #4a4a4a;
  padding: 0 8px 0 4px;
}
.breadcrumbs__list-item:first-child:before {
  content: "";
  padding: 0;
}
.sub-navigation {
  background: #fff;
  padding-bottom: 20px;
}
.sub-navigation__wrp {
  border: 1px solid #dfe7ea;
  border-width: 1px 0 0;
}
.sub-navigation__item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-navigation__link {
  display: block;
  padding: 13px 14px 13px 20px;
  color: #4a4a4a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(120, 120, 120, 0.3);
  letter-spacing: 0.2px;
  transition: all 0.1s linear;
  border: 1px solid #dfe7ea;
  border-width: 0 0 1px;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .sub-navigation__link {
    font-size: 16px;
  }
}
.sub-navigation__link._sub-level-2 {
  font-weight: bold;
  text-transform: uppercase;
}
.no-touch .sub-navigation__link:hover {
  color: #4a4a4a;
  background: #f2f2f2;
}
.no-touch .sub-navigation__link._active:hover {
  background-color: #f2f2f2;
}
.sub-navigation__link._sub-level-3 {
  padding-left: 27px;
  background-color: #f0f0f0;
  border-color: #d1d8db;
  text-transform: uppercase;
}
.no-touch .sub-navigation__link._sub-level-3:hover {
  background-color: #e4e4e4;
}
.sub-navigation__link._sub-level-4 {
  padding-left: 34px;
  background-color: #e8e8e8;
  border-color: #cad1d4;
  text-transform: uppercase;
}
.no-touch .sub-navigation__link._sub-level-4:hover {
  background-color: #dcdcdc;
}
.sub-navigation__link._sub-level-5 {
  padding-left: 41px;
  background-color: #e0e0e0;
  border-color: #c3cacc;
  text-transform: uppercase;
}
.no-touch .sub-navigation__link._sub-level-5:hover {
  background-color: #d5d5d5;
}
.sub-navigation__link._sub-level-6 {
  padding-left: 45px;
  background-color: #dbdbdb;
  border-color: #bec5c7;
  text-transform: uppercase;
}
.no-touch .sub-navigation__link._sub-level-6:hover {
  background-color: #d0d0d0;
}
.sub-navigation__link._sub-level-7 {
  padding-left: 49px;
  background-color: #d6d6d6;
  border-color: #bac0c2;
  text-transform: uppercase;
}
.no-touch .sub-navigation__link._sub-level-7:hover {
  background-color: #cbcbcb;
}
.sub-navigation__link._active {
  border-left: 3px solid #50b4d8;
  padding-left: 17px;
}
.no-touch .sub-navigation__link._active:hover {
  border-left-color: #469ebe;
}
.sub-navigation__link._sub-level-3._active {
  padding-left: 24px;
}
.sub-navigation__link._sub-level-4._active {
  padding-left: 31px;
}
.sub-navigation__link._sub-level-5._active {
  padding-left: 38px;
}
.sub-navigation__link._sub-level-6._active {
  padding-left: 42px;
}
.sub-navigation__link._sub-level-7._active {
  padding-left: 46px;
}
.sub-navigation__link._curent {
  border-left: 3px solid #50b4d8;
  color: #fff;
  background: #50b4d8;
}
.no-touch .sub-navigation__link._curent:hover {
  background: #49a4c5;
  color: #fff;
}
._dropdown-menu-with-columns .main-navigation__sub-item-column-list {
  list-style: none;
  padding: 0;
}
._dropdown-menu-with-columns .main-navigation__sub-item-link._sub-level-3._sub {
  font-weight: 700;
}
._dropdown-menu-with-columns .main-navigation__sub-item-link._sub-level-2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}
._dropdown-menu-with-columns .main-navigation__sub-item-link._sub-level-3 {
  padding-left: 35px;
}
._dropdown-menu-with-columns .main-navigation__sub-item-link._sub-level-3._current {
  color: #50b4d8;
  padding-left: 35px;
}
._dropdown-menu-with-columns .main-navigation__sub-item-link._sub-level-3:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e675";
  font-size: 12px;
  position: absolute;
  left: 18px;
  margin-top: 5px;
}
.touch ._dropdown-menu-with-columns .main-navigation__sub-item-link:focus,
.touch ._dropdown-menu-with-columns .main-navigation__sub-item-link:hover {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 992px) {
  ._dropdown-menu-with-columns .main-navigation__sub-item-list {
    border-top: 2px solid #ebf3f6;
    padding-bottom: 30px;
    width: 100%;
  }
  ._dropdown-menu-with-columns .main-navigation__item {
    position: static;
  }
  ._dropdown-menu-with-columns .main-navigation__items-wrp {
    position: static;
  }
  ._dropdown-menu-with-columns .main-navigation__item._sub > .main-navigation__item-link {
    position: relative;
  }
  ._dropdown-menu-with-columns .main-navigation__item._sub.open > .main-navigation__item-link {
    background: #414141;
  }
  ._dropdown-menu-with-columns .main-navigation__item._sub.open > .main-navigation__item-link:before {
    content: '';
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: solid 8px;
    border-bottom-color: #fff;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    z-index: 1;
  }
  ._dropdown-menu-with-columns .tablet-arrow {
    position: relative;
  }
  .touch ._dropdown-menu-with-columns .tablet-arrow .main-navigation__open-sub-menu-link {
    top: -60px;
    height: 60px;
  }
  .touch ._dropdown-menu-with-columns .main-navigation__item._sub._open-tablet-dropdown > .main-navigation__item-link {
    background: #414141;
  }
  .touch ._dropdown-menu-with-columns .main-navigation__item._sub._open-tablet-dropdown .main-navigation__open-sub-menu-link {
    background: #414141;
  }
  .touch ._dropdown-menu-with-columns .main-navigation__item._sub._open-tablet-dropdown > .main-navigation__item-link:before {
    content: '';
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: solid 8px;
    border-bottom-color: #fff;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  ._dropdown-menu-with-columns .main-navigation__sub-item-list {
    background: #242424;
  }
  ._dropdown-menu-with-columns .main-navigation__sub-item-list .container {
    padding: 0;
    width: 100%;
  }
  ._dropdown-menu-with-columns .main-navigation__sub-item-link._sub-level-2 {
    padding-left: 18px;
  }
.pull-left {
    margin: 0 20px 0 0;
    width: 100% !important;
}  
.headpics {
	display:none;
	padding-bottom: 25px; 
}

	.headpicsSM {
	padding-bottom: 25px;
    max-height: 118px;
    display: inline-block;
    margin-bottom: 25px;
}
	.headpicsSM  img{
    max-width: 100%;
    height: auto;
}
}

@media (min-width: 992px) {
	.headpicsSM {
	display:none;
}
.headpics {
	padding-bottom: 25px;
    max-height: 118px;
    display: inline-block;
    margin-bottom: 25px;	
}
.headpics img {
    width: 100%;
    height: auto;
}
}

.js__main-navigation__open-third-menu-link:after, .js__main-navigation__open-third-menu-link:before  {
    top: 29%;
 }
 .js__main-navigation__open-fourth-menu-link:after, .js__main-navigation__open-fourth-menu-link:before  {
    top: 25%;
 }
  .js__main-navigation__open-sixth-menu-link:after, .js__main-navigation__open-sixth-menu-link:before  {
    top: 20%;
 }
 .download img{
	 display:none;
 }
 .download::before { 
   content: url("/typo3/sysext/rtehtmlarea/Resources/Public/Images/download.gif"); 
   margin-left: 0px; 
}
 .news-related-files-link::before { 
   content: url("/typo3/sysext/rtehtmlarea/Resources/Public/Images/download.gif"); 
   margin-left: 0px; 
}
 .internal-link img{
	 display:none;
 }
 .internal-link::before { 
   content: url("/typo3/sysext/rtehtmlarea/Resources/Public/Images/internal_link.gif"); 
   margin-left: 0px; 
}
 .external-link-new-window img{
	 display:none;
 }
 .external-link-new-window::before { 
   content: url("/typo3/sysext/rtehtmlarea/Resources/Public/Images/external_link_new_window.gif"); 
   margin-left: 0px; 
}
.contact_form_holder .form-control {
    margin: 0px 0 20px 0;
}
.sr-only {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
footer .internal-link::before {
    content: none;
}






/**************************************/
/* Default styles for news extension */
/**************************************/

/* category menu view */
.news-category-view ul li {
  padding: 5px 8px;
}
.news-category-view ul li li {
  padding: 2px 8px 2px 12px;
}
.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}


.news-cards__item {
  position: relative;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  border-radius: 6px;
}
.news-cards__media-preview {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;  
}
.news-cards__text {
  padding: 0 15px;
  color: #555555;
  font-size: 12px;
    line-height: 18px;  
}
.news-cards__author {
  padding: 10px 15px;
  background-color: #e6e6e6;
}
.news-cards__more-link {
  padding: 5px 15px;
}
.news-cards__header h3 {
  font-size: 22px;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
@media (min-width: 768px) {
  .news-cards__item {
    height: 500px;
  }
  .news-cards__text {
    height: 280px;
    overflow: hidden;
  }
  .news-cards__text:hover{
text-decoration:none !important;
  }  
  .news-cards__author {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.news-cards__item a {
	text-decoration:none !important;
}

.news-timeline-wrp {
  clear: both;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.news-timeline-wrp::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background: #ededed;
  left: 23px;
  margin-left: -1px;
  margin-top: 80px;
}
.news-timeline__header {
  margin: 30px;
  text-align: center;
}
.news-timeline__item-wrp {
  position: relative;
}
.news-timeline__date {
  position: absolute;
  text-align: center;
  width: 42px;
  height: 42px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  margin-left: -25px;
  color: #555555;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  left: 25px;
}
.news-timeline__date.open {
  background-color: #000000;
  color: #fff;
}
.news-timeline__date span {
  display: block;
}
.news-timeline-wrp .odd.news-timeline__date.open::after,
.news-timeline-wrp .even.news-timeline__date.open::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -14px;
  border-left: 20px solid #288fb4;
}
.news-timeline-wrp .even.news-timeline__date.open::after {
  border-right: 0;
  left: auto;
  right: -14px;
  border-left: 20px solid #000000;
}
.news-timeline__date-day {
  font-weight: 700;
}
.news-timeline__item-article {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-timeline__item {
  margin-bottom: 30px;
  border-radius: 3px;
  position: relative;
  border: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  width: auto;
  margin-left: 70px;
}
.news-timeline__item.last {
  margin-bottom: 0;
}
.news-timeline__item.collapsed {
  cursor: pointer;
}
.news-timeline__media-preview {
  height: 250px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.news-timeline__item-text {
  padding: 15px 20px;
}
.news-timeline__item-header h3 {
  font-size: 20px;
  margin: 5px 0;
}
.news-timeline__item-teaser {
  margin-top: 10px;
}
.news-timeline__item-author {
  background-color: #ededed;
  padding: 10px 20px 8px;
  text-transform: capitalize;
  font-size: 12px;
}
.news-timeline__item-wrp .collapsed .news-timeline__item-teaser,
.news-timeline__item-wrp .collapsed .news-timeline__img-wrap {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
@media (min-width: 768px) {
  .news-timeline__date {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
  .news-timeline-wrp .odd.news-timeline__date.open::after,
  .news-timeline-wrp .even.news-timeline__date.open::after {
    top: 15px;
  }
}
@media (min-width: 992px) {
  .news-timeline-wrp::before {
    left: 50%;
  }
  .news-timeline__date {
    left: 50%;
  }
  .news-timeline-wrp .odd.news-timeline__date.open::after {
    right: auto;
    left: -14px;
    border-right: 20px solid #000000;
    border-left: 0;
  }
  .news-timeline__item {
    width: 44%;
    margin-left: 0;
  }
  .news-timeline__item.odd {
    float: left;
  }
  .news-timeline__item.even {
    float: right;
  }
}

.ui-widget-content {
    border: 0px solid #aaa !important;
}
.ui-tabs .ui-tabs-panel {
    padding: 1em 0 0 0 !important;
}
.ui-widget-header {
	border:0  !important;
    border-bottom: 0px solid #aaa !important;
    background: #fff !important;
    color: #222 !important;
    font-weight: bold !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #3474A8 !important;
    border-bottom-width: 1px !important;
    background: #3474A8 !important;
    font-weight: normal !important;
    color: #555 !important;
    padding: 5px 10px;
    margin: 5px;
    list-style: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaa !important;
    border-bottom-width: 1px !important;
    background: #fff !important;
    font-weight: normal !important;
    color: #fff !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #fff !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  outline: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121 !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  outline: none;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;	
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;	
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
/*    margin-bottom: 0px !important;
    padding-bottom: 0px !important; */
}
.ui-widget-content {
    color: #888 !important;
}
.ui-widget {
	font-family: "Lato", Arial, Helvetica, sans-serif !important;
	line-height: 1.7em !important;
	font-size: 17px !important;
}
.ui-widget-content a {
    color: #3474A8 !important;
}



.ui-widget, .ui-tabs .ui-tabs-nav {
    padding: 0 0 0 0;

}
.col-md-4 .text-address {
	clear:both;
}
.ui-tabs .ui-tabs-nav {
    display: flex;
    margin: 0;
    margin-top: 0px;
    padding: 0 0 0 0 !important;
    margin-top: -4px !important;
}
.news-img-wrap img {
border-radius: 4px;	
}

.ui-tabs {
    padding: 0 !important;
}
.accordion {
    margin-right: 20px;
}
h2 {
    margin-bottom: 15px !important;
}
.subline {
	color: #888;
    font-size: 20px;
}
#sbCaption {
    width: 95% !important;
	white-space: pre-wrap;
}

.newsbox-grau  {
    padding-top: 12px;
}
.newsbox-grau  ul, ol {
    margin-left: -10px;
    list-style-type: disc;
}
.newsbox-grau  ul li ul {
    margin-bottom: 0px;
}
.newsbox-blau  {
    padding: 12px 25px 10px 25px;
}
.newsbox-blau  ul, ol {
    margin-left: -10px;
    list-style-type: disc;
}
.news-cards__teaser  ul {
    margin-left: -20px;
}
.news-cards__teaser  ul li ul {
    margin-left: -25px;
}
.news-sat-detail-img  img {
	width:100%;
	max-width:100%;	
	height:auto;
}

.news-img-caption {
    text-align: right;
    font-size: 11px;
    padding-right: 5px;
}

.box-projekte-links-grau {
    margin-right: 0px;
}

.box-projekte-links-blau {
    margin-right: 0px;
}

/*------------------------------
Feedbackformular 2020
------------------------------ */
.powermail_legend {
    padding: 1em 0 0 0;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
    float: left;
    padding-left: 1em;
}
.radio {
    background-color: #fff;	
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;	
	border: 1px solid #888;
    border-radius: 4px;
    padding: 3px 5px 3px 5px!important;
    margin: 3px !important;
}	
.radio:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.radio:focus {
    color: #fff;
    background-color: #337ab7;
    border-color: #adadad;
}
.radio:active {
    color: #fff;
    background-color: #337ab7;
    border-color: #adadad;
}
.radio:focus-within {
    color: #fff;
    background-color: #337ab7;
    border-color: #adadad;
}
.parsley-required, .parsley-custom-error-message {
    clear: both;
    color: red;
    font-weight: bold;
} 


.accordion li {
    border: solid 1px #ddd;
    border-left: solid 2px #6C7490;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 90%;
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;	
}
.accordion li li {
    border: solid 1px #ddd;
    border-left: solid 2px #6C7490;
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 90%;
}
.accordion a.NoneActive {
    display: block;
    width: auto;
    color: #333;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

video.media-object {
	max-width: 100%;
    height: auto;	
}
aimg.media-object {
  max-width: 100%;
  height: auto;
}

.media-object {
    display: block;
    max-width: 100%;
    height: auto;
}
