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



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

.slider {
  color: #fff;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 60px;
  overflow: hidden;

}

.line12 {
  color: #D1E9F4;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  opacity: 1;
}

.line12:first-child {
  animation: text-slider 6s infinite;
}


@keyframes text-slider {
  0%{margin-top: 0px;} 25%{margin-top: -60px;} 50%{margin-top: -120px;} 75%{margin-top: -180px;} 100%{margin-top: -240px;}}




  /* #404ERROR
  ================================================== */


  .page_404{ margin-top: 10vw; height: 100%; width: 100%; padding:40px 0; background:#fff; font-family: 'Arvo', serif;
  }

  .page_404  img{ width:100%;}

  .four_zero_four_bg{

   background-image: url(../images/dribbble_1.gif);
      height: 400px;
      background-position: center;
      background-repeat: no-repeat;
   }

  .text-center {
    color: #D1E9F4;
  }

   .four_zero_four_bg h1{
   font-size:80px;
   }

    .four_zero_four_bg h3{
  			 font-size:80px;
  			 }

  	.link_404{
      margin-left: auto;
      margin-right: auto;
      padding: 10px 20px;
      background: #D1E9F4;
      margin: 20px 0;
      display: inline-block;}

      .link_404 h3 {
        font-size: 15px;
      }

  	.contant_box_404{ margin-top:-50px; margin-left: auto; margin-right: auto;}


/* #Navigation
================================================== */


#menu-wrap{
    position: fixed;
	padding-bottom:10px;
	width:100%;
	z-index:500;
	top:0;
	left:0;
}

.menu-back{
	background:rgba(250,250,250,0);
}


.cbp-af-header {
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
	background:rgba(250,250,250,1);
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width:116px;
	height:60px;
	background:url('../images/logo1.png') no-repeat center center;
	background-size:116px 60px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
	margin-top:1px;
	margin-bottom:0;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child {
	background:none; }

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    color: #606060;
}




ul.slimmenu li ul li a {
    color: #000;
}
ul.slimmenu li ul li a:hover {
}
ul.slimmenu li ul li {
	background:none;
	padding-left:0; }
ul.slimmenu li ul {
	background:rgba(250,250,250,.95);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}






.logo{
	position:absolute;
	width:146px;
	height:80px;
	z-index:10000;
	left:10px;
	top:10px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:146px 80px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}



.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul.slimmenu {
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	margin-top:13px;
	margin-bottom:10px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
	background:url('../images/line.png') 0 14px no-repeat;
	background-size:15px 10px;
	padding-left:20px;
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #fff;
    padding: 10px 0px;
	cursor:pointer;
    margin: 0px 12px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-transform:uppercase;
    border-bottom:1px solid rgba(0,0,0,0);
    font-size: 12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
ul.slimmenu li a:hover {
    text-decoration: none;
}
ul.slimmenu li {
}
ul.slimmenu li:first-child {
	background:none;
}

ul.slimmenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
	display:none;
}
ul.slimmenu li .sub-collapser > i {
	display:none;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li ul a{
    font-size:10px;
}
ul.slimmenu li ul li:first-child {
	background:none; }
ul.slimmenu li ul li {
	background:none;
	padding-left:0; }
ul.slimmenu li > ul {
    display: none;
    position: absolute;
	text-align:left;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 150%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
ul.slimmenu.collapsed {
	padding:0;
	margin:0;
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}


/*-----------------------------------------------------------------------------------*/
/*	07. COLLAGE
/*-----------------------------------------------------------------------------------*/
.light-wrapper, .light-wrapper2{
	background: #ffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.oben, .oben2{
  height: 100px;
  background: #323232;
}

.collage-wrapper, .collage-wrapper2{
	width: 100%;
	overflow: hidden;
}
.collage, .collage2{
    width: 101%;
    margin-top: -10px;
    margin-left: -10px !important;
    margin-right: 0;
}
.collage-image-wrapper, .collage-image-wrapper2{
    opacity: 0;
    overflow: hidden;
}
.collage-image-wrapper img, .collage-image-wrapper2 img{
    padding: 10px;
}
.collage-image-wrapper figure a, .collage-image-wrapper2 figure a{
    color: #FFF !important
}
.collage-image-wrapper .overlay a .over, .collage-image-wrapper2 .overlay a .over{
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}








/* #Home
================================================== */

#home{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	background:#323232;
	z-index:2;
}


#sync3 .item {
	position: relative;
	margin: 0 auto;
    width: 100%;
	min-height:100%;
	height:100%;
    display: block;
}
.background1{
    background:url('../images/1.jpg')no-repeat center center;
	background-size:cover;
}
.background2{
    background:url('../images/2.jpg')no-repeat center center;
	background-size:cover;
}
.background3{
    background:url('../images/3.jpg')no-repeat center center;
	background-size:cover;
}

