@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
@font-face {
	font-family: Lato-Hairline; /* Гарнитура шрифта */
    src: url(../fonts/Lato-Hairline.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
	font-family: Lato-Regular; /* Гарнитура шрифта */
    src: url(../fonts/Lato-Regular.ttf); /* Путь к файлу со шрифтом */
}
/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 14px;
  line-height: 22.4px;
  color: #6c7279; }

h1 {
  font-size: 65px;
  color: #2d3033; }

h2 {
  font-size: 40px;
  color: #2d3033; }

h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300; }

h4 {
  font-size: 22px;
  color: #2d3033;
  font-weight: 400; }

h5 {
  font-size: 14px;
  color: #2d3033;
  text-transform: uppercase;
  font-weight: 700; }

.btn {
  background-color: #e84545;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    background-color: #e52e2e;
    color: #fff; }
  .btn-large {
    padding: 15px 40px; }

/* ==========================================================================
	General Styles
========================================================================== */
a {
  color: #e84545; }

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

body {
  font-family: "Raleway", "Lato-Regular", sans-serif;
  font-weight: 400;
  color: #6c7279;
  
	font-size:14px;
}

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section {
  padding: 100px 0; 
  z-index:11;
  position:relative;
  background:white;
}

.no-padding {
  padding: 0; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }
  
.title-hr{
	margin-top: 20px;
  padding: 2px 0;
  border: none;
  background-color: rgb(128, 175, 45);
  letter-spacing: 5px;
}
.trans--grow{
  -webkit-transition: width 1s ease-out; /* For Safari 3.1 to 6.0 */
  transition: width 1s  ease-out;
  width : 0%;
}
.grow{
  width:100%;
}
.hr1{
  margin-left:0;
}

.shadow-hr{
	padding:0;
	margin:0;
	width:100%;
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

.title-container{
	display:inline-block;
	margin-bottom:50px;
}
.title-topMover{
	margin-top:100px;
}



video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);

  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

/* ==========================================================================
	$Header
========================================================================== */
#header {
  position: fixed;
  width: 100%;
  z-index: 999; 
  background-color: rgba(235, 171, 56, 0.0);
}
  #header .header-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
    max-width: 1170px;
    padding: 40px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
  #header .logo {
    float: left; 
	
	position:absolute;
	z-index:12;
	height:102px;
	top:0px;
	left:0;
	overflow:hiden;
	display:inline-block;
	line-height:102px;
	text-align:center;
	}
	#header .logo img{
		position:relative;
		z-index:12;
	}
	.logo-triangle{
		width:306px;
		height:338px;
		background:url('../images/logo_triangle.png') no-repeat;
		position:fixed;
		left:0;
		z-index:11;
		top:101px;
		
	}
	
	#header .logo:after{
		content:"";
		width:305px;
		height:102px;
		background:url('../images/logo_bg.png') no-repeat;
		position:absolute;
		top:0;
		left:0px;	
	}
