/*.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.no-gutter {
	margin-right: 0;
	margin-left: 0;
}
*/

html, body { min-width: 225px; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 0px; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { 
	border: 1px solid #fff;
    color: #FFF;
    text-decoration: none;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active { 
	background-color: #7ec83c;
	border-color: #7ec83c;
    color: #FFF;
    text-decoration: none;
}

.alert { font-size: 1em; margin-bottom: 20px; }
.alert-danger { border-color: #bd0400; }

/* COOKIE */
#cookie-box {
    background-color: #82848a;
    color: #fff;
    padding: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

#cookie-box a {
    color: #fff;
    text-decoration: underline;
}

#cookie-box .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-left: 10px;
    text-transform: uppercase
}

/* slide section */
.slide-section .img-background {
	height: 250px;
}


/* NAV */
.topbar {
	background-color: #fff;
	font-family: 'Pathway Gothic One', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
.topbar .list-inline {
	margin-bottom: 0;
}
.topbar .list-inline a {
	color: #333;
	text-decoration: none
}
.topbar .list-inline a:hover {
	color: #ed7a23;
}
.topbar .list-inline a.text {
	color: #333;
    font-size: 1.2em;
    line-height: 1px;
}
.topbar .list-inline a.text:hover {
	color: #333;
}
.topbar .lang  {
	margin-top: -10px;
	margin-bottom: -10px;
}
.topbar .lang > li > a {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 1.2em;
    color: #333;
    padding: 10px 10px 11px;
    line-height: normal;
    display: inline-block;
}
.topbar .lang > li > a:hover, .topbar .lang > li > a:focus, .topbar .lang > li > a.active {
    background-color: #ed7a23;
    color: #fff;
}
.topbar .lang > li > a > i {
    margin-right: 10px;
}

.navbar-default {
	border-radius: 0px;
}

.navbar-brand {
    padding: 30px 15px;
}

.navbar-nav>li>a {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 1.4em;
}
.navbar-nav>li>a:before {
    content: " ";
    position: absolute;
    height: 2px;
    bottom: 35%;
    left: 50%;
    right: 50%;
    background-color: #fffac0;
    
   -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
       -ms-transition: all .3s ease;
           transition: all .3s ease;
}
.navbar-default .navbar-nav>li>a:hover:before, .navbar-default .navbar-nav>li>a:focus:before,
.navbar-default .navbar-nav>.active>a:before, .navbar-default .navbar-nav>.active>a:hover:before, .navbar-default .navbar-nav>.active>a:focus:before {
    left: 30%;
    right: 30%;
}

.nav h2 {
    color: #333;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 2.4em;
    padding: 25px;
    text-align: right;
}
.nav h2 small {
	display: block;
	color: #ed7a23
}

/* RESPONSIVE */
.navbar-default .navbar-toggle {
    border-color: #ffffff;
    border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #193650;
}


.dropdown-menu {
	display: block !important;
    visibility: hidden;
    transition: 0.2s 0.4s; /* delay of 1 seconds on hover off */
}
.dropdown.mega-menu-fullwidth:hover .dropdown-menu {
    visibility: visible;
    transition-delay: 0s; /* react immediately on hover */
}


.dropdown.mega-menu-fullwidth i.icon-external-link {
    font-size: 65%;
    display: inline-block;
    margin-left: 4px;
    vertical-align: super;
    margin-top: -5px;
}

@media (max-width: 992px) {
	.dropdown-menu {
		display: none !important;
	}
}



/* SECTION */
.section-list { padding-bottom: 30px; }
.section { font-style: italic; color: #212121; }

.btn-section {
    background-color: #fffac0;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    font-size: 1.1em;
    padding: 5px 15px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #ffffff;
}
.btn-section:hover, .btn-section.active, .btn-sm.btn-section:hover, .btn-sm.btn-section.active {
    background-color: #193650;
}

.btn-section.btn-sm {
    font-size: .9em;
    padding: 3px 12px;
    margin-right: 4px;
    margin-bottom: 4px;
    background-color: #6ec3ea;
}



/* CONTACTS */

.contacts { /*border-top: 1px solid #e0e0df;*/ 
    background-color: #efefef;/*background-color: #3c3c3c; color: #bbb;*/ }
.contacts .main-title h3 { font-size: 2.4em; 
    /*color: #fff;*/}
.contacts .main-title h3:after { background-color: #ED7A23}
.contacts p { font-size: 1.1em; }
.contacts .btn {
	/*color: #41433D*/
}
.contacts a.tel { 
    /*color: #fff;*/
    color: #212121;
    font-weight: 900;
    font-size: 1.3em;
    }
.control-label { text-transform: uppercase; font-size: 1.1em; }
.form-group { padding-right: 0; }

.navbar-default {
    background-color: #fafafa !important;
}


.contacts label {
	color: #212121
}
.contacts .form-control {
	border-color: #e0e0df
}




/* MAIN TITLE */
.main-title h1, .main-title h3 {
	color: #212121;
	font-weight: 900;
	margin-top: 0;
    margin-bottom: 40px;
	position: relative;
	font-size: 2.5em;
	text-transform: uppercase;
}
.main-title h1:after, .main-title h3:after {
	content: " ";
	position: absolute;
    bottom: -10px;
	left: 0;
	width: 50px;
	height: 5px;
	background-color: #ed7a23;
}

/* FOOTER */
footer  {
	background-color: #2f2f2f
}
footer .img-responsive {
    max-width: 75%;
}
footer h3 {
	color: #fff;
	font-weight: 900;
    margin-bottom: 40px;
	margin-top: 0;
	position: relative;
}
footer h3:after {
	content: " ";
	position: absolute;
    bottom: -10px;
	left: 0;
	width: 50px;
	height: 5px;
	background-color: #ED7A23;
}
footer p i {
    line-height: 25px;
    margin-right: 5px;
}
footer .list-inline a {
	color: #fff;
    font-size: 1.6em;
}

.privacy {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #fff;
	color: #333
}
.privacy a {
	color: #333
}


/* LOADER INPAGE */ 
.progress {
    height: 5px;
    border-radius: 0;
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 9999;
}
.progress-bar {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
}
.progress-bar.error {
    background-color: #df0013;
}
.progress span {
    display: none;
}




/*Mega Menu
------------------------------------*/
.header .mega-menu .nav,
.header .mega-menu .dropup,
.header .mega-menu .dropdown,
.header .mega-menu .collapse {
  	position: static;
}

.header .mega-menu .navbar-inner,
.header .mega-menu .container {
  	position: relative;
}

.header .mega-menu .dropdown-menu {
  	left: auto;
}

.header .mega-menu .dropdown-menu > li {
  	display: block;
}

.header .mega-menu .dropdown-submenu .dropdown-menu {
  	left: 100%;
}

.header .mega-menu .nav.pull-right .dropdown-menu {
  	right: 0;
}

.header .mega-menu .mega-menu-content {
  	*zoom: 1;
  	padding: 4px 15px;
}

.header .mega-menu .mega-menu-content:before,
.header .mega-menu .mega-menu-content:after {
  	content: "";
  	display: table;
  	line-height: 0;
}

.header .mega-menu .mega-menu-content:after {
  	clear: both;
}

.header .mega-menu .nav > li > .dropdown-menu:after,
.header .mega-menu .nav > li > .dropdown-menu:before {
  	display: none;
}

.header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  	left: 0;
  	right: 0;
  	overflow: hidden;
}

@media (min-width: 992px) {
	/*Mega Menu for Two Columns*/
	.header .mega-menu .mega-menu-content.content-two-col {
	    min-width: 596px;
	}

	/*Mega Menu for Three Columns*/
	.header .mega-menu .mega-menu-content.content-three-col {
	    min-width: 864px;
	}
}

/*Mega Menu Dropdown OPENS from LEFT Side*/
.header .mega-menu .dropdown.mega-menu-left .dropdown-menu {
	left: auto;
	overflow: hidden;
}

/*Mega Menu Dropdown OPENS from RIGHT Side*/
.header .mega-menu .dropdown.mega-menu-right .dropdown-menu,
.header .mega-menu .dropdown.mega-menu-two-col-right .dropdown-menu {
	right: 0;
	overflow: hidden;
}

/*Equal Height Lists*/
@media (min-width: 992px) {
	.header .mega-menu .equal-height {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	}

	.header .mega-menu .equal-height-in {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	}
}

/*Mega Menu Style Effect*/
.header .mega-menu .equal-height-list h3 {
	font-size: 15px;
	font-weight: 400;
	padding: 0 10px 0 13px;
    margin: 0;
	text-transform: uppercase;
}

/*Space for only Big Resolution*/
@media (min-width: 992px) {
	.header .mega-menu .big-screen-space {
		margin-bottom: 20px;
	}
}

/*Mega Menu Content*/
@media (min-width: 992px) {
    .header .mega-menu .equal-height-in {
        padding: 20px 0;
    }

    /*.header .mega-menu .equal-height-in:first-child {
        border-left: none;
        margin-left: -1px;
    }*/

    .header .mega-menu .equal-height-list {
    	width: 100%;
    }

    .header .mega-menu .equal-height-list ul {
    	margin-top: 20px;
    }
    .header .mega-menu .equal-height-list li a {
        display: block;
        margin-bottom: 1px;
        position: relative;
        border-bottom: none;
        padding: 5px 10px 5px 15px;
    }

    .header .mega-menu .equal-height-list a:hover {
    	text-decoration: none;
    }

    /*Dropdown Arrow Icons*/
    .header .mega-menu .mega-menu-content li a {
    	padding: 5px 10px 5px 30px;
    }

    .header .mega-menu .mega-menu-content li a:after {
        top: 7px;
        left: 15px;
        font-size: 11px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

    /*Dropdown Arrow Icons Disable class*/
    .header .mega-menu .disable-icons li a {
    	padding: 5px 10px 5px 15px;
    }

    .header .mega-menu .disable-icons li a:after {
    	display: none;
    }
}

/*Equal Hight List Style*/
@media (max-width: 991px) {
    /*Equal Height List Style*/
    .header .mega-menu .equal-height-list h3 {
		color: #555;
		margin: 0 0 5px;
		font-size: 13px;
		font-weight: 400;
		padding: 6px 25px 5px;
		border-bottom: solid 1px #eee;
	}

	.header .mega-menu .equal-height-list li a {
		color: #687074;
		display: block;
		font-size: 13px;
		font-weight: 400;
		margin-left: 15px;
		padding: 6px 25px;
		border-bottom: solid 1px #eee;
	}

	.header .mega-menu .equal-height-list > h3.active,
	.header .mega-menu .equal-height-list > .active > a,
	.header .mega-menu .equal-height-list > .active > a:hover,
	.header .mega-menu .equal-height-list > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.header .mega-menu .equal-height-list li a:hover {
		color: #333;
		text-decoration: none;
	}
}

/*Responsive Navbar*/
@media (max-width: 991px) {
	/*Dropdown Menu Slide Down Effect*/
	.header .navbar-nav .open .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		margin-top: 0;
		position: static;
		box-shadow: none;
		background-color: transparent;
	}

	.header .navbar-nav .open > a,
	.header .navbar-nav .open > a:hover,
	.header .navbar-nav .open > a:focus {
		border-bottom-color: #eee;
	}

	.header .navbar-nav .open .dropdown-menu > li > a,
	.header .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.header .navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}

	.header .navbar-nav .open .dropdown-menu > li > a:hover,
	.header .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

	.header .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

	.header .navbar-nav .open .dropdown-menu > li > a:hover,
	.header .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}

	.header .navbar-nav .open .dropdown-menu > .active > a,
	.header .navbar-nav .open .dropdown-menu > .active > a:hover,
	.header .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.header .navbar-nav .open .dropdown-menu > .disabled > a,
	.header .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.header .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}

	.header .dropdown-menu.no-bottom-space {
		padding-bottom: 0;
	}

	.header .dropdown .dropdown-submenu > a {
		font-size: 13px;
		color: #555 !important;
		text-transform: uppercase;
	}
}

@media (min-width: 992px) {
	/*Dropdown Menu*/
	.header .dropdown-menu {
		padding: 20px 0;
		border: none;
		min-width: 200px;
		border-radius: 0;
		z-index: 9999 !important;
    	background-color: #234360;
	}

	.header .dropdown-menu li h3 a {
	    padding: 0 !important;
	    font-size: 15px;
	    font-weight: 700;
		color: #fff;
    }
	.header .dropdown-menu li > a {
		color: #fff;
		font-size: 13px;
		font-weight: 400;
		padding: 6px 15px;
		border-bottom: solid 1px #eee;
	}
	.header .dropdown-menu li > a:before {
	    content: " ";
	    position: absolute;
	    width: 1px;
	    top: 50%;
	    bottom: 50%;
	    left: 5px;
	    background-color: #fffac0;
	    -webkit-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	    transition: all .3s ease;
	}

	.header .dropdown-menu .active > a,
	.header .dropdown-menu li > a:hover {
	    color: #fff;
	    filter: none !important;
	    background: transparent !important;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.header .dropdown-menu .active > a:before,
	.header .dropdown-menu li > a:hover:before {
	    top: 0;
	    bottom: 0;
	}

	.header .dropdown-menu li > a:focus {
		background: none;
		filter: none !important;
	}

/*	.header .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}

	.header .open > .dropdown-menu {
		display: none;
	}*/
}







/* RESPONSIVE */
/*
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-header {
		width: 22%
	}
	.navbar-brand {
	    height: auto;
	    margin-left: -15px;
        padding: 55px 15px;
    }
    .navbar-default .navbar-collapse {
    	float: right
    }
	.navbar-nav>li>a {
	    font-family: 'Pathway Gothic One', sans-serif;
	    font-size: 1.25em;
	}

	.main-title h1, .main-title h3 {
	    font-size: 2em;
	}

}
@media only screen and (max-width: 767px) {
	
	.navbar-toggle {
	    margin-top: 33px;
	    margin-bottom: 33px;
	    margin-right: -5px;
	}
	.navbar-brand {
	    height: auto;
	    width: 75%;
	    margin-left: -15px;
    }
    .navbar-default {
    	min-height: 0
    }
    
	.main-title h1, .main-title h3 {
	    font-size: 2em;
	}
}
*/




/* RESPONSIVE */



/* MAX 450 --------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 560px) {

	.navbar-toggle {
	    /*margin-top: 45px;*/
	    margin-top: 33px;
	    margin-bottom: 33px;
	    margin-right: 10px;
	}
	.navbar-brand {
	    height: auto;
	    width: 75%;
	    margin-left: -15px;
    }
    .navbar-default {
    	min-height: 0
    }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    background-color: #234360;
	    margin-bottom: 15px;
	}
	.navbar-nav>li>a:before {
	    opacity: 0;
	}
    
	.main-title h1, .main-title h3 {
	    font-size: 2em;
	}
	
	.box_form { margin-top: 30px; }
	.box_form form { margin-left: -15px; }
	
	footer .img-responsive {
	    margin-bottom: 30px;
	}
	
	footer h3 {
    	margin-bottom: 25px;
    	margin-top: 30px;
	}

	footer .pull-right {
	    float: none !important;
	}
	
}
/* -------------------------------------------------------------------------------------------------------------------------------------------- */