#bar{
  width: 0%;
  max-width: 100%;
  height: 3px;
}
#progressBar{
  width: 100%;
  background: #909090;
}
#sync4 {
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-110px;
	width:220px;
	z-index:200;
}
#sync4 .item{
    text-align: center;
	margin:0 auto;
    cursor: pointer;
	height: 3px;
	max-width:40px;
	background:rgba(255,255,255,.1);
	z-index:200;
	border:1px solid #fff;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
}


.home-big-text {
	position:absolute;
	top:50%;
	margin-top:-90px;
	left:0;
	width:100%;
	font-family: 'Sifonn-Basic';
	text-transform:uppercase;
	text-align:center;
	font-size: 65px;
	line-height:65px;
	color:#fff;
	z-index:100;
  text-shadow: 2px 2px 6px #000000;
}
.home-small-text {
	position:absolute;
	top:50%;
	margin-top:17px;
	left:0;
	width:100%;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:4px;
	text-transform:uppercase;
	text-align:center;
	font-size: 20px;
	line-height:14px;
	color: #D1E9F4;
	z-index:100;
  text-shadow: 2px 2px 6px #000000;
}
.line {
	position:absolute;
	top:50%;
	margin-top:-140px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:40px;
	background:url('../images/line.jpg')no-repeat center center;
	opacity:.5;
	z-index:100;
}
.line1 {
	position:absolute;
	top:50%;
	margin-top:88px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:40px;
	background:url('../images/line.jpg')no-repeat center center;
	opacity:.5;
	z-index:100;
}









.section-top {
	position: relative;
	margin: 0 auto;
	width: 100%;
	z-index:2;
	padding-top:100px;
	padding-bottom:100px;
}
.section-top .line-dark {
	position:absolute;
	top:0;
	margin-top:60px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:30px;
	background:url('../images/line-dark.jpg')no-repeat center center;
	opacity:.3;
	z-index:100;
}
.section-top .subtext-top {
	position: relative;
	width:100%;
	padding-top:20px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:4px;
	text-transform:uppercase;
	text-align:center;
	font-size: 16px;
	line-height:16px;
	color:#c4c4c4;
	z-index:100;
}
.section-top .line-dark1 {
	position:absolute;
	bottom:0;
	margin-bottom:45px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:30px;
	background:url('../images/line-dark.jpg')no-repeat center center;
	opacity:.3;
	z-index:100;
}



.subsection-top {
	position: relative;
	margin: 0 auto;
	width: 100%;
	z-index:2;
	padding-bottom:55px;
}
.subsection-top h3 {
	padding-top:30px;
}
.subsection-top .subline-dark {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:20px;
	background:url('../images/line-dark.jpg')no-repeat center center;
	opacity:.2;
	z-index:100;
}
.subsection-top .subline-dark1 {
	position:absolute;
	top:0;
	margin-top:75px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:20px;
	background:url('../images/line-dark.jpg')no-repeat center center;
	opacity:.2;
	z-index:100;
}

/* #Home Parallax
================================================== */

