@font-face {
    font-family: CoreSans45;
    src: url(../fonts/CoreSansA45Regular.woff);
}

a .none-a{
    color: #414141;
}

.svg_full {
	width: 100%;
	max-width: 600px;
	display: block;
    	margin-left: auto;
    	margin-right: auto;
}

.separator {
    display: block;
    width: 60px;
    height: 5px;
    margin: 15px auto 15px;
    background-color: #cccccc;
    position: relative;
    border: 1px solid #cccccc;
}
.around-media {
    float: left;
    padding: 20px;
}

.it {
    margin-bottom: 8px;
    display:inline-flex;
    flex-wrap:wrap;
    width:100%;
    border: rgba(235, 235, 235, 0.4) 1px solid;

    -webkit-border-radius: 0px;
			border-radius: 0px;

	-webkit-transition: all .300s;
	   -moz-transition: all .300s;
		 -o-transition: all .300s;
			transition: all .300s;

    }
	.it:hover {
             /*moz-transform: scale(1.1);*/
         /*-webkit-transform: scale(1.1);*/
                 /*transform: scale(1.1);*/

		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
		   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
				box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);

	}

.it-icon{
    color: #FFF;
    background-color:#2aac65;
    text-align: center;
    font-size: 20px;
    width:10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.it-text {
    font-size: 17px;
    padding: 2px 10px 2px 10px;
    background-color: rgba(245, 245, 245, 0.5);
    width:90%;
}

.it-icon-download{
    color: #FFF;
    background-color:#2aac65;
    text-align: center;
    font-size: 20px;
    width:10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.it-text-download {
    font-size: 17px;
    padding: 2px 10px 2px 10px;
    background-color: rgba(245, 245, 245, 0.5);
    width:80%;
}

.it-download {
	color: #FFF;
	border-left:   	rgba(235, 235, 235, 0.4) 1px solid;
    text-align: center;
    font-size: 20px;
    width:10%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.btn-secondary {
    border-radius: 0px;
    height: 36px;
}

.btn-success  {
    height: 36px;
    color: #FFF;
    border-radius: 0px;
}


.client {
    height: 150px;
}

.client img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-right: 10px;
}

.spacer {

}
.spacer-xs{
    padding-top: 20px;
}
.spacer-sm{
    padding-top: 40px;
}
.spacer-md{
     padding-top: 80px;
}

.spacer-lg{
    padding-top: 120px;
}

.box-image {
	border:rgba(0,0,0,0.1) 0px solid;
	margin:30px 0;

    -webkit-border-radius: 0px;
			border-radius: 0px;

	-webkit-transition: all .300s;
	   -moz-transition: all .300s;
		 -o-transition: all .300s;
			transition: all .300s;

	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.18);
	   -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.18);
			box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.18);
}
	.box-image:hover {
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.18);
		   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.18);
				box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.18);
	}


.box-icon {
    max-width: 300px;
}


/*client-mix */
.client-mix {
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;

}

.client-logo {
    height:210px;
    position: relative;

}

.client-logo img{
   position: absolute;
	top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	margin: auto;

}

.client-content {
    border:rgba(0,0,0,0.1) 0px solid;
    padding-top: 10px;
    height: 150px;
}

.client-title {
    height: 50px;
}
.client-category {
    color: #eeeeee;
    position: absolute;
    bottom: 20px;
    font-size: 12px;
}
.client-icon p{
    float: none;
    -moz-border-radius: 50%;
	border-radius: 50%;
    background-color: rgba(245, 245, 245, 0.7);

    height:100px;
    width: 100px;

    line-height: 100%;
    font-size: 95px;

    color: #fff;

    position: absolute;
	top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	margin: auto;
}
.client-categories {
    display:inline-block;
}

.box-flip .client-list {
	width: 100%;
	background-color:rgba(0,0,0,0.05);
	min-height: 50px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.back-client {
    text-align: left;
	height: 370px;
}
.back-content {
    text-align: left;
	height: 370px;
    z-index: 2000;
}

.box-flip .front {
	width: 100%;
	/* position: absolute; */
	top: 0;
	z-index: 1;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/*slider */

.header-back {
  height: 470px;
  width: 100%;
}

.carousel {
  height: 410px;
}
.carousel-caption {
  z-index: 10;
}
.carousel .item {
  height: 470px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 470px;
}

.carousel-inner {
  overflow: visible;
}
.carousel-caption {
  position: absolute;
  top: 100px;
  text-align: left;
}

.carousel-caption.blank {
  top: 140px;
}
.carousel-image {
  position: absolute;
  right: 15%;
  top: 23px;
}

.carousel-caption h1 {
    color: #fff;
line-height: 1;
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: -1.5px;
}
.carousel-caption p {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}
.caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.caption-link:hover {
  text-decoration: none;
  color: inherit;
}
.contact-form {
    height: 100px;
}

@media only screen and (max-width: 768px) {
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4;
    }
    .carousel-caption,
    .carousel-caption.blank {
        left: 1.3%;
        top: 80px;
    }
    .carousel-caption h1 {
        font-size: 28px;
    }

}

@media only screen and (max-width: 768px) {
    .carousel-image {
        display: none;
    }

}

.img-thumbnail {
    padding: 0px;
    background-color: transparent ;
    border: 0px solid #ddd;
    border-radius: 0px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto;
}

#header a.logo>img {
	 height:90px;
	 -webkit-transition: all .300s;
	-moz-transition: all .300s;
	-o-transition: all .300s;
	 transition: all .300s;
}
#header.fixed a.logo>img:first-child {
	display:inline-block;
}


