@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

@font-face {
  font-family: 'Arial';
  src: url("../fonts/ArialMT.eot");
  src: local("Arial"), local("ArialMT"), url("../fonts/ArialMT.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialMT.woff") format("woff"), url("../fonts/ArialMT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arial';
  src: url("../fonts/Arial-BoldMT.eot");
  src: local("Arial Bold"), local("Arial-BoldMT"), url("../fonts/Arial-BoldMT.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial-BoldMT.woff") format("woff"), url("../fonts/Arial-BoldMT.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*   Hero */
#gtco-hero .gtco-video-link a {
  color: rgba(255, 255, 255, 0.5);
}

#gtco-hero .gtco-video-link a i {
  font-size: 78px;
  top: 2px;
  position: relative;
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#gtco-hero .gtco-video-link a:hover {
  color: white;
}

#gtco-hero .gtco-video-link a:hover i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 480px) {
  #gtco-hero .text-left {
    text-align: center !important;
  }
}

@media screen and (max-width: 480px) {
  #gtco-hero .btn {
    display: block;
    width: 100%;
  }
}

.gtco-cover {
  /*background-color: skyblue;*/
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}

.gtco-cover a {
  color: #FFFF00;
}

.gtco-cover a:hover {
  color: white;
}

.gtco-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(35, 35, 35, 0.5);
}

.gtco-cover .container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .gtco-cover {
    height: 600px;
  }
}

.gtco-cover .row_hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /*height: 100%;*/
  max-width: 100%;
  margin: 250px 0 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row wrap;
          flex-direction: row wrap;
}

.gtco-cover .row_hero h1, .gtco-cover .row_hero h2 {
  margin: 0;
  padding: 0;
  color: white;
}

.gtco-cover .row_hero h1 {
  margin: 50px 0;
  font-size: 48px;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .gtco-cover .row_hero h1 {
    font-size: 34px;
    line-height: 1.2;
    margin: 10px;
    font-size: 24px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 768px) {
  .gtco-cover .row_hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 120px 20px 0 20px;
    /*height: 400px;*/
  }
}

@media screen and (max-width: 480px) {
  .gtco-cover .row_hero {
    height: inherit !important;
  }
}

.gtco-cover .row_hero .hero_body_slogan {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66.6%;
          flex: 0 1 66.6%;
}

@media screen and (max-width: 768px) {
  .gtco-cover .row_hero .hero_body_slogan {
    display: inline;
  }
}

.gtco-cover .row_hero .hero_body_slogan .sub {
  margin-bottom: 30px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .gtco-cover .row_hero .hero_body_slogan .sub {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.44;
  }
}

@media screen and (max-width: 480px) {
  .gtco-cover .row_hero .hero_body_slogan .sub {
    /*display: none;*/
  }
}

.gtco-cover .row_hero .hero_body_address {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .gtco-cover .row_hero .hero_body_address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column wrap;
            flex-direction: column wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .gtco-cover .row_hero .hero_body_address div {
    margin: 0 5px;
  }
}

.gtco-cover .row_hero .hero_body_address h3 {
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .gtco-cover .row_hero .hero_body_address h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
  }
}

.gtco-cover .display-t,
.gtco-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .gtco-cover .display-t,
  .gtco-cover .display-tc {
    height: 600px;
  }
}

.gtco-cover.gtco-cover-sm {
  height: 600px;
}

@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm {
    height: 400px;
  }
}

.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm .display-t,
  .gtco-cover.gtco-cover-sm .display-tc {
    height: 400px;
  }
}

.gtco-cover.gtco-cover-xs {
  height: 500px;
}

@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}

.gtco-cover.gtco-cover-xs .display-t,
.gtco-cover.gtco-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-xs .display-t,
  .gtco-cover.gtco-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}

.gtco-cover.gtco-cover-xxs {
  padding: 3em 0;
}

.gtco-cover .btn-primary {
  color: #121212 !important;
}

#gtco-header .display-tc,
.gtco-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}

#gtco-header .display-tc h1, #gtco-header .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}

#gtco-header .display-tc h1,
.gtco-cover .display-tc h1 {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #gtco-header .display-tc h1,
  .gtco-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

#gtco-header .display-tc h2,
.gtco-cover .display-tc h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

/* ---------- Main part, inner pages (headline) ---------- */
#headline_p {
  height: 250px;
  background: url("/theme/images/1-coal.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  margin-top: 10px;
}

#headline_p #headline_in_p {
  position: relative;
}

#headline_p #headline_in_p h1 {
  padding-top: 96px;
  text-align: center;
  font-size: 56px;
  line-height: 1.21;
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0;
}

/*		
		#headline {
		    height: 250px;
		    background: url('theme/images/1-coal.jpg') scroll no-repeat center;
			margin-top: 100px;
		}
		
		#headline_in {
		    position: relative;
		}
		
		#headline_in h1 {
		    padding-top: 96px;
		    text-align: center;
		}
		
		#main_part_inner .button_main {
		    position: absolute;
		    top: 46px;
		    right: 15px;
		}
*/
/* --- */
#products {
  padding: 20px 0;
  background: #303030;
}