.parallax-home {
	background: url('../images/landing.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
}
@media only screen and (min-width: 1930px) { .parallax-home { background-size: cover; } }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax-home { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax-home { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}




/* #About
================================================== */

#about{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	background:#fff;
	padding-bottom:80px;
}
.separ{
	position: relative;
	margin: 0 auto;
	width: 100%;
	z-index:2;
	border-top:1px dashed #c4c4c4;
	opacity:.4;
	margin-top:60px;
	padding-bottom:60px;
}
.about-top {
	position: relative;
	margin: 0 auto;
	text-align:center;
	width: 100%;
	background-size:152px 80px;
	padding-bottom:80px;
	z-index:2;
}
.padding-left-text-top{
	padding-left:25px;
}
.about-top .biger-text {
	position: relative;
	width:100%;
	font-family: 'greek-ext', sans-serif;
	font-weight: 300;
  font-style: italic;
	letter-spacing: 1px;
	text-align: left;
	font-size: 20px;
	line-height:26px;
	color:#959595;
	z-index:100;
}
.about-top .biger-text:before {
	position: absolute;
	width:30px;
	height:30px;
	margin-top:-5px;
	margin-left:-25px;
	padding-left:25px;

	text-align:center;
	font-size: 30px;
	line-height:30px;
	opacity:.4;
	z-index:-1;
	transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
}
.about-top .biger-text:after {
	position: absolute;
	width:30px;
	height:30px;
	margin-top:8px;
	margin-left:-15px;
	text-align:center;
	font-size: 30px;
	line-height:30px;
	opacity:.4;
	z-index:-1;
	transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
}


.team-info{
	position: relative;
	margin-top:50px;
	background:#f1f1f1;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	z-index:2;
}
.team-info h5{
	text-align:left;
	padding-bottom:5px;
	z-index:5;
}
.team-subtext{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height:13px;
	text-align:left;
	color: #4a3d3d;
	opacity:.5;
	padding-top:3px;
	font-style: italic;
	padding-bottom:20px;
}
.team-info p{
	text-align:left;
	padding-bottom:20px;
}
.social-team{
	position:relative;
	text-align:left;
	width:100%;
}
.team-social li {
	margin:0 auto;
    list-style: none;
	text-align:center;
    display: inline-block;
	cursor:pointer;
}

.team-social p {
  font-size: 12px;
  padding-bottom: 2px;
}

.team-social li.icon-team a {
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 16px;
	margin:0 auto;
	text-align:center;
	padding-right:15px;
    -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-social li:last-child.icon-team a{
	padding-right:0;
}
.team-social li:hover{
}
.team-social li:hover.icon-team a{
	opacity:.6;
}
.team-info1{
	position: relative;
	margin-top:50px;
	background:#f1f1f1;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	z-index:2;
}
.team-info1 h5{
	text-align:right;
	padding-bottom:5px;
	z-index:5;
}
.team-subtext1{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height:13px;
	text-align:right;
	color: #4a3d3d;
	opacity:.5;
	padding-top:3px;
	font-style: italic;
	padding-bottom:20px;
}
.team-info1 p{
	text-align:right;
	padding-bottom:20px;
}
.social-team1{
	position:relative;
	text-align:right;
	width:100%;
}
.team-social1 li {
	margin:0 auto;
    list-style: none;
	text-align:center;
    display: inline-block;
	cursor:pointer;
}

.team-social1 p {
  padding-bottom: 2px;
  font-size: 12px;
}

.team-social1 li.icon-team1 a {
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 16px;
	margin:0 auto;
	text-align:center;
	padding-left:15px;
    -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-social1 li:hover{
}
.team-social1 li:hover.icon-team1 a{
	opacity:.6;
}


.team-img{
	position: absolute;
	background:#f1f1f1;
	border-radius:50%;
	top:-50px;
	right:20px;
	width:120px;
	height:120px;
	z-index:2;
}
.team-img img{
	width:100px;
	height:100px;
	display: block;
	border-radius:50%;
	margin-top:10px;
	margin-left:10px;
}
.team-img1{
	position: absolute;
	background:#f1f1f1;
	border-radius:50%;
	top:-50px;
	left:20px;
	width:120px;
	height:120px;
	z-index:2;
}
.team-img1 img{
	width:100px;
	height:100px;
	display: block;
	border-radius:50%;
	margin-top:10px;
	margin-left:10px;
}



/* #1st Parallax Section
================================================== */

#sep1{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:120px;
	padding-bottom:120px;
}






.parallax1 {
	background: url('../images/parallax/split_01.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
}
@media only screen and (min-width: 1930px) { .parallax1 { background-size: cover; } }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}




/* #Projects
================================================== */

/* Expander Item Styles */
	.relative{
		position: relative;
	}
	.portfolio{
		width:100%;
		height: auto;
		margin:0 auto;
		max-width: 960px;
	}

	.expander-wrap {
		position:relative;
		display: none;
		text-align: center;
	}

	#expander-wrap{
		position: relative;
		width:100%;
		max-width:960px;
		margin:0 auto;
		overflow: hidden;
	}


/* Expander Item Controls */

	.project-controls{
		position: relative;
		width:100%;
		height: auto;
		top:105px;
		max-width: 960px;
		margin:0 auto;
	}

	.expander-inner{
		position: relative;
	}

	.cls-btn{
		width:100%;
		padding: 0;
		margin: 0 auto;
		display: block;
		height: auto;
	}

	.expander-wrap .cls-btn .close {
		position:relative;
		display: inline-block;
		color:#000;
		top:0;
		margin-top:105px;
		width:auto;
		height:auto;
		font-size:30px;
		font-weight:100;
		text-align:center;
		cursor: pointer;
		float:none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.expander-close:hover {
		color:#3a3a3a;
		cursor:pointer;
	}

.project{
	position: relative;
	width: 100%;
}

#project-single-slider{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	padding-top:10px;
	padding-bottom:20px;
}

#project-single-slider h1{
	color:#fff;
}
#project-single-slider .bx-wrapper .bx-prev {
	bottom:20px;
}
#project-single-slider .bx-wrapper .bx-next {
	bottom:20px;
}
#last-work{
	position: relative;
	margin: 0 auto;
	padding-bottom:20px;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#last-work img{
	width: 100%;
	height:auto;
	display:block;
}
#last-work h3{
	text-align:center;
	padding-bottom:25px;
}
#last-work h5{
	text-align:left;
	padding-bottom:20px;
}
#last-work p{
	text-align:left;
	padding-bottom:30px;
}
#last-work p:last-child{
	padding-bottom:0;
}
#slider-wrap{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#slider-wrap img{
	width: 100%;
	height:auto;
	display:block;
}
.padding-project{
	padding-top:50px;
	padding-bottom:50px;
}
#project-single-video{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#project-single-video h1{
	color:#fff;
}
#thevideo{
	display:none;
}