/* MIN 571 - MAX 767 --------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 561px) and (max-width: 767px) {
	
	.navbar-toggle {
	    margin-top: 45px;
	    margin-bottom: 33px;
	    margin-right: 10px;
	}
	.navbar-brand {
	    height: auto;
	    width: 75%;
	    margin-left: -15px;
    }
    .navbar-default {
    	min-height: 0
    }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    background-color: #234360;
	    margin-bottom: 15px;
	}
	.navbar-nav>li>a:before {
	    opacity: 0;
	}
    
	.main-title h1, .main-title h3 {
	    font-size: 2em;
	}
	
	.box_form { margin-top: 30px; }
	.box_form form { margin-left: -15px; }
	
	footer .img-responsive {
	    margin-bottom: 30px;
	}
	
	footer h3 {
    	margin-bottom: 25px;
    	margin-top: 30px;
	}

	footer .pull-right {
	    float: none !important;
	}

}
/* -------------------------------------------------------------------------------------------------------------------------------------------- */






/* MIN 768 - MAX 991   ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.navbar-header {
		/*width: 22%;*/
		width: 30%
	}
	.navbar-brand {
	    height: auto;
	    /*width: 75%;*/
	    margin-left: -15px;
        /*padding: 55px 15px;*/
        padding: 22px 15px;
    }
    .navbar-nav { margin: 0 -15px; }
    .navbar-default .navbar-collapse {
    	/*float: right*/
    	float: left;
        margin: 0 -15px;
    }
	.navbar-nav>li>a {
	    font-family: 'Pathway Gothic One', sans-serif;
	    font-size: 1.25em;
	    padding-top: 6px;
      padding-bottom: 68px;
	}
    .main-title h1, .main-title h3 {
	    font-size: 2em;
	}
	
	.box_form { margin-top: 30px; }
	.box_form form { margin-left: -15px; }

}
/* -------------------------------------------------------------------------------------------------------------------------------------------- */





/* MIN 992 - MAX 1169 --------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	.navbar-header {
		width: 24%
	}
	.navbar-brand {
	    margin-left: -15px;
	    padding: 37px 15px;
	}
	
	.main-title h1, .main-title h3 {
	    font-size: 2.1em;
	}

	.box_form .alert { margin-left: 15px; }
	
}
/* -------------------------------------------------------------------------------------------------------------------------------------------- */





/* MIN 1169 --------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1199px) {

		.box_form .alert { margin-left: 15px; }

}
/* -------------------------------------------------------------------------------------------------------------------------------------------- */



