body {
	font-family: 'Batang', sans-serif;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

a,
a:hover,
a:focus {
	color: #40B5AD;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.social-link {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.section-home {
	position: relative;
}

.banner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 700px;
	width: 100%;
	z-index: -1;
}

.slider-container {
	width: 100%;
	position: relative;
	padding: 0;
}

.slider-banner {
	width: 100%;
	position: relative;
}

.slider-banner ul {
	margin: 0px;
	padding: 0px;
}

.slider-banner ul li {
	list-style: none;
}

.home-container {
	text-align: center;
	border-top-style: ridge;
	border-top: 10px solid rgba(255, 255, 255, 0.2);
	border-bottom: 10px solid rgba(255, 255, 255, 0.2);
	font-family: 'Fraunces', sans-serif;
	color: #fff;
	margin-top: 15%;
}

.home-wrapper {
	min-height: 200px;
	background-color: rgba(0, 0, 0, 0.2);
}

.banner img {
	width: 100%;
	height: 800px;
}

.logo {
	width: 175px;
	height: 175px;
	margin: auto;
	margin-top: -90px;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	border: 10px solid rgba(255, 255, 255, 0.3);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.logo img {
	width: 155px !important;
	height: 155px !important;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	overflow: hidden;
	position: absolute;
	left: 0px !important;
	top: 0px !important;
}

.home-text {
	padding-top: 20px;
}

.home-text h1 {
	font-weight: 900;
	font-size: 70px;
	letter-spacing: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.home-text h2 {
	font-size: 28px;
	font-weight: 100;
	margin-top: 10px;
	letter-spacing: 2px;
	margin-bottom: 50px;
}

.clear {
	clear: both;
}

.section-about {
	padding-top: 80px;
	overflow: hidden;
}

/** navigation start **/

.navigation {
	/* background-color: #424242; */
	background-color: #40B5AD;
	/*margin-bottom:50px;*/
}

.navigation .navbar {
	margin-bottom: 0px;
}

.navigation .nav>li>a {
	padding: 0px 15px;
}

.navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.navigation ul>li {
	font-family: 'Fraunces', serif;
	font-size: 20px;
	color: #FFF;
}

.navigation ul.nav>li>a {
	height: 100px;
	display: inline-block;
	line-height: 100px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-shadow: none;
}

.navigation ul.nav>li>a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin-right: 0px;
	outline: none;
}

.navigation ul li.current>a,
.navigation ul li a:hover,
.navigation ul li a:focus,
.navigation ul li a:active {
	background-color: #353535;
	color: #40B5AD;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.navigation.sticky-nav {
	position: fixed;
	width: 100%;
	z-index: 1001;
	top: 0;
}

.navigation.sticky-nav ul.nav>li>a {
	height: 50px;
	display: inline-block;
	line-height: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.sticky-logo {
	line-height: 100px;
}

.sticky-logo img {
	height: 100px;
}

.navigation.sticky-nav .sticky-logo {
	line-height: 50px;
}

.navigation.sticky-nav .sticky-logo img {
	/* height: 35px; */
}

/** navigation end **/

.section-about .content {
	padding-left: 30px;
}

h1.section-heading {
	margin: 0px;
	margin-top: -10px;
	font-family: 'Fraunces', sans-serif;
	font-size: 62px;
	font-weight: 900;
	font-style: italic;
	background-color: #40B5AD;
	padding: 10px 30px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	display: inline-block;
}

h2.section-subheading {
	margin: 0px;
	height: 70px;
	margin-top: 5px;
	line-height: 70px;
	font-size: 16px;
	font-weight: 400;
	font-color: black;
	/* background-color: #5c5c5c; */
	padding: 0px 20px;
	/*width:550px;*/
	border-radius: 4px;
	/* color: #fff; */
	letter-spacing: 1;
}

h2.section-subheading.about {
	margin: 0px;
	height: 70px;
	margin-top: 5px;
	line-height: 70px;
	font-size: 20px;
	font-weight: 600;
	/* font-style: italic; */
	/* background-color: #40B5AD; */
	padding: 0px 20px;
	width: 550px;
	border-radius: 4px;
	/* color: #fff; */
	letter-spacing: 1;
}

.section-about h2 span {
	font-weight: 200;
	letter-spacing: 1;
}

.section-about .text {
	margin-top: -20px;
}

.about-img img {
	/* margin: 0px 0 0 -70px; */
	margin: 0px 0 0 0px;
}

.text.about p {
	font-size: 16px;
	line-height: 32px;
	padding-top: 20px;
	color: #292c34;
	font-weight: 400;
}

.sign {
	/* margin-top: 50px; */
	margin-left: 30px;
	display: block;
	margin-bottom: 10px;
}

.custombtn {
	background-color: #5c5c5c;
	height: 50px;
	border-radius: 3px;
	width: 240px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 40px;
}

.custombtn:hover {
	background-color: #40B5AD;
}

.custombtn .icons {
	float: left;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.2);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.custombtn .icons i {
	font-size: 24px;
	line-height: 45px;
	padding-left: 15px;
	padding-top: 2px;
}

.custombtn .text {
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 15px;
	float: left;
}

/** section skill start **/

.section-title {
	text-align: center;
}

.section-title h1 {
	margin: auto;
	text-transform: uppercase;
}

.section-skill {
	min-height: 755px;
	/* background:#efeded url("../img/about-bg.jpg") no-repeat fixed center; */
	background-size: cover;
	padding-top: 80px;
}

.section-subheading-nobg {
	margin-top: 25px;
	font-size: 19px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 80px;
	letter-spacing: 1;
}

.skill {
	min-height: 180px;
	background-color: #fff;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
}

.pad30 {
	padding: 0 30px;
}

.skill .name {
	width: 50%;
	float: left;
	min-height: 180px;
	background-color: #424242;
	z-index: 100;
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}

.skill .knob {
	z-index: 90;
	float: left;
	width: 50%;
	text-align: center;
}

.skill .label {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 75px;
	width: 100%;
	float: left;
	white-space: normal;
	line-height: 22px;
}

.skill-heading {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #40B5AD;
	padding-top: 20px;
}

.skill-subheading {
	margin: 0px;
	padding: 0px;
	color: #adadad;
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
}

.skill p {
	padding: 25px 0px;
	font-size: 15px;
	line-height: 22px;
	color: #35353c;
}

.skillnews {
	background-color: #fff;
	min-height: 80px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 70px;
	border-radius: 4px;
}

.skillnews h2 {
	margin: 0px;
	padding: 0px;
	color: #40B5AD;
	font-size: 28px;
	text-transform: uppercase;
}

.skillnews h3 {
	padding: 0px;
	margin: 0px;
	color: #292c34;
	margin-top: 10px;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.5;
}

.arrow {
	border-color: transparent transparent transparent #424242;
	border-style: solid;
	border-width: 9px;
	width: 0;
	height: 0;
	float: right;
	margin-right: -18px;
	margin-top: 75px;
	position: relative;
}

.chart {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-top: 40px;
	text-align: center;
}

.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.percent {
	display: inline-block;
	line-height: 110px;
	z-index: 2;
	font-size: 25px;
	color: #3e3e3e;
}

.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}

/** section skill end **/

/** section experience start **/

.experience-timeline {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
}

.experience-timeline:before {
	background-color: #424242;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: 0;
}

.section-experience {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section-experience .row {
	margin-top: 60px;
}

.section-experience .row.first {
	margin-top: 10px;
}

.timeline-item-left {
	background-image: url(../img/exp-side-bg.jpg);
}

.timeline-marker {
	background-color: #40B5AD;
	/*width:250px;*/
	height: 60px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	margin-top: 55px;
	position: relative;
}

.timeline-marker .timeline-date {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1;
	text-transform: uppercase;
	padding: 18px;
}

.timeline-details .skill-heading {
	padding-top: 0px;
	text-transform: uppercase;
}

.experience-timeline .left {
	margin-right: 30px;
}

.experience-timeline .right {
	margin-left: 30px;
}

.experience-timeline .timeline-divider {
	background: url("../img/timeline-divider.jpg") no-repeat;
	width: 33px;
	height: 59px;
	float: right;
	margin: 58px -31px 0 0;
	color: #fff;
	text-align: center;
}

.experience-timeline .timeline-divider i {
	padding-top: 22px;
}

.timeline-details .skill p {
	line-height: 26px;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.fc {
	margin: auto;
}

.arrow-left {
	border-color: transparent #40B5AD transparent transparent;
	border-style: solid;
	border-width: 9px;
	width: 0;
	height: 0;
	/*float:left;*/
	left: -18px;
	top: 20px;
	position: absolute;
}

.arrow-right {
	border-color: transparent transparent transparent #40B5AD;
	border-style: solid;
	border-width: 9px;
	width: 0;
	height: 0;
	/*float:right;*/
	right: -18px;
	top: 20px;
	position: absolute;
}

.tar {
	text-align: right;
}

p.tar {
	padding-right: 0px;
}

/** section experience end **/

/** section counter start **/

.section-counter {
	margin-top: 60px;
	background-color: #f8745b;
	background-image: url("../img/experience-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}

.vc {
	margin-top: 20px;
}

.counter {
	height: 220px;
	width: 220px;
	border: 10px solid rgba(255, 255, 255, 0.2);
	border-radius: 110px;
	/*display:inline-block;*/
}

.text-title {
	text-align: center;
	;
	font-size: 72px;
	color: #fff;
	margin-top: 30px;
	font-weight: 900;
	margin-bottom: 0px;
}

.text-subtitle {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1;
	margin-top: -12px;
}

/** section counter end **/

/**section education start**/

.section-education {
	background-color: #f1f1f1;
}

.section-education {
	padding-top: 80px;
	padding-bottom: 40px;
}

.education {
	min-height: 120px;
	margin-bottom: 32px;
}

.section-education .details {
	width: 39%;
	float: left;
	height: 120px;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	z-index: 100;
	display: table;
}

.section-education .year {
	background-color: #424242;
	height: 120px;
	border-radius: 5px;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: left;
	width: 20%;
	z-index: 500;
	position: relative;
	display: table;
}

.section-education .year h2 {
	color: #fff;
	font-size: 17px;
	margin-top: 22%;
	text-align: center;
}

.reddot {
	height: 30px;
	width: 30px;
	background-color: #40B5AD;
	border: 5px solid #fff;
	border-radius: 15px;
	position: absolute;
}

.left-dot {
	left: -15px;
	top: 44px;
}

.right-dot {
	top: 44px;
	right: -15px;
}

.details.higherz {
	z-index: 300;
}

.content h2 {
	padding: 0px;
	margin: 0px;
	color: #424242;
	font-size: 19px;
	margin-bottom: 8px;
	font-weight: 500;
}

.content p {
	padding: 0px;
	margin: 0px;
	color: #999;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 0.5;
	line-height: 24px;
}

.content {
	top: 50%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	padding-right: 25px;
	/*position:relative;*/
}

.details.higherz .content {
	padding-left: 15px;
}

.year .content {
	padding: 0px;
	text-align: center;
}

.year .content h2 {
	color: #fff;
	padding: 0px;
	font-size: 17px;
	margin-right: 20px;
	padding-top: 7px;
	letter-spacing: 1;
}

/**section education end**/

/** section works start**/

.section-works {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f1f1f1;
}

.connect-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.client-section {
	background-color: #fff;
	padding: 80px 0;
}

.clients-logo {
	text-align: center;
}

.clients-logo ul {
	margin: 0px;
	padding: 0px;
}

.clients-logo li {
	list-style: none;
	display: inline-block;
	border: #eaeaea 1px solid;
	margin: 5px;
}

.data {
	min-height: 180px;
	background-color: #fff;
	border-radius: 4px;
	width: 100%;
	/*margin-left:50px;*/
}

.data h3 a {
	font-size: 20px;
}

.data h3 a:hover,
.data h3 a:focus {
	text-decoration: none;
}

.post-date {
	margin-left: 20px;
}

.post-date i {
	margin-right: 5px;
}

.data-heading {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #40B5AD;
	padding-top: 20px;
	padding-left: 0px;
}

.data-subheading {
	margin: 0px;
	padding: 0px;
	color: #adadad;
	font-size: 14px;
	/*padding-left:30px;*/
	font-weight: 300;
	margin-top: 10px;
}

.data p {
	padding: 25px 0px;
	font-size: 15px;
	line-height: 22px;
	color: #35353c;
}

.mt80 {
	margin-top: 80px;
}

/** section works end**/

/**section portfolio start**/

.section-portfolio {
	padding-top: 80px;
	padding-bottom: 80px;
}

.section-portfolio .section-title {
	margin-bottom: 50px;
}

.tags {
	margin-bottom: 30px;
}

.tags ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.tags ul li {
	margin: 0px;
	list-style-type: none;
	display: inline;
	margin-right: 3px;
	height: 40px;
	padding: 10px 25px;
	line-height: 40px;
	border: 1px solid #f1f1f1;
	cursor: pointer;
	font-size: 14px;
}

.tags ul li.selected,
.tags ul li:hover {
	background-color: #40B5AD;
	color: #fff;
	border-color: #40B5AD;
}

.portfolio {
	margin-top: 40px;
}

.portfolio .item {
	margin-bottom: 30px;
}

.portfolio .item img {
	width: 100%;
}

/**section portfolio end**/

/** section testimonial **/

.section-testimonial {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f1f1f1;
}

.testimonial-thumb {
	width: 215px;
	float: left;
	margin-right: 30px;
}

.img-frame {
	position: relative;
	right: 0px;
	margin-bottom: 15px;
}

.img-frame .person {
	position: absolute;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	top: 16px;
	left: 31px;
	z-index: 100;
}

.img-frame .icon {
	position: absolute;
	left: 20px;
	top: 120px;
	z-index: 200;
}

.quote {
	font-size: 22px;
	font-style: italic;
	color: #a1a1a1;
	font-family: "Times New Roman", 'Fraunces', sans-serif;
	padding-top: 30px;
}

.quote p {
	font-family: "Times New Roman", 'Fraunces', sans-serif;
	font-weight: normal;
}

.left-arrow,
.right-arrow {
	margin-top: 60px;
	font-size: 32px;
	cursor: pointer;
}

.section-testimonial .details {
	width: 100%;
	text-align: center;
}

.section-testimonial .details h2 {
	color: #40B5AD;
	font-family: 'Fraunces Condensed', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.section-testimonial .details h3 {
	font-family: 'Fraunces Condensed', sans-serif;
	font-weight: 300;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #afafaf;
	margin-top: 5px;
}

.testimonial-pagination {
	text-align: center;
}

/** section testimonial end **/

/** section contact start **/

.section-contact {
	padding-top: 0px;
}

.location-map {
	width: 100%;
	height: 450px;
	border-bottom: #40B5AD 6px solid;
	overflow: hidden;
}

.draggable-monitor {
	background: url("../img/connect-monitor.png") no-repeat center;
	height: 243px;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 145px;
	position: relative;
}

.map-header {
	background-color: #40B5AD;
	border-bottom: 10px solid #e25e59;
}

.map-header .map-link {
	/* background-color: #40B5AD; */
	background-color: #40B5AD;
	padding: 0;
	height: 115px;
	line-height: 115px;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	width: 100%;
	display: inline-block;
	transition: all 200ms ease-in-out 0s;
	-webkit-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	-ms-transition: all 200ms ease-in-out 0s;
}

.map-header .map-link:hover,
.map-header .map-link:focus {
	text-decoration: none;
	transition: all 200ms ease-in-out 0s;
	-webkit-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	-ms-transition: all 200ms ease-in-out 0s;
}

.map-header .map-link i {
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-right: 35px;
	color: #40B5AD;
	text-align: center;
	font-size: 30px;
	transition: all 200ms ease-in-out 0s;
	-webkit-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	-ms-transition: all 200ms ease-in-out 0s;
}

.map-header .map-link:hover i {
	color: #363636;
	transition: all 200ms ease-in-out 0s;
	-webkit-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	-ms-transition: all 200ms ease-in-out 0s;
}

.contact-map {
	/*display:none;*/
	position: relative;
	overflow: hidden;
}

.contact-form {
	text-align: center;
	background-color: #fff;
	height: 400px;
	position: absolute;
	bottom: -388px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 101;
	width: 50%;
	margin-left: 25%;
	border-top: #FA6862 3px solid;
	border-bottom: #FA6862 6px solid;
}

.btn-contact {
	background-color: #FA6862;
	border: 0px;
	text-shadow: none !important;
	padding: 15px 30px 12px 30px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-contact:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #424242;
}

.toggle-contact-form {
	height: 10px;
	width: 50%;
	background-color: #40B5AD;
	margin-left: 25%;
	bottom: 0px;
	text-align: center;
	position: absolute;
	z-index: 106;
}

.form-toggle-icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #fff;
	border: #40B5AD 3px solid;
	position: relative;
	top: -40px;
}

.form-toggle-icon i {
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	text-align: center;
	font-size: 20px;
}

.contact-form .form-container {
	padding: 20px 50px 50px 50px;
}

.contact-form.panel-show {
	bottom: 6px !important;
	;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form h3 {
	text-transform: uppercase;
	color: #FA6862;
	font-size: 14px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}

.footer {
	background-color: #424242;
	padding: 40px 0;
	color: #c2c3c3;
}

.footer p {
	color: #c2c3c3;
	font-size: 14px;
	font-weight: 300;
	padding-top: 20px;
}

.f-address {
	margin-top: 20px;
	display: inline-block;
}

.f-address span {
	width: 70px;
	display: inline-block;
}

.f-address p {
	padding: 0;
}

.f-address a,
.copyright a {
	color: #c2c3c3;
}

.copyright {
	background-color: #363636;
	height: 105px;
	line-height: 105px;
	color: #c2c3c3;
	font-size: 12px;
}

.tweet-arrow {
	width: 46px;
	height: 32px;
	background: url(../img/tweet_arrow.png) no-repeat;
	display: inline-block;
	position: absolute;
	right: 65px;
	bottom: -30px;
}

.twitter-feed {
	background-color: #3a3a3a;
	padding: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	top: 40px;
}

.twitter-feed img.twt-avatar {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 5px solid #424242;
	margin-top: -63px;
}

.twitter-feed a {
	color: #40B5AD;
}

.twitter-feed span {
	color: #7d7d7d;
}

.twt-icon {
	float: right;
	margin-top: 48px;
}

.bold {
	font-weight: bold;
}

.twt-txt {
	padding: 0 !important;
	margin: 0;
	line-height: 25px;
	color: #fff !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
	box-shadow: none;
	border-color: #FA6862;
}

/*social link*/

.social-link {
	background: url(../img/social-link.png) no-repeat top left;
	display: inline-block;
	position: absolute;
}

.sprite-dribbble {
	background-position: 0 0;
	width: 69px;
	height: 68px;
	right: 9%;
	top: 170px
}

.sprite-facebook {
	background-position: 0 -118px;
	width: 69px;
	height: 68px;
	right: 15%;
	top: -80px;
}

.sprite-flickr {
	background-position: 0 -236px;
	width: 69px;
	height: 68px;
	right: 20%;
	top: 260px
}

.sprite-github {
	background-position: 0 -354px;
	width: 69px;
	height: 68px;
	left: 20%;
	top: 250px
}

.sprite-google-plus {
	background-position: 0 -472px;
	width: 69px;
	height: 68px;
	right: 16%;
	top: 80px
}

.sprite-instagram {
	background-position: 0 -590px;
	width: 69px;
	height: 68px;
	left: 20%;
	top: -80px;
}

.sprite-linkedin {
	background-position: 0 -708px;
	width: 69px;
	height: 68px;
	right: 7%;
	top: 30px;
}

.sprite-mail {
	background-position: 0 -826px;
	width: 69px;
	height: 68px;
	left: 47%;
	top: -108px
}

.sprite-printerest {
	background-position: 0 -944px;
	width: 69px;
	height: 68px;
	left: 5%;
	top: 170px
}

.sprite-twitter {
	background-position: 0 -1062px;
	width: 69px;
	height: 68px;
	left: 13%;
	top: 30px;
}

.sprite-youtube {
	background-position: 0 -1180px;
	width: 69px;
	height: 68px;
	left: 5%;
	top: -100px;
}

.drag-arrow {
	background: url("../img/draggable-arrow.png") no-repeat;
	width: 245px;
	height: 119px;
	position: absolute;
	right: 22%;
	top: -50px;
	z-index: 101;
}

#slides {
	min-height: 300px;
}

.portfolio-filter {
	text-align: center;
}

.portfolio-filter ul li {
	list-style: none;
	display: inline-block;
}

.portfolio-filter ul>li+li:before {
	color: #2c3e50;
	content: "/";
	padding: 0 5px;
	font-size: 14px;
	font-weight: 300;
}

.portfolio-filter ul li a {
	font-weight: 400;
	color: #2c3e50;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-size: 14px;
}

@-webkit-keyframes throb {
	0% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes throb {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
	}
}

#testimonial-carousel {
	width: 75%;
	margin: auto;
}

#testimonial-carousel .owl-pagination {
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
	margin-top: 20px;
	box-shadow: 1px 1px 10px rgba(000, 000, 000, .05);
	text-align: center;
	padding: 15px 15px 10px 15px;
}

#testimonial-carousel .owl-pagination .owl-page {
	padding: 0px 5px;
}

#testimonial-carousel .owl-controls .owl-page span {
	display: none !important;
}

#testimonial-carousel .owl-controls {
	position: relative;
}