.video{
	width: 100%;
	height:auto;
	display:block;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-wrapper {
max-width: 100%;
width: 900px;
left: 0;
right:0;
margin:auto;
padding-top: 5vw;
}


.video-container-wrapper-ig {
max-width: 100%;
width: 900px;
margin: auto;
padding-top: 5vw;
}

.video-container-ig {
    position: relative;
    padding-bottom: 80.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container-ig iframe,
.video-container-ig object,
.video-container-ig embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.videography {
  padding-top: 60px;
  padding-bottom: 60px;
}


.onclick img{
	cursor:pointer;
}




.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}



.light-wrapper {
	background: #ffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.oben {
  height: 100px;
  background: #323232;
}



/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('font/flexslider-icon.eot');
	src:url('font/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('font/flexslider-icon.woff') format('woff'),
		url('font/flexslider-icon.ttf') format('truetype'),
		url('font/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 35px; height: 50px; position: absolute; top: 50%;margin-top:-25px;z-index: 100; overflow: hidden; opacity: 1; cursor: pointer; color: rgba(0,0,0,0);  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: 0;background:url('../images/arr1.png') no-repeat center center; background-color:rgba(60,60,60,.7); }
.flex-direction-nav .flex-next { right: 0;  background:url('../images/arr2.png') no-repeat center center;background-color:rgba(60,60,60,.7);  }
.flexslider:hover .flex-prev { opacity: 0.7;  }
.flexslider:hover .flex-next { opacity: 0.7;  }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  {}
.flex-direction-nav a.flex-next:before  {}

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
 }





/* #2nd Parallax Section
================================================== */

#sep2{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:120px;
	padding-bottom:120px;
}

.parallax2 {
	background: url('../images/parallax/split_02.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
}
@media only screen and (min-width: 1930px) { .parallax2 { background-size: cover; } }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}


 .facts-wrap{
	position: relative;
	width: 100%;
	margin:0 auto;
	text-align:center;
}
.facts-wrap h5{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	padding-top:25px;
	font-size: 16px;
	line-height:16px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
}
.facts-wrap h5:before{
	padding-right:10px;
	content:"\f101";
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height:16px;
}
.facts-wrap h5:after{
	padding-left:10px;
	content:"\f100";
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height:16px;
}
.facts-wrap-num{
	font-family: 'GarnataRegular';
	font-size: 70px;
	line-height:70px;
	margin:0 auto;
	text-align:center;
}




/* #Services
================================================== */

#services{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	background:#fff;
	padding-bottom:80px;
}