#products .row_product {
  margin-top: 20px;
  padding: 10px 10px;
  background: #2b2b2b;
}

#products .row_product .product_body {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  background: #3a3a3a;
}

@media screen and (max-width: 1200px) {
  #products .row_product .product_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#products .row_product .product_body .product_column_image {
  /*padding: 50px 0;*/
  /*margin: 0 20px 0 0;*/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-height: 500px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

@media screen and (max-width: 768px) {
  #products .row_product .product_body .product_column_image {
    max-height: 400px;
  }
}

#products .row_product .product_body .product_column_image .product_image5 {
  background: url("/theme/images/products/2.png");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

#products .row_product .product_body .product_image {
  margin: 0 10px 0 0;
  width: 100%;
  height: 300px;
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}

#products .row_product .product_body .product_image img {
  height: auto;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

#products .row_product .product_body .product_image:hover {
  -webkit-filter: grayscale(0%) opacity(0.6);
          filter: grayscale(0%) opacity(0.6);
}

@media screen and (max-width: 768px) {
  #products .row_product .product_body .product_image {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 300px;
  }
}

#products .row_product .product_body .product_image1 {
  margin: 0 10px 0 0;
  width: 100%;
  /*background: url(/images/products/1.png);*/
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}

#products .row_product .product_body .product_image1 img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#products .row_product .product_body .product_image1:hover {
  -webkit-filter: grayscale(0%) opacity(0.6);
          filter: grayscale(0%) opacity(0.6);
}

@media screen and (max-width: 768px) {
  #products .row_product .product_body .product_image1 {
    margin: 0 0 20px 0;
  }
}

#products .row_product .product_body .product_image2 {
  width: 100%;
  /*margin: 20px 20px 20px 0;*/
  /*background: url(/images/products/2.png);*/
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

#products .row_product .product_body .product_image2 img {
  height: auto;
  width: auto;
  -o-object-fit: fill;
     object-fit: fill;
}

#products .row_product .product_body .product_image3 {
  background: url(/theme/images/products/3.png);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

#products .row_product .product_body .product_image4 {
  background: url(/images/products/4.png);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

#products .row_product .product_body .product_image5 {
  /*background: url(/images/products/5.png);*/
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

#products .row_product .product_body .product_image6 {
  background: url(/images/products/6.png);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

#products .row_product .product_body .product_column_info {
  /* padding: 20px 20px 20px 20px;*/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background: #3f3f3f;
}

#products .row_product .product_body .product_column_info .product_title {
  padding: 10px;
  margin-bottom: 10px;
  background: #444444;
}

#products .row_product .product_body .product_column_info .product_title h3 {
  margin-bottom: 0;
font-size: 32px;
}

#products .row_product .product_body .product_column_info .product_table {
  padding: 10px;
  background: #444444;
}

#products .row_product .product_body .product_column_info .product_table .table_pr {
  /*scale: -0.3%;*/
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  width: 100%;
  background: #4a4a4a;
overflow-x: scroll;
}

@media screen and (max-width: 576px) {
   #products .row_product .product_body .product_column_info .product_table .table_pr {
      font-size: 14px;
      overflow-x: scroll;
   }
   
    #products .row_product .product_body .product_column_info .product_table .table_pr tbody tr:first-child {
      writing-mode: vertical-lr; /* Вертикальный режим */
    text-orientation: upright; /* Ориентация букв */
text-align: center;
    }
#products .row_product .product_body .product_column_info .product_table .table_pr tbody tr:first-child p {
  text-align: center;

}
}

#products .row_product .product_body .product_column_info .product_table .table_pr caption {
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFF00;
  text-align: center;
}

#products .row_product .product_body .product_column_info .product_table .table_pr thead {
  /*border-top: 2px solid $brand-primary;*/
  border-bottom: 2px solid #FFFF00;
}

#products .row_product .product_body .product_column_info .product_table .table_pr thead th {
  text-transform: uppercase;
  text-align: center;
  padding: 2px;
  color: #fff;
  border: 1px solid #F1F1F1;
}

#products .row_product .product_body .product_column_info .product_table .table_pr thead th p {
  margin: 0;
  padding: 2px;
}

#products .row_product .product_body .product_column_info .product_table .table_pr tbody tr {
  border-bottom: 1px solid #F1F1F1;
  color: #fff;
}

#products .row_product .product_body .product_column_info .product_table .table_pr tbody tr:first-child {
  background: #1c1c1c;
  text-transform: uppercase;
  text-align: center;
}

#products .row_product .product_body .product_column_info .product_table .table_pr tbody tr:first-child p {
  padding: 2px 2px;
}

#products .row_product .product_body .product_column_info .product_table .table_pr tbody tr:nth-child(odd) {
  background: #3a3a3a;
}