#testimonial-carousel .owl-controls .item-link {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 2px;
	outline: none;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	opacity: .3;
	background-size: cover !important;
	background-position: 0px 0px !important;
}

#testimonial-carousel .owl-controls .active .item-link {
	opacity: 1;
}

#testimonial-carousel .owl-controls a:hover {
	opacity: 1;
}

#testimonial-carousel .owl-controls .owl-page span {
	display: none;
}

#testimonial-carousel .prev-owl,
#testimonial-carousel .next-owl {
	position: absolute;
	top: 5px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #c0c0c0;
	outline: none;
}

#testimonial-carousel .prev-owl:focus,
#testimonial-carousel .next-owl:focus {
	-webkit-box-shadow: 0 0 8px #cc4895;
	-moz-box-shadow: 0 0 8px #cc4895;
	box-shadow: 0 0 8px #cc4895;
}

#testimonial-carousel .prev-owl {
	left: 24px;
}

#testimonial-carousel .next-owl {
	right: 24px;
}

.grid-block {
	background: #f4f4f4;
	border: #eee 1px solid;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #aaa;
}

/*blog*/

.panel {
	border: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.blog-body {
	background: #f1f1f1;
}

.blog-section {
	padding: 80px 0;
}

.blog ul li {
	list-style-type: none;
}

.blog h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #424242;
	font-weight: 400;
	margin: 0px 0 10px 0;
	line-height: 30px;
}