.services-box{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-bottom:40px;
	text-align:center;
	z-index:2;
}
.services-box img{
	margin: 0 auto;
	text-align:center;
	width: 40px;
	height: 40px;
	display:block;
	padding-bottom:10px;
}
.services-box h5{
	text-align:center;
}
.services-box p{
	text-align:center;
	padding-top:20px;
}





.owl-wrap{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}

#sync5 .item {
	position: relative;
	margin: 0 auto;
    width: 100%;
    display: block;
}
#sync6 {
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-55px;
	width:110px;
	z-index:200;
}
#sync6 .item{
    text-align: center;
	margin:0 auto;
    cursor: pointer;
	height: 3px;
	max-width:40px;
	background:rgba(32,32,32,.1);
	z-index:200;
	border:1px solid #323232;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
}



/* #3rd Parallax Section
================================================== */

#sep3{
	position: relative;
	margin: 0 auto;
	text-align:center;
	width: 100%;
	overflow:hidden;
	padding-top:120px;
	padding-bottom:120px;
}

.parallax3 {
	background: url('../images/parallax/split_03.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
}
@media only screen and (min-width: 1930px) { .parallax3 { background-size: cover; } }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}


#sep3 h3{
	text-align:center;
	color:#fff;
}
#sep3 p{
	text-align:center;
	color:#f1f1f1;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 12px;
	line-height:12px;
	padding-bottom:5px;
}
.line-paralax3{
	position:relative;
	text-align:center;
	margin:0 auto;
	padding-bottom:30px;
	margin-top:45px;
	width:70px;
	border-top:1px solid #fff;
}


#sep3 .cl-effect-12 a {
	margin: 0 25px;
	text-align:center;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	width:180px;
	background:rgba(255,255,255,.9);
	height:50px;
	line-height:50px;
	border-radius:3px;
	letter-spacing: 3px;
	font-weight: 700;
	font-size: 12px;
	z-index:5;
}
#sep3 .cl-effect-12 a::before,
#sep3 .cl-effect-12 a::after {
	border: 2px solid rgba(0,0,0,0.1);
	z-index:2;
}

/* #Blog
================================================== */

#blog{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	background:#fff;
}

.blog-wrap{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	background:#fff;
	margin-top:20px;
}
.post-wrap{
	position: relative;
	margin: 0 auto;
	text-align:center;
	width: 50%;
	float:left;
	display:inline-block;
	overflow:hidden;
	z-index:2;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
}
.post-wrap img{
	width: 100%;
	height:auto;
	display:block;
  filter: grayscale(80%);
}
.post-wrap:hover img {
  filter: grayscale(0);

}
.post-wrap .mask-blog{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	z-index:5;
	background:rgba(255,255,255,.8);
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
.post-wrap:hover .mask-blog{
	background:rgba(255,255,255,0.3);
}


.post-wrap .mask-blog::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px solid transparent;
	content: '';
	-webkit-transition: border-width 0.4s, border-color 0.4s;
	-moz-transition: border-width 0.4s, border-color 0.4s;
	-ms-transition: border-width 0.4s, border-color 0.4s;
	-o-transition: border-width 0.4s, border-color 0.4s;
	transition: border-width 0.4s, border-color 0.4s;
}
.post-wrap:hover .mask-blog::before{
	border-width: 20px;
	border-color: rgba(255,255,255,.7);
}