#products .row_product .product_body .product_column_info .product_table .table_pr tbody tr:nth-child(odd):hover {
  background: #4f4f4f;
}

#products .row_product .product_body .product_column_info .product_table .table_pr tbody tr:nth-child(even) {
  background: #444444;
}

#products .row_product .product_body .product_column_info .product_table .table_pr tbody tr:nth-child(even):hover {
  background: #5e5e5e;
}

#products .row_product .product_body .product_column_info .product_table .table_pr tbody tr td {
  padding: 2px;
  border: 1px solid #F1F1F1;
}

#products .row_product .product_body .product_column_info .product_table .table_pr tbody tr td p {
  margin-bottom: 5px;
  padding: 0px 5px;
}

#products .row_product .product_body .product_column_info .product_table .table_pr tbody tr th {
  padding-left: 2px;
  border: 1px solid #F1F1F1;
}

#products .row_product .product_body .product_column_info .product_table .table_pr tfoot {
  color: #FFFF00;
  font-style: italic;
  border-bottom: 2px solid #FFFF00;
}

#products .row_product .product_body .product_column_info .product_table .table_pr tfoot tr td {
  padding: 2px;
  border: 1px solid #F1F1F1;
}

#products .row_contacts {
  margin-top: 20px;
  background: #2b2b2b;
  padding: 10px;
}

#gtco-footer {
  padding-top: 30px;
  /*background: darken($brand-dark-grey2, 6);
	border-top: darken($brand-white, 2) 1px solid;
	&:hover {
		transition: 0.3s;
		background: darken($brand-dark-grey2, 8);
		border-top: darken($brand-primary, 2) 1px solid;
	}*/
}

#gtco-footer .row_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  #gtco-footer .row_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#gtco-footer .row_footer .row_footer_email {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 992px) {
  #gtco-footer .row_footer .row_footer_email {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#gtco-footer .row_footer .row_footer_brand {
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: "Abril Fatface", cursive;
  font-weight: 400;
  font-size: 42px;
}

@media screen and (max-width: 992px) {
  #gtco-footer .row_footer .row_footer_brand {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#gtco-footer .row_footer .row_footer_phone {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (max-width: 992px) {
  #gtco-footer .row_footer .row_footer_phone {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#gtco-footer .row_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: #fff 2px solid;
  padding: 5px 0 0 0;
  /*font-size: 75%;*/
}
@media screen and (max-width: 768px) {
  #gtco-footer .row_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: center;
  border-top: #fff 2px solid;
  padding: 5px 0 0 0;
  /*font-size: 75%;*/
}
}

#gtco-footer .row_copyright #copy {
  /*padding: 5px 0;*/
}

#gtco-footer .gtco-footer-links {
  padding: 0;
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}

#gtco-footer .gtco-footer-links li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  line-height: 1;
}

#gtco-footer .gtco-footer-links li a {
  text-decoration: none;
}

#gtco-footer .gtco-footer-links li a:hover {
  text-decoration: underline;
}

#gtco-footer .gtco-widget {
  margin-bottom: 30px;
}

#gtco-footer .gtco-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#gtco-footer .gtco-widget .gtco-quick-contact {
  padding: 0;
  margin: 0;
}

#gtco-footer .gtco-widget .gtco-quick-contact li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}

#gtco-footer .gtco-widget .gtco-quick-contact li i {
  width: 30px;
  float: left;
  font-size: 18px;
  position: relative;
  margin-top: 4px;
}

#gtco-footer .copyright {
  border-top: #fff 5px solid;
}

@media screen and (max-width: 768px) {
  #gtco-footer .copyright .pull-left,
  #gtco-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}

#gtco-footer .copyright .block {
  display: block;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

#gtco-about {
  /*background: darken($brand-dark-grey2, 4);
	border-top: darken($brand-white, 2) 1px solid;
	&:hover {
		transition: 0.3s;
		background: lighten($brand-dark-grey2, 2);
		border-top: darken($brand-primary, 2) 1px solid;
	}
	.container {
		background: darken($brand-dark-grey2, 2);
		@media screen and (max-width: $screen-lg-min) {
			width: $container-lg;
		}
		@media screen and (max-width: $screen-md-min) {
			width: $container-md;
		}
	}*/
  /*	.img-shadow {
		position: relative;
		background: $brand-primary;
		width: 100%;
		float: left;
		img {
			position: relative;
			top: -20px;
			left: -20px;
		}
	}
	.heading {
		position: relative;
		.subtle-text {
			position: absolute;
			bottom: -1.6em;
			left: 0;
			text-transform: uppercase;
			font-size: 208px;
			color: #F8F8F8;
			font-weight: 900;
			z-index: -1;
		}
	}*/
}

#gtco-about .row_about {
  margin: 20px 10px;
}

#gtco-about .row_about .about_heading {
  margin-bottom: 20px;
  padding: 20px;
}

