

@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=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@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=Dancing+Script);






/* #Loading Logo
================================================== */

.animsition-loading:after{
	position:fixed;
	top:50%;
	width:100%;
	margin-top:40px;
    font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-size:32px;
	text-align:center;
	content:"ART IMPACT";
	letter-spacing:3px;
}





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


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



a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

input {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 20px;
}

input[type="search"]::-ms-clear {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

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

Main components 

-------------------------------- */
.cd-main-content, .cd-main-header {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}




.cd-main-header {
  height: 50px;
  background: rgba(255,255,255,.96);
  z-index: 3;
}
.nav-is-fixed .cd-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.cd-logo {
  position: absolute;
  top: 10px;
  left: 5%;
}
.cd-logo img {
  display: block;
  width:90px;
  height:auto;
}

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%;
}
.cd-header-buttons li {
  display: inline-block;
}



.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #2e3233;
}
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  content: '';
  right: 0;
  -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;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
  top: -6px;
}
.cd-nav-trigger span::after {
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  background: rgba(46, 50, 51, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  background: #2e3233;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #2e3233;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #3a3f40;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.cd-primary-nav .see-all a {
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  height: 80px;
  line-height: 80px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 0.3rem;
  display: none;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
	content: '';
	display: block;
	position: absolute;
	 left: 20px;
	 top: 50%;
	 margin-top: -20px;
	 width: 40px;
	 height: 40px;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: 40px 40px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
  background-image: url("../images/line-icon-1.png");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
  background-image: url("../images/line-icon-2.png");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
  background-image: url("../images/line-icon-3.png");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
  background-image: url("../images/line-icon-4.png");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
  background-image: url("../images/line-icon-5.png");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
  background-image: url("../images/line-icon-6.png");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
  background-image: url("../images/line-icon-7.png");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
  background-image: url("../images/line-icon-8.png");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-9::before {
  background-image: url("../images/line-icon-9.png");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-10::before {
  background-image: url("../images/line-icon-10.png");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-11::before {
  background-image: url("../images/line-icon-11.png");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-12::before {
  background-image: url("../images/line-icon-12.png");
}
.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search form {
  height: 100%;
  width: 100%;
}
.cd-search input {
  border-radius: 0;
  border: none;
  background: rgba(255,255,255,.96);
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}
.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}
.cd-search input:focus {
  outline: none;
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
  position: fixed;
}

.cd-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

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

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}


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

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


.header-top{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:1;
	-moz-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header-top.stick.hidden { 
	top: -100%; 
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear; 
}
.navbar.stick.visible { 
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear; 
}

.black-big{
	color:#212121;
	text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	font-size:190px;
	line-height:190px;
}
.color-big{
	text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	font-size:190px;
	line-height:190px;
}

.black-heavy{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	margin-top:-70px;
	color:#212121;
	text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	letter-spacing:5px;
	font-size:50px;
	line-height:50px;
	text-align:center;
}
.black-heavy-1{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	margin-top:-40px;
	color:#212121;
	text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	letter-spacing:5px;
	font-size:50px;
	line-height:50px;
	text-align:center;
}
.black-heavy-2{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	margin-top:-110px;
	color:#212121;
	text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	letter-spacing:5px;
	font-size:50px;
	line-height:50px;
	text-align:center;
}
.black-heavy-3{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	margin-top:-120px;
	color:#212121;
	text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	letter-spacing:5px;
	font-size:40px;
	line-height:40px;
	text-align:center;
}
.slider-text-color{
}
.border-text{
	border:5px solid #212121;
	padding:20px 30px;
}
.border-text-2{
	border:5px solid #212121;
	padding:15px 25px;
	background:rgba(255,255,255,.8);
}
.slider-headline-1{
	padding:15px 25px;
	background:rgba(255,255,255,.8);
}
.black-small{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	margin-top:-40px;
	color:#212121;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	letter-spacing:6px;
	font-size:22px;
	line-height:22px;
	text-align:center;
}
.black-small-2{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	margin-top:-10px;
	color:#fcfcfc;
    text-shadow: 4px 4px 9px #000;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	letter-spacing:6px;
	font-size:34px;
	line-height:34px;
	text-align:center;
}
.color-small{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	margin-top:50px;
    font-family: 'Dancing Script', cursive;
	font-weight:normal;
	letter-spacing:3px;
	font-size:40px;
	line-height:40px;
	text-align:center;
}
.color-write{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	margin-top:-30px;
    font-family: 'Dancing Script', cursive;
	font-weight:normal;
	letter-spacing:15px;
	font-size:110px;
	line-height:140px;
	text-align:center;
}
.button-slider{
	position:absolute;
	width:150px;
	left:50%;
	top:50%;
	margin-top:50px;
	margin-left:-75px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform: uppercase;
	border:2px solid #212121;
	letter-spacing:2px;
	font-size:12px;
	color:#fcfcfc;
	background:rgba(0,0,0,.8);
	line-height:12px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	z-index:100;
	-webkit-transition: border .2s, color .3s, background .3s;
	-moz-transition: border .2s, color .3s, background .3s;
	transition: border .2s, color .3s, background .3s;
}
.button-slider:hover{
	color:#fff;
}



a.arrow-down{
	position:absolute;
	width:60px;
	height:60px;
	left:50%;
	margin-left:-25px;
	font-family: 'FontAwesome';
	bottom:20%;
	border:2px solid #212121;
	border-radius:50%;
	font-size:26px;
	color:#212121;
	background:rgba(255,255,255,.6);
	line-height:56px;
	text-align:center;
	z-index:100;
	-webkit-transition: border .2s, color .3s, background .3s;
	-moz-transition: border .2s, color .3s, background .3s;
	transition: border .2s, color .3s, background .3s;
}
a.arrow-down:hover{
	background:rgba(0,0,0,.7);
	color:#fff;
}

/* #Home Background & Videos
================================================== */

#poster_background { 
    position: absolute; 
    bottom: 0; 
    left: 0;
    top:0;
    right:0;
    background:url('../images/1900x1000_beispiel.png')no-repeat center center; 
    background-size:cover;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}

video#video_background { 
    position: absolute;
    top:50%;
    left:50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* #All Sections
================================================== */

.section{
	position:relative;
	width:100%;
	overflow:hidden;
}
.white-section{
	background-color:#fff;
}
.grey-section{
	background-color:#f3f3f3;
}
.grey-2-section{
	background-color:#f9f9f9;
}
.section-padding-top-bottom{
	padding-top:70px;
	padding-bottom:70px;
}
.section-padding-top{
	padding-top:70px;
}
.section-padding-bottom{
	padding-bottom:70px;
}
.section-home-padding-top{
	padding-top:130px;
}
.section-title{
	position:relative;
	width:100%;
	padding-bottom:30px;
}
.subtitle{
	position:relative;
	width:100%;
	padding-top:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	text-align:center;
	font-size: 16px;
	color:#606060;
	letter-spacing:2px;
	text-transform: uppercase;
}
.subtitle.big{
	font-size: 18px;
	line-height:24px;
	letter-spacing:5px;
	font-weight:700;
}
.subtitle-home{
	position:relative;
	width:100%;
	padding-top:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	text-align:center;
	font-size: 17px;
	line-height:28px;
	color:#606060;
	letter-spacing:5px;
	text-transform: uppercase;
}
.section-title.left h1,
.section-title.left h2,
.section-title.left h3,
.section-title.left h4,
.section-title.left h5,
.section-title.left h6{
	text-align:left;
}
.section-title.right h1,
.section-title.right h2,
.section-title.right h3,
.section-title.right h4,
.section-title.right h5,
.section-title.right h6{
	text-align:right;
}
.subtitle.left{
	text-align:left;
}
.subtitle.right{
	text-align:right;
}
.subtitle-written{
	font-weight:700;
	letter-spacing:2px;
	font-style: italic;
}
.full-image{
	position:relative;
	width:100%;
}
.full-image img{
	width:100%;
	height:auto;
	display:block;
}
.scroll-to-top {
	position: fixed;
	text-align:center;
	font-family: 'FontAwesome';
	background:#212121;
	cursor: pointer;
	bottom: 20px;
	opacity:.7;
	border-radius:3px;
	right: 20px;
	width:50px;
	font-size:16px;
	color:#fff;
	line-height:50px;
	height: 50px;
	display: none;
	z-index: 9999;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.scroll-to-top:hover {
	opacity:1;
}
.fullscreen-title-home{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	margin-top:-50px;
	text-align:center;
    font-family: 'Ubuntu', sans-serif;
	color: #414141;
	font-size: 50px; 
	line-height:54px;
	text-transform: uppercase;
	font-weight: 700;
}
.fullscreen-title-home span{
}

.fullscreen-subtitle-home{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	margin-top:25px;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	letter-spacing:5px;
	color: #313131;
	font-size: 20px; 
	line-height:24px;
	text-transform: uppercase;
	font-weight: 700;
}
#owl-top-page-slider .item{
	position:relative;
	width:100%;
}
#owl-top-page-slider.owl-theme .owl-controls{
	top:auto;
	left:0;
	bottom:-40px;
}
#owl-top-page-slider.owl-theme .owl-controls .owl-page span{
	width: 6px;
	height: 6px;
	margin-left:0;
	margin-right:7px;
	border-color:transparent;
	background-color: #212121;
}
.section-page-top-title h1{
	text-align:right;
	letter-spacing:5px;
	padding-right:30px;
	margin-right:20px;
	padding-bottom:45px;
	border-right:1px solid rgba(10,10,10,.4);
}
.page-top-icon{
	position:relative;
	width:30px;
	height:50px;
	font-family: 'FontAwesome';
	line-height:24px;
	font-size:24px;
	vertical-align:text-top;
	text-align:left;
	border-bottom:1px solid rgba(10,10,10,.4);
}
.page-top-text{
	position:relative;
	width:100%;
	text-align:left;
	padding-top:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size: 16px;
	line-height:24px;
	color:#101010;
	text-transform: uppercase;
	letter-spacing:4px;
}






/* #Work
================================================== */

.portfolio-wrap-1{
	position:relative;
	width:100%;
	margin-top:10px;
}
.portfolio-wrap-1:after{
	content: '';
	display: block;
	clear: both;
}
.portfolio-box-1{
	position:relative;
	float:left;
	width:25%;
	display:inline-block;
	overflow:hidden;
	margin-left:-1px;
	-webkit-transform:translateX(1px);
	-moz-transform:translateX(1px);
	-ms-transform:translateX(1px);
	-o-transform:translateX(1px);
	transform:translateX(1px);
}
.portfolio-box-1.box-port-third{
	width:33.333333333333%;
}
.portfolio-box-1.box-port-half{
	width:50%;
	margin-left:-2px;
	-webkit-transform:translateX(2px);
	-moz-transform:translateX(2px);
	-ms-transform:translateX(2px);
	-o-transform:translateX(2px);
	transform:translateX(2px);
}
.portfolio-box-1 .mask-1{
	position:absolute;
	width:calc(100% - 40px);
	height:calc(100% - 40px);
	top:20px;
	left:20px;
	background:rgba(255,255,255,.75);
	z-index:2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.portfolio-box-1:hover .mask-1{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-box-1 h6{
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	margin-top:-10px;
	z-index:4;
	letter-spacing:40px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear; 
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.portfolio-box-1:hover h6{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
	opacity:1;
	letter-spacing:1px;
}
.portfolio-box-1 img{
	width:100%;
	height:auto;
	display:block;
}


.portfolio-box-2{
	position:relative;
	width:100%;
	overflow:hidden;
}
.portfolio-box-2 img{
	width:100%;
	height:auto;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-2:hover img{
    opacity:.7;
}
.portfolio-box-2 h6{
	padding:20px;
	text-align:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-2 p{
	padding:20px;
	padding-top:0;
	text-align:left;
	color:#404040;
}
.portfolio-box-2:hover p{
	color:#404040;
}
.portfolio-box-2 .mask-left{
	position:absolute;
	width:50px;
	top:30px;
	left:-50px;
	z-index:3;
	font-family: 'FontAwesome';
	height:50px;
	line-height:50px;
	font-size:20px;
	color:#fff;
	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; 
}
.portfolio-box-2 .mask-left:hover{
	background:#212121;
}
.portfolio-box-2:hover .mask-left{
	left:30px;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.portfolio-box-2 .mask-right{
	position:absolute;
	width:50px;
	top:30px;
	right:-50px;
	z-index:3;
	font-family: 'FontAwesome';
	height:50px;
	line-height:50px;
	font-size:20px;
	color:#fff;
	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; 
}
.portfolio-box-2 .mask-right:hover{
	background:#212121;
}
.portfolio-box-2:hover .mask-right{
	right:30px;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}



#portfolio-filter {
	position:relative;
	width:100%;
	text-align: center;
}
#filter {
	position:relative;
	width:100%;
	text-align: center;
}

#filter li {
	display: inline-block;
	text-align: center;
}
#filter:after {
  content: '';
  display: block;
  clear: both;
}
#filter li a {
	position: relative;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform: uppercase;
	font-size: 12px; 
	margin-bottom:20px;
	text-align: center;
	outline: none;
	color: #404040;
	margin-left:8px;
	margin-right:8px;
	letter-spacing:4px;
	text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter li a:after {
	content:'::::';
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 12px; 
	color: #999999;
	padding-left:15px;
	opacity:.8;
}
#filter li:first-child a {
	margin-left:0;
}
#filter li:last-child a:after {
	display:none;
}
#filter li .current {
}
#filter li a:hover {
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}