/** 02. Headings
 **************************************************************** **/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'CoreSans45',Arial,Helvetica,sans-serif;
	font-weight:600;
	color:#414141;

	margin: 0 0 30px 0;
	line-height:1.5;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 36px;
	margin: 0 0 44px 0;
}

h2 {
	font-size: 30px;
	margin: 0 0 0 0;
}

h3 {
	font-size: 24px;
	letter-spacing: normal;
	margin: 0 0 32px 0;
}

h4 {
	font-size: 18px;
	letter-spacing: normal;
	margin: 0 0 14px 0;
}

h5 {
	font-size: 14px;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

h6 {
	font-size: 12px;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
	color: #1ABC9C;
}

.img-footer {
    margin-top: -13px;
}

hr {
	border:0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

}
divider-short

/** 22. Dividers
*************************************************** **/
div.divider {
	margin:40px 0;
	position:relative;
	display:block;
	min-height:20px;
}
div.divider i {
	line-height: 1;
	font-size: 18px;
	color:#ccc;
}

div.divider:after {
	content: '';
	position: absolute;
	top: 8px;
	left:0; right:0;
	height: 0;
	border-top: 1px solid #ddd;
}
	section.dark div.divider:after {
		border-top:rgba(255,255,255,0.1) 1px solid;
	}
	section.dark div.divider:before {
		border-top:rgba(255,255,255,0.1) 1px solid;
	}

div.divider.double-line:before {
	content: '';
	position: absolute;
	top: 5px;
	left:0; right:0;
	height: 0;
	border-top: 1px solid #ddd;
}
	section.dark div.divider.double-line:after {
		border-top:rgba(255,255,255,0.1) 1px solid;
	}
	div.divider.divider-left:after {
		left: 30px;
		right: 0;
	}
		div.divider.divider-left i {
			float:left;
		}
	div.divider.divider-right:after {
		left: 0;
		right: 30px;
	}
		div.divider.divider-right i {
			float:right;
		}

	div.divider.divider-center:after {
		left: 50% !important;
		right: 0;
		margin-left: 20px;
	}
	div.divider.divider-center:before {
		left: 0 !important;
		right: 50%;
		margin-right: 20px;

		content: '';
		position: absolute;
		top: 8px;
		height: 0;
		border-top: 1px solid #ddd;
	}
		div.divider.divider-center {
			text-align:center;
		}

div.divider.divider-center.divider-short:before {
    left: auto !important;
    right: 50%;
    margin-right: 20px;
    width: 25%;

    border:0;
	height: 1px;
	background-image: -webkit-linear-gradient(right,  rgba(0, 0, 0, 0.2), transparent);
	background-image: -moz-linear-gradient(right,  rgba(0, 0, 0, 0.2), transparent);
	background-image: -ms-linear-gradient(right,  rgba(0, 0, 0, 0.2), transparent);
	background-image: -o-linear-gradient(right,  rgba(0, 0, 0, 0.2), transparent);
	background-image: linear-gradient(right, , rgba(0, 0, 0, 0.2), transparent);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', GradientType=0 ); /* IE6-9 */
}
div.divider.divider-center.divider-short:after {
  left: 50% !important;
  right: auto !important;
  margin-left: 20px;
  width: 25%;

      border:0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,  rgba(0, 0, 0, 0.2), transparent);
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2), transparent);
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2), transparent);
	background-image: -o-linear-gradient(left,rgba(0, 0, 0, 0.2), transparent);
	background-image: linear-gradient(left, rgba(0, 0, 0, 0.2), transparent);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', GradientType=0 ); /* IE6-9 */
}

/* dotted */
div.divider.divider-dotted {
	height:10px;
	border:0;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEX///+QkJApn3LQAAAAAnRSTlMAgJsrThgAAAAOSURBVHheYwCCUAdcJAAnnALqo5TBzAAAAABJRU5ErkJggg==') repeat-x center;
}
div.divider.divider-dotted:after {
	display:none;
}


/* color */
div.divider.divider-circle.divider-left:after {
	left:50px;
}
div.divider.divider-circle.divider-right:after {
	right:50px;
}
div.divider.divider-circle.divider-center:after {
	margin-left:30px;
}
div.divider.divider-circle.divider-center:before {
	margin-right:30px;
}
div.divider.divider-circle i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #F5F5F5;
	margin-top:-11px;
	text-align:center;
	z-index:1;
	color:#999;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}


/* border */
div.divider.divider-border.divider-left:after {
	left:50px;
}
div.divider.divider-border.divider-right:after {
	right:50px;
}
div.divider.divider-border.divider-center:after {
	margin-left:30px;
}
div.divider.divider-border.divider-center:before {
	margin-right:30px;
}
div.divider.divider-border i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top:-11px;
	text-align:center;
	z-index:1;
	border:#ddd 1px solid;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
	section.dark div.divider.divider-border i {
		border-color: rgba(255,255,255,0.5);
	}

/* scroll to top */
div.divider.divider-border>a>i.fa-chevron-up {
	line-height:36px;
}
div.divider.divider-border>a>i  {
	-webkit-transition: all .300s;
	   -moz-transition: all .300s;
		 -o-transition: all .300s;
			transition: all .300s;
}
div.divider.divider-border>a:hover>i  {
	color:#333;
}
	section.theme-color div.divider.divider-border>a:hover>i.fa-chevron-up {
		color:#fff;
	}

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

[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
    display: inline-block;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon_transfer_health:before {
  content: "\e900";
}

/* Customize the label (the container) */
.it-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.it-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.it-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.it-container input:checked ~ .checkmark {
  background-color: #2aac65;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.it-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.it-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.it-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 17px
}
.big-download {
	width: 70%
}
.small-download {
	width: 30%
}
.it-full-width {
	width: 100%
}