#gtco-about .row_about .about_content {
  margin-bottom: 20px;
  padding: 20px;
}

#gtco-about .row_about .about_link {
  padding: 20px;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

#gtco-contact .heading {
  position: relative;
}

#gtco-contact .heading .subtle-text {
  position: absolute;
  bottom: -1em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}

#gtco-contact .heading .subtle-text span {
  display: block;
}

#gtco-contact #form {
  padding: 20px 30px;
  background: #444;
}

#gtco-contact .form-group {
  margin-bottom: 20px;
}

#gtco-contact .form-control {
  height: 50px;
  font-size: 18px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  /*border: 1px solid lighten($brand-black, 80%);*/
  padding-left: 20px;
  padding-right: 20px;
  background: #707070;
  border-radius: 0 !important;
}

#gtco-contact textarea {
  height: inherit !important;
  resize: vertical;
}


#news2 {
  border: 3px solid white;
  background: darkcyan;
}

#news2 .news_row2 {
  background: cornflowerblue;
  padding: 10px;
  border: 3px solid green;
}

#news2 .news_row2 #news_column2 {
  background: darkgoldenrod;
  border: 3px dashed white;
  padding: 10px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row wrap;
          flex-direction: row wrap;
}

@media screen and (max-width: 768px) {
  #news2 .news_row2 #news_column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#news2 .news_row2 #news_column2 .news_item2 {
  background: darkgrey;
  border: 3px dotted red;
  padding: 10px;
  margin: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#news2 .news_row2 #news_column2 .news_item2 .news_item_title2 {
  background: darkslateblue;
  padding: 10px;
}

#news2 .news_row2 #news_column2 .news_item2 .news_item_date2 {
  background: hotpink;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row nowrap;
          flex-direction: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#news2 .news_row2 #news_column2 .news_item2 .news_item_text2 {
  background-color: orange;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#news2 .news_row2 #news_column2 .news_item2 .news_read-more {
  padding: 10px;
}

#news2 .news_row2 #news_column2 .news_item2 .news_read-more:hover {
  text-decoration: underline;
}

#contacts2 {
  background: #282828;
  border-top: #fafafa 1px solid;
  padding-bottom: 20px;
}

#contacts2:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #353535;
  border-top: #f5f500 1px solid;
}

#contacts2 .row_contacts_heading2 {
  background: #444444;
  margin: 20px 0;
  padding: 20px;
}

#contacts2 .row_contacts_heading_title2 {
  margin: 10px 0;
}

#contacts2 .row_contacts_form-info2 {
  background: #3f3f3f;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #contacts2 .row_contacts_form-info2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contacts2 .row_contacts_form-info2 .column_info2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contacts2 .row_contacts_form-info2 .column_info2 h3 {
  margin-bottom: 0;
  line-height: 1.8;
}

#contacts2 .row_contacts_form-info2 .column_info2 .primary {
  color: #FFFF00;
}

#contacts2 .row_contacts_form-info2 .column_info2 .row_info_address2 {
  margin: 10px;
  background: #3a3a3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#contacts2 .row_contacts_form-info2 .column_info2 .row_info_address2:hover {
  background: #353535;
}

@media screen and (max-width: 768px) {
  #contacts2 .row_contacts_form-info2 .column_info2 .row_info_address2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#contacts2 .row_contacts_form-info2 .column_info2 .row_info_address2 .info_address_item2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin: 10px;
}

#contacts2 .row_contacts_form-info2 .column_info2 .row_info_contacts2 {
  margin: 10px;
  background: #3a3a3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#contacts2 .row_contacts_form-info2 .column_info2 .row_info_contacts2:hover {
  background: #353535;
}

@media screen and (max-width: 768px) {
  #contacts2 .row_contacts_form-info2 .column_info2 .row_info_contacts2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#contacts2 .row_contacts_form-info2 .column_info2 .row_info_contacts2 .info_contacts_item2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin: 10px;
}

#contacts2 .row_contacts_form-info2 .column_form2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin: 10px;
  padding: 20px;
  background: #2b2b2b;
}

#contacts2 .row_contacts_form-info2 .column_form2 .form-group {
  margin-bottom: 20px;
}

#contacts2 .row_contacts_form-info2 .column_form2 .form-group:last-child {
  margin-bottom: 0;
  padding-left: 0;
}

#contacts2 .row_contacts_form-info2 .column_form2 .form-control {
  height: 50px;
  font-size: 18px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #e0e000;
  padding-left: 20px;
  padding-right: 20px;
  background: #3f3f3f;
  border-radius: 0 !important;
}

#contacts2 .row_contacts_form-info2 .column_form2 .form-control:hover, #contacts2 .row_contacts_form-info2 .column_form2 .form-control:active, #contacts2 .row_contacts_form-info2 .column_form2 .form-control:focus {
  background: #4a4a4a;
  border: 1px solid #ffff0a;
  color: #FFFF00;
  outline: none;
  text-decoration: none;
}