.blog h1 a {
	color: #424242;
}

.blog h1 a:hover,
.blog h1 a:focus,
.auth-row a:hover,
.auth-row a:hover {
	color: #40B5AD;
}

.blog .auth-row {
	color: #c8c8c8;
	font-weight: 300;
	padding-bottom: 20px;
	font-size: 14px;
}

.auth-row a {
	color: #C8C8C8;
}

.blog .blog-img-wide img {
	width: 100%;
	padding-bottom: 25px;
}

.blog-img-sm img {
	width: 100%;
	padding-bottom: 0;
}

.blog p {
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 25px;
}

.blog a.more {
	margin-bottom: 10px;
	display: inline-block;
}

.blog .fa-quote-left {
	font-size: 20px;
	padding: 40px 0;
	color: #d3d3d3;
}

.blog-search,
.blog-search:focus {
	width: 83%;
	float: left;
	margin-right: 10px;
	background: #f1f1f1;
	border: none;
	height: 35px;
	box-shadow: none;
}

.btn-search {
	background-color: #40B5AD;
	color: #fff;
}

.btn-search:hover,
.btn-search:focus {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #424242;
	color: #fff;
}

.blog-post h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #424242;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 0px;
}

.blog-post h5 a {
	color: #424242;
	text-transform: uppercase;
	font-weight: bold;
}