#owl-portfolio-slider{
}
#owl-portfolio-slider .item{
	position:relative;
	width:100%;
}
#owl-portfolio-slider .item img{
	width:100%;
	height:auto;
	display:block;
}
#owl-portfolio-slider .item .left-info{
	position:absolute;
	bottom:30px;
	left:30px;
	background:rgba(244,244,244,.95);
	color:#212121;
	padding:15px 30px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size: 13px;
	line-height:20px;
	letter-spacing:4px;
	text-transform: uppercase;
}



.projects-wrapper {
	position: relative; 
	margin: 0 auto;
    width: 100%;
	text-align:center;
	overflow:hidden;
    display: block;
}
#projects-grid-masonry {
	position: relative; 
	margin: 0 auto;
    width:100%;
	max-width:1700px;
	text-align:center;
}
#projects-grid-masonry:after {
  content: '';
  display: block;
  clear: both;
}


.portfolio-box-3 {
	float:left;
    width: 33.3333333%;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:10px solid #fff;
	margin-left:-1px;
	-webkit-transform:translateX(1px);
	-moz-transform:translateX(1px);
	-ms-transform:translateX(1px);
	-o-transform:translateX(1px);
	transform:translateX(1px);
}
.portfolio-box-3.half-box-3 {
    width: 50%;
	margin-left:-2px;
	-webkit-transform:translateX(2px);
	-moz-transform:translateX(2px);
	-ms-transform:translateX(2px);
	-o-transform:translateX(2px);
	transform:translateX(2px);
}
.portfolio-box-3.qvart-box-3 {
    width: 25%;
}
.portfolio-box-3.no-border {
	border:0 solid #fff;
}
.portfolio-box-3 img{
    width: 100%;
	height:auto;
	display:block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.portfolio-box-3 .mask-2{
	position:absolute;
	width:calc(100% - 40px);
	height:calc(100% - 40px);
	top:20px;
	left:20px;
	background:rgba(255,255,255,.9);
	z-index:1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.portfolio-box-3:hover .mask-2{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-box-3 h6{
	position:absolute;
	width:100%;
	top:0;
	margin-top:-35px;
	left:0;
	z-index:3;
	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; 
}
.portfolio-box-3:hover h6{
	top:50%;
}
.portfolio-box-3 .mask-left{
	position:absolute;
	width:40px;
	top:50%;
	margin-top:15px;
	left:0;
	margin-left:-55px;
	z-index:3;
	font-family: 'FontAwesome';
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	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; 
}
.portfolio-box-3 .mask-left:hover{
	background:#212121;
}
.portfolio-box-3:hover .mask-left{
	left:50%;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.portfolio-box-3 .mask-right{
	position:absolute;
	width:40px;
	top:50%;
	margin-top:15px;
	right:0;
	margin-right:-55px;
	z-index:3;
	font-family: 'FontAwesome';
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	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; 
}
.portfolio-box-3 .mask-right:hover{
	background:#212121;
}
.portfolio-box-3:hover .mask-right{
	right:50%;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* #Ajax Projects Expander Styles
================================================== */

	.relative{
		position: relative;
	}
	.portfolio{
		width:100%;
		height: auto;
		margin:0 auto;
		max-width: 1200px;
	}	
	.expander-wrap {
		position:relative;
		display: none;
		text-align: center;
	}

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



	.project-controls{
		position: relative;
		width:100%;
		height: auto;
		top:105px;
		max-width: 1200px;
		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:110px;
		margin-bottom:20px;
		width:auto;
		height:auto;
		font-size:30px;
		font-weight:400;
		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;
	}	
.scroll-to-contact{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	background:#fff;
	z-index:2;
	padding-top:40px;
	padding-bottom:35px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 	
.scroll-to-contact p{
	text-align:center;
	color:#606060;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:400;
	font-size: 12px;
	line-height:12px;
	margin:0 auto;
	width:120px;
	padding-bottom:7px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}  




.ajax-project-content{
	position: relative;
	width:100%;
	padding-top:34px;
	padding-bottom:34px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.ajax-project-content p{
	text-align:left;
	padding-bottom:34px;
	border-bottom:1px solid #ccc;
}
.ajax-project-info{
	position: relative;
	width:100%;
	padding-top:34px;
	padding-bottom:22px;
	margin-bottom:34px;
	border-bottom:1px solid #ccc;
}
.ajax-project-info .ajax-info{
	position: relative;
	width:100%;
	padding-bottom:12px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 12px;
	line-height:24px;
	text-align:left;
	text-transform: uppercase;
	letter-spacing:3px;
	color:#404040;
}
.ajax-project-info .ajax-info span{
	padding-right:10px;
	font-size: 14px;
	font-family: 'FontAwesome';	
}
.ajax-link{
	position: relative;
	width:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 12px;
	line-height:24px;
	text-align:left;
	text-transform: uppercase;
	letter-spacing:3px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ajax-link:hover{
	color:#404040;
}

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

.full-project-info{
	position: absolute;
	z-index:200;
	bottom:40px;
	left:40px;
	background:rgba(21,21,21,.8);
	height:auto;
	width:100%;
	max-width:280px;
	padding:30px;
}
.full-project-info h6{
	text-align:left;
	padding-bottom:20px;
	color:#fff;
}
.full-project-info p{
	text-align:left;
	color:#fff;
}


/* #Buttons
================================================== */

.button-shortcodes-wrap{
	position: relative;
	width:100%;
}
.button-shortcodes-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.button-shortcodes {
	font-family: 'Roboto', sans-serif;
	cursor:pointer;
	font-weight:400;
	text-transform: uppercase;
	display:inline-block;
	float:left;
	margin-right:20px;
}
.button-shortcodes.big-button {
	font-weight:700;
	letter-spacing:3px;
	text-align:center;
}
.button-shortcodes.big-button em{
	font-weight:400;
	letter-spacing:1px;
	font-size:13px;
}
.button-shortcodes span{
	font-family: 'FontAwesome';
	padding-right:5px;
}
.button-shortcodes span.right-icon{
	padding-right:0;
	padding-left:5px;
}
.button-shortcodes.text-size-1 {
	font-size:12px;
}
.button-shortcodes.text-size-2 {
	font-size:13px;
}
.button-shortcodes.text-size-3 {
	font-size:14px;
}
.button-shortcodes.text-size-4 {
	font-size:15px;
}
.button-shortcodes.text-size-5 {
	font-size:16px;
}
.button-shortcodes.text-size-6 {
	font-size:17px;
}
.button-shortcodes.text-size-7 {
	font-size:18px;
}
.button-shortcodes.text-size-8 {
	font-size:19px;
}
.button-shortcodes.text-size-9 {
	font-size:20px;
}

.button-shortcodes.text-padding-1 {
	padding:10px 35px;
}
.button-shortcodes.text-padding-2 {
	padding:11px 36px;
}
.button-shortcodes.text-padding-3 {
	padding:12px 37px;
}
.button-shortcodes.text-padding-4 {
	padding:13px 38px;
}
.button-shortcodes.text-padding-5 {
	padding:14px 39px;
}
.button-shortcodes.text-padding-6 {
	padding:15px 40px;
}
.button-shortcodes.text-padding-7 {
	padding:16px 41px;
}
.button-shortcodes.text-padding-8 {
	padding:17px 42px;
}
.button-shortcodes.text-padding-9 {
	padding:18px 43px;
}

.button-shortcodes.version-1 {
	color:#212121;
	border:2px solid #212121;
	border-radius: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;
}
.button-shortcodes.version-1:hover {
	color:#fff;
}

.button-shortcodes.version-2 {
	color:#fff;
	border:2px solid #212121;
	background:#212121;
	border-radius: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;
}
.button-shortcodes.version-2:hover {
	color:#212121;
	background:transparent;
}

.button-shortcodes.version-3 {
	color:#fff;
	border-radius:3px;
	box-shadow: 0 3px 0 #212121;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.button-shortcodes.version-3:hover {
	background:#212121;
}




/* #Icons
================================================== */

.fa {
	  display: inline-block;
	  font: normal normal normal 20px/1 FontAwesome;
	  font-size: inherit;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  padding-right:10px;
}
.muted{
	padding-left:10px;
	color:#212121;
	font-weight:400;
	font-size: 13px;
}

.icons-box{
	position:relative;
	width:100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.icons-box:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/* #Blockquotes
================================================== */

.blockquotes-box-1{
	position: relative;
	width:100%;
	padding:30px;
	border-left:3px solid #212121;
}
.blockquotes-box-1 p{
	text-align:left;
}
.blockquotes-box-1 .name-client{
	text-align:left;
	padding-top:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height:24px;
}
.blockquotes-box-1 p span{
	font-family: 'FontAwesome';
	font-size: 44px;
	padding-right:15px;
	opacity:.4;
}





.blockquotes-box-2{
	position: relative;
	width:100%;
	padding:30px;
	border-right:3px solid #212121;
}
.blockquotes-box-2 p{
	text-align:right;
}
.blockquotes-box-2 .name-client{
	text-align:right;
	padding-top:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height:24px;
}

.blockquotes-box-3{
	position: relative;
	width:100%;
	padding:30px;
}
.blockquotes-box-3 p{
	text-align:left;
	padding-left:30px;
}
.blockquotes-box-3 .name-client{
	text-align:left;
	padding-top:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height:24px;
	padding-left:30px;
}
.blockquotes-box-3 .border-in{
	position: relative;
	width:100%;
	border-left:3px solid #212121;
}


.blockquotes-box-4{
	position: relative;
	width:100%;
	padding:30px;
}
.blockquotes-box-4 p{
	text-align:right;
	padding-right:30px;
}
.blockquotes-box-4 .name-client{
	text-align:right;
	padding-top:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height:24px;
	padding-right:30px;
}
.blockquotes-box-4 .border-in{
	position: relative;
	width:100%;
	border-right:3px solid #212121;
}


.blockquotes-float-content{
	float:left;
	max-width:550px;
	margin-right:30px;
	margin-bottom:30px;
}







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

.blog-box-1{
	position:relative;
	padding:30px;
	margin:10px;
	-webkit-transition: margin .3s, padding .3s;
	-moz-transition: margin .3s, padding .3s;
	transition: margin .3s, padding .3s;
}
.blog-box-1:hover{
	padding:40px;
	margin:0;
}

.blog-box-1.link-post{
}
.blog-box-1.link-post h6{
	color:#fff;
}

.blog-box-1 img{
	width:100%;
	height:auto;
	display:block;
}
.blog-box-1 .blog-date-1{
	position:absolute;
	top:-10px;
	left:-10px;
	z-index:3;
    font-family: 'Dancing Script', cursive;
	height:50px;
	line-height:50px;
	font-size:16px;
	letter-spacing:3px;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	-webkit-transition: top .3s, left .3s;
	-moz-transition: top .3s, left .3s;
	transition: top .3s, left .3s;
}
.blog-box-1:hover .blog-date-1{
	top:10px;
	left:10px;
}

.blog-box-1.link-post .blog-date-1{
	background:#212121;
}


.blog-box-1 h6{
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
}
.blog-box-1 p{
	text-align:left;
	padding-bottom:20px;
	color:#404040;
}

.blog-box-1 .blog-comm-1{
	position:absolute;
	bottom:-10px;
	right:-10px;
	z-index:3;
    font-family: 'Dancing Script', cursive;
	height:50px;
	line-height:50px;
	font-size:16px;
	letter-spacing:3px;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	-webkit-transition: bottom .3s, right .3s;
	-moz-transition: bottom .3s, right .3s;
	transition: bottom .3s, right .3s;
}
.blog-box-1 .blog-comm-1 span{
	font-family: 'FontAwesome';
}
.blog-box-1:hover .blog-comm-1{
	bottom:10px;
	right:10px;
}
.blog-box-1.link-post .blog-comm-1{
	background:#212121;
}
.blog-box-1 .link{
	font-family: 'FontAwesome';
	font-size:16px;
	line-height:24px;
	color:#212121;
	text-align:left;
	-webkit-transition: color .3s, font-size .3s;
	-moz-transition: color .3s, font-size .3s;
	transition: color .3s, font-size .3s;
}
.blog-box-1:hover .link{
	font-size:20px;
}
.blog-box-1.link-post .link{
	color:#fff;
}
.blog-box-1:hover.link-post .link{
	color:#212121;
}





.blog-wrapper {
	position: relative; 
	margin: 0 auto;
    width: 100%;
	text-align:center;
	overflow:hidden;
    display: block;
}
#blog-grid-masonry {
	position: relative; 
	margin: 0 auto;
    width:100%;
	max-width:1500px;
	text-align:center;
}
#blog-grid-masonry:after {
  content: '';
  display: block;
  clear: both;
}


.blog-box-3 {
	float:left;
    width: 33.3333333%;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:10px solid #fff;
	margin-left:-1px;
	-webkit-transform:translateX(1px);
	-moz-transform:translateX(1px);
	-ms-transform:translateX(1px);
	-o-transform:translateX(1px);
	transform:translateX(1px);
}
.blog-box-3.secnd-blog-width {
    width:25%;
}
.blog-box-3.half-blog-width {
    width:50%;
}



.blog-left-right-links {
	position: relative; 
    width:100%;
}
.blog-left-right-links:after {
  content: '';
  display: block;
  clear: both;
}

.blog-left-right-links .blog-left-link {
	position: relative; 
    float:left;
	padding:10px 30px;
	background:#212121;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-left-right-links .blog-left-link:hover {
}
.blog-left-right-links .blog-left-link p {
	color:#fff;
	font-size:12px;
	letter-spacing:3px;
	text-transform: uppercase;
	font-weight: 400;
}
.blog-left-right-links .blog-left-link p:before {
	font-family: 'FontAwesome';
	content:'\f177';
	padding-right: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;
}
.blog-left-right-links .blog-left-link:hover p:before {
	padding-right:25px;
}


.blog-left-right-links .blog-right-link {
	position: relative; 
    float:right;
	padding:10px 30px;
	background:#212121;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-left-right-links .blog-right-link:hover {
}
.blog-left-right-links .blog-right-link p {
	color:#fff;
	font-size:12px;
	letter-spacing:3px;
	text-transform: uppercase;
	font-weight: 400;
}
.blog-left-right-links .blog-right-link p:after {
	font-family: 'FontAwesome';
	content:'\f178';
	padding-left: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;
}
.blog-left-right-links .blog-right-link:hover p:after {
	padding-left:25px;
}



#blog-grid-3col {
	position: relative; 
	margin: 0 auto;
    width:100%;
	text-align:center;
}
#blog-grid-3col:after {
  content: '';
  display: block;
  clear: both;
}


.blog-box-4 {
	position: relative; 
	float:left;
    width: 33.3333333%;
	display:inline-block;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-box-4 img {
    width: 100%;
	height:auto;
	display:block;
}
.blog-box-4 .mask-blog-white{
	position: absolute;
	top:0;
	left:0;	
	width: 100%;
	height:100%;
	z-index:5;
	background:rgba(255,255,255,0);
	-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;
}
.blog-box-4:hover .mask-blog-white{
	background:rgba(255,255,255,.8);
}
.blog-box-4 .mask-blog-white::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;
}
.blog-box-4:hover .mask-blog-white::before{
	border-width: 10px;
	border-color: rgba(0,0,0,.2);
}



.blog-box-4 .mask-blog-grey{
	position: absolute;
	top:0;
	left:0;	
	width: 100%;
	height:100%;
	z-index:5;
	background:rgba(235,235,235,.9);
	-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;
}
.blog-box-4:hover .mask-blog-grey{
	background:rgba(235,235,235,.4);
}
.blog-box-4 .mask-blog-grey::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;
}
.blog-box-4:hover .mask-blog-grey::before{
	border-width: 10px;
	border-color: rgba(0,0,0,.2);
}


.blog-box-4 .link{
	position: absolute;
	z-index:10;
	bottom: 40px;
	left: 40px;
	font-family: 'FontAwesome';
	font-size:16px;
	line-height:24px;
	color:#212121;
	text-align:left;
	-webkit-transition: color .3s, font-size .3s;
	-moz-transition: color .3s, font-size .3s;
	transition: color .3s, font-size .3s;
}
.blog-box-4:hover .link{
	font-size:20px;
}

.blog-box-4 .post-date{
	position: absolute;
	z-index:10;
	top: 40px;
	left: 40px;
    font-family: 'Dancing Script', cursive;
	color:#212121;
	letter-spacing:2px;
	font-size:18px;
	line-height:24px;
	text-align:left;
}
.blog-box-4 h6{
	position: absolute;
	z-index:10;
	top: 90px;
	left: 40px;
	letter-spacing:2px;
	text-align:left;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
.blog-box-4:hover h6{
	color:#212121;
}








/* #Call To Action
================================================== */

.call-to-action-1{
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:50px;
	padding-bottom:62px;
	background:#212121;
}
.call-to-action-1 .action-top-1{
	position:relative;
	width:100%;
    font-family: 'Dancing Script', cursive;
	text-align:center;
	letter-spacing:3px;
	margin-bottom:10px;
	font-size: 22px;
	line-height:28px;
}
.call-to-action-1 h5{
	color:#f4f4f4;
	text-align:center;
	margin-bottom:40px;
}
.call-to-action-1 a.button-1{
	position:relative;
	margin:0 auto;
	text-align:center;
	color:#fff;
	padding:12px 40px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing:2px;
	-webkit-transition: color .3s, background .3s;
	-moz-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}
.call-to-action-1 a.button-1:hover{
	color:#212121;
}


.call-to-action-2{
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	background:#212121;
}
.call-to-action-2 h6{
	position:relative;
	color:#f4f4f4;
	text-align:center;
	display:inline-block;
	padding-right:30px;
}
.call-to-action-2 a.button-2{
	position:relative;
	display:inline-block;
	text-align:center;
	color:#fff;
	padding:10px 35px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing:2px;
	-webkit-transition: color .3s, background .3s;
	-moz-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}
.call-to-action-2 a.button-2:hover{
	color:#212121;
}


 
/* #Blockquotes
================================================== */ 

.blockquotes-1{ 
	position:relative;
	margin:0 auto;
	text-align:center;
	width:100%;
	overflow:hidden;
	z-index:2;
}
.blockquotes-1 h6{ 
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.blockquotes-1 p{ 
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:3px;
	font-size:16px;
	font-style: italic;
}
.blockquotes-1 p span{ 
	font-weight:700;
	font-size:16px;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
}
.blockquotes-1 img{ 
	width:80px;
	height:80px;
	border-radius:50%;
	margin:0 auto;
	text-align:center;
}
.blockquotes-1  .arrow-right{
	position:absolute;
	left:50%;
	margin-left:-7px;
	width:0;
	height:0;
	top:78px;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
} 
.blockquotes-1  .company-name{ 
	position:relative;
	text-align:center;
	width:100%;
	overflow:hidden;
	z-index:2;
    font-family: 'Dancing Script', cursive;
	letter-spacing:3px;
	font-size:22px;
	padding-top:30px;
}


 
/* #Logos
================================================== */

#owl-logos{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	overflow:hidden;
} 
#owl-logos li img{
	margin: 0 auto;
	text-align:center;
	display:block;
	width:100px;
	height:65px;
}  

#owl-logos-1{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	overflow:hidden;
} 
#owl-logos-1 li img{
	margin: 0 auto;
	text-align:center;
	display:block;
	width:100px;
	height:65px;
}  

#owl-logos-2{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	overflow:hidden;
} 
#owl-logos-2 li img{
	margin: 0 auto;
	text-align:center;
	display:block;
	width:100px;
	height:65px;
} 