#contacts2 .row_contacts_form-info2 .column_form2 textarea {
  height: inherit !important;
  resize: vertical;
}

/* ---------- Main part, inner pages (headline) ---------- */
#headline_l {
  height: 250px;
  background: url("/theme/images/1-logistics-001.jpg");
  background-position: top center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  margin-top: 10px;
  /*filter: grayscale(100%);*/
  /* opacity: 0.6;
    z-index: -999;
    &::after {
        content: "";
    }*/
}

#headline_l #headline_in_l {
  position: relative;
  color: #fff;
  opacity: 1;
}

#headline_l #headline_in_l h1 {
  display: block;
  padding-top: 96px;
  text-align: center;
  color: #fff;
  opacity: 1;
  background-color: #303030;
}

#headline_l #headline_in_l h1 {
  color: white;
  background-color: transparent;
  /*opacity: 1;
        filter: grayscale(0%);*/
  font-size: 56px;
  line-height: 1.21;
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0;
}

/* --- */
#logistics {
  background: #262626;
  border-top: #fafafa 1px solid;
}

#logistics:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: #353535;
  border-top: #f5f500 1px solid;
}

#logistics .row_logistics_text {
  margin-top: 30px;
  background: #282828;
}

#logistics .row_logistics_text .logistics_text {
  padding: 20px;
  font-size: larger;
  background: #444444;
}

#logistics .row_logistics_images {
  margin-top: 30px;
  background: #282828;
}

#logistics .row_logistics_images .logistics_images_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
}

@media screen and (max-width: 768px) {
  #logistics .row_logistics_images .logistics_images_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#logistics .row_logistics_images .logistics_images_body .logistics_images_column1 {
  margin: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 550px;
          flex: 0 1 550px;
  background: #444444;
  background: url(/images/products/l2.png);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

#logistics .row_logistics_images .logistics_images_body .logistics_images_column2 {
  margin: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 550px;
          flex: 0 1 550px;
  background: #444444;
  background: url(/images/products/ship.jpeg);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

#logistics .row_logistics_contacts {
  margin-top: 30px;
}

#gtco-our-team {
  padding: 1.5em 0;
  clear: both;
  background: #262626;
  border-top: #fafafa 1px solid;
}

#gtco-our-team:hover {
  /*-webkit-transition: 0.3s;
  transition: 0.3s;
 background: #353535;
  border-top: #f5f500 1px solid;*/
}

#gtco-our-team .heading {
  position: relative;
}

#gtco-our-team .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}

#gtco-our-team .heading .subtle-text span {
  display: block;
}

#gtco-our-team .team-item {
  background: #2b2b2b;
  margin-bottom: 2em;
}

#gtco-our-team .team-item:last-child {
  margin-bottom: 0;
}

#gtco-our-team .team-item p {
  font-size: 21px;
  text-align: justify;
}

#gtco-our-team .team-item:hover {
 /* -webkit-transition: 0.3s;
  transition: 0.3s;*/
}

#gtco-our-team .team-item:hover p {
  font-size: 21px;
}

#gtco-our-team .team-item:hover .img-shadow {
  background: #4a4a4a;
}

#gtco-our-team .team-item:hover .img-shadow img {
  opacity: 0.8;
}

#gtco-our-team .gtco-team-reverse,
#gtco-our-team .gtco-team {
  background: #282828;
}

#gtco-our-team .gtco-team-reverse .img-shadow,
#gtco-our-team .gtco-team .img-shadow {
  position: relative;
  background: #444444;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

#gtco-our-team .gtco-team-reverse .img-shadow img,
#gtco-our-team .gtco-team .img-shadow img {
  /*position: relative;
  top: -10px;
  right: -10px;*/
}

#gtco-our-team .gtco-team-reverse .img-shadow:hover,
#gtco-our-team .gtco-team .img-shadow:hover {
 /* -webkit-transition: 0.3s;
  transition: 0.3s;*/
  background: #353535;
}

#gtco-our-team .gtco-team-reverse .img-shadow:hover .img-shadow,
#gtco-our-team .gtco-team .img-shadow:hover .img-shadow {
  background: #444444;
}

#gtco-our-team .gtco-team .img-shadow img {
 /* top: -10px;
  left: -10px;*/
}

#gtco-our-team .gtco-team:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #353535;
}

#gtco-our-team .gtco-team:hover .img-shadow {
  background: #3f3f3f;
  -webkit-transform: translate(-40px, -40px);
          transform: translate(-40px, -40px);
}

#gtco-our-team .gtco-team:hover .img-shadow img {
 /* opacity: 0.8;
  -webkit-transform: translate(-30px, -30px);
          transform: translate(-30px, -30px);
  -webkit-transition: width 2s, height 4s;
  transition: width 2s, height 4s;*/
}

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background: #303030;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 1200px) {
  #page #container .container {
    width: 100%;
  }
}

.offcanvas #page:after {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

