@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic");
@import url("http://fonts.googleapis.com/css?family=Courgette&subset=latin,latin-ext");

@import url("colors/color.css");


 





/* -------------------------------- 

Main components 

-------------------------------- */









.cd-label ul{
	overflow: hidden;
	max-height: 0;
	transition:all 0.7s ease 0s;
	-moz-transition:all 0.7s ease 0s;
	-webkit-transition:all 0.7s ease 0s;
	-o-transition:all 0.7s ease 0s;
}
.cd-label:hover ul{
	margin-top:5px;
	margin-bottom:10px;
	max-height: 500px;
}
.cd-label ul a {
  padding: .4em .7em;
}
a.curent-nav-color{
	color:#999999;
}

.social-nav{ 
	position:absolute;
	bottom:40px;
	width:100%;
	left:0;
	z-index:100;
	text-align:center;
	margin:0 auto;
	display:block;
}
.list-social-nav li {
    padding:0; 
    list-style: none;
	text-align:center; 
	width:50px;
	height:30px;
    display: inline-block;
	border-right:1px solid #bdbdbd;
	cursor:pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-nav li:last-child {
	border-right:1px solid transparent;
}
.list-social-nav li.icon-soc-nav a {
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 30px;
	width:50px;
	color:#000;
	opacity:1;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-nav li:hover{
	background:transparent;
}
.list-social-nav li:hover.icon-soc-nav a{
	background:transparent;
}














a.scroll-down.float-right {
	float:right;
}
a.scroll-down {
	position:relative;
	display: block;
	height: 40px;
	width: 40px;
	border-radius:50%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../images/cd-icon-arrow.svg") no-repeat center center;
	background-color:#212121;
	background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}


.cd-block {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-block {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.cd-section:first-of-type .cd-block {
  visibility: visible;
  height: 100vh;
  background-color: #fff;
}

  .cd-section:first-of-type .cd-block {
    visibility: visible;
  }
  .cd-block > * {
    visibility: visible;
  }
}

.cd-half-block {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.cd-half-block.image-folio-1 {
	background-image:url('../images/portfolio/3d/1.jpg');
}
.cd-half-block.image-folio-2 {
	background-image:url('../images/portfolio/3d/2.jpg');
}
.cd-half-block.image-folio-3 {
	background-image:url('../images/portfolio/3d/3.jpg');
}
.cd-half-block.image-folio-4 {
	background-image:url('../images/portfolio/3d/4.jpg');
}
.cd-half-block.image-folio-5 {
	background-image:url('../images/portfolio/3d/5.jpg');
}
.cd-half-block.image-folio-6 {
	background-image:url('../images/portfolio/3d/6.jpg');
}

.cd-half-block:nth-of-type(1) {
  height: 80vh;
  background-position: center center;
  background-repeat: no-repeat;
}
.cd-half-block:nth-of-type(2) {
  height: 80vh;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1170px) {
  .cd-half-block {
    height: 100vh !important;
    width: 50%;
    position: absolute;
    top: 0;
  }
  .cd-section:nth-of-type(even) .cd-half-block:first-of-type, .cd-section:nth-of-type(odd) .cd-half-block:nth-of-type(2) {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .cd-section:nth-of-type(odd) .cd-half-block:first-of-type, .cd-section:nth-of-type(even) .cd-half-block:nth-of-type(2) {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.cd-vertical-nav {
  position: fixed;
  z-index: 3;
  right: 2%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  border-radius:50%;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
  background-color:#212121;
  background-size:20px 20px;
  -webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0.2s 0s;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.cd-vertical-nav a.inactive1 {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}






.curtain-text{
	position:relative;
	display:block;
	max-width:350px;
	margin-left:6%;
	padding:15px 30px;
	z-index:5;
	-webkit-transform: translateY(90%);
	-moz-transform: translateY(90%);
	-ms-transform: translateY(90%);
	-o-transform: translateY(90%);
	transform: translateY(90%);
}
.curtain-text h5{
	text-align:left;
	letter-spacing:4px;
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	font-size: 15px;
	line-height:26px;
}
.curtain-text p{
	color:#999999;
	text-align:left;
	letter-spacing:3px;
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 11px;
	line-height:26px;
}
.curtain-text .arrow-right{
	font-family: 'FontAwesome';
	width:100%;
	text-align:left;
	font-size: 18px;
	line-height:26px;
	padding-top:30px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.curtain-text:hover .arrow-right{
	padding-left:20px;
	font-size: 24px;
}





















.about-top{
	position:relative;
	width:100%;
	margin:0 auto;
	background:url('../images/img-1-large.jpg')no-repeat center center;
	background-size:cover;
}

.shadow-sec{
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.white-back{
	background-color:#fff;
}

.main-wrapper{
	position:relative;
	width:100%;
	margin:0 auto;
}

.section-in{
	position:relative;
	width:100%;
}
.padding-top-bottom{
	padding-top:120px;
	padding-bottom:120px;
}
.padding-top{
	padding-top:120px;
}
.padding-bottom{
	padding-bottom:120px;
}



.section-big-header-text {
	position:relative;
	width:100%;
}
.section-big-header-text h3{
	padding-bottom:30px;
	text-align:left;
	color: #212121;
}
.section-big-header-text p{
	font-weight:400;
	font-size: 16px;
	line-height:28px;
	color:#777777;
	letter-spacing:3px;
	text-align:left;
	padding-top:50px;
}
.section-big-header-text .line-big-header{
	position:relative;
	width:30px;
	height:2px;
	display:block;
}
.text-bottom-margin{
	padding-bottom:15px;
}



.section-header-text {
	position: relative;
	width: 100%;
	margin-bottom: -16px;
}
.section-header-text h5{
	padding-bottom:10px;
	text-align:center;
	color: #212121;
}
.section-header-text p{
	font-weight:400;
	font-size: 15px;
	line-height:24px;
	color:#767676;
	letter-spacing:3px;
	text-align:center;
    text-transform: capitalize;
	padding-bottom:10px;
}
.section-header-text .line-header{
	position:relative;
	width:30px;
	height:2px;
	display:block;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
}









.team-wrap{
	position:relative;
	width:100%;
	display:block;
}
.team-wrap .img-team-wrap{
	position:relative;
	width:100%;
	display:block;
}
.team-wrap .img-team-wrap img{
	width:100%;
	height:auto;
	display:block;
}
.team-wrap h6{
	text-align:center;
	padding-top:30px;
}
.team-wrap .job-position{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
	font-weight:600;
	font-size: 10px;
	letter-spacing:3px;
}

.down-yellow{
	color: #FEAC3B;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
	font-weight:600;
	font-size: 10px;
	letter-spacing:3px;
}
.down-blue{
	color: #42B3D1;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
	font-weight:600;
	font-size: 10px;
	letter-spacing:3px;
}
.down-red{
	color: #C30A1C;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
	font-weight:600;
	font-size: 10px;
	letter-spacing:3px;
}

.down-gred{
	color: #000000;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
	font-weight:600;
	font-size: 10px;
	letter-spacing:3px;
}


	a:link {
    color: #C30A1C;}
	
	.down-impressum{
		color: #C30A1C;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
	font-weight:600;
	font-size: 10px;
	letter-spacing:3px;
}










.team-wrap .img-team-wrap .team-mask{
	position:absolute;
	background:rgba(255,255,255,.8);
	top:80%;
	left:5%;
	width:90%;
	padding:20px;
	z-index:5;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.team-wrap:hover .img-team-wrap .team-mask{
	opacity:1;
	top:50%;
}
.team-wrap .img-team-wrap .team-mask .quote{
	text-align:center;
	color:#000;
	letter-spacing:2px;
	font-family: 'Courgette';
	font-size: 15px;
	line-height:27px;
}

.social-team{ 
	position:relative;
	z-index:5;
	text-align:center;
	margin:0 auto;
	display:block;
	padding-top:20px;
}
.list-social-team li {
    padding:0; 
    list-style: none;
	text-align:center; 
	width:22px;
	height:22px;
    display: inline-block;
	cursor:pointer;
	margin-left:5px;
	margin-right:5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-team li.icon-soc-team a {
	font-family: 'FontAwesome';
	font-size: 15px;
	line-height: 22px;
	width:22px;
	color:#000;
	opacity:1;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-team li:hover{
}
.list-social-team li:hover.icon-soc-team a{
}



.services-list{ 
	position:relative;
	width:100%;
	margin:0 auto;
}
.services-list .icons{
	font-family: 'et-line';
	width: 100%;
	text-align: center;
	color: #C30A1C;
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 30px;
}
.services-list h6{ 
	padding-bottom:20px;
	text-align:center;
}
.services-list p{ 
	text-align:center;
}


.img-wrap{ 
	position:relative;
	width:100%;
	margin:0 auto;
}
.img-wrap img{ 
	width:100%;
	height: auto;
	display:block;
}





#owl-facts .item{
	position:relative;
	width:100%;
	margin:0 auto;
}
.quote-about{ 
	position:relative;
	width:100%;
	max-width:950px;
	margin:0 auto;
	padding-bottom:40px;
}
.quote-text{ 
	text-align:center;
	letter-spacing:2px;
	font-family: 'Courgette', cursive;
	font-size: 16px;
	line-height:32px;
	color:#333333;
}
.quote-text span{ 
	font-size: 22px;
}
.quote-about h6{ 
	text-align:center;
	padding-top:30px;
}





.pricing-item{
	position:relative;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid rgba(100,100,100,.2);
	padding:40px;
	margin:0 auto;
	text-align:center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
.pricing-item:hover{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pricing-item.popular{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pricing-item h6{
	text-align:center;
	padding-bottom:20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing-item p{
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
    text-transform: uppercase;
	letter-spacing:2px;
	font-size: 12px;
	color:#626262;
}
.pricing-item p span{
	font-weight:800;
}
.pricing-item .number-price{
	position:relative;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	font-size: 44px;
	line-height:44px;
	color:#323232;
	text-align:center;
	padding-bottom:17px;
}
.pricing-item .number-price span{
	font-family: 'FontAwesome';
	font-size: 22px;
	line-height:62px;
	vertical-align:super;
	font-weight:400;
	padding-right:8px;
}
.pricing-item .number-price span:last-child{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height:54px;
	vertical-align:-1%;
	font-weight:600;
	padding-right:0;
	padding-left:5px;
}
.pricing-item a.price-link{
	position:relative;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	width:130px;
	margin:0 auto;
	margin-top:22px;
    text-transform: uppercase;
	letter-spacing:2px;
	display:block;
	background:#C30A1C;
	border-radius:3px;
	font-size: 12px;
	color:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing-item a.price-link:hover{
	color:#fff;
}




.logos{ 
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.logos img{ 
	width:110px;
	height: auto;
	display:block;
	margin:0 auto;
	text-align:center;
}





/* -------------------------------- 

move buttons - move prev and next buttons to the sides

-------------------------------- */
.cd-pagination.move-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.move-buttons .button-pag:first-of-type {
  float: left;
}
.cd-pagination.move-buttons .button-pag:last-of-type {
  float: right;
}

.cd-pagination.no-space.move-buttons {
  width: 90%;
  max-width: 768px;
  display: block;
  overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
  float: none;
  border: none;
}
.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
  float: none;
}

/* -------------------------------- 

custom icons - customize the small arrow inside the next and prev buttons 

-------------------------------- */
.cd-pagination.custom-icons .button-pag a {
  position: relative;
}
.cd-pagination.custom-icons .button-pag:first-of-type a {
  padding-left: 2.4em;
}
.cd-pagination.custom-icons .button-pag:last-of-type a {
  padding-right: 2.4em;
}
.cd-pagination.custom-icons .button-pag:first-of-type a::before,
.cd-pagination.custom-icons .button-pag:last-of-type a::after {
  content: '';
  position: absolute;
  display: inline-block;
  /* set size for custom icons */
  width: 16px;
  height: 16px;
  top: 50%;
  /* set margin-top = icon height/2 */
  margin-top: -8px;
  background: transparent url("../images/cd-icon-arrow-1.svg") no-repeat center center;
}
.cd-pagination.custom-icons .button-pag:first-of-type a::before {
  left: .8em;
}
.cd-pagination.custom-icons .button-pag:last-of-type a::after {
  right: .8em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* -------------------------------- 

custom buttons - replace prev and next buttons text with a custom icon 

-------------------------------- */
.cd-pagination.custom-buttons a, .cd-pagination.custom-buttons span {
  vertical-align: middle;
}
.cd-pagination.custom-buttons .button-pag a {
  /* set custom width */
  width: 40px;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
  background-image: url("../images/cd-icon-arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.cd-pagination.custom-buttons .button-pag:last-of-type a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.no-touch .cd-pagination.custom-buttons .button-pag:last-of-type a:active {
  -webkit-transform: scale(0.9) rotate(180deg);
  -moz-transform: scale(0.9) rotate(180deg);
  -ms-transform: scale(0.9) rotate(180deg);
  -o-transform: scale(0.9) rotate(180deg);
  transform: scale(0.9) rotate(180deg);
}

.cd-pagination.no-space.custom-buttons .button-pag:last-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}

/* -------------------------------- 

animated buttons - animate the text inside prev and next buttons 

-------------------------------- */
.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
  padding: 0 1.2em;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.cd-pagination.animated-buttons .button-pag a {
  position: relative;
  padding: 0 2em;
}
.cd-pagination.animated-buttons .button-pag:first-of-type a::before,
.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.cd-pagination.animated-buttons i {
  display: block;
  height: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.no-touch .cd-pagination.animated-buttons .button-pag a:hover i {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-touch .cd-pagination.animated-buttons .button-pag:first-of-type a:hover::before {
  -webkit-transform: translateX(-50%) translateY(-50px);
  -moz-transform: translateX(-50%) translateY(-50px);
  -ms-transform: translateX(-50%) translateY(-50px);
  -o-transform: translateX(-50%) translateY(-50px);
  transform: translateX(-50%) translateY(-50px);
}

.no-touch .cd-pagination.animated-buttons .button-pag:last-of-type a:hover::after {
  -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
  transform: translateX(-50%) rotate(180deg) translateY(50px);
}





/* #Contact
================================================== */

.contact-top{
	position:relative;
	width:100%;
	margin:0 auto;
	z-index:1;
}
.contact-top-min{
	background:url('../images/geometry2.png');
}

.tooltip.contact-tooltip {
	top: 50%;
	left: 50%;
	margin-top:-20px;
	margin-left:-14.3px;
}

#google-container {
	position: relative;
	width: 100%;
    height: 100%;
	opacity:.8;
}
#cd-google-map {
	position: relative;
}
#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	opacity:.7;
	background-image: url("../images/cd-icon-controller.svg");
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	opacity:1;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
	opacity:1;
}

}
#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 100px;
	margin-bottom: 1px;
}
#cd-zoom-out {
	background-position: 50% -32px;
}



#ajax-form {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	line-height:14px;
	color:#101010;
	margin:0 auto;
}
#ajax-form label {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:30px;
}
#ajax-form input{
	position: relative;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 24px;
	padding-bottom: 15px;
	background: transparent;
	border: none;
	color: #737373;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
	background-color: #FFFFFF;
}
#ajax-form textarea {
	width:100%;
	padding-left:20px;
	padding-right:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	letter-spacing:1px;
	font-size: 13px;
	line-height:24px;
	padding-bottom: 15px;
	background:#FFFFFF
	height:100px;
	border:none;
	color: #737373;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea,
#ajax-form input {	
	border-bottom:1px solid rgba(100,100,100,.2);
}
.error {
	font: 11px/22px 'Open Sans', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	display: none;
	color:#636363;
}
#ajaxsuccess {
	background: #f2f2f2;
	color:#101010;
	font: 20px/60px 'Open Sans', sans-serif;
	height:60px;
	display: none;
	padding-left:10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.text-align-center{
	text-align:center;
	padding-top:10px;
 }
#ajax-form textarea:active,
#ajax-form input:active {	
	color: #101010;
}
#ajax-form textarea:active,
#ajax-form input:hover {	
	color: #101010;
}
#ajax-form textarea:focus,
#ajax-form input:focus {	 
    outline: none !important;
}
#ajax-form input:-ms-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form input::-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form input:-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form input::-webkit-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form textarea:-ms-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form textarea::-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form textarea:-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form textarea::-webkit-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	colo#FFFFFF;
}
#ajax-form button {
	position:relative;
	width:160px;
	height:40px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
	border-radius:3px;
	margin:0 auto;
	display: block;
	padding:0;
	font-size: 12px;
	line-height:40px;
	background:#efefef;
	border:none;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
#ajax-form button:hover {
	color:#fff;
	background:#7560AA;
}
#ajax-form button:focus,
#ajax-form button:active {
	border:none;
	outline:none;
}



.contact-details{
	position: relative;
	width:100%;
}
.contact-details p{
	font-weight:600;
	font-size: 15px;
	line-height:24px;
	color:#999999;
	letter-spacing:2px;
	text-align:center;
	padding-bottom:10px;
}
.contact-details h6{
	text-align:center;
}
.contact-details p span{
	font-family: 'FontAwesome';
	font-weight:normal;
	font-size: 15px;
	line-height:24px;
	padding-right:5px;
}






.contact-min-wrapper{
	position:relative;
	width:100%;
	margin:0 auto;
}
.contact-min-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.contact-min-wrap{
	position:relative;
	width:50%;
	display:inline-block;
	padding-top:150px;
	padding-bottom:150px;
}
.contact-min-wrap.float-left{
	float:left;
}
.contact-min-wrap.float-right{
	float:right;
}
.contact-min-wrap.background-grey{
	background-color:#f1f1f1;
}
.contact-min-wrap p{
	font-weight:600;
	font-size: 15px;
	line-height:24px;
	color:#999999;
	letter-spacing:2px;
	text-align:center;
	padding-bottom:10px;
}
.contact-min-wrap p span{
	font-family: 'FontAwesome';
	font-weight:normal;
	font-size: 15px;
	line-height:24px;
	padding-right:5px;
}
.contact-min-wrap a{
    font-family: 'big-john';
	text-align:center;
	margin:0 auto;
	display:block;
	color: #414141;
	font-size: 18px;
	line-height: 28px;
	letter-spacing:3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.contact-min-wrap a span{
    border-bottom:2px solid transparent;
	padding-bottom:5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.contact-min-wrap a:hover span{
    border-bottom:2px solid #212121;
}




.contact-min-wrap #google-container {
    height: 363px;
}
.contact-min-wrap #cd-zoom-in {
	margin-top: 50px;
}
.contact-min-wrap.google-wrapper{
	padding-top:0;
	padding-bottom:0;
}


/* #404 and 500 page
================================================== */

.error-page{
	position:relative;
	margin:0 auto;
	display:block;
	width:100%;
}
.error-page h2{
	text-align:center;
	font-size:300px;
	line-height:320px;
}
.error-page p{
	padding-top:50px;
	text-align:center;	
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 11px;
	line-height:26px;
	letter-spacing:3px;
	text-transform:uppercase;
}


/* #shortcodes
================================================== */

.columns-block {
	position:relative;
	width:100%;
	background:#efefef;
	height:50px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.columns-block:hover {
	background:#000;
}
.columns-block p{
	line-height:50px;
	text-align:center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.columns-block:hover p{
	color:#fff;
} 


p.justify{
	text-align:justify;
}
.gu-box{
	position:relative;
	width:100%;
	border-left:2px solid #bababa;
	padding-bottom:20px;
}
.gu-box.float-quotes{
	float:right;
	max-width:440px;
	margin-left:30px;
}
.gu-box p{
	color:#000;
	padding-left:30px;
	padding-top:20px;
	padding-bottom:20px;
	letter-spacing:2px;
	font-family: 'Courgette', cursive;
	font-size: 16px;
	line-height:28px;
}
.gu-box span{
	color:#999999;
	padding-left:30px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	letter-spacing:3px;
	font-size: 12px;
	line-height:20px;
}
.gu-box.margin-gu{
	margin-top:20px;
	margin-bottom:20px;
}


.counter-wrap{
	position:relative;
	width:100%;
	margin:0 auto;
	z-index:10;
}	
.counter-numb{
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 30px;
	line-height:30px;
	letter-spacing:4px;
	color:#060606;
	padding-bottom:10px;
}
.counter-line{
	position:relative;
	width:20px;
	margin:0 auto;
	text-align:center;
	height:2px;
	margin-top:10px;
	margin-bottom:10px;
}	
.counter-wrap h6{
	text-align:center;
	padding-top:10px;
	padding-bottom:0;
}

.services-list.services-box{
	padding:30px;
	background:#f1f1f1;
}




.alert{
	position: relative; 
	width: 100%;
	overflow:hidden;
	padding:20px;
}
.alert p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 10px;
	line-height:18px;
	color:#212121;
	text-transform: uppercase;
	letter-spacing:1px;
} 
.alert p span{
	font-size: 12px;
	font-family: 'FontAwesome';
	padding-right:15px;
}  
.alert.alert-green{
	background-color:#c5ebd4;
	border-left:3px solid #8cd7aa;
} 
.alert.alert-red{
	background-color:#ffcccb;
	border-left:3px solid #ff817f;
} 
.alert.alert-blue{
	background-color:#b9dff4;
	border-left:3px solid #77c1ea;
}   
.alert.alert-yelow{
	background-color:#fce1b6;
	border-left:3px solid #f9c36d;
}    
.alert.alert-blank{
	background-color:#eeeeee;
	border-left:3px solid #ccc;
}   
.alert.alert-blank-2{
	background-color:#333333;
	border-left:3px solid #111;
}  
.alert.alert-blank-2 p{
	color:#fff;
}



.pro-bar-container {
	position:relative;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 2px;
	background: #ccc;
}
.pro-bar-margin {
	margin-bottom:30px;
}
.skills-name{
	position:relative;
	width:100%;
	text-align:left;
	padding-bottom:5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 12px;
	letter-spacing:2px;
	color:#999999;
	text-transform: uppercase;
}
.skills-name span{
	font-weight:700;
	color:#121212;
	padding-left:5px;
}




.smk_accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.smk_accordion .accordion_in {
	position: relative;
	z-index: 10;
	margin-top: -1px;
	overflow: hidden;
	margin-bottom:2px;
}
.smk_accordion .accordion_in .acc_head {
	position: relative;
	padding: 15px;
	text-align: left;
	background: #8C7BB8;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 2px;
	display: block;
	cursor: pointer;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_head:hover {
	color:#fff;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
	color:#fff;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	background: url('../images/acc1.png')no-repeat center center;
	background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_head:hover .acc_icon_expand {
	background: url('../images/acc2.png')no-repeat center center;
	background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
	background: url('../images/acc3.png')no-repeat center center;
	background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_content {
	#ACACAC;
	padding:30px;
	background:#f2f2f2;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 40px;
}



.on-scroll-effect {
	position: relative;
	width:100%;
	padding:50px 30px;
	text-align:center;
	color:#fff;
	background:#000;
}