.post-wrap a {
	display:block;
	cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
.post-wrap .doubleflip {
	position: absolute;
	top: 20px;
	right:20px;
	width: 70px;
	height: 70px;
	z-index:100;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	-moz-transition: -moz-transform 0.3s 0.3s;
	-ms-transition: -ms-transform 0.3s 0.3s;
	-o-transition: -o-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.post-wrap .doubleflip img{
	width: 70px;
	height: 70px;
	display:block;
}
.post-wrap:hover .doubleflip {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}





.post-wrap .doubleflip1 {
	position: absolute;
	top: 20px;
	right:90px;
	width: 70px;
	height: 70px;
	z-index:100;
	background:#323232;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	-moz-transition: -moz-transform 0.3s 0.3s;
	-ms-transition: -ms-transform 0.3s 0.3s;
	-o-transition: -o-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.post-wrap .doubleflip1 p{
	color:#f1f1f1;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 10px;
	line-height:20px;
	padding-top:15px;
}
.post-wrap .doubleflip1 p span{
}
.post-wrap:hover .doubleflip1 {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}


.post-wrap h4{
	position:absolute;
	top:50%;
	margin-top:-7px;
	left:0;
	width:100%;
	z-index:100;
	font-family: 'Lato', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	color:#cfa144;
	font-size: 25px;
	line-height: 14px;
	opacity:1;
}

.post-wrap:hover h4 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  font-weight: 800;
}

.post-wrap .line-blog {
	position:absolute;
	top:50%;
	margin-top:-55px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:20px;
	opacity:.2;
	background:url('../images/line-dark.jpg')no-repeat center center;
	z-index:100;
}
.post-wrap .line-blog1 {
	position:absolute;
	bottom:50%;
	margin-bottom:-55px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:20px;
	opacity:.2;
	background:url('../images/line-dark.jpg')no-repeat center center;
	z-index:100;
}









.post-wrap *, .post-wrap *:after, .post-wrap *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.post-wrap .clearfix:before, .post-wrap .clearfix:after { content: ''; display: table; }
.post-wrap .clearfix:after { clear: both; }





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

#contact{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	background:#fff;
	padding-bottom:40px;
}


.owl-wrap-contact{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}

#sync7 .item {
	position: relative;
	margin: 0 auto;
    width: 100%;
    display: block;
	padding-bottom:120px;
}
#sync7 .item h3{
	text-align:center;
	letter-spacing: 3px;
	font-size:200%;
}
.padding-bottom-contact{
	padding-bottom:45px;
}
#sync7 .item p{
	text-align:center;
	color:#909090;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 12px;
	line-height:12px;
}
#sync8 {
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-105px;
	width:210px;
	z-index:200;
}
#sync8 .item{
	position:relative;
    text-align: center;
	margin:0 auto;
    cursor: pointer;
	height: 60px;
	width:60px;
	z-index:200;
	border-top:1px solid #fff;
	padding-top:25px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#sync8 .item:hover {
	background:url('../images/arrow-up.png') no-repeat top center;
}
#sync8 .synced .item {
	background:url('../images/arrow-up.png') no-repeat top center;
}

.icon-contact {
	position: relative;
	width:60px;
	font-family: 'FontAwesome';
	text-align:center;
	font-size: 14px;
	z-index:4;
}



	#ajax-form {
		width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-transform:uppercase;
		margin-left: auto;
		margin-right: auto;
	color:#7a7a7a;
	text-align:left;
	}
	label {
		display: block;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-transform:uppercase;
		font-size:12px;
		line-height:12px;
		padding-bottom:10px;
	}
	input{
		width: 96%;
		border:none;
		background:#f1f1f1;
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		line-height:18px;
		margin-bottom: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	textarea {
		width: 96%;
		background:#f1f1f1;
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		line-height:18px;
		height:120px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left:0;
		padding-right:0;
		border:none;
	}
	.error {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-transform:uppercase;
		font-size:12px;
		line-height:18px;
		display: none;
	}
	#ajaxsuccess {
		background: #f5f5f5;
		color:#000;
		font: 20px/60px 'OpenSans-Light-webfont';
		height:60px;
		display: none;
		padding-left:10px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
#err-form{
	text-align:center;
}
#ajax-form button{
	text-align:center;
	background: #f1f1f1;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	font-size: 14px;
	line-height:22px;
 }
#ajax-form button:hover{
	background: #f8f8f8;
 }
 #ajax-form button:active,
	#ajax-form textarea:active,
	#ajax-form input:active {
	  color: #333333;
	outline:1px solid #fff;}
	#ajax-form textarea:active,
	#ajax-form input:hover {
	  color: #333333;
	outline:1px solid #fff;}
	#ajax-form textarea,
	#ajax-form input {
	  color: #333333;
	outline:1px solid #fff;}

#ajax-form input[type="text"]{
	padding-left:2%;
	padding-right:2%;
}
#ajax-form input[type="text"], textarea{
	padding-left:2%;
	padding-right:2%;
}