.blog-post h5 a:hover,
.blog-post h5 a:focus,
.blog-post ul li a:hover,
.blog-post ul li a:focus {
	color: #40B5AD;
}

.blog-post p {
	padding-bottom: 0;
	color: #837f7e;
}

.blog-post ul {
	padding-left: 0;
	margin-bottom: 0;
}

.blog-post ul li {
	line-height: 35px;
	color: #837f7e;
}

.blog-post ul li a {
	line-height: 35px;
	color: #837f7e;
}

.blog-post ul li i {
	padding-right: 10px;
}

.carousel-indicators li {
	background: rgba(255, 255, 255, 0.5);
	border: none;
}

.carousel-indicators {
	margin-bottom: 20px;
}

.single-blog {
	width: 970px;
	margin: 0 auto;
}

blockquote {
	margin-left: 50px;
	color: #a1a1a1;
	font-style: italic;
}

blockquote p {
	line-height: 30px;
	padding-bottom: 0 !important;
}

.blog-tags {
	border-top: 1px solid #f1f1f1;
	margin: 30px 0 0 0;
	padding-top: 30px;
	display: inline-block;
	width: 100%;
}

.blog-tags a {
	background: #f1f1f1;
	color: #808086;
	padding: 5px 10px;
	margin-left: 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tag-social ul {
	background: #f1f1f1;
	height: 35px;
	padding-left: 0;
	margin-top: -5px;
	border-radius: 3px;
	position: relative;
	padding: 0 10px;
}

.tag-social ul:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 241, 241, 0);
	border-left-color: #f1f1f1;
	border-width: 5px;
	margin-top: -5px;
}