#container1 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}

@media (min-width: 768px) {
  #container1 {
    width: 750px;
  }
}

@media (min-width: 992px) {
  #container1 {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #container1 {
    width: 1170px;
  }
}

a {
  color: #FFFF00;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover, a:active, a:focus {
  color: #FFFF00;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #fff;
  font-family: "Abril Fatface", cursive;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #FFFF00;
}

::-moz-selection {
  color: #fff;
  background: #FFFF00;
}

::selection {
  color: #121212;
  background: #ffff33;
}

.gtco-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 1001;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gtco-nav .row_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .gtco-nav {
    padding: 20px 0;
  }
}

.gtco-nav #gtco-logo {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.43;
  margin: 0;
  padding: 0;
  font-family: "Abril Fatface", cursive;
  font-weight: 400;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
.gtco-nav #gtco-logo {
font-size: 14px;
}
}

.gtco-nav #gtco-logo em {
  color: #fff;
  font-weight: 100;
  font-style: normal;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: smaller;
}

.gtco-nav #gtco-logo a {
  padding: 0px 10px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 768px) {
  .gtco-nav .menu-1, .gtco-nav .menu-2 {
    display: none;
  }
}

.gtco-nav ul {
  padding: 0;
  margin: 1px 0 0 0;
}

.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

.gtco-nav ul li a {
  font-size: 16px;
  line-height: 1.43;
  padding: 20px 10px;
  text-transform: none;
  color: #e6e6e6;
  font-weight: 400 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active {
  color: #FFFF00;
}

.gtco-nav ul li.has-dropdown {
  position: relative;
}

.gtco-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.gtco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}

.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.gtco-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}

.gtco-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}

.gtco-nav ul li.has-dropdown .dropdown li.active > a {
  color: #000 !important;
}

.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
  color: #fff;
}

.gtco-nav ul li.btn-cta a {
  color: #fff;
}

.gtco-nav ul li.btn-cta a span {
  border: none !important;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px;
}

.gtco-nav ul li.btn-cta a:hover span {
  background: #ffff1a;
  color: #fff;
}

.gtco-nav ul li.active > a {
  color: #fff !important;
}

.gtco-nav.scrolled {
  -webkit-transition: ease-in-out 0.6s;
  transition: ease-in-out 0.6s;
  background: #262626;
  webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
}

.gtco-nav.scrolled ul {
  padding: 0;
  margin: 1px 0 0 0;
}

.gtco-nav.scrolled ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

.gtco-nav.scrolled ul li a {
  color: #ffff33;
}

.gtco-nav.scrolled ul li a:hover {
  color: #ffff4d;
  text-decoration: underline;
}

.gtco-nav.scrolled ul li.active > a {
  color: #ffff1a;
}

.gtco-nav.scrolled ul li.btn-cta a {
  color: #fff;
}

.gtco-nav.scrolled ul li.btn-cta a span {
  border: none !important;
  background: #FFFF00;
  padding: 4px 20px;
  color: #fff;
}

.gtco-nav.scrolled #gtco-logo em, .gtco-nav.scrolled #gtco-logo a {
  color: #fff;
}

.gtco-nav.scrolled #gtco-logo #logo_img {
  opacity: 1;
}

#gtco-header,
#gtco-counter,
.gtco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.gtco-bg {
  background-position: center top;
  width: 100%;
  float: left;
  position: relative;
}

.gtco-video {
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 7px;
}

.gtco-video.gtco-video-sm {
  height: 250px;
}

.gtco-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
}

.gtco-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

.gtco-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gtco-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.gtco-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#gtco-about,
#gtco-practice-areas,
#gtco-contact,
#gtco-news {
  padding: 2em 0;
  clear: both;
}

#gtco-practice-areas .heading {
  position: relative;
}

#gtco-practice-areas .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}

#gtco-practice-areas .heading .subtle-text span {
  display: block;
}

#gtco-practice-areas .gtco-practice-area-item {
  margin-bottom: 30px;
}

#gtco-practice-areas .gtco-practice-area-item .gtco-icon,
#gtco-practice-areas .gtco-practice-area-item .gtco-copy {
  display: table-cell;
  vertical-align: top;
}

#gtco-practice-areas .gtco-practice-area-item .gtco-icon {
  width: 100px;
}

@media screen and (max-width: 768px) {
  #gtco-practice-areas .gtco-practice-area-item .gtco-icon {
    width: 70px;
  }
}

#gtco-practice-areas .gtco-practice-area-item .gtco-copy h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.heading {
  text-align: left;
  margin-bottom: 70px;
}

.heading h1 {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .heading h1 {
    font-size: 26px;
  }
}

.heading .sub {
  position: relative;
  padding-bottom: 40px;
  font-size: 18px;
  color: #757575;
}

.heading .sub:after {
  bottom: 0;
  left: 50%;
  margin-left: -36px;
  content: "";
  position: absolute;
  width: 72px;
  height: 2px;
  background: #FFFF00;
}