#owl-logos-3{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	overflow:hidden;
} 
#owl-logos-3 li img{
	margin: 0 auto;
	text-align:center;
	display:block;
	width:100px;
	height:65px;
} 

#owl-logos-4{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	overflow:hidden;
} 
#owl-logos-4 li img{
	margin: 0 auto;
	text-align:center;
	display:block;
	width:100px;
	height:65px;
} 

#owl-logos-5{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	overflow:hidden;
} 
#owl-logos-5 li img{
	margin: 0 auto;
	text-align:center;
	display:block;
	width:100px;
	height:65px;
} 
.logos-wrapper{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	overflow:hidden;
	padding-top:30px;
	padding-bottom:30px;
	cursor:pointer;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.logos-wrapper:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.logos-wrapper img{
	margin: 0 auto;
	text-align:center;
	display:block;
	width:100px;
	height:65px;
}


/* #Carousels
================================================== */  


#owl-carousel-1{
	position: relative; 
	width: 100%;
	overflow:hidden;
} 
#owl-carousel-1 li{
	margin-left:10px;
	margin-right:10px;
}
#owl-carousel-1 li img{
	display:block;
	width:100%;
	height:auto;
}

#owl-carousel-2{
	position: relative; 
	width: 100%;
	overflow:hidden;
} 
#owl-carousel-2 li{
	margin-left:10px;
	margin-right:10px;
}