#map{
	position: relative;
  display: block;
  width: 100%;
  margin-top:15px;
  height: 410px;
}
.overlay{
  display:block;
  z-index:10;
  text-align:center;
  height:80px;
  width:102px;
  background:transparent url(../images/marker.png)no-repeat bottom center;
}
.overlay_arrow{
  left:50%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay_arrow.above{
  bottom:-13px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-top:16px solid #000;
}
.overlay_arrow.below{
  top:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:16px solid #000;
}






/* #footer
================================================== */

#footer{
	position: relative;
	margin: 0 auto;
	width: 100%;
	background:#323232;
	padding-top:80px;
	padding-bottom:55px;
}
#footer .back-top{
	position: absolute;
	cursor:pointer;
	top:-10px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:40px;
	font-family: 'FontAwesome';
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	text-align:center;
	z-index:1000;
	font-size: 22px;
	line-height: 40px;
	background:#323232;
	-webkit-box-shadow: 0 -5px 15px -5px #000;
	-moz-box-shadow: 0 -5px 15px -5px #000;
	box-shadow: 0 -5px 15px -5px #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#footer .back-top:hover{
	background:#323232;
	-webkit-box-shadow: 0 -5px 5px -5px #000;
	-moz-box-shadow: 0 -5px 5px -5px #000;
	box-shadow: 0 -5px 5px -5px #000;
}

#footer p{
	font-size: 12px;
	line-height:22px;
	text-align:center;
	padding-bottom:5px;
	color:#f8f8f8;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	font-size: 11px;
	line-height:22px;
	letter-spacing: 1px;
}

.icon-footer{
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 22px;
	text-align:center;
	margin:0 auto;
	z-index:6;
	padding-left:4px;
	padding-right:4px;
}


.social-bottom{
	position:relative;
	width:100%;
	z-index:1002;
	padding-top:5px;
	padding-bottom:5px;
	height:30px;
	text-align:center;
}

.list-social1 li {
    padding:0;
    list-style: none;
	text-align:center;
	width:24px;
    display: inline-block;
	cursor:pointer;
	margin-left:2px;
    -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-social1 li.icon-soc1 a {
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 30px;
	width:24px;
	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-social1 li:hover{
}
.list-social1 li:hover.icon-soc1 a {
	opacity:.6;
}

footer a:hover {
  opacity: .6;
}






/* DATENSCHUTZ / IMPRESSUM
==================================================== */

#datenschutz {
  padding-top: 25px;
  padding-bottom: 25px;
}

#datenschutz p, #datenschutz ul {
  text-align: center;
}

/* #Media Queries
================================================== */


@media only screen and (max-width: 800px) {
.logo{
	width:80px;
	height:50px;
	left:10px;
	top:10px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:80px 50px;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width:80px;
	height:50px;
	left:10px;
	top:10px;
	background:url('../images/logo1.png') no-repeat center center;
	background-size:80px 50px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    border-bottom:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
    border-bottom:none;
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
	background:none;
}
ul.slimmenu li a: {
    border-bottom:none;
}
ul.slimmenu li a:hover {
    border-bottom:none;
	background:none;
}
ul.slimmenu li {
	background:none;
}
ul.slimmenu li > ul {
    width: 100%;
	text-align:right;
}
.post-wrap .doubleflip {
	display:none;
}
.post-wrap .doubleflip1 {
	display:none;
}
.home-big-text {
	margin-top:-59px;
	font-size: 30px;
	line-height:30px;
}
.home-small-text {
	margin-top:-4px;
	font-size: 12px;
	line-height:12px;
}
.line {
	margin-top:-119px;
}
.line1 {
	margin-top:62px;
}
#filter li a:after {
	content:none;
	padding-left:0;
}
#sync7 .item h3{
	font-size:140%;
	letter-spacing: 3px;
}
}

@media only screen and (max-width: 1100px) {
.post-wrap{
	width: 100%;
}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.portfolio-box{
	width: 50%;
}
.pricing .background-left{
	display:none;
}
.pricing .background-center{
	display:none;
}
.pricing .background-right{
	display:none;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.portfolio-box{
	width: 50%;
}
.pricing .background-left{
	display:none;
}
.pricing .background-center{
	display:none;
}
.pricing .background-right{
	display:none;
}
}

@media only screen and (max-width: 319px) {
.portfolio-box{
	width: 100%;
}
.pricing .background-left{
	display:none;
}
.pricing .background-center{
	display:none;
}
.pricing .background-right{
	display:none;
}
.team-info h5{
	padding-top:50px;
}
.team-info1 h5{
	padding-top:50px;
}
}



/* #Font-Face
================================================== */
@font-face {
    font-family: 'OpenSans-Light-webfont';
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Light-webfont.woff') format('woff'),
         url('font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/OpenSans-Light-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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