.heading-colored {
  color: #FFFF00;
}

.read-more i {
  position: relative;
  top: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.read-more:hover i {
  padding-left: 10px;
}

.gtco-social-icons {
  margin: 0;
  padding: 0;
}

.gtco-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.gtco-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #FFFF00;
  padding-left: 10px;
  padding-right: 10px;
}

.gtco-social-icons li a i {
  font-size: 20px;
}

.gtco-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}

.gtco-contact-info ul {
  padding: 0;
  margin: 0;
  clear: both;
}

.gtco-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}

.gtco-contact-info ul li:before {
  color: yellow;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  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;
}

.gtco-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}

.gtco-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}

.gtco-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}

.gtco-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

form label {
  font-weight: normal !important;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 8px 30px;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #FFFF00 !important;
  color: #303030;
  border: 2px solid #FFFF00 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #cccc00 !important;
  border-color: #ffff1a !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #FFFF00;
  border: 2px solid #FFFF00;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #FFFF00;
  color: #121212;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #000;
  background: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}

.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}

.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

#gtco-offcanvas {
  position: absolute;
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -webkit-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  #gtco-offcanvas {
    display: block;
  }
}

.offcanvas #gtco-offcanvas {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

#gtco-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}

#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}

#gtco-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  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: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: #FFFF00;
  border: #999900 1px solid;
  /*background: rgba(0,0,0,.5);*/
  color: #303030;
  text-align: center;
  border-radius: 50%;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
  background: #cccc00;
  text-decoration: none;
  outline: none;
}

.gtco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #444;
}

.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.gtco-nav-toggle.gtco-nav-white > i {
  color: #fff;
  background: #fff;
}

.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
  background: #fff;
}

.gtco-nav-toggle i::before {
  top: -7px;
}

.gtco-nav-toggle i::after {
  bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
  top: -10px;
}

.gtco-nav-toggle:hover i::after {
  bottom: -10px;
}

.gtco-nav-toggle.active i {
  background: transparent;
}

.gtco-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
  position: fixed;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .gtco-nav-toggle {
    display: none;
  }
}

#gtco-contact h3 {
  color: #fff;
  font-size: 30px;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

#gtco-map {
  background: #2b2b2b;
  border-top: #fafafa 1px solid;
  min-height: 500px;
  padding: 25px 0px;
}

#gtco-map:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #353535;
  border-top: #f5f500 1px solid;
}

#gtco-map .map {
  opacity: 0.1;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

#gtco-map .map:hover {
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 1;
}

#gtco-news {
  border-top: #fafafa 1px solid;
  /* background-color: $brand-dark-grey;*/
  /*background-image: url(../images/news_bg.png);*/
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  overflow: auto;
}

#gtco-news:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.9;
  border-top: #f5f500 1px solid;
}

#gtco-news .container-fluid {
  height: 50px;
  background: #ffff33;
  opacity: 1;
  width: 100%;
  overflow: visible;
  margin-top: 10px;
color: #121212;
}

#gtco-news #divRss2 {
  margin: 50px 0;
}

#gtco-news #divRss2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row wrap;
          flex-direction: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  /*margin: 20px 0 20px -20px;*/
}

@media screen and (max-width: 768px) {
  #gtco-news #divRss2 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#gtco-news #divRss2 ul li {
  /*margin: 20px 0 20px 0px;*/
  /*	flex: 1 1 auto;*/
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*background: darken($brand-dark-grey2, 2);*/
}

#gtco-news #divRss2 ul li:first-child, #gtco-news #divRss2 ul li:nth-child(2) {
  margin-right: 25px;
}

#gtco-news #divRss2 ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #gtco-news #divRss2 ul li:first-child, #gtco-news #divRss2 ul li:nth-child(2) {
    margin: 0 0 25px 0;
  }
  #gtco-news #divRss2 ul li:last-child {
    margin-bottom: 0;
  }
}

#gtco-news #divRss2 ul li .itemTitle {
order: 1; 
margin: 20px 0; 
/*background: lighten($brand-dark-grey2, 8);								
							padding: 10px;*/
}

#gtco-news #divRss2 ul li .itemTitle h3 {
  line-height: 1.4;
  text-align: justify;
}

#gtco-news #divRss2 ul li .itemDate {
 margin-bottom: 10px;
color: #ffff33;
border-bottom: 1px solid #ffff33;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row nowrap;
          flex-direction: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
          order: 0;
}

#gtco-news #divRss2 ul li .itemDate .itemDateDay {
  font-family: Arial;
font-weight: 700;
font-size: 16px;
line-height: 1.4;
  color: #fff;
padding: 0 5px;
}

#gtco-news #divRss2 ul li .itemDate .itemDateMonth {
   font-family: Arial;
font-weight: 700;
font-size: 16px;
line-height: 1.4;
  color: #fff;
padding: 0 5px;
}

