@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/fonts/OpenSans/OpenSans.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OpenSans/OpenSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans/OpenSans.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/OpenSans/OpenSans.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/OpenSans/OpenSans.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans/OpenSans.svg#OpenSans') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Aktiv Grotesk Corp Bold';
src: url('../fonts/AktivGrotesk/AktivGroteskCorp-Bold.eot');
src: url('../fonts/AktivGrotesk/AktivGroteskCorp-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/AktivGrotesk/AktivGroteskCorp-Bold.woff') format('woff'),
url('../fonts/AktivGrotesk/AktivGroteskCorp-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

/*Header*/

body{
  font-family: 'OpenSans', sans-serif;
  font-size: 14px;
  line-height: 170%;
  color: #333;
  overflow-x: hidden;
}

p{ margin: 0 0 20px 0; }

h1, .h1{ font-size: 34px; color: #000; }

h2, .h2{ font-size: 20px; color: #000; }

h3, .h3{ font-size: 16px; color: #000; }

h4, .h4{ font-size: 14px; color: #000; }

img{ max-width: 100%; }

a{
  color: #078D92;
}

a:hover{
  color: #1bd3df;
}

ul.links.inline{
  padding: 0;
}

ul.links.inline li{
  list-style: none;
}

.block{
  margin-bottom: 20px;
}

.main-header{
  background: url(../images/welcome_banner_bg_5.jpg);  
  color: #fff;
  padding: 10px 0;
  margin-bottom: 20px;
  background-size: cover;
  position: relative;
}

.main-header:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 22, 26, 0.88);
}

.main-header nav{
  background: none;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 3;
}

.main-header .region{
  position: relative;
  z-index: 2;
}

/*region header*/

.site-branding{
  margin: 0;
}

.brand.logo{
  margin-right: 5px;
}

.region-header .brand{
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}

.site-name a{
  font-size: 26px;
  color: #fff;
}

/*Banner*/

.welcome-banner-text{
  text-align: center;
  line-height: 160%;
  max-width: 600px;
  padding: 45px 0;
}

.welcome-banner-text h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

/*top widget*/

.topwidget{
  text-align: center;
  padding: 50px 0;
}

.topwidget .fa{
  font-size: 60px;
  background: #4D4F4A;
  width: 120px;
  height: 120px;
  padding: 32px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
}

/*footerwidget*/

.footerwidget{
  background: #2e2e2e;
  color: #D0D0D0;
  padding: 10px 0;
}

.footerwidget img.left{
  float: left;
  margin: 10px 10px 0 0;
}

.copyright{
  background: #000;
  font-size: 10px;
  color: #999;
}

.copyright p{
  margin: 13px 0;
}

.footerwidget h2,
.footerwidget .h2{
  color: #FFF;
}

/*bottom-widgets*/

.bottom-widgets{
  text-align: center;
  background: #FBFBFB;
  padding: 10px 0;
}

.bottom-widgets .region{
  padding: 10px;
  background: #DEDEDE;
}

/*bottom-widgets-gray*/

.bottom-widgets-gray {
    background: #FBFBFB;
    padding-top: 40px;
    padding-bottom: 20px;
}

/*Footer menu*/

.footer-menu{
  margin: 0;
  border: 0;
  background: #eee;
  color: #fff;
}

.footer-menu ul{
  margin: 10px 0;
  padding: 0;
}

.footer-menu nav li{
  display: inline-block;
}

.footer-menu nav li a{
  display: block;
  padding: 4px 20px 4px 0;
}

.google_map p,
.google_map .block{
  margin: 0;
}

.google_map iframe{
  display: block;
}

/*Credit link*/

.credit-link{
  text-align: left;
}

/*SOCIAL MEDIA*/

.social-media{
  margin: 10px 0;
  overflow: hidden;
  float: left;
}

.social-media a {
  width: 30px;
  height: 30px;
  color: #fff;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
  background: #3262b9;
  font-size: 14px;
  line-height: 220%;
}

.social-media a.google-plus{
  background: #de2020;
}

.social-media a.twitter{
  background: #29C5F6;
}

.social-media a.linkedin{
  background: #069;
}

.social-media a.pinterest{
  background: #C61118;
}

.social-media a.rss{
  background: #FF6D00;
}

.social-media a:hover{
  opacity: .6;
}

/*FORM*/

input, button, select, textarea{
  padding: 9px;
  border: 1px solid #C7C7C7;
}

.contact-message-form label{
  display: block;
}

.btn, 
input[type="submit"]{
  background: #19c2c8;
  color: #fff;
  border: 0;
  padding: 13px;
  line-height: 100%;
  height: 42px;
}

.btn:hover, 
input[type="submit"]:hover{
  background: #13ADB3;
}

/*FRONT PAGE*/

.path-frontpage .content_layout {
  text-align: center;
}

.path-frontpage .feed-icon{
  display: none;
}

/*MENU*/

.navbar-default .navbar-toggle{
  background: #fff;
  margin-right: 0;
}

nav h2{
  display: none;
}

.menu-base-theme,
.menu-base-theme a, 
.menu-base-theme a:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active, 
.menu-base-theme a.highlighted{
  background: none;
}

.menu-base-theme li a{
  background: #FBFBFB
}

.main-menu {
  position: relative;
  z-index: 9999;
}

.region-primary-menu{
  display: none;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
}

.menu-base-theme a{
  border-bottom: 1px solid #EEF0F7;
}

.menu-base-theme a span.sub-arrow{
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
} 

.navbar-toggle{
  z-index: 999;
}

/*breadcrumb*/

.breadcrumb{
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.breadcrumb ul{
  padding: 0;
}

.breadcrumb ul li{
  display: inline-block;
}

/*search form*/

#search-block-form{
  display: table;
  width: 100%;
}

#search-block-form .form-item,
#search-block-form .form-actions{
  display: table-cell;
  vertical-align: top;
}

#search-block-form input{
  width: 100%;
}

/*Demo typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight{
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre{
  border: 0;
  background: none;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1, 
.bd-example-type h2, 
.bd-example-type h3, 
.bd-example-type h4, 
.bd-example-type h5, 
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/*Contact form*/

.path-contact{}

.contact-message-feedback-form{
  max-width: 650px;
  margin: 20px auto;
  border: 1px solid #D8D8D8;
  padding: 10px 30px;
  background: #F5F5F4;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea{
  width: 100%;
}

/*user-login-form*/

.user-login-form,
.user-form,
.user-pass{
  max-width: 650px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #FBFBFB;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description, 
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

/*Maintainance*/

.maintenance-page{
  background: url(../images/maintenance-bg.png) #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px;
}

.maintenance-msg h1{
  text-transform: uppercase;
  font-weight: bold;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan{
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a{
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan{
  display: none;
}


/*Comment*/

.comment-wrap{
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.comment-wrap .author-details{
  float: left;
  width: 20%;
}

.comment-wrap .author-comments{
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted{
  padding: 5px 10px;
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.comment-wrap .author-comments h3{
  margin-top: 10px;
}

.comment-wrap .author-comments p{
  margin-bottom: 10px;
}

/*links inline*/

ul.links.inline li{
  display: inline-block;
  padding-right: 10px;
}

/*profile*/

.profile > div{
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.profile h4.label{
  color: #333;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

.good-block {
    margin-bottom: 30px;
}

.views-field-title,
.views-field-field-teaser-title{
	display: block;
    padding-top: 8px;	
}
.views-field-title .field-content,
.views-field-field-teaser-title .field-content{
	color: #364657;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: left;
}

.views-field-body,
.views-field-field-teaser-description{
	font-size: 12px;
    color: #364657;
    float: left;
    width: 100%;
    text-align: left;	
}

.views-field-field-image-products-s {
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 250px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #C7C9CA;
}
.views-field-field-image-products-s:hover{
	box-shadow: 0 0 4px 1px #A9A9A9;
}

.node__content .align-right {
    float: right;
}

.bottom-widgets img:hover {transform: scale(1.1);}
.bottom-widgets img {transition: all 0.3s ease-in-out;}

.bottom-widgets a:hover { color: #333; text-decoration: none;border-bottom: 0 none;}
.bottom-widgets a {color: #333;text-decoration: none;width: 100%;}
.bottom-widgets p {overflow: hidden;}

.req-for-layout .col-md-4 p {
    padding: 32px;
    font-size: 16px;
}

div.req-for-layout div.col-md-4 {
    background-color: #ecf0f1;
}

.style_1 h3 {
    font-size: 16px;
    margin: 0 !important;
}

.table tr td {
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
}

.style_1 td {
    vertical-align: middle !important;
}

#tab-slider-nav {
    text-align: center;
    margin: 10px 0 20px;
    width: 100%;
}

ul.gst-tabs.terms-tabs {
    background: #eee;
    padding: 5px 0;
    display: table;
    width: inherit;
}

#tab-slider-nav>ul.terms-tabs>li {
    margin: 0 12px;
    display: table-cell;
    float: left;
    width: 14.5%;
}

ul.gst-tabs.terms-tabs li.active a {
    border-color: #19c2c8;
    background: #19c2c8;
    color: #fff;
}

ul.gst-tabs.terms-tabs li a {
    /* line-height: 2.5; */
    text-transform: lowercase;
    padding: 2px 0;
    background: #FFFFFF;
    color: #364657;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    margin: 5px 0;
    border: 1px solid #19c2c8;
}

ul.gst-tabs a, ul.gst-tabs li {
    display: inline;
    font-weight: normal !important;
    text-transform: none !important;
    margin: 0 2px;
}

ul.gst-tabs.terms-tabs a u {
    /* border-bottom: 1px solid; */
    text-decoration: none;
}

ul.gst-tabs.terms-tabs a, ul.gst-tabs.terms-tabs a:active, ul.gst-tabs.terms-tabs a:focus {
outline: medium none;
text-decoration: none;
}
/* 
ul.gst-tabs.terms-tabs a:hover {
color: rgb(235, 99, 9);
text-decoration: none;
} */

ul.gst-tabs.terms-tabs li a:hover {
background: #13ADB3;
color: #fff;
border-color: #13ADB3;
}

ul.gst-tabs.terms-tabs li.active a {
border-color: #19c2c8;
background: #19c2c8;
color: #fff;
}

.btn-group-justified>.btn {
    display: table-cell !important;
    text-shadow: none !important;
    box-shadow: none !important;
    padding: 2px 0 2px 0 !important;
    border-radius: 4px !important;
	font-size: 18px;
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}


/* .btn-group-justified>.btn {
    background: rgb(100, 187, 70);
    color: rgb(255, 255, 255);
} */

.btn-group-justified>.btn:hover {
    color: rgb(255, 255, 255);
}
div.btn-group.btn-group-sm.btn-group-justified{
	display:none;
}

.terms-product {
    background: #364657;
    padding: 10px 15px;
    line-height: 26px;
    text-align: left;
    color: #FFFFFF;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.terms-product+.prod-image {
    float: left;
    width: 33.333%;
    text-align: center;
    padding: 0 15px;
}

.terms-product+.prod-image img {
    margin: 0;
    width: 100%;
    border: 1px solid #C7C9CA;
    border-radius: 5px;
}

.gst-tabs a {
    border-bottom: 1px solid #19c2c8;
    text-decoration: none;
    transition: 0.3s;
    line-height: 1.5;
}

ul.gst-tabs li.active a {
    border-bottom: 1px solid rgb(51, 51, 51);
    color: rgb(51, 51, 51);
}

.node__content {
    margin-bottom: 40px;
}

.node__content h1 {
    padding-bottom: 15px;
}

#erizerFormat{
position:relative;
}
#erizerFormat .format{
width: 100%;
float: left;
overflow: hidden;
position:static;
min-height:1px;
}
#erizerFormat .format>div{
position:absolute;
border:3px solid #383636;
left:330px;
right:366px;
top:92px;
bottom:92px;
background:#fff;
}
#erizerFormat .format>div span{
position:absolute;
left:0;
top:0;
background:#383636;
color:#fff;
padding:12px;
z-index:2;
text-transform:uppercase;
font-size:18px;
line-height:22px;
max-width:60%;
}
#erizerFormat .format>div div span{
top:auto;
bottom:-4px;
left:auto;
right:-4px;
background:#ED1C24;
}
#erizerFormat .format>div>div{
border:4px dashed #ED1C24;
position:absolute;
top:18px;
left:18px;
right:18px;
bottom:18px;
}
#erizerFormat:after{
content:'';
display:block;
clear:both;
}
#erizerFormat .column-left,
#erizerFormat .column-right{   
position: relative;
box-sizing:border-box;
color:#fff;
font-size:12px;
padding:26px 18px;
line-height:18px
}
#erizerFormat .column-left strong span,
#erizerFormat .column-right strong span{
font-size:14px;
text-transform:uppercase;
display:block;
}
#erizerFormat .column-left{
float: left;    
width: 280px;
margin-left: -100%;
background: #231F20;
box-sizing:border-box;
}
#erizerFormat .column-left:before{
content:'';
position:absolute;
right:-42px;
top:0;
border-left:42px solid #383636;
border-top:92px solid transparent;
}
#erizerFormat .column-right{
float: left;
width: 338px;
margin-left: -338px;
background: #ED1C24;
}
#erizerFormat .column-right:before{
content:'';
position:absolute;
left:-42px;
bottom:0;
border-top:116px solid #B20F1F;
border-left:42px solid transparent;
}