.tag-social ul li {
	float: left;
}

.tag-social ul li a {
	margin-top: 3px;
	display: inline-block;
	margin-left: 0;
}

.tag-social ul li a:hover,
.blog-cmnt .media-heading a:hover,
.blog-tags a:hover {
	color: #40B5AD;
}

.blog-tags a.btn-share {
	background-color: #40B5AD;
	margin-top: -10px;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}

ol.comment-list {
	list-style: none;
	padding-left: 0;
}

.blog .panel-body {
	padding: 30px;
}

.blog-cmnt.media>.pull-left {
	margin-right: 30px;
}

.blog-cmnt .media-heading,
.blog-cmnt .media-heading a {
	color: #414147;
	font-size: 14px;
	text-transform: uppercase;
}

.blog-cmnt .media-object {
	width: 105px;
	height: 102px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.blog-cmnt .media-object-child {
	width: 76px;
	height: 72px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.blog .blog-cmnt p {
	font-size: 15px;
	line-height: 25px;
	padding-top: 5px;
}

.mp-less {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.blog-cmnt .media-body span {
	color: #808086;
	padding-bottom: 20px;
	display: inline-block;
}

.bl-status {
	float: left;
	width: 100%;
}

.bl-status .reply {
	background: #f1f1f1;
	color: #808086;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: -5px;
}

.bl-status .reply:hover {
	background-color: #40B5AD;
	color: #fff;
	text-decoration: none;
}

.media,
.media .media {
	margin-top: 35px;
}

.cmnt-head {
	font-size: 24px !important;
}

.fade-txt {
	color: #adadad;
	font-size: 14px;
}

.leave-cmnt {
	width: 70%;
	margin: 20px auto;
}

.leave-cmnt input,
.leave-cmnt textarea,
.leave-cmnt input:focus,
.leave-cmnt textarea:focus {
	background: #f2f2f2;
	border: none;
	box-shadow: none;
}

.btn-post-cmnt {
	background-color: #40B5AD;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 12px 25px;
}

.btn-post-cmnt:hover {
	background: #414147;
	color: #fff;
}

.blog .pagination>li>a {
	margin: 0 3px;
	height: 35px;
	line-height: 25px;
}

.blog .pagination>li>a,
.blog .pagination>li>span {
	background: none;
	border: 1px solid #dadada;
	color: #424242;
	border-radius: 0;
}

.blog .pagination>li.active>a,
.blog .pagination>li>a:hover,
.blog .pagination>li.active>a:hover {
	background: #fff;
	color: #40B5AD;
	border-color: #dadada;
}

.post-content {
	padding: 20px;
}

.post-content img {
	width: 100%;
	margin-bottom: 20px;
}

.image-post img {
	margin-bottom: 0px;
}

.blog-container {
	margin-left: 20px;
	overflow: visible !important;
}

.blog-container .item {
	height: auto;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 0 5px rgba(000, 000, 000, .1);
	-webkit-box-shadow: 0 0 5px rgba(000, 000, 000, .1);
	-moz-box-shadow: 0 0 5px rgba(000, 000, 000, .1);
}

.post-content h4 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.post-content h4 a {
	font-size: 20px;
}

.post-content a {
	color: #444;
}

.post-content p {
	line-height: 2em;
}

.post-content p a {
	color: #888;
}

.post-content p a:hover,
.post-content p a:focus {
	color: #444;
}

.post-meta {
	color: #aaa;
	margin-bottom: 25px;
	font-size: 13px;
}

.post-meta a {
	color: #aaa;
}

.post-content a:hover,
.post-content a:focus {
	text-decoration: none;
	color: #40B5AD;
}

.post-action {
	padding-top: 15px;
}

.post-action a {
	padding-right: 10px;
	color: #aaa;
}

.quote-post {
	text-align: center;
	background-color: #f4c946;
	color: #fff;
	padding: 20px 10px;
}

.quote-post a {
	color: #fff;
}

.quote-post a:hover,
.quote-post a:focus {
	color: #fff;
	text-decoration: none;
}

.post-content blockquote {
	margin: 0px;
	border: 0px;
	color: #fff;
	font-style: normal;
}

.post-content blockquote p {
	line-height: 1.3em;
	color: #fff;
	font-size: 16px;
}

.btn-load {
	text-align: center;
}

.btn-view-all {
	background-color: #FA6862;
	padding: 15px 20px 15px 20px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
}

.btn-view-all:hover {
	background-color: #5c5c5c;
	color: #fff;
}

.q-icon {
	position: relative;
	top: -10px;
}

.q-poster {
	font-family: "Times New Roman", 'Fraunces', sans-serif;
	font-style: italic;
	font-size: 20px;
}

.blog-container .item-w2 {
	width: 40%;
}

.blog-container .item-h2 {
	height: 322px;
	background: #7CB744;
}

.blog-container .item-h3 {
	height: 485px;
	background: #38B5E5;
}

.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.mega-hover a {
	height: 100%;
	width: 100%;
	display: table;
	position: absolute;
	top: 0px;
	left: 0px;
}

.mega-hover a i {
	height: 100%;
	width: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
}

.mega-hover a:hover,
.mega-hover a:focus {
	text-decoration: none;
}

.top-scroll-bar {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 50px;
	z-index: 1001;
}

.scroll-down {
	width: 60px;
	height: 60px;
	display: inline-block;
	position: relative;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: rgba(255, 255, 255, .3) 2px solid;
	background: rgba(255, 255, 255, .1);
}

.scroll-down:hover {
	background: rgba(255, 255, 255, .0);
	border: rgba(255, 255, 255, .8) 2px solid;
	color: rgba(255, 255, 255, .8);
}

.scroll-down i {
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 24px;
	color: rgba(255, 255, 255, .6);
}

#scrollUp {
	width: 40px;
	height: 40px;
	background: #444;
	text-align: center;
	position: fixed;
	/* this is the magic */
	bottom: 0px;
	/* together with this to put the div at the bottom*/
	right: 10px;
	cursor: pointer;
	display: none;
	color: #333;
}

#scrollUp i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}

.post-img a {
	position: relative;
}

.tp-banner {
	/* background-color: #FA6862; */
}

.tp-banner ul {
	padding: 0px;
	margin: 0px;
}

.tp-banner li {
	list-style: none;
}

.main-title {
	font-size: 70px;
	font-weight: 900;
	letter-spacing: 3px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Fraunces', sans-serif;
}

.info-title {
	font-size: 28px;
	font-weight: 100;
	letter-spacing: 2px;
	margin-bottom: 50px;
	margin-top: 10px;
	font-family: 'Fraunces', sans-serif;
	color: #fff;
}

/*==Flickr==*/

.footer-w-head {
	font-size: 18px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
	border-bottom: #838383 1px solid;
	position: relative;
	color: #fff;
}

.footer-w-head:after {
	width: 60px;
	height: 0px;
	content: "";
	position: absolute;
	left: 0px;
	bottom: -1px;
	border-bottom: #fff 1px solid;
}

.flickr-feed,
.awards-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.flickr-feed li {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin: 5px;
}

.flickr-feed li a img {
	width: 100%;
	height: 100%;
}

.flickr-feed li a:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
	-moz-filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.awards-list li {
	line-height: normal;
	margin-bottom: 10px;
}

.awards-list li .award-thumb {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin: 8px 10px 0px 5px;
	float: left;
}

.awards-list li .award-thumb img {
	width: 100%;
	height: 100%;
}

.awards-list li .award-title {
	display: block;
}

.awards-list li .award-title a {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 4px;
}

.awards-list li p {
	padding: 0px;
	color: #9b9b9b;
}

.award-date {
	display: block;
	margin-top: 3px;
	font-size: 12px;
}

/*===MODAL===*/

.portfolio-modal {
	background-color: #fff;
	height: auto;
	width: 90%;
	padding: 0px;
	margin: 8% auto;
}

.portfolio-modal-content {
	padding-right: 40px;
	padding-bottom: 40px;
}

.portfolio-modal-content p {
	line-height: 2em;
}

.modal-img {
	padding: 20px;
}

.modal-img img {
	width: 100%;
}

.modal-exit {
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	background-color: #ccc !important;
}

.page-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

.page-loader {
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	margin: 20% auto 0 auto;
	font-size: 12px;
}

.spinner {
	border: 2px solid #eeeeee;
	font-size: 40px;
	width: 1em;
	height: 1em;
	border-radius: .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top-color: #333;
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.drag-place {
	height: 196px;
	margin: auto;
	position: relative;
	top: 14px;
	width: 314px;
	z-index: 100;
}

.social-link-drag {
	z-index: 102;
	-webkit-transition: all 0.0s !important;
	-moz-transition: all 0.0s !important;
	transition: all 0.0s !important;
}

.social-drag-hover {
	background: rgba(250, 104, 98, .3);
	border: #FA6862 2px dotted;
}

.firstHeading {
	margin-top: 0px;
	font-size: 14px;
}

/* Hidden SEO */
.hidden {
	position: absolute;
	left: -9999px;
}
/* Hidden SEO */

/* Politica de cookies */
.wrap-collabsible {
	margin-bottom: 1.2rem 0;
}

.input[type='checkbox'] {
	display: none;
}

.lbl-toggle {
	display: block;
	font-weight: bold;
	font-family: monospace;
	font-size: 1.2rem;
	text-transform: uppercase;
	text-align: center;
	padding: 1rem;
	color: white;
	background: #40B5AD;
	cursor: pointer;
	border-radius: 7px;
	transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
	color: #40B5AD;
}

.lbl-toggle::before {
	content: ' ';
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid currentColor;
	vertical-align: middle;
	margin-right: .7rem;
	transform: translateY(-2px);
	transition: transform .2s ease-out;
}

.toggle:checked+.lbl-toggle::before {
	transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
	max-height: 0px;
	overflow: hidden;
	transition: max-height .25s ease-in-out;
}

.toggle:checked+.lbl-toggle+.collapsible-content {
	max-height: 2700px;
}

.toggle:checked+.lbl-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
	/* background: rgba(250, 224, 66, .2); */
	border-bottom: 1px solid rgba(250, 224, 66, .45);
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	padding: .5rem 1rem;
}
/* Politica de cookies */