#owl-carousel-3{
	position: relative; 
	width: 100%;
	overflow:hidden;
} 
#owl-carousel-3 li{
	margin-left:10px;
	margin-right:10px;
}

#owl-carousel-4{
	position: relative; 
	width: 100%;
	overflow:hidden;
} 
#owl-carousel-4 li{
	margin-left:10px;
	margin-right:10px;
}

#owl-carousel-5{
	position: relative; 
	width: 100%;
	overflow:hidden;
} 
#owl-carousel-5 li{
	margin-left:10px;
	margin-right:10px;
}


/* #Lightboxe
================================================== */  

.lightbox-box{
	position: relative; 
	width: 100%;
}
.lightbox-box img{
	width: 100%;
	height:auto;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.lightbox-box:hover img{
	opacity:.4;
}





/* #Alerts
================================================== */  

.alert{
	position: relative; 
	width: 100%;
	overflow:hidden;
	padding:20px;
}
.alert.big-alerts{
	padding:40px;
}
.alert p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 12px;
	line-height:24px;
	color:#212121;
	text-transform: uppercase;
	letter-spacing:2px;
} 
.alert p span{
	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;
}




 
.office-1{
	position:relative;
	width:100%;
}
.office-1:after{
	content: '';
	display: block;
	clear: both;
}
.office-1 .box-1{
	position:relative;
	width:50%;
	float:left;
	display:inline-block;
}
.office-1 .box-1 img{
	width:100%;
	height:auto;
	display:block;
}
.office-1 .box-1 .text-in{
	position:relative;
	width:80%;
	margin-left:10%;
}
.office-text{
	padding-top:200px;
}


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

#owl-about-slider{
}
#owl-about-slider .item{
	position:relative;
	width:100%;
}
#owl-about-slider .item img{
	width:100%;
	height:auto;
	display:block;
}
#owl-about-slider .item .left-info{
	position:absolute;
	bottom:30px;
	left:30px;
	background:rgba(244,244,244,.95);
	color:#212121;
	padding:15px 30px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size: 13px;
	line-height:20px;
	letter-spacing:4px;
	text-transform: uppercase;
}	
	

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

.services-boxes-1{
	position:relative;
	width:100%;
}
.services-boxes-1:after{
	content: '';
	display: block;
	clear: both;
}
.services-boxes-1 .icon-box{
	float:left;
	width:40px;
	height:40px;
	font-family: 'FontAwesome';
	border-radius:50%;
	font-size:14px;
	color:#212121;
	line-height:40px;
	text-align:center;
	-webkit-transition: color .3s, background .3s;
	-moz-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}
.services-boxes-1:hover .icon-box{
	background:#212121;
}
.services-boxes-1 h6{
	text-align:left;
	margin-left:70px;
	padding-bottom:20px;
}
.services-boxes-1 p{
	text-align:left;
	margin-left:70px;
}
 
 
.services-boxes-2{
	position:relative;
	padding:20px;
	text-align:center;
	margin:0 auto;
}
.services-boxes-2:after{
	content: '';
	display: block;
	clear: both;
}
.services-boxes-2 .icon-box{
	display:block;
	width:24px;
	height:24px;
	font-family: 'FontAwesome';
	font-size:24px;
	line-height:24px;
	text-align:center;
	margin:0 auto;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
.services-boxes-2 .icon-box.full-icon-box{
	width:80px;
	height:80px;
	line-height:70px;
	border-radius:50%;
	background:#212121;
	border:5px double #fff;
	-webkit-transition: background .3s, color .3s;
	-moz-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}
.services-boxes-2:hover .icon-box.full-icon-box{
}
.services-boxes-2:hover .icon-box{
	color:#212121;
}
.services-boxes-2 h6{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
.services-boxes-2 p{
	text-align:center;
}





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

#ajax-form {
	width: 100%;
	font-size: 10px;
	line-height:14px;
	color:#101010;
	margin:0 auto;
}
#ajax-form label {
	display: block;
	font-size: 14px;
	line-height:30px;
}
#ajax-form input{
	width: 100%;
	border:none;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size: 12px;
	line-height:22px;
	padding-bottom: 10px;
	background:transparent;
}
#ajax-form textarea {
	width:100%;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size: 12px;
	line-height:22px;
	height:62px;
	margin-top:2px;
	padding-bottom: 10px;
	border:none;
	background: transparent;
}
.error {
	font: 10px/22px 'Open Sans', sans-serif;
	text-transform:uppercase;
	display: none;
	color:#101010;
}
#ajaxsuccess {
	background: #f5f5f5;
	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;
}
#ajax-form textarea,
#ajax-form input {	
	border-bottom:2px solid #313131;
	color: #101010;
}


