1973 {    background: #fff;}
.small {font-size: 14px; margin-top: 60px; margin-bottom: 60px;}

#top {
width: 1200px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-family: Raleway;
}
#contact_bar {
width:100%;
height:25px;
background-color: #000000;
padding-top: 5px;
font-family: Raleway;
font-size: 15px;
color: #ffffff;
}
#product_title {
width:100%;
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
font-family: Raleway;
font-size: 20px;
color: #ffffff;
height: 40px;
margin-bottom: 10px;
}



#banner {


width:1200px;
height:638px
}
#menu_title {
width:100%;
padding-top: 12px;
padding-bottom: 10px;
font-family: Raleway;
font-size: 15px;
color: #ffffff;
}
#menu_break {
width:100%;
height:10px;
background-color: #ffffff;
}
#menu {
width: 22%;
float: left;
overflow: hidden;
background-color: #D7D7D7;
margin-bottom: 25px;

}
#TRESC {
width: 78%;
float: left;
overflow: hidden;
background-color: #fff;
padding-left: 0px;
padding-right: 10px;
}
#foot {
clear: both;
width: 100%;
height:35px;
color: #ffffff;
padding-top: 7px;
margin-top: 20px;
}
ul, ul li {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
ul {
width: 100%;
}
ul a:link, ul a:visited {
display: block;
width: auto;
text-decoration: none;
padding: 7px;
background-color: #fff;
color: #000000;
letter-spacing: 2px;

}
ul a:hover {
width: auto;
background-color: #e7e7e7;
color: #000000;
opacity: 0.8;


}
table {
    border-collapse: collapse;
    width:100%; 
}
th, td {
    text-align: left;
    padding: 8px;
}
tr:nth-child(even){background-color: #f2f2f2}
th {
    background-color: #D7D7D7;
    color: #000000;
}



body {
    padding: 0;
    margin: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
img {
    max-width: 100%;
    height: auto;
}
.checkbox {
    display: none;
}
/*
====================================
Typography
====================================
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo 2', sans-serif;
    color: #444444;
    margin: 0;
    padding: 0;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1;
}
h1 {
    font-size: 2.2rem;
}
h2 {
    font-size: 1.8rem;
}

@media (min-width: 768px) {
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2rem;
	line-height: 1.3;
}
}
h3 {
    font-size: 1.7rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.375rem;
}
h6 {
    font-size: 1.125rem;
}
p, .container-fluid, .container, a {
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}
p {
    margin-top: 0;
}
.container div[class^="col"] p:last-child {
    margin-bottom: 0;
    ;
}
a {
    text-decoration: none;
    color: #444444;
}
a:hover {
    color: #00aeef;
    text-decoration: underline;
}
/*
====================================
Divider
====================================
*/
.divider-bottom {
    padding-bottom: 0rem;
    border-bottom: 3px solid #00aeef;
    margin-bottom: 2rem;
}
.divider-double-bottom {
    padding-bottom: 0rem;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 1rem;
    position: relative;
}
.divider-double-bottom * {
    text-align: center;
}
.divider-double-bottom:after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -2px;
    height: 3px;
    width: 30%;
    background: #00aeef;
	display: none;
}
/*
====================================
Bootstrap
====================================
*/
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
.container {
    max-width: 540px;
}
}

@media (min-width: 768px) {
.container {
    max-width: 720px;
}
}

@media (min-width: 992px) {
.container {
    max-width: 960px;
}
}

@media (min-width: 1200px) {
.container {
    max-width: 1140px;
}
}
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-6, .col-12, .col-sm-6, .col-md-6, .col-md-4, .col-md-3, .col-lg-6, .col-lg-4, .col-lg-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media (min-width: 768px) {
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}

@media (min-width: 992px) {
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
/*
====================================
Order
====================================
*/
.order-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
}

@media (min-width: 992px) {
.order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}
.order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
}
.order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
}
.order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
}
.order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
}
.order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
}
}
/*
====================================
Margin and padding
====================================
*/
.mt-0 {
    margin-top: 0rem !important;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mt-3 {
    margin-top: 3rem !important;
}
.mt-4 {
    margin-top: 4rem !important;
}
.mb-0 {
    margin-bottom: 0rem !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.mb-3 {
    margin-bottom: 3rem !important;
}
.mb-4 {
    margin-bottom: 4rem !important;
}

@media (min-width: 768px) {
.mb-md-0 {
    margin-bottom: 0rem !important;
}
.mb-md-1 {
    margin-bottom: 1rem !important;
}
.mb-md-2 {
    margin-bottom: 2rem !important;
}
.mb-md-3 {
    margin-bottom: 3rem !important;
}
.mb-md-4 {
    margin-bottom: 4rem !important;
}
.mt-md-0 {
    margin-top: 0rem !important;
}
.mt-md-1 {
    margin-top: 1rem !important;
}
.mt-md-2 {
    margin-top: 2rem !important;
}
.mt-md-3 {
    margin-top: 3rem !important;
}
.mt-md-4 {
    margin-top: 4rem !important;
}
}

@media (min-width: 992px) {
.pl-lg-2 {
    padding-left: 2rem !important;
}
.mb-lg-0 {
    margin-bottom: 0rem !important;
}
.mb-lg-1 {
    margin-bottom: 1rem !important;
}
.mb-lg-2 {
    margin-bottom: 2rem !important;
}
.mb-lg-3 {
    margin-bottom: 3rem !important;
}
.mb-lg-4 {
    margin-bottom: 4rem !important;
}
.mt-lg-0 {
    margin-top: 0rem !important;
}
.mt-lg-1 {
    margin-top: 1rem !important;
}
.mt-lg-2 {
    margin-top: 2rem !important;
}
.mt-lg-3 {
    margin-top: 3rem !important;
}
.mt-lg-4 {
    margin-top: 3rem !important;
}
}
/*
====================================
Aligns
====================================
*/
.text-center {
    text-align: center !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
/*
====================================
Animation
====================================
*/
@keyframes opacity-animation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.animate {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-name: opacity-animation;
}
/*
====================================
Navbar
====================================
*/
.navbar {
    width: 100%;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}
.navbar .navbar-trigger, .navbar input {
    display: block;
}
.navbar-trigger {
    position: absolute;
    clip: rect(0,0,0,0);
}
.navbar-trigger + label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
    position: relative;
    padding-left: 1rem;
    width: 100%;
    background: #fff;
    line-height: 3rem;
    border-bottom: 1px solid #FFF;
	display: none;
}
.navbar-trigger + label span {
    -webkit-transition: .25s;
    transition: .25s;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.navbar-trigger:hover + label span {
    color: #00aeef;
}
.navbar-trigger + label i {
    margin-right: 0.75rem;
}
.navbar-trigger + label i.icon-trigger, .navbar-trigger + label i.icon-trigger:before, .navbar-trigger + label i.icon-trigger:after {
    -webkit-transition: .25s;
    transition: .25s;
    width: 1rem;
    height: 2px;
    background: #FFFFFF;
}
.navbar-trigger:hover + label i.icon-trigger, .navbar-trigger:hover + label i.icon-trigger:before, .navbar-trigger:hover + label i.icon-trigger:after {
    background: none!Important;
}
.navbar-trigger + label i.icon-trigger {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
}
.navbar-trigger + label i.icon-trigger:before, .navbar-trigger + label i.icon-trigger:after {
    position: absolute;
    content: "";
    left: 0;
}
.navbar-trigger + label i.icon-trigger:before {
    top: -5px;
}
.navbar-trigger + label i.icon-trigger:after {
    bottom: -5px;
}
.navbar-nav {
    display: none;
    z-index: 100;
    width: 100%;
}
.navbar-trigger:checked ~ .navbar-nav {
    display: inline-block
}
.navbar-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.navbar-nav ul li {
    list-style-type: none;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #FFF;
}
.navbar-nav ul li a, .navbar-nav ul li label {
    width: 100%;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .25s;
    transition: .25s;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.8rem 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #FFF;
}
.navbar-nav ul li a:hover, .navbar-nav ul li label:hover {
    color: #00aeef;
	
}
.navbar {
    background: #fff;
}

@media (min-width: 768px) {
.navbar .navbar-trigger, .navbar .navbar-hidden, .navbar input {
    display: none;
}
.navbar {
   background: #002144;
    width: 100%;

	    margin-bottom: 5px;
}
.navbar-nav {
    display: inline-block;
    width: 100%;
	background: #002144;

}
.navbar-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.navbar-nav ul li {
    border: none !important;
    position: relative;
    margin: 0 1rem;
}
.navbar-nav ul li:last-child {
    margin-right: 0;
}
.navbar-nav ul li a, .navbar-nav ul li label {
    color: #FFF;
    padding: 1rem 0;
	    background: transparent;
}
.navbar-nav ul li a:hover, .navbar-nav ul li label:hover {
    color: #FFF;
    background: none;

}
}
/*
====================================
Banner
====================================
*/
.banner {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	margin-bottom: 5px;
}
.banner .banner-img {
    width: 100%;
    height: 550px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.banner-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
}
.banner .slogan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 1rem;
}
.banner .slogan ul {
    list-style: none;
    padding: 0;
    margin: 0;
	position: absolute; 
    left: 30px;
	top: 30px;
}
.banner .slogan li {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
    text-transform: none;
    font-weight: 300;
}
.banner .slogan .title1 {
    line-height: 1;
    font-size: 25px;
    position: relative;
    letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
	background: rgba(0, 0, 0, 0.4);
	left: -30px;
	width: 50%;
	  margin: 0px  auto;
	  padding: 15px;
	  top: -25px;
}
.banner .slogan .title1:after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -0.5rem;
  
    width: 80%;
    height: 2px;
    background: #FFFFFF;
	display: none;
}
.banner .slogan .title2 {
    line-height: 1;
    font-size: 1.5rem;
    margin-top: 0.5rem;
    letter-spacing: 3px;
	text-shadow: 1px 1px 1px #000;
	background: rgba(0, 0, 0, 0.4);
	left: -30px;
	position: relative;
	padding: 15px;
	width: 30%;
	margin: 10px  auto;
	color: white!important;;
}

@media (min-width: 768px) {
.banner {
    height: 200px;
}
.banner .slogan .title1 {
    font-size: 75px;
	color: white;
}
.banner .slogan .title2 {
    font-size: 35px;
}
}

@media (min-width: 992px) {
.banner {
    height: 550px!important;
}
}
/*
====================================
Why us - column-row-bg
====================================
*/
.why-us-col-row-container {
    margin-top: 0.625rem;
}
.why-us-col-row-container > .row {
    margin-right: 0px;
    margin-left: 0px;
}
.why-us-col-row-container > .row > div[class^="col-"] {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 5px;
}
.why-us-col-row-container > .row > div[class^="col-"]:last-child {
    margin-bottom: 0;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(odd) .why-us-col-row-box {
    background: transaprent;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(odd) .why-us-col-row-box .why-us-col-row-title {
    color: #FFF;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(odd) .why-us-col-row-box .why-us-col-row-text {
    color: #FFF;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(even) .why-us-col-row-box {
    background: #262e31;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(even) .why-us-col-row-box .why-us-col-row-title {
    color: #FFF;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(even) .why-us-col-row-box .why-us-col-row-text {
    color: #FFF;
}
.why-us-col-row-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.75rem;
    text-align: center;
    position: relative;
}
/* Text */
.why-us-col-row-box .why-us-col-row-body span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
.why-us-col-row-box .why-us-col-row-body .why-us-col-row-title {
    font-size: 1rem;
    font-weight: 700;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.why-us-col-row-box .why-us-col-row-body .why-us-col-row-text {
    font-size: 0.875rem;
}
.why-us-col-row-box:hover .why-us-col-row-body .why-us-col-row-title {
    letter-spacing: 1px;
}
.why-us-col-row-box:hover .why-us-col-row-body .why-us-col-row-text {
    letter-spacing: -0.5px;
}
/* Icon */
.why-us-col-row-box i {
    margin-bottom: 0.5rem;
    position: relative;
    overflow: hidden;
}
.why-us-col-row-box i img {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.why-us-col-row-box:hover i img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.why-us-col-row-container > .row > div[class^="col-"] .why-us-col-row-box .icon-secondary {
    display: none;
}

@media (min-width: 576px) {
.why-us-col-row-container > .row {
    margin-right: -5px;
    margin-left: -5px;
}
.why-us-col-row-container > .row > div[class^="col-"] {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-last-child(-n + 2) {
    margin-bottom: 0;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(4n) .why-us-col-row-box {
    background: #262e31;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(4n) .why-us-col-row-box .why-us-col-row-title {
    color: #FFF;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(4n) .why-us-col-row-box .why-us-col-row-text {
    color: #FFF;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(4n - 1) .why-us-col-row-box {
    background: #262e31;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(4n - 1) .why-us-col-row-box .why-us-col-row-title {
    color: #FFF;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(4n - 1) .why-us-col-row-box .why-us-col-row-text {
    color: #FFF;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(4n - 1) .why-us-col-row-box .icon-normal, .why-us-col-row-container > .row > div[class^="col-"]:nth-child(4n) .why-us-col-row-box .icon-normal {
    display: none;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(4n - 1) .why-us-col-row-box .icon-secondary, .why-us-col-row-container > .row > div[class^="col-"]:nth-child(4n) .why-us-col-row-box .icon-secondary {
    display: block;
}
}

@media (min-width: 768px) {
.why-us-col-row-box {
    padding: 1rem;
}
.why-us-col-row-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    text-align: left;
}
.why-us-col-row-box .why-us-col-row-body span {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.why-us-col-row-box i {
    margin-right: 1rem;
    margin-bottom: 0;
}
}

@media (min-width: 992px) {
.why-us-col-row-container > .row > div[class^="col-"]:nth-last-child(-n + 4) {
    margin-bottom: 0;
}
.why-us-col-row-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.why-us-col-row-box .why-us-col-row-body span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.why-us-col-row-box i {
    margin-bottom: 0.5rem;
    margin-right: 0;
}
.why-us-col-row-container > .row > div[class^="col-"]:last-child {
    margin-bottom: 0;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(odd) .why-us-col-row-box {
    background: transparent; border: 2px solid #002144;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(2n + 6) .why-us-col-row-box {
    background: #38b6ff!important;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(odd) .why-us-col-row-box .why-us-col-row-title {
    color: #000;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(2n + 6) .why-us-col-row-box .why-us-col-row-title {
    color: #000!important;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(odd) .why-us-col-row-box .why-us-col-row-text {
    color: #000;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(2n + 6) .why-us-col-row-box .why-us-col-row-text {
    color: #000!important;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(even) .why-us-col-row-box {
    background: transparent; border: 2px solid #002144;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(2n + 5) .why-us-col-row-box {
    background: #808080!important;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(even) .why-us-col-row-box .why-us-col-row-title {
    color: #000;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(2n + 5) .why-us-col-row-box .why-us-col-row-title {
    color: #000!important;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(even) .why-us-col-row-box .why-us-col-row-text {
    color: #000;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(2n + 5) .why-us-col-row-box .why-us-col-row-text {
    color: #000!important;
}
.why-us-col-row-container > .row > div[class^="col-"] .why-us-col-row-box .icon-normal {
    display: block !important;
}
.why-us-col-row-container > .row > div[class^="col-"] .why-us-col-row-box .icon-secondary {
    display: none !important;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(2n + 5) .icon-normal {
    display: none !important;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(2n + 5) .icon-secondary {
    display: block !important;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(2n + 6) .icon-normal {
    display: none !important;
}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(2n + 6) .icon-secondary {
    display: block !important;
}
}

@media (min-width: 1200px) {
.why-us-col-row-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    text-align: left;
}
.why-us-col-row-box .why-us-col-row-body span {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	color: #000;
}
.why-us-col-row-box i {
    margin-right: 1rem;
    margin-bottom: 0;
}
}
/*
====================================
Gallery baselinker
====================================
*/


.gallery-baselinker {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
/* Main image */
.gallery-baselinker-main {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
}
.gallery-baselinker-main-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gallery-baselinker-main-inner img {
    text-align: center;
    border: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    max-height: 100%;
}
.gallery-baselinker-main-inner * {
    vertical-align: middle;
}
/* Images */
.gallery-baselinker div[class^="gallery_image_"] img {
    display: inline-block;
    border: 0;
    max-width: 100%;
    max-height: 100%;
}
/* Thumbs */
.gallery-baselinker > div[class^="gallery_image_"] {
    cursor: pointer;
    margin: 0 0.4rem 1rem;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    text-align: center;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #FFFFFF;
    padding: 5px;
}
.gallery-baselinker > div[class^="gallery_image_"] a {
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gallery-baselinker > div[class^="gallery_image_"] {
    height: 60px;
    width: 60px;
}

@media (min-width: 576px) {
.gallery-baselinker > div[class^="gallery_image_"] {
    height: 80px;
    width: 80px;
}
}

@media (min-width: 768px) {
.gallery-baselinker > div[class^="gallery_image_"] {
    height: 80px;
    width: 80px;
}
}

@media (min-width: 992px) {
.gallery-baselinker > div[class^="gallery_image_"] {
    height: 90px;
    width: 90px;
}
}

@media (min-width: 1200px) {
.gallery-baselinker div[class^="gallery_image_"] {
    height: 90px;
    width: 90px;
}
}
/* Big timages */
.gallery-baselinker-wrapper {
    border: 1px solid #e6e6e6;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery-baselinker-wrapper-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
}
.gallery-baselinker-wrapper-inner div[class^="gallery_image_"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #FFF;
    transition: all .5s ease;
    padding: calc(1rem - 1px) 1rem;
}
.gallery-baselinker-wrapper-inner div[class^="gallery_image_"] a {
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* Responsive settings */

.gallery-baselinker-main, .gallery-baselinker-wrapper {
    height: 300px;
}
.gallery-baselinker {
    padding-top: 320px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
.gallery-baselinker-main, .gallery-baselinker-wrapper {
    height: 400px;
}
.gallery-baselinker {
    padding-top: 420px;
}
}

@media (min-width: 992px) {
.gallery-baselinker-main, .gallery-baselinker-wrapper {
    height: 500px;
}
.gallery-baselinker {
    padding-top: 520px;
}
}

@media (min-width: 1200px) {
}
/* Hover effect */

div[class^="gallery_image_"]:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner {
    z-index: 10;
}
.gallery_image_0:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_0, .gallery_image_1:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_1, .gallery_image_2:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_2, .gallery_image_3:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_3, .gallery_image_4:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_4, .gallery_image_5:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_5, .gallery_image_6:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_6, .gallery_image_7:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_7, .gallery_image_8:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_8, .gallery_image_9:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_9, .gallery_image_10:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_10, .gallery_image_11:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_11, .gallery_image_12:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_12, .gallery_image_13:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_13, .gallery_image_14:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_14, .gallery_image_15:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_15, .gallery_image_16:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_16, .gallery_image_17:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_17, .gallery_image_18:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_18, .gallery_image_19:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_19 {
    opacity: 1;
}
/*
====================================
accordion-tab
====================================
*/
.accordion-tab-box {
    margin-bottom: 0rem;
    position: static
}
.accordion-tab-inner {
    display: inline-block;
    width: 100%;
    position: relative;
}
.accordion-tab-box input {
    display: none;
}
.accordion-tab-box label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    height: 50px;
    margin-bottom: 0.875rem;
    padding-left: 1rem;
    background: #4D4D4D;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    border-bottom: 1px solid #dfdfdf;
	border-radius: 0px;
}
.accordion-tab-box input:checked + label {
    background: #002144;
    color: #FFF;
    border-bottom-color: transparent;
	border-radius: 0px;

	
}

 .accordion-tab-box label:hover  {
    background: #002144; 
    color: #FFF;
    border-bottom-color: transparent;
	border-radius: 0px;
 transform: scale(1.05);}
	




.accordion-tab-box label img {
    margin-right: 1rem;
    vertical-align: middle;
}
/* chevron */
.accordion-tab-box .icon-chevron {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}
.accordion-tab-box .icon-chevron:before, .accordion-tab-box .icon-chevron:after {
    position: absolute;
    content: "";
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #FFF;
}
.accordion-tab-box .icon-chevron:before {
    width: 0.875rem;
    height: 3px;
}
.accordion-tab-box .icon-chevron:after {
    width: 3px;
    height: 0.875rem;
}
.accordion-tab-box input:checked + label .icon-chevron:after {
    opacity: 1;
}
.accordion-tab-box input:checked + label .icon-chevron:after {
    opacity: 0;
}
.accordion-tab-box input:checked + label .icon-chevron:after, .accordion-tab-box input:checked + label .icon-chevron:before {
    background: #FFF;
}
.accordion-tab-box label:hover .icon-chevron:before, .accordion-tab-box label:hover .icon-chevron:after {
    background: #FFF;
}
.accordion-tab-box-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
}
/* icon */
.accordion-tab-box label i {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.accordion-tab-box label i .icon-normal, .accordion-tab-box label i .icon-active {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.accordion-tab-box label i .icon-active {
    position: absolute;
    left: 0;
    opacity: 0;
}
.accordion-tab-box label:hover .icon-active, .accordion-tab-box input:checked + label .icon-active {
    opacity: 1;
}
.accordion-tab-box label:hover .icon-normal, .accordion-tab-box input:checked + label .icon-normal {
    opacity: 0;
}
/* body */
#accordion-tab-tab-1:checked ~ #accordion-tab-content-1, #accordion-tab-tab-2:checked ~ #accordion-tab-content-2, #accordion-tab-tab-3:checked ~ #accordion-tab-content-3, #accordion-tab-tab-4:checked ~ #accordion-tab-content-4, #accordion-tab-tab-5:checked ~ #accordion-tab-content-5 {
    display: inline-block;
}
.accordion-tab-box .accordion-tab-body {
    display: none;
    width: 100%;
    padding: 1rem;
    border: 5px solid #ccc;
    margin-bottom: 0.875rem;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    text-align: left;
}
.accordion-tab-box .accordion-tab-body p:last-child {
    margin-bottom: 0;
}
.accordion-tab-box input:checked ~ .accordion-tab-body {
    margin-top: -0.875rem;
}

@media (min-width: 992px) {
.accordion-tab-box .accordion-tab-body {
    text-align: center;
}
.accordion-tab-inner {
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.accordion-tab-box label {
    position: absolute;
}


#accordion-tab-tab-5 + label {
    width: 160px;
    left: 53px;
}

#accordion-tab-tab-1 + label {
    width: 170px;
    left: 129px;
}
#accordion-tab-tab-2 + label {
    width: 160px;
    left: 303px;
}
#accordion-tab-tab-3 + label {
    width: 170px;
    left: 467px;
}
#accordion-tab-tab-4 + label {
    width: 160px;
    left: 641px;
}
.accordion-tab-box input + label .icon-chevron {
    display: none;
}
.accordion-tab-box .fa-plus, .accordion-tab-box .fa-minus, .accordion-tab-box input:checked + label .fa-minus {
    display: none;
}
.accordion-tab-box input:checked ~ .accordion-tab-body {
    margin-top: 0;
}
}

@media (min-width: 1200px) {
#accordion-tab-tab-1 + label {
    width: 170px;
    left: 219px;
}
#accordion-tab-tab-2 + label {
    width: 160px;
    left: 393px;
}
#accordion-tab-tab-3 + label {
    width: 170px;
    left: 557px;
}
#accordion-tab-tab-4 + label {
    width: 160px;
    left: 731px;
}
}
/*
====================================
Footer
====================================
*/
.footer-page {
   
    padding-bottom: 14px;
  background: #f8f8f8;
    width: 100%;
    margin: 0 auto;
	margin-bottom: 10px;

} 
.footer-page div[class^="col"] {
    text-align: center;
}
.footer-page div[class^="col"] * {
    margin: 0;
}
.footer-page a.footer-email {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    text-decoration: none;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-align: left;
    margin-top: 0.5rem;
}
.footer-page a.footer-email i {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0.5rem;
}
.footer-page a.footer-email img {
    position: relative;
}
.footer-page a.footer-email img.footer-icon-default {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.footer-page a.footer-email img.footer-icon-hover {
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.footer-page a.footer-email:hover img.footer-icon-hover {
    opacity: 1;
}
.footer-page a.footer-email:hover img.footer-icon-default {
    opacity: 0;
}

@media (max-width: 1199px){
	#TRESC {width: 100%;}
	#menu  {width: 100%;}
	
	
	
}

#accordion-tab-tab-1:checked ~ #accordion-tab-content-1, #accordion-tab-tab-2:checked ~ #accordion-tab-content-2, #accordion-tab-tab-3:checked ~ #accordion-tab-content-3, #accordion-tab-tab-4:checked ~ #accordion-tab-content-4, #accordion-tab-tab-5:checked ~ #accordion-tab-content-5
{margin-top: 10px;}

ul, ul li {font-family: Raleway;}
p {font-family: Raleway;}

.divider-double-bottom * {font-family: Raleway;}

.brand {
  background: #000; 
    color: #FFF;
    border-bottom-color: transparent;
border-radius: 25px; width: 200px; padding: 10px; margin: 0px; display: block; margin: 0 auto; text-align: center; margin-top: 15px; font-weight: bold; font-family: Raleway; text-transform: uppercase; letter-spacing: 2px;}



.brand a {color: #fff; font-family: raleway;}
.brand a:hover {text-decoration: none;}

#menu {background: #fff; border: 5px #e7e7e7 solid;} 

.text-right {width: 50%; float: right;}
.text-left {width: 50%;}

.text-left img {margin: 0 auto;display: block;}

.linia {background: #002144;
 height: 3px; width: 100%; display: block;}

.banner .banner-img {object-fit: inherit!important;}

.footer-page a.footer-email {color: #000;}


.nm {background: #15a1e4; color: #fff; text-align: center; display: block; padding: 10px 10px; margin: 0 auto;}
.nm:hover  {background: #eb1c23; text-decoration: none!important;}
.nm  {text-decoration: none!important;}
.nm:hover {text-decoration: none!important;}

h1, h2, h3, h4, h5, h6 {font-family: Raleway!Important;}
 p  {font-family: Raleway!Important;}
 .accordion-tab-box label {font-family: Raleway!Important;}
 .text-left  {font-family: Raleway!Important;}
  .text-right  {font-family: Raleway!Important;}

 body  {font-family: Raleway!Important;}
 center {font-family: Raleway!Important;}
 b {font-family: Raleway!Important;}
 .footer-page {font-family: Raleway!Important;}
 .footer-page a.footer-email {font-family: Raleway!Important; text-align: center;}
 .banner .slogan .title1 {font-family: Raleway!Important; font-size: 65px!Important;}
 .navbar-nav ul li a, .navbar-nav ul li label {font-family: Raleway!Important;}
 .why-us-col-row-container > .row > div[class^="col-"]:nth-child(odd) .why-us-col-row-box  {font-family: Raleway!Important;}
 .why-us-col-row-container > .row > div[class^="col-"]:nth-child(odd) .why-us-col-row-box .why-us-col-row-title {font-family: Raleway!Important;}
 .why-us-col-row-container > .row > div[class^="col-"]:nth-child(odd) .why-us-col-row-box .why-us-col-row-text {font-family: Raleway!Important;}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(even) .why-us-col-row-box .why-us-col-row-title {font-family: Raleway!Important;}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(even) .why-us-col-row-box .why-us-col-row-text {font-family: Raleway!Important;}
h5 {padding-top: 20px;}


@media (max-width: 991px) {
.banner .banner-img {height: auto;}
.banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: static;
    overflow: hidden;
margin-bottom: 400px;}
.banner .slogan .title1 {font-size: 20px!Important;}
}

@media (max-width: 767px) {
.text-left {width: 100%;}	
.text-right {width: 100%;}	

.accordion-tab-box .accordion-tab-body {border: 2px solid #ccc;}


.why-us-col-row-container > .row > div[class^="col-"]:nth-child(even) .why-us-col-row-box {background: #002144;}
.why-us-col-row-container > .row > div[class^="col-"]:nth-child(odd) .why-us-col-row-box {background: #002144;}


.navbar-trigger + label {display: block;  background: #002144; line-height: 2;     padding-bottom: 7px;}
.navbar-trigger + label span {top: 5px; position: relative;}
.navbar-nav ul li a, .navbar-nav ul li label { background: #002144;}

}
.banner .slogan li {    background: #ffffffbf;
    font-weight: 300;
padding: 30px;
font-size: 60px;
color: #000000c7;
margin-left: -30px;
    margin-top: 80px;
	    letter-spacing: 13px;
		
    font-family: 'Raleway';
}


.banner .slogan ul img {    background: #ffffff73;
    padding: 20px;
    margin: 0 auto;
display: block; margin-top: 0px;}

.why-us-col-row-container > .row > div[class^="col-"]:nth-child(odd) .why-us-col-row-box {min-height: 87px;}

.one-half {
	display: inline-block;
	width: 48%;
	float: left;
	padding: 20px 0px;
	text-align: left;
}	

.brand {
    padding-left: 38px;
	display: block;
}	

.text-right {
	padding-left: 60px;
	line-height: 1.5;
}	

th {background-color: #f2f2f2;}
th, td {font-weight: 400;     border-right: 1px solid #ccc;}
table {border: 1px solid #ccc;}
table {
    border-collapse: collapse;
    width:100%; 
}

th, td {
    text-align: left;
    padding: 8px;
}
tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #D7D7D7;
    color: #000000;
}

th:nth-child(1) {background: #f07400; color: #fff;  border-bottom: 1px solid #f07400;}
th:nth-child(2) {background: #fff; color: ##000; border-bottom: 1px solid #f07400;}

.cena  {background: #41365e; color: #fff; padding: 15px; display: block; margin-top: 30px; border-radius: 10px; margin-bottom: 40px;}
.price {font-size: 30px; color: #fff; margin-bottom: 20px;     margin-bottom: 10px; display: inline-block;}
.tax {font-size: 18px;}
.cena img {float: left;}

.button {       margin-top: 30px;
    background: #2B8DD2;
    border-radius: 10px;
    font-size: 20px;
    max-width: 100%;
    margin-left: -40px; }
	
.button img {background: #51A4DB;      padding: 5px 10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.textbutton  { padding: 10px 10px;     display: inline-block; color: #fff; font-size: 18px; }


@media (max-width: 767px) {
	
.one-half {width: 100%;}
.text-right {padding-left: 0px;}

}

h4 {color: #000; margin-top: 25px;}

.navbar-nav ul li a:after {content:  url('https://perfekcyjnestrony.nstrefa.pl/ebayt/simon/menu-sep.png'); position: absolute;
top: 1px; padding: 0 10px;}

li.title1 > img {width: 60%;}

.featured  {background: #fff; padding: 0px 0px;}

.accordion-tab-box {background: #fff; padding: 0px 0px;}
.container div[class^="col"] p:last-child {color: #000;}

.text {background: #fff;     padding: 30px 0px;
    margin: 50px 0px;}
.parallax {margin: 30px 0px;}

.parallax .banner .slogan ul {padding: 20px; right: auto; left: 10px; top: auto; bottom: 10px;}
.parallax2 .banner .slogan ul {padding: 20px; right: 50px; left: auto; top: 50px; bottom: auto; background: transparent;}
h5 {color: #fff;}
.footer-page a.footer-email {color: #fff;}

li {color: #000; margin-bottom: 7px;}



.container {box-shadow: 0 1px 10px #00000021;}
th, td {font-family: 'Exo 2', sans-serif;}
p {font-family: 'Exo 2', sans-serif;}
span  {font-family:'Exo 2', sans-serif;}
body {font-family: 'Exo 2', sans-serif;}
li {font-family: 'Exo 2', sans-serif;}
.navbar-nav ul li a, .navbar-nav ul li label {font-family: Raleway;}
body > div.container > div > div.col-12.order-1 > div > div {padding: 0px;}
.brand {; text-align: left; width: auto; background: transparent;}
.text-right {padding-left: 0px;}
.brand {padding-left: 0px!Important;}
h2 {text-align: center; font-family: Raleway!important;}
h5 {color: #000; font-family: Raleway!important;}
.footer-page a.footer-email {color: #000; font-family: Raleway!important;}
.footer-page div[class^="col"] {padding-bottom: 25px; font-family: Raleway!important;}
.one-half {font-family: Raleway!important;}
p {font-family: Raleway!important;}

.banner .slogan li {background: transparent;}
.banner .slogan ul img {background: #ffffff73; border-radius: 99px;}