#gtco-news #divRss2 ul li .itemDate .itemDateYear {
   font-family: Arial;
font-weight: 700;
font-size: 16px;
line-height: 1.4;
  color: #fff;
padding: 0 5px;
}

#gtco-news #divRss2 ul li .itemContent {
  
font-family: Arial;
font-weight: 500;
font-size: 18px;
line-height: 1.8;
  color: #fff;
  order: 3;
  /*padding: 20px;*/
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#gtco-news #divRss2 ul li .itemRead {
order: 4;
  margin: 20px 0;                     
}

#gtco-news #divRss2 ul li .itemRead:hover {
  text-decoration: underline;
  
}

#gtco-news .news_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 768px) {
  #gtco-news .news_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

#gtco-news .news_row .news_item {
  margin: 20px 20px 0 0;
}

#gtco-news .news_row .news_item:last-child {
  margin-right: 0;
}

#gtco-news .news_row .news_item .date {
  color: #FFFF00;
}

.marquee {
  width: 100%; /* the plugin works for responsive layouts so width is not necessary */
  overflow: hidden;
padding-top: 10px;
font-size: 24px;
 
}
.marquee div{
	display:inline-block;
	margin-left:15px;


}
.marquee .name{
	font-weight:bold;
color: 121212;
}
.marquee .green{
	background-color: #9cf4dc;
}
.marquee .red{
	background-color: #ffe1e1;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: pre;
}

@media (max-width: 767.98px) {
.navbar-brand {
white-space: wrap;
font-size: 0.25rem;
}
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
font-size: 32px;
line-height: 1.43;
font-family: "Abril Fatface", cursive;
font-weight: 400;
white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .navbar-dark .navbar-brand {

inline-size: 180px;
  color: #fff;
font-size: 14px;
line-height: 1.43;
font-family: "Abril Fatface", cursive;
font-weight: 300;
overflow-wrap: break-word;
word-break: break-all;

}
}


.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255, 1);
font-size: 16px;
  line-height: 1.43;
  ;
  text-transform: none;
  
  font-weight: 400 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 0, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFF00;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.gtco-cover .row_hero2 {
  margin-top: 50px;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .gtco-cover .row_hero2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*height: 400px;*/
  }
}

@media screen and (max-width: 480px) {
  .gtco-cover .row_hero2 {
    height: inherit !important;
  }
}

.gtco-cover .row_hero2 .row_empty {
  
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
}

.gtco-cover .row_hero2 .hero_body_address2 {
  
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .gtco-cover .row_hero2 .hero_body_address2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column wrap;
            flex-direction: column wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .gtco-cover .row_hero2 .hero_body_address2 div {
    margin: 0 5px;
  }
}

.gtco-cover .row_hero2 .hero_body_address2 h3 {
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .gtco-cover .row_hero2 .hero_body_address2 h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
  }
}

.rb-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 1001;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 992px) {
 .bg-transparent {
    background-color: #303030 !important;
  }
}

  .col-md-push-6 {
    left: 50%;
  }
    .col-md-pull-6 {
    right: 50%;
  }
    .col-md-6 {
    width: 50%;
  }
    .col-md-pull-0 {
    right: auto;
  }

/*-------------rb-------*/
#logistics_rb .row_logistics_rb_1 {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  justify-items: center;
}

@media screen and (max-width: 992px) {
  #logistics_rb .row_logistics_rb_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#logistics_rb .row_logistics_rb_1 .logistics_rb_text1 {
  padding: 20px;
  
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
text-align: justify;

}

#logistics_rb .row_logistics_rb_1 .logistics_rb_img1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-height: 500px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

#logistics_rb .row_logistics_rb_1 .logistics_rb_img1 img {
width: 100%; }

@media screen and (max-width: 768px) {
  #logistics_rb .row_logistics_rb_1 .logistics_rb_img1 {
    max-height: 400px;
  }
}

#logistics_rb .row_logistics_rb_2 {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 992px) {
  #logistics_rb .row_logistics_rb_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#logistics_rb .row_logistics_rb_2 .logistics_rb_text2 {
  padding: 20px;
  
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
text-align: justify;
}

@media screen and (max-width: 992px) {
  #logistics_rb .row_logistics_rb_2 .logistics_rb_text2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#logistics_rb .row_logistics_rb_2 .logistics_rb_img2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-height: 500px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

#logistics_rb .row_logistics_rb_2 .logistics_rb_img2 img {
width: 100%}

@media screen and (max-width: 768px) {
  #logistics_rb .row_logistics_rb_2 .logistics_rb_img2 {
    max-height: 400px;
  }
}

@media screen and (max-width: 992px) {
  #logistics_rb .row_logistics_rb_2 .logistics_rb_img2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}


#logistics_rb .row_logistics_rb_contacts {
  margin-top: 30px;
}

code {
 font-size: 14px;
  border-radius: 3px;
  
  padding: 0 3px;
}

/*# sourceMappingURL=style.css.map */