#button-con {
	position:relative;
	z-index:100;
	text-align:center;
}
#button-con button {
	position: relative;
	display: inline-block;
	outline: none;
	width:140px;
	padding-bottom:15px;
	padding-top:15px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size: 12px;
	border:2px solid #212121;
	color: #212121;
	border-radius:3px;
	text-align:center;
	overflow:hidden;
	z-index:100;
	cursor:pointer;
	background:rgba(0,0,0,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;
}
#button-con button:hover,
#button-con button:focus {
	outline: none;
}
#button-con button:hover{
	color: #fff;
}


#google_map {
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);
	filter: grayscale(90%);
	filter: url(../images/grayscale.svg#greyscale);
	filter: gray; /* IE 6-9 */
}
#google_map {
	width:100%;
	height:400px;
	z-index:0;
	position:relative;	
	display: none;
	z-index:200;
	opacity:.8;
}
.button-map {
    cursor: pointer;
    text-align: center;
    position: relative;
	padding-top:40px;
	padding-bottom:40px;
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    display: block;
    color: #212121;
	font-weight: 700;
	background:#f4f4f4;
    font-size: 16px;
    text-transform:  uppercase;
	z-index:200;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.button-map:hover {
    color: #fff;
}
.close-map:after {
	content: "\f107";
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: normal;    
	font-style: normal;    
	display: inline-block;    
	text-decoration: inherit;
    margin-left: 16px;
    font-size: 18px;	
}
.show-map:after {
	content: "\f106";
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: normal;    
	font-style: normal;    
	display: inline-block;    
	text-decoration: inherit;
    margin-left: 16px;
    font-size: 18px;	
}
.map-tooltip {
	width:300px;
}
.map-tooltip h6 {
    font-family: 'Ubuntu', sans-serif;
	color: #212121;
	text-transform: uppercase;
	margin-left:20px;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;	
}
.map-tooltip p {
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-left:20px;
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:2px;
	text-align:center;
}



.social-contact{ 
	position:relative;
	width:100%;
	z-index:12;
	height:50px;
	margin:0 auto;
	text-align:center;
}
.list-contact li {
	position:relative;
    padding:0; 
    list-style: none;
	text-align:center; 
	width:50px;
	margin-left:30px;
	margin-right:30px;
    display: inline-block;
    -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-contact li.contact-soc a {
	display:block;
	font-family: 'FontAwesome';
	border:1px solid rgba(10,10,10,.4);
	border-radius:50%;
	font-size: 16px;
	line-height: 50px;
	width:50px;
	height:50px;
	color:#616161;
	text-align:center;
	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-contact li:hover{
}
.list-contact li:hover.contact-soc a{
	color:#111111;
	border:1px solid rgba(10,10,10,.1);
}

.list-contact li .tooltip-content-shop {
	width: 120px;
	margin: 0 0 20px -60px;
	text-transform: uppercase;
	font-size:10px;
}



/* #Footer
================================================== */ 

.footer-1{
	background-color:#000;
}
.footer-1 p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color: #fff;
	text-transform:uppercase;
	font-size: 12px;
	line-height:22px;
	text-align:left;
} 
.footer-1 p a{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color: #fff;
	text-transform:uppercase;
	font-size: 12px;
	line-height:22px;
    -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-1 p a:hover{
} 
.footer-1 h6{
	color: #fff;
	padding-bottom:20px;
	text-align:left;
}

.logo-footer{
	position:relative;
	text-align:left;
	width:105px;
	height:35px;
	background:url('../images/logo-footer.png')no-repeat center center;
	background-size:105px 35px;
	z-index:10;
}
.icon-footer{
	font-family: 'FontAwesome'; 
	font-size:16px;
	line-height: 22px;
	text-align:center;
	z-index:6;
	padding-right:20px;
} 
.social-bottom{ 
	position:relative;
	width:100%;
	z-index:12;
	height:25px;
	margin-bottom:15px;
}
.list-social li {
    padding:0; 
    list-style: none;
	text-align:center; 
	width:25px;
    display: inline-block;
	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 li.icon-soc a {
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 25px;
	width:25px;
	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 li:hover{
}
.list-social li:hover.icon-soc a{
	opacity:.6;
}

.footer-bottom{
	padding-top:10px;
	padding-bottom:10px;
	background-color:#121212;
} 
.footer-bottom p{
	font-weight:400;
	color: #f8f8f8;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size: 10px;
	line-height:18px;
	text-align:center;
} 



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

.more-center {
	position:relative;
	width:70px; 
	height:70px;
	text-align:center;
	margin:0 auto;
	background: url('../images/plus.gif') no-repeat center center; 
	background-size:30px 30px;
	background-color:rgba(255,255,255,.5);
	border-radius:50%;
	z-index:2;
	cursor:pointer;
	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;
}
.more-center:hover {
	background-color:rgba(255,255,255,.9);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}




/* #Parallax Sections
================================================== */

.parallax-section { 
	margin:0 auto;
	overflow:hidden;
	z-index:2;
}
.parallax-section-padding-top-bottom{
	padding-top:120px;
	padding-bottom:120px;
}
.parallax-section-padding-top-bottom-home{
	padding-top:230px;
	padding-bottom:120px;
} 
.parallax-section-padding-top-bottom-folio{
	padding-top:300px;
	padding-bottom:300px;
}  
.parallax-section-padding-top-bottom-pagetop{
	padding-top:280px;
	padding-bottom:200px;
}
.parallax-section-padding-top{
	padding-top:120px;
}
.parallax-1 {
	background: url('../images/parallax/1.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-1 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-2 {
	background: url('../images/04.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-2 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-3 {
	background: url('../images/parallax/3.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-3 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-4 {
	background: url('../images/parallax/4.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-4 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-4 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-4 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-5 {
	background: url('../images/parallax/5.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-5 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-5 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-5 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-6 {
	background: url('../images/parallax/6.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-6 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-6 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-6 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-7 {
	background: url('../images/parallax/7.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-7 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-7 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-7 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-8 {
	background: url('../images/parallax/8.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-8 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-8 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-8 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-9 {
	background: url('../images/parallax/9.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-9 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-9 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-9 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-10 {
	background: url('../images/parallax/10.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-10 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-10 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-10 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-about {
	background: url('../images/parallax/about.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-about { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-about { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-about { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-about-me {
	background: url('../images/jensrommel_1900x1000px.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-about-me { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-about-me { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-about-me { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-services {
	background: url('../images/parallax/services.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-services { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-services { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-services { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-services-2 {
	background: url('../images/parallax/services-2.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-services-2 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-services-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-services-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-team {
	background: url('../images/parallax/team.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-team { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-team { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-team { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-blog {
	background: url('../images/parallax/blog.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-blog { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-blog { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-blog { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-blog-2 {
	background: url('../images/parallax/blog-2.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-blog-2 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-blog-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-blog-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-blog-3 {
	background: url('../images/parallax/blog-3.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-blog-3 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-blog-3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-blog-3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-contact {
	background: url('../images/kontakt_back1.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-contact { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-contact { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-contact { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

 
 
 
/* #STYLED ICONS
================================================== */

.styled-icon-1{
	position:relative;
	width:100%;
	height:55px;
	background:#212121;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.styled-icon-1:hover{
}
.styled-icon-1:hover i{
	color:#212121;
}
.styled-icon-1 i{
	line-height:55px;
	text-align:center;
	color:#fff;
	font-size:16px;
	margin:0;
	padding:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
 



.styled-icon-2{
	position:relative;
	width:100%;
	height:55px;
	border:2px solid #212121;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.styled-icon-2:hover{
}
.styled-icon-2:hover i{
	color:#fff;
}
.styled-icon-2 i{
	line-height:55px;
	text-align:center;
	color:#212121;
	font-size:16px;
	margin:0;
	padding:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
 




.styled-icon-3{
	position:relative;
	width:100%;
	height:55px;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.styled-icon-3:hover{
	background:#212121;
}
.styled-icon-3 i{
	line-height:55px;
	text-align:center;
	color:#fff;
	font-size:16px;
	margin:0;
	padding:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}


.styled-icon-4{
	position:relative;
	width:100%;
	height:55px;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.styled-icon-4:hover{
}
.styled-icon-4:hover i{
	color:#fff;
}
.styled-icon-4 i{
	line-height:55px;
	text-align:center;
	color:#212121;
	font-size:16px;
	margin:0;
	padding:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.styled-icon-1.radius-on-icon,
.styled-icon-2.radius-on-icon,
.styled-icon-3.radius-on-icon,
.styled-icon-4.radius-on-icon{
	border-radius:50%;
}
 
/* #Media Queries
================================================== */

@media only screen and (min-width: 1999px) {
.home {
	min-height:700px;
}
.height-profil {
	min-height:430px;
}
}

@media only screen and (min-width: 1599px) {
.home {
	min-height:700px;
}
.height-profil {
	min-height:360px;
}
}

@media only screen and (max-width: 1200px) {

.team-box-1 .tooltip-content {
	display:none;
}
/* Shape */
.team-box-1 .tooltip-shape {
	display:none;
}
#filter li a:after {
	display:none;
}

.parallax-section-padding-top-bottom-folio{
	padding-top:200px;
	padding-bottom:200px;
} 
.parallax-section-padding-top-bottom-pagetop{
	padding-top:180px;
	padding-bottom:100px;
}


.list-contact li { 
	width:40px;
	margin-left:5px;
	margin-right:5px;
}
.list-contact li.contact-soc a {
	font-size: 16px;
	line-height: 40px;
	width:40px;
	height:40px;
}
}





@media only screen and (min-width: 1170px) {

	.home{
	min-height:650px;
	}

  .cd-main-header {
    height: 80px;
  }
  .cd-main-header:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-logo {
    top: 26px;
    left: 4em;
  }
  .cd-header-buttons {
    top: 18px;
    right: 4em;
  }
  .cd-nav-trigger {
    display: none;
  }
  .cd-primary-nav {
    position: static;
    padding: 0 90px 0 0;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent;
  }
  .cd-primary-nav:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 300000;
  }
  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav > li {
    float: left;
    margin-left: 3em;
  }
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing:2px;
	font-size: 12px;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    color: #2e3233;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
  }
  .cd-primary-nav > li > a:hover {
  }
  .cd-primary-nav > li > a.selected {
  }
  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none;
  }
  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top: 80px;
    width: 100vw;
    background: rgba(255,255,255,.96);
    padding: 48px 64px 130px;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  .cd-primary-nav .cd-secondary-nav:after, .cd-primary-nav .cd-nav-gallery:after, .cd-primary-nav .cd-nav-icons:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-family: 'Ubuntu', sans-serif;
	letter-spacing:2px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #212121;
    border-color: #2e3233;
    color: #ffffff;
  }
  .cd-primary-nav .cd-secondary-nav > li {
    /* change the height according to your needs - you can even set height: auto */
    height: auto;
    /* here you set the number of columns - use width percentage */
    width: 23%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none;
  }
  .cd-primary-nav .cd-secondary-nav > li > a {
    /* secondary nav title */
    font-family: 'Ubuntu', sans-serif;
	letter-spacing:2px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
    margin-bottom: .6em;
  }
  .cd-primary-nav .cd-secondary-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing:2px;
	font-size: 10px;
  }
  .cd-primary-nav .cd-secondary-nav a:hover {
  }
  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
    width: 22%;
    float: left;
    margin: 0 4% 0 0;
  }
  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 80%;
	margin-left:10%;
    margin-bottom: .6em;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    font-family: 'Ubuntu', sans-serif;
	letter-spacing:2px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:700;
  }
  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 23.5%;
    float: left;
    margin: 0 2% 10px 0;
  }
  .cd-primary-nav .cd-nav-icons li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1;
    padding: 14px 0 0 85px;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    font-family: 'Ubuntu', sans-serif;
	letter-spacing:2px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:700;
	text-align:left;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing:2px;
	font-size: 10px;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #c9cbc4;
  }
  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
  }
  .has-children > a::before, .has-children > a::after {
    right: 15%;
  }

  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 30px ;
  }
  .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #c9cbc4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
  }
  .cd-primary-nav > .has-children > a::before {
    right: 12px;
  }
  .cd-primary-nav > .has-children > a::after {
    right: 7px;
  }
  .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
    width: 14px;
  }
  .cd-primary-nav > .has-children > a.selected::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-primary-nav > .has-children > a.selected::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none;
  }

  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px;
  }

  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}

@media only screen and (max-width: 1169px) {

	.home{
		min-height:600px;
	}

  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
  .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    font-family: 'Ubuntu', sans-serif;
	letter-spacing:2px;
	text-transform: uppercase;
	font-size: 12px;
	color:#fff;
	padding-top:25px;
	font-weight:400;
	text-align:left;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    font-family: 'Ubuntu', sans-serif;
	letter-spacing:2px;
	text-transform: uppercase;
	font-size: 12px;
	color:#fff;
	padding-top:25px;
	font-weight:400;
	text-align:left;
  }
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.home{
	min-height:540px;
}
.office-text{
	padding-top:150px;
}

}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
.home{
	min-height:540px;
}
.office-text{
	padding-top:100px;
}
.portfolio-box-3 {
    width: 50%;
}
.portfolio-box-3.qvart-box-3 {
    width: 50%;
}

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.home{
	min-height:420px;
}
.office-1 .box-1{
	width:100%;
}
.portfolio-box-1{
	width:50%;
}
.portfolio-box-1.box-port-third{
	width:50%;
}
.portfolio-box-1.box-port-half{
	width:50%;
}
.office-text{
	padding-top:40px;
}
.portfolio-box-3 {
    width: 50%;
}
.portfolio-box-3.qvart-box-3 {
    width: 50%;
}
.fullscreen-title-home{
	font-size: 40px; 
	line-height:44px;
}
.fullscreen-subtitle-home{
	font-size: 16px; 
	line-height:20px;
}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.home{
	min-height:320px;
}
#owl-top-page-slider.owl-theme .owl-controls{
	top:auto;
	left:0;
	width:100%;
	margin:0 auto;
	text-align:center;
	bottom:-30px;
}
#owl-top-page-slider.owl-theme .owl-controls .owl-page span{
	margin-left:3px;
	margin-right:3px;
}
.page-top-icon{
	margin:0 auto;
	text-align:center;
}
.page-top-text{
	text-align:center;
}
.section-page-top-title h1{
	text-align:center;
	letter-spacing:2px;
	padding-right:0;
	margin-right:0;
	padding-bottom:0;
	border-right:0px solid rgba(10,10,10,.2);
}
.office-1 .box-1{
	width:100%;
}
.portfolio-box-1{
	width:50%;
}
.portfolio-box-1.box-port-third{
	width:50%;
}
.portfolio-box-1.box-port-half{
	width:50%;
}
.office-text{
	padding-top:40px;
}
.call-to-action-2 h6{
	padding-bottom:20px;
	display:block;
	padding-right:0;
}
.footer-1{
	text-align:center;
	margin:0 auto;
}
.footer-1 p{
	text-align:center;
} 
.footer-1 p a{
	text-align:center;
} 
.footer-1 h6{
	text-align:center;
}

.logo-footer{
	text-align:center;
	margin:0 auto;
}
.icon-footer{
	text-align:center;
} 
.social-bottom{ 
	text-align:center;
}
.portfolio-box-3 {
    width: 50%;
}
.portfolio-box-3.qvart-box-3 {
    width: 50%;
}
.portfolio-box-3.half-box-3 {
    width: 100%;
}
.fullscreen-title-home{
	font-size: 28px; 
	line-height:32px;
}
.fullscreen-subtitle-home{
	font-size: 14px; 
	line-height:20px;
	margin-top:0;
}

}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.home{
	min-height:320px;
}
#owl-top-page-slider.owl-theme .owl-controls{
	top:auto;
	left:0;
	width:100%;
	margin:0 auto;
	text-align:center;
	bottom:-30px;
}
#owl-top-page-slider.owl-theme .owl-controls .owl-page span{
	margin-left:3px;
	margin-right:3px;
}
.page-top-icon{
	margin:0 auto;
	text-align:center;
}
.page-top-text{
	text-align:center;
}
.section-page-top-title h1{
	text-align:center;
	letter-spacing:2px;
	padding-right:0;
	margin-right:0;
	padding-bottom:0;
	border-right:0px solid rgba(10,10,10,.2);
}
.office-1 .box-1{
	width:100%;
}
.portfolio-box-1{
	width:100%;
}
.portfolio-box-1.box-port-third{
	width:100%;
}
.portfolio-box-1.box-port-half{
	width:100%;
}
.office-text{
	padding-top:40px;
}
.call-to-action-2 h6{
	padding-bottom:20px;
	display:block;
	padding-right:0;
}

.footer-1{
	text-align:center;
	margin:0 auto;
}
.footer-1 p{
	text-align:center;
} 
.footer-1 p a{
	text-align:center;
} 
.footer-1 h6{
	text-align:center;
}

.logo-footer{
	text-align:center;
	margin:0 auto;
}
.icon-footer{
	text-align:center;
} 
.social-bottom{ 
	text-align:center;
}
.portfolio-box-3 {
    width: 100%;
}
.portfolio-box-3.qvart-box-3 {
    width: 100%;
}
.portfolio-box-3.half-box-3 {
    width: 100%;
}
.fullscreen-title-home{
	font-size: 16px; 
	line-height:20px;
}
.fullscreen-subtitle-home{
	font-size: 12px; 
	line-height:16px;
	margin-top:0;
}

}

@media only screen and (max-width: 319px) {
.home{
	min-height:320px;
}
#owl-top-page-slider.owl-theme .owl-controls{
	top:auto;
	left:0;
	width:100%;
	margin:0 auto;
	text-align:center;
	bottom:-30px;
}
#owl-top-page-slider.owl-theme .owl-controls .owl-page span{
	margin-left:3px;
	margin-right:3px;
}
.page-top-icon{
	margin:0 auto;
	text-align:center;
}
.page-top-text{
	text-align:center;
}
.section-page-top-title h1{
	text-align:center;
	letter-spacing:2px;
	padding-right:0;
	margin-right:0;
	padding-bottom:0;
	border-right:0px solid rgba(10,10,10,.2);
}
.office-1 .box-1{
	width:100%;
}
.portfolio-box-1{
	width:100%;
}
.portfolio-box-1.box-port-third{
	width:100%;
}
.portfolio-box-1.box-port-half{
	width:100%;
}
.office-text{
	padding-top:40px;
}
.call-to-action-2 h6{
	padding-bottom:20px;
	display:block;
	padding-right:0;
}
.footer-1{
	text-align:center;
	margin:0 auto;
}
.footer-1 p{
	text-align:center;
} 
.footer-1 p a{
	text-align:center;
} 
.footer-1 h6{
	text-align:center;
}

.logo-footer{
	text-align:center;
	margin:0 auto;
}
.icon-footer{
	text-align:center;
} 
.social-bottom{ 
	text-align:center;
}
.portfolio-box-3 {
    width: 100%;
}
.portfolio-box-3.qvart-box-3 {
    width: 100%;
}
.blog-box-3.secnd-blog-width {
    width:100%;
}
.fullscreen-title-home{
	font-size: 16px; 
	line-height:20px;
}
.fullscreen-subtitle-home{
	font-size: 12px; 
	line-height:16px;
	margin-top:0;
}


}