#opacityBox{
	width:500px;
	height:400px;
	
	background:url('../images/logo_opacity_bg.png') no-repeat;
	
	position:fixed;
	left:0;
	top:0;
	z-index:100;
}
#header.fixed {
  }
  #header.fixed .header-content {
    border-bottom: 0;
    padding: 25px 0; 
	}
  #header.fixed .nav-toggle {
    top: 18px; }

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.navigation {
  float: right; }
  .navigation li {
    display: inline-block; }
  .navigation a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 700;
    margin-left: 40px;
    text-transform: uppercase; }
    .navigation a:hover, .navigation a.active {
      color: #fff; }

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
  .nav-toggle:before {
    background-color: #e84545;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .nav-toggle:after {
    background-color: #e84545;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #fff;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
      -webkit-transform: translateY(-6px) rotate(0deg);
      transform: translateY(-6px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #fff; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }

	.select-style {
    border: 1px solid #fff;
    margin-LEFT:40px;
	display:inline-block;
    border-radius: 3px;
    overflow: hidden;
    color:white;
	text-align:center;
	position:relative;
	top:5px;
}
.select-style select {
    padding: 2px 3px;
    width: 100%;
    border: none;
	text-align:center;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}
select option{
	color:#1A3238;
}
select option:hover{
	background:red;
}

.select-style select:focus {
    outline: none;
}


/* ==========================================================================
	$Banner
========================================================================== */
 .opacity{
  position:absolute;
  
  
  width:100%;
  height:100%;
  background:rgba(51,51,51,0.5); /* Standard Off */
}

.banner {
	position:relative;
  width:100%;
  height:100%;
  z-index:10;
  
  background: url(../images/1173.jpg) bottom center fixed no-repeat;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 750px;
	height:100vh;
  }

.banner-text {
  padding-top: 40%; 
  
  }
  .banner-text h1 {
    color: #fff;
    font-family: "Lato-Regular", sans-serif;
    font-size: 3vmin;
    font-weight: 700;
    text-transform: uppercase; }
  .banner-text p {
    color: #fff;
    font-size: 2vmin;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 80px; }

    .read-more{
  width:250px;
  height:47px;
  margin:100px auto;
  line-height:47px;
  border:1px solid white;
  text-transform:uppercase;
  color:white;
  display:block;
  cursor:pointer;
  font-size:14px;
  letter-spacing:1px;
  background:none;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

/* ==========================================================================
	$Features
========================================================================== */
.feature {
  margin-bottom: 50px; }
  .feature-content {
    padding: 0 15px;
    margin-top: 30px; }
  .feature .icon {
    color: #e84545;
    font-size: 60px; }

	.circle-one{
  height: 100px;
  position:relative;
  margin:0 auto;
  
  background: url(../images/stable.png) white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 100px;
  cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
 
 .circle-one:hover{
  
background: url(../images/stable-hover.png) white no-repeat center center;
}



 .circle-two{
  height: 100px;
  position:relative;
  margin:0 auto;
 
  background: url(../images/growth.png) white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 100px;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

 .circle-two:hover{
  
  background: url(../images/growth-hover.png) white no-repeat center center;
}


 .column-three{ 
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

 .circle-three{ 
  height: 100px;
  position:relative;
  margin:0 auto;
  
  background: url(../images/waterConnection.png) white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 100px;
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

 .circle-three:hover{ 
  
  background: url(../images/waterConnection-hover.png) white no-repeat center center;
}


	
	
/* ==========================================================================
	$Works
========================================================================== */
.works{
	background:linear-gradient(90deg,#fff,#f0f0f0);
	padding-bottom:100px;
}
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  
  width:100%;
  overflow: hidden;
  position: relative;
  margin:10px;
  max-width:430px;
  display:table-cell;
  text-align:center;
  display:inline;
  
}

.even{
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	
}
.odd{
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);

}

.work  img{
  width:100%;
  height:350px;
  object-fit:cover;
  position:50% 50%;
}
  .companies-heading{
	  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  min-height: 350px;
  max-width:500px;
  overflow: hidden;
  position: relative;
  min-width:50%;
  max-width:100%;
  background:green;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  }
  
  .work .overlay {
    background: rgba(128, 172, 45, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0; }
  .work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

.work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.work-box:hover .overlay {
  opacity: 1; }
  .work-box:hover .overlay h5, .work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
	
	
	
	/* Hexagons */
#hexGrid {
  
  width: 90%;
  margin:  auto;
  
  
  font-size: 15px;
}

#hexGrid:after {
  content: "";
  display: block;
  clear: both;
 
}

.hex {
  position: relative;
  list-style-type: none;
  float: left;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;  /* fix for jagged edges in FF on hover transition */
  transform: rotate(-60deg) skewY(30deg) translateZ(-1px);
   -webkit-transform: rotate(-60deg) skewY(30deg) translateZ(-1px);

  
    
}

.hex * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;  /* fix for jagged edges in FF on hover transition */
  background-color: rgba(31, 53, 59, 0.8);
}

.hexIn {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  transform: skewY(-30deg) rotate(60deg);
    -webkit-transform: skewY(-30deg) rotate(60deg);

  
    z-index: 9999;
  
}


/*** HEX CONTENT **********************************************************************/

.hex img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.hex h1,
.hex p {
  margin: 0;
  width: 102%;
  left: -1%;  /* prevent line on the right where background doesn't cover image */
  padding: 5%;
  box-sizing: border-box;
  position: relative;
  font-weight: 100;
  transition: transform .2s ease-out, opacity .3s ease-out;
    -webkit-transition: transform .2s ease-out, opacity .3s ease-out;

  -webkit-filter: blur(0.000001px);
    
font-size: 1.5vw;
  color:#fff;
  z-index:9999999;
}

.hex h1 {
  bottom: 50%;
  padding-top: 50%;
  font-size: 1.5vw;
  z-index: 11;
  transform: translateY(-100%) translateZ(-1px);
    -ms-transform: translateY(-100%) translateZ(-1px);
    -webkit-transform: translateY(-100%) translateZ(-1px);
    -moz-transform: translateY(-100%) translateZ(-1px);

    -webkit-filter: blur(0.000001px);
    
}

.hex h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 10%;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.hex p {
  top: 50%;
  padding-bottom: 50%;
  transform: translateY(100%) translateZ(-1px);
    -moz-transform: translateY(100%) translateZ(-1px);
    -webkit-transform: translateY(100%) translateZ(-1px);
    -ms-transform: translateY(100%) translateZ(-1px);

    -webkit-filter: blur(0.000001px);
    
  z-index:999999;
}


/*** HOVER EFFECT  **********************************************************************/

.hexIn:hover h1, .hexIn:focus h1, .hexIn:hover p, .hexIn:focus p {
  transform: translateY(0%) translateZ(-1px);
    -ms-transform: translateY(0%) translateZ(-1px);
    -webkit-transform: translateY(0%) translateZ(-1px);
    -moz-transform: translateY(0%) translateZ(-1px);

    -webkit-filter: blur(0.000001px);
    

  position:absolute;
  z-index:9999999999999;
}


/*** SPACING AND SIZING *****************************************************************/

@media (min-width:1201px) {  /* <- 2-3  hexagons per row */
  .hex {
    width: 32.666%;    /* = (100-2) / 3 */
    padding-bottom: 37.720%;    /* =  width / sin(60) */
  }
  .hex:nth-child(5n+1),
  .hex:nth-child(5n+2) {
    transform: translateX(50%) rotate(-60deg) skewY(30deg);
      -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
      -moz-transform: translateX(50%) rotate(-60deg) skewY(30deg);
      -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);

      -webkit-filter: blur(0.000001px);
    
  }
  .hex:nth-child(5n+3),
  .hex:nth-child(5n+4),
  .hex:nth-child(5n+5) {
    margin-top: -8.564%;
    margin-bottom: -8.564%;
  }
  .hex:nth-child(5n+2),
  .hex:nth-child(5n+4) {
    margin-right: 1%;
    margin-left: 1%;
  }
  .hex:nth-child(5n+1) {
    margin-left: 0.5%;
  }
  .hex:nth-child(5n+3),
  .hex:nth-child(5n+6) {
    clear: left;
  }
}

@media (max-width: 1200px) {  /* <- 4-3  hexagons per row */
  .hex {
    width: 49.5%;    /* = (100-1) / 2 */
    padding-bottom: 57.158%;    /* =  width / sin(60) */
  }
  .hex:nth-child(3n+1) {
    transform: translateX(50%) rotate(-60deg) skewY(30deg);
      -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
      -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
      -moz-transform: translateX(50%) rotate(-60deg) skewY(30deg);

      -webkit-filter: blur(0.000001px);
    
  }
  .hex:nth-child(3n+2),
  .hex:nth-child(3n+3) {
    margin-top: -13.423%;
    margin-bottom: -13.423%;
  }
  .hex:nth-child(3n+1) {
    margin-left: 0.5%
  }
  .hex:nth-child(3n+3) {
    margin-left: 1%;
  }
  .hex:nth-child(3n+2),
  .hex:nth-child(3n+4) {
    clear: left;
  }
}

@media (max-width: 400px) {
  #hexGrid {
    font-size: 13px;
  }
}

/* End Hexagons */

.modal p, .modal h3{
  color:#fff;
}
.modalDialogSet{
  background: #ebab38; 
}

.modalDialogHeader{
  border-radius: 6px 6px 0 0 ;
  background: #1a3238;
  margin:-1px;
  border-bottom: 1px solid #102328;
}

.modalDialogHeader h3{
  
}

.img-center {
  margin:0 auto 20px;
}

.modalContent{
 
}
.modalFooter{
  border-radius:0 0 6px 6px ;
  background: #1a3238;
  margin:-1px;
  border-top: 1px solid #102328;
}

.closeBtn{
  position: absolute;
  top:-16px;
  right:-1px;
  opacity: 1;
}








	
	/* ==========================================================================
	$activity-block
========================================================================== */

/*TEMP to delete*/
.activity{
	background:linear-gradient(90deg,#fff,#f0f0f0);
	position: relative; 
	overflow:hiden;
	width:100%;
	padding-bottom:100px;
	padding-top:0px;
}
.shadow-hr-activity{
	margin-top:-200px;
	padding:0;
	margin:0;
	width:100%;
    height: 12px;
    border: 0;
	background:linear-gradient(90deg,#fff,#f0f0f0);
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}
.activity-block{
	position:relative;
	
	
	
}

.activity-block-bg-orange{
	width:30px;
	height:270px;
	left:50%;
	top:-50px;
	margin-left:-15px;
	z-index:19;
	background:rgb(239,161,48); /*ORANGE*/
	position:relative;
	
	border-radius: 15px 15px 0 0px;
     -moz-border-radius: 15px 15px 0 0px;
     -webkit-border-radius: 15px 15px 0 0px;
	 border: 7px solid rgba(255,255,255,1); 
	 border-bottom:none;
}
.activity-block-bg-green{
	width:30px;
	height:100%;
	left:50%;
	margin-left:-15px;
	z-index:19;
	background:rgb(190,214,68); /*GREEN*/
	position:relative;
	
	 
	
	border-left: 7px solid rgba(255,255,255,1); 
	border-right: 7px solid rgba(255,255,255,1); 
	border-top:none;
	border-bottom:none;
	background:rgb(190,214,68); /*GREEN*/
}
.activity-block-bg-blue{
	width:30px;
	height:270px;
	left:50%;
	margin-left:-15px;
	z-index:19;
	background:rgb(117,208,216); /*BLUE*/
	position:relative;
	
	border-radius: 0 0 15px 15px;
     -moz-border-radius: 0 0 15px 15px;
     -webkit-border-radius: 0 0 15px 15px;
	 border: 7px solid rgba(255,255,255,1); 
	 border-top:none;
}
.activity-block h4{
	color:#fff;
	text-align:right;
}
.activity-block>.arrow-right{
	border-left: 60px solid rgb(190,214,68);
}
.activity-block-bg:first-child{
	background:rgb(239,161,48); /*ORANGE*/
}
.activity-block:first-child>.arrow-right{
	border-left: 60px solid rgb(239,161,48); /*ORANGE*/
}
.activity-block-bg:last-child{
	background:rgb(117,208,216); /*ORANGE*/
}
.activity-block-bg:last-child>.arrow-right{
	border-left: 60px solid rgb(117,208,216); /*BLUE*/
}
.img-container{
	padding:0;
	margin-left:-240PX;;
	position:relative;
	width:480px;
	height:220px;
	left:50%;
}

.arrow-right-orange{
	width:50%;
	height:50%;
	
	position:absolute;
	right:-40px;
	width: 0; 
  height: 0; 
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 40px solid rgb(230,140,30);
}


.activity-content-box-orange{
	width:40vw;
	height:140px;
	background:rgb(234,151,42);
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	right:0;
	margin:auto;
}
.activity-content-box-wrapper-orange{
	position:relative;
	width:100%;
	height:140px;
}
.activity-content-box-orange .header-container-orange{
	width:140px;
	height:70px;
	-webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
float:right;
background:rgb(230,140,30);
margin-right:70px;

box-shadow: 0px -3px 3px rgb(200,100,20);
}
.activity-content-box-orange h6{
color:white;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;

height:30px;
font-size:13px;
text-transform: uppercase;
width:140px;
text-align:center;
}
.companies-orange{
	position:relative;
	height:140px;
	width:100%;
	max-height:140px;
	padding-right:110px;
	padding-left:100px;
	padding:10px;
}
.companies-wrapper-orange{
	position:absolute;
	height:70%;
	top:0;
	bottom:0;
	left:110px;
	right:0;
	margin:auto;
	padding-right:110px;
display:flex;
}
.companies-wrapper-orange p{
	color:white;
	font-size:1.5rem;
	margin:auto;
}



/*GREEEEEEN!!!!!*/
.activity-content-box-green{
	width:40vw;
	height:140px;
	background:rgb(190,215,70);
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:-40vw;
	margin:auto;
}
.activity-content-box-wrapper-green{
	position:relative;
	width:100%;
	height:140px;
}
.activity-content-box-green .header-container-green{
	width:140px;
	height:70px;
	-webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;

 -sand-transform:  rotate(270deg);
float:left;
background:rgb(160,180,20);

margin-left:-140px;
box-shadow: 0px 3px 3px rgb(170,190,20);
}
.activity-content-box-green h6{
color:white;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;

height:30px;
font-size:13px;
text-transform: uppercase;
width:140px;
text-align:center;
}
.arrow-left-green{
	width:50%;
	height:50%;
	
	position:absolute;
	left:-40px;
	width: 0; 
  height: 0; 
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-right: 40px solid rgb(160,180,20);
}
.companies-green{
	position:relative;
	height:140px;
	width:100%;
	max-height:140px;
	padding:10px;
}
.companies-wrapper-green{
	position:absolute;
	height:70%;
	top:0;
	bottom:0;	
	margin:auto;
	margin-left: 80px;
	padding-right:110px;
		
display:flex;
}
.companies-green p{
	color:white;
	font-size:1.5rem;
	margin:auto;
	text-align:right;
}


/*BLUEEEEE!!!!!*/
.activity-content-box-blue{
	width:40vw;
	height:140px;
	background:rgb(120,205,215);
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	right:0;
	margin:auto;
}
.activity-content-box-wrapper-blue{
	position:relative;
	width:100%;
	height:140px;
}
.activity-content-box-blue .header-container-blue{
	width:140px;
	height:70px;
	-webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
float:right;
background:rgb(70,175,175);
margin-right:70px;

box-shadow: 0px -3px 3px rgb(70,165,165);
}
.activity-content-box-blue h6{
color:white;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;

height:30px;
font-size:13px;
text-transform: uppercase;
width:140px;
text-align:center;
}
.arrow-right-blue{
	width:50%;
	height:50%;
	
	position:absolute;
	right:-40px;
	width: 0; 
  height: 0; 
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 40px solid rgb(70,175,175);
}
.companies-blue{
	position:relative;
	height:140px;
	width:100%;
	max-height:140px;
	padding-right:110px;
	padding-left:100px;
	padding:10px;
}
.companies-wrapper-blue{
	position:absolute;
	height:70%;
	top:0;
	bottom:0;
	left:110px;
	right:0;
	margin:auto;
	padding-right:110px;
display:flex;

}
.companies-wrapper-blue p{
	color:white;
	font-size:1.5rem;
	margin:auto;
}





.activity-block img{
	width:180px;
	height:180px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:20;
}
.semicircle{
	height:200px;
     width:100px;
     border-radius: 150px 0 0 150px;
     -moz-border-radius: 150px 0 0 150px;
     -webkit-border-radius: 150px 0 0 150px;
  border: 7px solid rgba(255,255,255,1); 
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:100px;
	margin:auto;
}
.semicircleBiger{
	height:250px;
     width:125px;
     border-radius: 150px 0 0 150px;
     -moz-border-radius: 150px 0 0 150px;
     -webkit-border-radius: 150px 0 0 150px;
	border: 7px solid rgba(255,255,255,1); 
	position:absolute;
	top:-15px;
	bottom:-15px;
	left:0;
	right:125px;
	margin:auto;
}
.semicircle-right{
	height:200px;
     width:100px;
     border-radius: 0 150px 150px 0;
     -moz-border-radius: 0 150px 150px 0;
     -webkit-border-radius: 0 150px 150px 0;
	 border: 7px solid rgba(255,255,255,1); 
	 position:absolute;
	 top:0;
	bottom:0;
	left:0;
	right:-100px;
	margin:auto;
}
.semicircle-right .line{
	position:absolute;
	left:-240px;
}
.semicircleBiger-right{
	height:250px;
     width:125px;
     border-radius: 0 150px 150px 0;
     -moz-border-radius: 0 150px 150px 0;
     -webkit-border-radius: 0 150px 150px 0;
	 border: 7px solid rgba(255,255,255,1); 
	 position:absolute;
	 top:-15px;
	bottom:-15px;
	left:0;
	right:-125px;
	margin:auto;
}

.line{
	width:126px;
	height:5px;
	background:white;
	position:absolute;
	top:0;
	bottom:0;
	left:-25px;
	right:0;
	margin:auto;
}

.rotate30{
	
	-webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.n30{
	-webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.n60{
	-webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.circle-wrapper{
	position:relative;
	width:40px;
	height:40px;
	
	left:-20px;
	top:-20px;
}
.normal-text{
	
	display:inline;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:-170px;
	line-height:30px;
	padding-right:20px;
	margin:auto;
	text-align:right;
	width:150px;
}
.rotate60{
	
	-webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.n60{
	-webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.rotate300{
	
	-webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.n300{
	-webkit-transform: rotate(-300deg);
  -moz-transform: rotate(-300deg);
  -ms-transform: rotate(-300deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.rotate330{
	
	-webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.n330{
	-webkit-transform: rotate(-330deg);
  -moz-transform: rotate(-330deg);
  -ms-transform: rotate(-330deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.rotate180{
	
	-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.n180{
	-webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.rotate135{
	
	-webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.n135{
	-webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.rotate225{
	
	-webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.n225{
	-webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.line .circle-outer{
	position:absolute;
	width:40px;
	height:40px;
	background:linear-gradient(180deg,#fff,#f0f0f0);
	top:-15px;
	left:-25px;
	cursor:pointer;
	
	border-radius: 20px 20px 20px 20px;
     -moz-border-radius: 20px 20px 20px 20px;
     -webkit-border-radius: 20px 20px 20px 20px;
	
	 
	 
	
	 
	 -webkit-box-shadow: -2px 2px 4px -10px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 2px 4px -10px rgba(0,0,0,0.75);
box-shadow: -2px 2px 4px -10px rgba(0,0,0,0.75);
}
.line .circle-outer:hover{
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari */
    transform: scale(1.2, 1.2);
	box-shadow: 3px 3px 3px #888888;
}
.line .circle-inner{
	width:34px;
	height:34px;
	background:linear-gradient(270deg,#fff,#f0f0f0);
	border-radius: 17px 17px 17px 17px;
     -moz-border-radius: 17px 17px 17px 17px;
     -webkit-border-radius: 17px 17px 17px 17px;
	 position:inherit;
	 top:0;
	 bottom:0;
	 left:0;
	 right:0;
	 margin:auto;
}
.line .circle-itself{
	width:28px;
	height:28px;
	
	
	border-radius: 14px 14px 14px 14px;
     -moz-border-radius: 14px 14px 14px 14px;
     -webkit-border-radius: 14px 14px 14px 14px;
	 
	 position:inherit;
	 top:0;
	 bottom:0;
	 left:0;
	 right:0;
	 margin:auto;
}
.coral{
	background:rgb(255,138,101);
}
.coral .normal-big-right{
	display:inline;
	position:absolute;
	top:-70px;
	bottom:0;
	right:0;
	right:-290px;
	line-height:30px;
	padding-right:20px;
	margin:auto;
	text-align:right;
	width:370px;
}
.sea-breath{
	background:rgb(77,182,172);
}
.sea-breath .normal-text{
	top:10px;
	right:5px;
}
.sea-breath .normal-big-right{
	display:inline;
	position:absolute;
	top:-45px;
	bottom:0;
	right:0;
	right:-170px;
	line-height:30px;
	padding-right:20px;
	margin:auto;
	text-align:right;
	width:370px;
}
.orange{
	background: rgb(255,183,77);
}
.orange .normal-text{
	top:20px;
	right:-60px;
}
.grey{
	background: rgb(150,150,150);
}
.grey .normal-text{
	top:15px;
	right:-80px;
}
.green{
	background:rgb(102,187,106);
}
.green .normal-big-right{
	display:inline;
	position:absolute;
	top:-35px;
	bottom:0;
	right:0;
	right:-400px;
	line-height:30px;
	padding-right:20px;
	margin:auto;
	text-align:right;
	width:370px;
}
.green .normal-text{
	top:-10px;
	right:25px;
}


.orange .normal-big{
	display:inline;
	position:absolute;
	top:-20px;
	bottom:0;
	right:0;
	left:-390px;
	line-height:30px;
	padding-right:20px;
	margin:auto;
	text-align:right;
	width:370px;
}
.sea-breath .normal-big{
	display:inline;
	position:absolute;
	top:10px;
	bottom:0;
	right:0;
	left:-320px;
	line-height:30px;
	padding-right:20px;
	margin:auto;
	text-align:right;
	width:370px;
}


/* ActivityMedium=================================
=================================================*/
.orange{
  background: #EBAB38;
}
.orangeDarker{
  background: #CC881B;
}
.green{
  background: #BED644;
}
.greenDarker{
  background: #92A319;
}
.blue{
  background: #75D0D8;
}
.blueDarker{
  background: #45AAAD;
}
.activity-medium{
  display: none;
}
.activity-big{
  display: block;
}
.activity-medium p{
  font-size: 3vmin;
  color: white;
  line-height: 4vmin;
}
.activity-medium-holding{
 
  padding: 20px;
}


.title-margin{margin-bottom: -10px;
z-index: 99;
position: relative;}


.activity-medium h4{
  color: white;
  font-size: 2.5vmin;
  float: right;
  -webkit-clip-path: polygon(5% 0%, 100% 0, 100% 100%, 5% 100%, 0% 50%);
clip-path: polygon(5% 0%, 100% 0, 100% 100%, 5% 100%, 0% 50%);
  
  padding: 10px;
  padding-left: 20px;
}
.activity-medium .as{
  
    float: right;
    display: table-cell;   

}

.vParent{
  display: table;
    table-layout: fixed;
}
.vChild{
   display:table-cell;
    vertical-align:middle;
    text-align:center;
    float: none;
}

.holding-medium-title{
  padding: 0;
}




.bottomItem_flex-container{
        font-size: 1.8vmin;
        color:white;
        padding-top: 20px;
        display: flex;
        align-items:  center;

        
        flex: 1 1 0;
          
        
       
        justify-content: space-around;


        display: -webkit-box;
    
    }
.bottomItem_flex-container .flex-item{
        
        margin: 10px;

        display: flex;
        
        align-items:  center;
        margin: 5px;
    }
    .bottomItem_flex-container .flex-item img{
      margin-right: 10px;
    }



/* ==========================================================================
	$Teams
========================================================================== */
.person {
  width:300px;
  margin:0 auto;
  
   }
  .person-content {
    margin-top: 20px; 
}
  .person h4 {
    font-weight: 200;
font-size:1.2em;	}
  .person h5 {
    color: #e84545;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px; }
.person img{
	width:135px;
	height:135px;
	margin:0 auto;
}	
.person ul li{
	padding:5px 5px 5px 15px;
}
.person ul li:nth-child(even){
	background:#F5F5F5;
}
.person ul li:nth-child(odd){
	background:#F8F8F8;
}
.footer{
	z-index:11;
	position:relative;
}
.social-icons, .footer .footer-share {
  margin-top: 30px; }
  .social-icons li, .footer .footer-share li {
    float: left; }
  .social-icons a, .footer .footer-share a {
    border: 1px solid #e8ecee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #c6cacc;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px; }
    .social-icons a:hover, .footer .footer-share a:hover {
      background-color: #e84545;
      border-color: #e84545;
      color: #fff; }

/* ==========================================================================
	$Testimonials
========================================================================== */
.testimonials {
  background-color: #535252;
  position: relative; 
  overflow:hiden;
  }
  .testimonials blockquote {
    border: 0;
    margin: 0;
    padding: 100px 15% 0; }
  .testimonials p {
    color: #fff;
    font: italic 18px "Cardo", Georgia, "Times New Roman", serif; }
  .testimonials cite {
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase; }

/* ==========================================================================
	$Download
========================================================================== */
.export h3 {
  margin-top: 0; }
.export p {
  color: #2d3033;
  font-weight: 400;
  text-transform: uppercase; }
.export .btn {
  margin-top: 30px; }
  
  /* Partners */

.partners{
  position:relative;
  width:100%;
  z-index:11;
  height:400px;
  background:url('../images/export.jpg') 0px 0px fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.partners .opacity{
  position:static;
  width:100%;
  height:400px;
  background:rgba(79,79,79,0.6);
}

.partners .content{
  position:static;
  width:900px;
  height:190px;
  margin:auto;
  top:0;
  bottom:0;
  left:0;
  right:0;
  
}
.export-block{
	position:absolute;
	top:0;
	float:right;
	
}
.partners .content p{
	right:0;
	color:#fff;
	float:left;
	width:auto;
	max-width:600px;
	display:inline;
	margin-top:150px;
	padding:15px;
	margin:15px;
	background:#ebab38;
	opacity:0.8;
}
.partners .content p span{
	background:url('../img/icons/ship_white.png') no-repeat  ;
	width:60px;
	height:60px;
	float:left;
	margin:10px;
	opacity:0.5;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.partners .content img{
	
	
	margin:auto;
	position:absolute;
	left:50%;
	right:50%;
	margin:0 -150px;
}

.partners h2{
  color:white;
  letter-spacing:1px;
  font-size:32px;
  font-weight:300;
  text-align:center;
}


.partners .logo img{
  opacity:0.5;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.partners .logo img:hover{
  opacity:1;
}

.export p{
    padding:10px;
}

.vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.vbottom {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}

.export img{
	zoom: 1;  

    display: block;
    margin: auto;

    height: auto;
    max-height: 100%;

    width: auto;
    max-width: 100%;
	
	min-width: 100%;
    height: auto;
}

.toBottom{
	
	position:relative;
	bottom:-100px;
}

.export-block-bg{
	width:100%;
	
	
}
.export-text .arrow-top{
	background:#233E44;
	width:100%;
	height:100px;
	-webkit-clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
clip-path: polygon(48% 71%, 0% 100%, 100% 100%);
position:absolute;

top:-100px;
left:0;
right:0;
margin: 0 auto;
}
.export-text{
	
	width:80%;
	margin-LEFT:10%;
	background:#233E44;
	position:relative;
	text-align:center;
	margin-bottom:-10px;
	margin-top:50px;
	
}
.export-text p{
	color:white;
	padding:40px 10px;
}
#donut-example{
	margin-bottom:40px;
}



.flex-container
{
  text-align: center;
  padding: 15px;  
}
.left-div
{
  display: inline-block;
  max-width: 300px;
  text-align: left;
  padding: 30px;
  background-color: #ddd;
  border-radius: 3px;
  margin: 15px;
  vertical-align: top;
}
.right-div
{
  display: inline-block;
  max-width: 150px;
  text-align: left;
  padding: 30px;
  background-color: #ddd;
  border-radius: 3px;
  margin: 15px;
}
.left-text, .right-text
{
  font: 300 16px/1.6 'Helvetica Neue' sans-serif;
	color: #333;
}
@media screen and (max-width: 600px) 
{
  .left-div, .right-div
    {
       max-width: 100%;
    }
}
  /*
  
  /* Contact */


  .shadow-hr-footer{
	padding:0;
	margin:0;
	margin-top:-50px;
	margin-bottom:50px;
	width:100%;
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}
  
  
.form{
  
  overflow:hidden;
  height:auto;
  margin:0 auto;
	padding:10px;
}

 .column{
  overflow:hidden;
  height:auto;
  letter-spacing:1px;
  margin-bottom:30px;
}

 .column-2{
  overflow:hidden;
  height:auto;
  
  letter-spacing:1px;
  margin-bottom:30px;  
}
 .column-3{
  width:450px;
  overflow:hidden;
  height:auto;
  letter-spacing:1px;
  background:red;
  position:relative;
  
}
#map{
	height:350px;
	widows:100%;
}
.contact .content .contact-text{
  width:405px;
  overflow:hidden;
  height:auto;
  font-weight:300;
  float:left;
  padding-left:40px;
  color:black;
  font-size:14px;
  line-height:26px;
}

strong{
  font-weight:700;

}

.bg{
	background:green;
}


.button{
	
	width:120px;
	float:right;
}
.button span{
	line-height:100%;
	padding: 4px 6px 20px 6px;
	height:48px;
	font-size:12px;
	display:block;	
}
.button input:hover{
	background:#80AC2D;
	border:2px solid white;;
}
.button input{
	padding:0;
	color:white;
  font-weight:700;
  padding: 4px 6px 20px 6px;
  background:none;
  
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

  
 
form > div {
  position: relative;
  overflow: hidden;
}
form input, form textarea {
  width: 100%;
  border: 2px solid gray;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 8px 12px;
  outline: 0;
  margin-bottom:10px;
}
form input:valid, form textarea:valid {
  
}
form input:focus, form textarea:focus {
  border-color: #f06d06;
}
form input:focus + label, form textarea:focus + label {
  background: #f06d06;
  color: white;
  font-size: 70%;
  padding: 1px 6px;
  z-index: 2;
  text-transform: uppercase;
}
form label {
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #999;
  padding: 7px 6px;
}
form textarea {
  display: block;
  resize: vertical;
}
form textarea span{
	display:block;
}

form.go-bottom input, form.go-bottom textarea {
  padding: 12px 12px 12px 12px;
  
}
form.go-bottom label {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
form.go-bottom input:focus, form.go-bottom textarea:focus {
  padding: 4px 6px 20px 6px;
}
form.go-bottom input:focus + label, form.go-bottom textarea:focus + label {
  top: 100%;
  margin-top: -20px;
}

  

/* ==========================================================================
	$Footer
========================================================================== */
.footer {
  text-align: center; }
  .footer-top {
    background-color: #233E44;
    padding-top: 50px; }
  .footer-bottom {
    background-color: #1A3238;
    padding: 20px 0; }
  .footer .footer-col {
    margin-bottom: 80px; }
	.footer h4{
		color: rgba(255,255,255,1);
		text-align:center;
	}
	.footer-col{
		text-align:left;
	}
  .footer h5 {
    color: rgba(255,255,255,0.7);
	
	}
  .footer h5 {
    margin-bottom: 10px; }
  .footer p {
    color: rgba(255, 255, 255, 0.5);
	}
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #e84545; }
  .footer .footer-share {
    margin-top: 0; }
    .footer .footer-share li {
      display: inline-block;
      float: none; }
    .footer .footer-share a {
      border-width: 2px;
      color: #fff; }
  .footer .fa-heart {
    color: #e84545;
    font-size: 11px;
    margin: 0 2px; }

/* ==========================================================================
	$Utilities
========================================================================== */
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.work:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated {
  visibility: visible; }

/* ==========================================================================
	Font Icon (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: "elegant-theme-line";
  src: url('../fonts/elegant-theme-line.ttf?1439850014') format('truetype'), url('../fonts/elegant-theme-line.eot?1439850014') format('embedded-opentype'), url('../fonts/elegant-theme-line.svg?1439850014') format('svg'), url('../fonts/elegant-theme-line.woff?1439850014') format('woff'); }
.icon {
  font-family: 'elegant-theme-line';
  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; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }
