



.bold {
		font-family: 'Source Sans Pro';
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		color: #000;
		/*overflow-x: hidden;
		overflow-y: scroll;*/
		/*background: transparent;*/
		-webkit-font-smoothing: antialiased
}

h1 {
	letter-spacing: -1px;
}



/*__________parallax intro ________*/


.parallax {
 	/*bg color or image*/
	background-color: #232323;
    height: 180px;
    /* parallax scrolling effect */
    background-attachment: fixed;
    background-position: absolute;
}

.main  {

	font-family: 'Barlow Condensed', cursive;
	font-weight: 600;
	color: #fff;
	font-size: 48px;
	font-style: italic;
	margin-bottom: 0px;
	line-height: .9em;
	letter-spacing: -2.6;
    position: fixed;
    vertical-align: middle;
	top: 150px;
	max-width: 980px;
}

.main-descr {

	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	margin-bottom:0px;
	line-height: 1.3em;
	letter-spacing: -2.6;
    position: fixed;
	padding: 20px 20px 20px 0;
	top: 190px;
	overflow-x: hidden;
	max-width: 940px;

}

#looptext {
	font-family: 'kalam', cursive;
	font-weight: 400;
	color: #da9a39
}

.surprise {
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	margin-bottom:0px;
	line-height: 1.1em;
	letter-spacing: -2.6;
    position: fixed;
	padding: 20px 20px 20px 0;
	top: 78px;
	overflow-x: hidden;
	max-width: 980px;
}


/*------load fadein-----------*/


#hero {
	-webkit-animation: fadeIn 1s ease-in;
	-moz-animation: fadeIn 1s ease-in;
	-o-animation: fadeIn 1s ease-in;
	animation: fadeIn 1s ease-in;

}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.bgimg {
	background-color: #da9a39;
	/*background-position: ;
	background-repeat: no-repeat;
	background-size: 100%;*/
	height: 100px;
	padding: 20px 0 20px 0;
	width: auto;

}


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

h6.entry-header {
		font-family: 'Source Sans Pro 600';
		font-size: 16px;
		font-weight: 'Source Sans Pro 400';
		line-height: 1;
		color: #000;
		overflow-x: hidden;
		overflow-y: scroll;
		background: #fff;
		-webkit-font-smoothing: antialiased
}

.blog-sidebar {
	width: 25%;
	margin: 5px;
	height: auto;
	position: absolute;
	padding-left: 15px;
	padding-right: 0;
	float: right;
	right: 0px;
	top: 0px;

}

.blog-sidebar li p {
	margin-top: 10px !important
}


.casestudy {
	padding-top: 31px;
	padding-bottom: 10px;

}

.section {
	margin: 20px auto;
}
.headline {
	margin-top: 50px;
}

.portfolio-margin {
	margin: 100px 180px 0 180px;

}

.pullquote {
	text-align: left;
	position: relative;
	font-family:'Maven Pro', sans-serif;
	font-size: 20px;
	color: #666;
	letter-spacing: -.6px
}
.pullquote::before {
		font-family: 'FontAwesome';
		content: "\f10d";
		font-size: 40px;
		line-height: 1em;
		color: rgba(165, 208, 185, .5);
		position: absolute;
		top: -10px;
		left: -13px;
		z-index: -1;

	}


ul.bullets {
    list-style-type: square;
    margin-top: 0px;

}


.social-section {
	margin-top: 90px;
}


.entry-sumary .expand {
	display: none;
    padding : 5px;
}



/* back-to-top arrow _____________________*/

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#414042;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#da9a39;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


/* video frame _____________________*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*_Drop-down sections____________________________*/



.accordion-container {
	width: 100%;
	margin: 0 0 2px;
	clear: both;


}
.accordion-toggle {
	position: relative;
	display: block;
	background: transparent;
	text-decoration: none;
	padding: 10px;
	margin: 0;
	border-bottom: 1px;
	border-style: solid;
	border-color: #efefef;

}
.accordion-toggle h4 {
	color: ##1A1E23;
}

.accordion-toggle.open {
	background: #efefef;

}


.accordion-toggle:hover {
	background: rgba(165, 208, 185, .5);
}
.accordion-toggle span.toggle-icon {
	color: #414042;
	font-size: 23px;
	position: relative;
	float: right;
	top: -8px;
	padding: 15px;

}

.accordion-content {
	display: none;
	padding-top: 20px;
	/*overflow: auto;*/
}


/*______________________________ */



.prev-next-pagination
{
	margin-top: 50px;
}



/*_____________image slider other–––––––––-----------*/


.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  top: 20px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #afafaf;
  font-size: 15px;
  padding: 12px 12px;
  position: absolute;
  bottom: 18px;
  width: 100%;
  text-align: left;
}

/* The dots/bullets/indicators */
.dot {

  cursor:pointer;
  top: -15px;
  height: 11px;
  width: 11px;
  margin: 0 2px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
  background-color: #efefef;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*_____________END image slider other–––––––––-----------*/



/* media query for mobile */
/* @media (max-width: 1240px){
	h4 {
		font-size: 24px;
	} */
  div.entry-desc {
      position: absolute;
      top: 20px;
      right: 20px;
      left: 30px;
  }
}


@media (max-width:1024px) {

	.main {
		font-size: 40px;
	}

	.portfolio-margin {
			margin: 80px 30px 0 30px;
	}
	.surprise {
		font-size: 16px;
	}

}


@media (max-width: 800px){

	.surprise {
		display: none;
	}
}
@media (max-width:768px) {
		.casestudy {
			width: 60%;
			height: auto;
			object-fit: cover;
		}

		.blog-sidebar {
			display: block;
			position: relative;
			margin: 5px 0 0 0;
			padding: 0
		}

		.blog-sidebar li:first-child {
			margin-top: 0
		}

		.blog-sidebar li p {
			display: block;
			text-align: left;
			font-size: 14px;
			padding: 5px;
			color: inherit;
			background: #f2f2f2
		}

	 	.blog-sidebar li a:hover {
			color: #000
		}

		.accordion-content {
		padding: 10px 0;
		overflow: inherit;
		}

		.accordion-toggle span.toggle-icon {
		font-size: 14px;
		}

		/* h4 {
			font-size: 32px;
		} */
		.main {
			font-size: 35px;
		}
		.portfolio-margin {
			margin: 80px 30px 0 30px;
		}
		.parallax {
			height: 200px;
		}
}


@media (max-width:560px) {
	/* h4 {
		font-size: 19px;
		} */
	h1 {
		font-size: 40px;
	}
	.main {
		font-size: 26px;
		top: 140px;
		max-width: 300px;
	}
	.main-descr {
		font-size: 17px;
		top: 180px;
	}
	.portfolio {
			margin: 80px 30px 0 30px;
	}
	.parallax {
		height: 190px;
	}
	/*.surprise:after {
		font-size: 17px;
		content: "I love mousse";
	}*/
}

@media (max-width: 342px) {
	.header-logo a {
		font-size: 9px;
	}
}
