/*
Theme Name: Duelmotion
Version: 1.0.0
Author: ABdev
Author URI: http://www.ab-themes.com
Description: Fully Responsive OnePage Parallax WordPress Theme
Theme URI: http://themeforest.net/user/ABdev/portfolio?ref=ABdev
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, gray, green, orange, pink, purple, red, white, yellow, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, responsive-layout, custom-colors, custom-menu, full-width-template, theme-options, translation-ready



/*-----------------------------------------------------------------*/
/* 01. CSS RESET
/*-----------------------------------------------------------------*/
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video, a {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		outline: 0px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}

	html { 
		min-height: 100%;
		margin: 0;
		padding: 0;
	}

	img {
		max-width: 100%;
		height:auto;
		width: auto;
		vertical-align: middle;
		border: 0;
		-ms-interpolation-mode: bicubic;
	}

	input[type="text"],input[type="password"],input[type="email"], textarea {
		-webkit-appearance: none;
		width: 100%;
		font-family: inherit; 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #d9d9d9;
	}


/*-----------------------------------------------------------------*/
/* 02. Global styles
/*-----------------------------------------------------------------*/
	body{
		font-family: 'Lato', sans-serif;
		color: #858585;
		font-size: 13px;
		line-height: 24px;
	}

	body.preloader{
		visibility: hidden;
	}

	#jpreOverlay {
		background-color: #000000;
	}

	#jpreSlide{
		display: none;
	}

	#jpreLoader{
		width:50%;
		height:25px;
	}

	#jpreBar{
		border-top: 1px solid #aaa;
	}

	#jprePercentage {
		color:#aaa;
		font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
		text-align:center;
		font-size: 40px;
	}

	a{
		color: #505050;
		text-decoration: none;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	a:hover{
		color: #656565;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	p{
		margin: 24px 0;
	}

	hr{
		background-color: #d9d9d9;
		display: block;
		height: 1px;
		border-color: #d9d9d9; 
		border: 0;
		padding: 0; 
	}

	section{
		padding: 80px 0 40px 0;
	}

	ul,
	ol{
		margin-left: 20px;
	}

	h1, h2, h3, h4, h5, h6{
		font-family: Lato;
		font-weight: normal;
		color: #505050;
		margin-bottom: 17px;
	}

	h1{
		font-size: 30px;
		line-height: 30px;
	}

	h2{
		font-size: 24px;
		line-height: 24px;
	}

	h3{
		font-size: 20px;
		line-height: 20px;
	}

	h4{
		font-weight: 700;
		font-size: 16px;
		line-height: 16px;
	}

	h5{
		font-size: 16px;
		line-height: 16px;
	}

	h6{
		font-size: 13px;
		line-height: 13px;
		font-weight: 700;
	}

	.column_title{
		font-family: Montserrat;
		font-weight: 700;
		font-size: 30px;
		margin-bottom: 40px;
		text-transform: uppercase;
		background: url(images/column_title_bg.png);
	}

	.column_title span{
		background: #fff;
		display: inline-block;
		padding-right: 10px;
	}

	.main_title{
		text-align: center;
	}

	.main_title span{
		font-family: Montserrat;
		font-weight: 700;
		display: inline-block;
		background: #1bbc9b;
		color: #fff;
		text-transform: uppercase;
		font-size: 30px;
		line-height: 30px;
		padding: 11px 24px 10px 24px;
		box-shadow: 0px 0px 0px 2px #1bbc9b;
		border: 3px solid #fff;
		margin-bottom: 49px;
	}

	.dnd_section_DD header,
	.dnd_section_DD footer{
		text-align: center;
	}

	.dnd_section_DD header h3{
		font-family: Montserrat;
		font-weight: 700;
		display: inline-block;
		background: #1bbc9b;
		color: #fff;
		text-transform: uppercase;
		font-size: 30px;
		line-height: 30px;
		padding: 11px 24px 10px 24px;
		box-shadow: 0px 0px 0px 2px #1bbc9b;
		border: 3px solid #fff;
		margin-bottom: 49px;
	}

	.dnd_section_DD header p{
		font-family: Lato;
		font-weight: 300;
		font-size: 18px;
		margin-bottom: 75px;
	}

	.dnd_section_DD.pattern_overlayed header h3{
		background: #fff;
		color: #505050;
		border-color: #505050;
		box-shadow: 0px 0px 0px 2px #fff;

	}

	.section_gray_body .dnd_section_content{
		background: #f4f4f4;
		padding: 55px 0;
	}

	.section_body_fullwidth .dnd_section_content .dnd_container{
		width: 100%;
	}


	input{
		padding: 8px 0 8px 20px;
		margin-bottom: 12px;
	}

	textarea{
		padding: 7px 20px;
		margin-bottom: 36px;
	}

	.placeholder{
		color: #929292;
	}

	strong,
	.strong{
		font-weight: bold;
	}

	.underlined{
		display: inline-block;
		background: url("images/underlined_bg.png") bottom repeat-x;
	}

	.italic{
		font-style: italic;
	}

	.highlighted,
	.search-highlight{
		background: #f1eb3c;
		display: inline-block;
		padding: 0 3px;
	}

	.alignleft{
		float: left;
		margin-right: 30px;
	}

	.alignright{
		float: right;
		margin-left: 30px;
	}

	.color_highlight{
		color: #1bbc9b;
	}

	.bold{
		font-weight: 700;
	}

	.dnd_dropcap{
		position: relative;
		top: 6px;
		background: #1bbc9b;
	}

	.section_color_background{
		background: #1bbc9b;
		margin-bottom: 0;
	}

	.leading_line{
		margin-bottom: 80px !important;
	}

	.leading_line:after{
		content: "";
		display: block;
		position: relative;
		bottom: -40px;
		width: 70px;
		height: 5px;
		background: #1bbc9b;
	}

	.center_aligned.leading_line:after{
		left: 50%;
		margin-left: -35px;
	}

	.right_aligned.leading_line:after{
		left: 100%;
		margin-left: -70px;
	}

	.last_child{
		margin-right: 0 !important;
	}

	.content_with_right_sidebar{
	}

	.content_with_left_sidebar{
		float:right !important;
	}

	.span12.content_with_right_sidebar{
		padding-right: 0;
	}

	.left_aligned{
		text-align: left;
	}

	.right_aligned{
		text-align: right;
	}

	.center_aligned,
	.aligncenter{
		text-align: center;
	}

	.no_padding_bottom{
		padding-bottom: 0;
	}

	.no_padding_top{
		padding-top: 0;
	}

	.wp-caption.aligncenter{
		width: 100% !important;
	}

	.margin_bottom{
		margin-bottom: 40px;
	}

	sub {
		vertical-align: sub;
		font-size: smaller;
	}

	sup {
		vertical-align: super;
		font-size: smaller;
	}

	table {
		line-height: 2;
		margin: 0 0 40px;
		width: 100%;
	}

	th{
		font-weight: 700;
	}

	.pattern_overlayed{
		position: relative;
		color: #fff !important;
	}

	.pattern_overlayed:before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url(images/pattern_overlay.png);
		z-index: 0;	
	}

	.pattern_overlayed .dnd_container{
		z-index: 1;
		position: relative;
	}

	.long_shadow i{
		text-shadow:  0px 0px 0px #d6d6d6,  -1px 1px 0px #d6d6d6,  -2px 2px 0px #d6d6d6,  -3px 3px 0px #d6d6d6,  -4px 4px 0px #d6d6d6,  -5px 5px 0px #d6d6d6,  -6px 6px 0px #d6d6d6,  -7px 7px 0px #d6d6d6,  -8px 8px 0px #d6d6d6,  -9px 9px 0px #d6d6d6,  -10px 10px 0px #d6d6d6,  -11px 11px 0px #d6d6d6,  -12px 12px 0px #d6d6d6,  -13px 13px 0px #d6d6d6,  -14px 14px 0px #d6d6d6,  -15px 15px 0px #d6d6d6,  -16px 16px 0px #d6d6d6,  -17px 17px 0px #d6d6d6,  -18px 18px 0px #d6d6d6,  -19px 19px 0px #d6d6d6,  -20px 20px 0px #d6d6d6,  -21px 21px 0px #d6d6d6,  -22px 22px 0px #d6d6d6,  -23px 23px 0px #d6d6d6,  -24px 24px 0px #d6d6d6,  -25px 25px 0px #d6d6d6,  -26px 26px 0px #d6d6d6,  -27px 27px 0px #d6d6d6,  -28px 28px 0px #d6d6d6,  -29px 29px 0px #d6d6d6,  -30px 30px 0px #d6d6d6,  -31px 31px 0px #d6d6d6,  -32px 32px 0px #d6d6d6,  -33px 33px 0px #d6d6d6,  -34px 34px 0px #d6d6d6,  -35px 35px 0px #d6d6d6,  -36px 36px 0px #d6d6d6,  -37px 37px 0px #d6d6d6,  -38px 38px 0px #d6d6d6,  -39px 39px 0px #d6d6d6,  -40px 40px 0px #d6d6d6,  -41px 41px 0px #d6d6d6,  -42px 42px 0px #d6d6d6,  -43px 43px 0px #d6d6d6,  -44px 44px 0px #d6d6d6,  -45px 45px 0px #d6d6d6,  -46px 46px 0px #d6d6d6,  -47px 47px 0px #d6d6d6,  -48px 48px 0px #d6d6d6,  -49px 49px 0px #d6d6d6,  -50px 50px 0px #d6d6d6,  -51px 51px 0px #d6d6d6,  -52px 52px 0px #d6d6d6,  -53px 53px 0px #d6d6d6,  -54px 54px 0px #d6d6d6,  -55px 55px 0px #d6d6d6,  -56px 56px 0px #d6d6d6,  -57px 57px 0px #d6d6d6,  -58px 58px 0px #d6d6d6,  -59px 59px 0px #d6d6d6,  -60px 60px 0px #d6d6d6,  -61px 61px 0px #d6d6d6,  -62px 62px 0px #d6d6d6,  -63px 63px 0px #d6d6d6,  -64px 64px 0px #d6d6d6,  -65px 65px 0px #d6d6d6,  -66px 66px 0px #d6d6d6,  -67px 67px 0px #d6d6d6,  -68px 68px 0px #d6d6d6,  -69px 69px 0px #d6d6d6,  -70px 70px 0px #d6d6d6,  -71px 71px 0px #d6d6d6,  -72px 72px 0px #d6d6d6,  -73px 73px 0px #d6d6d6,  -74px 74px 0px #d6d6d6,  -75px 75px 0px #d6d6d6,  -76px 76px 0px #d6d6d6,  -77px 77px 0px #d6d6d6,  -78px 78px 0px #d6d6d6,  -79px 79px 0px #d6d6d6,  -80px 80px 0px #d6d6d6,  -81px 81px 0px #d6d6d6,  -82px 82px 0px #d6d6d6,  -83px 83px 0px #d6d6d6,  -84px 84px 0px #d6d6d6,  -85px 85px 0px #d6d6d6,  -86px 86px 0px #d6d6d6,  -87px 87px 0px #d6d6d6,  -88px 88px 0px #d6d6d6,  -89px 89px 0px #d6d6d6,  -90px 90px 0px #d6d6d6,  -91px 91px 0px #d6d6d6,  -92px 92px 0px #d6d6d6,  -93px 93px 0px #d6d6d6,  -94px 94px 0px #d6d6d6,  -95px 95px 0px #d6d6d6,  -96px 96px 0px #d6d6d6,  -97px 97px 0px #d6d6d6,  -98px 98px 0px #d6d6d6,  -99px 99px 0px #d6d6d6,  -100px 100px 0px #d6d6d6,  -101px 101px 0px #d6d6d6,  -102px 102px 0px #d6d6d6,  -103px 103px 0px #d6d6d6,  -104px 104px 0px #d6d6d6,  -105px 105px 0px #d6d6d6,  -106px 106px 0px #d6d6d6,  -107px 107px 0px #d6d6d6,  -108px 108px 0px #d6d6d6,  -109px 109px 0px #d6d6d6,  -110px 110px 0px #d6d6d6,  -111px 111px 0px #d6d6d6,  -112px 112px 0px #d6d6d6,  -113px 113px 0px #d6d6d6,  -114px 114px 0px #d6d6d6,  -115px 115px 0px #d6d6d6,  -116px 116px 0px #d6d6d6,  -117px 117px 0px #d6d6d6,  -118px 118px 0px #d6d6d6,  -119px 119px 0px #d6d6d6,  -120px 120px 0px #d6d6d6,  -121px 121px 0px #d6d6d6,  -122px 122px 0px #d6d6d6,  -123px 123px 0px #d6d6d6,  -124px 124px 0px #d6d6d6,  -125px 125px 0px #d6d6d6,  -126px 126px 0px #d6d6d6,  -127px 127px 0px #d6d6d6,  -128px 128px 0px #d6d6d6,  -129px 129px 0px #d6d6d6,  -130px 130px 0px #d6d6d6,  -131px 131px 0px #d6d6d6,  -132px 132px 0px #d6d6d6,  -133px 133px 0px #d6d6d6,  -134px 134px 0px #d6d6d6,  -135px 135px 0px #d6d6d6,  -136px 136px 0px #d6d6d6,  -137px 137px 0px #d6d6d6,  -138px 138px 0px #d6d6d6,  -139px 139px 0px #d6d6d6,  -140px 140px 0px #d6d6d6,  -141px 141px 0px #d6d6d6,  -142px 142px 0px #d6d6d6,  -143px 143px 0px #d6d6d6,  -144px 144px 0px #d6d6d6,  -145px 145px 0px #d6d6d6,  -146px 146px 0px #d6d6d6,  -147px 147px 0px #d6d6d6,  -148px 148px 0px #d6d6d6,  -149px 149px 0px #d6d6d6,  -150px 150px 0px #d6d6d6;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.long_shadow:hover i{
		text-shadow:  0px 0px 0px #07a887,  -1px 1px 0px #07a887,  -2px 2px 0px #07a887,  -3px 3px 0px #07a887,  -4px 4px 0px #07a887,  -5px 5px 0px #07a887,  -6px 6px 0px #07a887,  -7px 7px 0px #07a887,  -8px 8px 0px #07a887,  -9px 9px 0px #07a887,  -10px 10px 0px #07a887,  -11px 11px 0px #07a887,  -12px 12px 0px #07a887,  -13px 13px 0px #07a887,  -14px 14px 0px #07a887,  -15px 15px 0px #07a887,  -16px 16px 0px #07a887,  -17px 17px 0px #07a887,  -18px 18px 0px #07a887,  -19px 19px 0px #07a887,  -20px 20px 0px #07a887,  -21px 21px 0px #07a887,  -22px 22px 0px #07a887,  -23px 23px 0px #07a887,  -24px 24px 0px #07a887,  -25px 25px 0px #07a887,  -26px 26px 0px #07a887,  -27px 27px 0px #07a887,  -28px 28px 0px #07a887,  -29px 29px 0px #07a887,  -30px 30px 0px #07a887,  -31px 31px 0px #07a887,  -32px 32px 0px #07a887,  -33px 33px 0px #07a887,  -34px 34px 0px #07a887,  -35px 35px 0px #07a887,  -36px 36px 0px #07a887,  -37px 37px 0px #07a887,  -38px 38px 0px #07a887,  -39px 39px 0px #07a887,  -40px 40px 0px #07a887,  -41px 41px 0px #07a887,  -42px 42px 0px #07a887,  -43px 43px 0px #07a887,  -44px 44px 0px #07a887,  -45px 45px 0px #07a887,  -46px 46px 0px #07a887,  -47px 47px 0px #07a887,  -48px 48px 0px #07a887,  -49px 49px 0px #07a887,  -50px 50px 0px #07a887,  -51px 51px 0px #07a887,  -52px 52px 0px #07a887,  -53px 53px 0px #07a887,  -54px 54px 0px #07a887,  -55px 55px 0px #07a887,  -56px 56px 0px #07a887,  -57px 57px 0px #07a887,  -58px 58px 0px #07a887,  -59px 59px 0px #07a887,  -60px 60px 0px #07a887,  -61px 61px 0px #07a887,  -62px 62px 0px #07a887,  -63px 63px 0px #07a887,  -64px 64px 0px #07a887,  -65px 65px 0px #07a887,  -66px 66px 0px #07a887,  -67px 67px 0px #07a887,  -68px 68px 0px #07a887,  -69px 69px 0px #07a887,  -70px 70px 0px #07a887,  -71px 71px 0px #07a887,  -72px 72px 0px #07a887,  -73px 73px 0px #07a887,  -74px 74px 0px #07a887,  -75px 75px 0px #07a887,  -76px 76px 0px #07a887,  -77px 77px 0px #07a887,  -78px 78px 0px #07a887,  -79px 79px 0px #07a887,  -80px 80px 0px #07a887,  -81px 81px 0px #07a887,  -82px 82px 0px #07a887,  -83px 83px 0px #07a887,  -84px 84px 0px #07a887,  -85px 85px 0px #07a887,  -86px 86px 0px #07a887,  -87px 87px 0px #07a887,  -88px 88px 0px #07a887,  -89px 89px 0px #07a887,  -90px 90px 0px #07a887,  -91px 91px 0px #07a887,  -92px 92px 0px #07a887,  -93px 93px 0px #07a887,  -94px 94px 0px #07a887,  -95px 95px 0px #07a887,  -96px 96px 0px #07a887,  -97px 97px 0px #07a887,  -98px 98px 0px #07a887,  -99px 99px 0px #07a887,  -100px 100px 0px #07a887,  -101px 101px 0px #07a887,  -102px 102px 0px #07a887,  -103px 103px 0px #07a887,  -104px 104px 0px #07a887,  -105px 105px 0px #07a887,  -106px 106px 0px #07a887,  -107px 107px 0px #07a887,  -108px 108px 0px #07a887,  -109px 109px 0px #07a887,  -110px 110px 0px #07a887,  -111px 111px 0px #07a887,  -112px 112px 0px #07a887,  -113px 113px 0px #07a887,  -114px 114px 0px #07a887,  -115px 115px 0px #07a887,  -116px 116px 0px #07a887,  -117px 117px 0px #07a887,  -118px 118px 0px #07a887,  -119px 119px 0px #07a887,  -120px 120px 0px #07a887,  -121px 121px 0px #07a887,  -122px 122px 0px #07a887,  -123px 123px 0px #07a887,  -124px 124px 0px #07a887,  -125px 125px 0px #07a887,  -126px 126px 0px #07a887,  -127px 127px 0px #07a887,  -128px 128px 0px #07a887,  -129px 129px 0px #07a887,  -130px 130px 0px #07a887,  -131px 131px 0px #07a887,  -132px 132px 0px #07a887,  -133px 133px 0px #07a887,  -134px 134px 0px #07a887,  -135px 135px 0px #07a887,  -136px 136px 0px #07a887,  -137px 137px 0px #07a887,  -138px 138px 0px #07a887,  -139px 139px 0px #07a887,  -140px 140px 0px #07a887,  -141px 141px 0px #07a887,  -142px 142px 0px #07a887,  -143px 143px 0px #07a887,  -144px 144px 0px #07a887,  -145px 145px 0px #07a887,  -146px 146px 0px #07a887,  -147px 147px 0px #07a887,  -148px 148px 0px #07a887,  -149px 149px 0px #07a887,  -150px 150px 0px #07a887;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.wp-caption{}
	.wp-caption-text{}
	.sticky{}
	.gallery-caption{}
	.bypostauthor{}
	.alignright{}
	.alignleft{}
	.aligncenter{}

/*-------- 02.a. Inner columns --------*/
	.container,
	.dnd_container{
		width: 1170px;
		margin: 0 auto;
	}

	.row{
		width: 100%;
	}

	.row:before,
	.row:after{
		display: table;
		line-height: 0;
		content: "";
	}

	.row:after{
		clear: both;
	}

	.row > [class*="span"]{
		display: block;
		float: left;
		width: 100%;
		min-height: 20px;
		margin-left: 2.564102564102564%;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box; 
		box-sizing: border-box;
	}

	.row > [class*="span"]:first-child{
		margin-left: 0;
	}

	.row .span12{width: 100%;}
	.row .span11{width: 91.45299145299145%;}
	.row .span10{width: 82.90598290598291%;}
	.row .span9 {width: 74.35897435897436%;}
	.row .span8 {width: 65.81196581196581%;}
	.row .span7 {width: 57.26495726495726%;}
	.row .span6 {width: 48.71794871794872%;}
	.row .span5 {width: 40.17094017094017%;}
	.row .span4 {width: 31.62393162393162%;}
	.row .span3 {width: 23.07692307692308%;}
	.row .span2 {width: 14.52991452991453%;}
	.row .span1 {width: 5.982905982905983%;}

	.half,
	.third,
	.fourth,
	.fifth{
		float: left;
	}

	.alpha{
		margin-left: 0 !important;
	}

	.half{width: 50%;}
	.third{width: 33.33333%;}
	.fourth{width: 25%;}
	.fifth{width: 20%;}

	

	.no_margin{
		margin: 0;
	}

	.no_padding{
		padding: 0;
	}

	.bottom_margin{
		margin-bottom: 40px;
	}

	.wp-caption{
		max-width: 100% !important;
	}

/*-------- 02.b. Clearfix --------*/
	.clearfix:before,
	.clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
	}

	.clearfix:after {
	  clear: both;
	}


/*-----------------------------------------------------------------*/
/* 03. Header
/*-----------------------------------------------------------------*/
	#dm_main_header{
		width: 100%;
		background: #fff;
		padding: 30px 40px;
		box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
		z-index: 9999;
	}

	#dm_main_header.header_menu_above{
		position: fixed;
	}

	#dm_main_slider{
		padding: 0;
		background-size: cover;
		position: relative;
	}

	#dm_main_slider_content{
		text-align: center;
	}

	#dm_main_slider_logo{
		position: absolute;
		top: 10%;
		width: 100%;
	}

	#dm_main_slider_text{
		font-size: 70px;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 84px;
		position: absolute;
		top: 30%;
		width: 100%;
	}

	#dm_main_slider_text .bold{
		font-size: 84px;
		display: block;
	}

	#dm_main_slider_scroll{
		position: absolute;
		bottom:70px;
		width: 100%;
	}

	.dm_main_slider_scroll_icon{
		display: inline-block;
		background: rgba(0,0,0,0.5);
		padding: 9px 25px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.dm_main_slider_scroll_info{
		font-family: Montserrat;
		text-transform: uppercase;
	}

	.pattern_overlayed #dm_main_slider_content{
		z-index: 1;
	}

	#logo{
		float: left;
	}


/*-------- 03.a. Main menu --------*/
	#ABdev_menu_toggle{
		display: none;
		cursor: pointer;
	}

	nav > ul{
		list-style: none;
		margin: 0;
		float: right;
		position: relative;
	}

	nav > ul > li{
		float: left;
	}

	nav > ul > li a{
		color: #b1b1b1;
		font-family: Montserrat;
		font-weight: 400;
		font-size: 13px;
		text-transform: uppercase;
		text-align: center;
		display: inline-block;
	}

	nav > ul > li > a{
		margin-left: 32px;
	}

	nav > ul > li a:hover{
		color: #505050;
	}

	nav > ul > li span{
		display: block;
	}

	nav > ul ul{
		display: none;
		list-style: none;
		position: absolute;
		background: #fff;
		border: 1px solid #e1e1e1;
		border-top: 3px solid #1bbc9b;
		margin: 0;
		min-width: 228px;
		margin-top: 32px;
		z-index: 2001;
		overflow: visible !important;
	}

	#dm_main_header.sticky_header_low nav > ul ul{
		margin-top: 11px;
	}

	nav > ul > li > ul:before{
		content: "";
		display: block;
		position: absolute;
		width:228px;
		min-width: 228px;
		height: 36px;
		top: -36px;
		left: 0;
		z-index: 2004;
	}

	#dm_main_header.sticky_header_low nav > ul > li > ul:before{
		height: 15px;
		top: -15px;
	}

	nav > ul li:hover > ul,
	nav > ul li.sfHover > ul{
		display: block;
		z-index: 2003;
	}

	nav > ul ul li{
		position: relative;
	}

	nav > ul ul li a{
		width: 100%;
		text-align: left;
		padding: 6px 13px 7px 13px;
	}

	nav > ul ul li:hover{
		background: #f4f3f3;
	}

	nav > ul ul li:hover a{
		color: #656565;
	}

	nav > ul ul ul{
		position: absolute;
		left: 100%;
		top: 0;
		margin-left: 10px;
		margin-top: 0;
		z-index: 2002;
	}

	nav > ul ul ul:before{
		position: absolute;
		content: "";
		top: 0;
		left: -11px;
		width: 11px;
		height: 100px;
	}

	#magic-line { 
		position: absolute;
		bottom: -28px; 
		padding: 0 !important;
		margin: 0 !important;
		left: 0; 
		width: 0; 
		height: 0; 
		z-index: -1;
		border-left: 35px inset rgba(255,255,255,0);
		border-right: 35px inset rgba(255,255,255,0);
		border-bottom: 5px solid #1bbc9b;
	}

	.sf-arrows .sf-with-ul:after{
		content:"\f488";
		font-family:'WebHostingHub-Glyphs';
		color: #aaa;
		margin-left: 5px;
		float:right;
		position: relative;
		top: 2px;
	}

	.sf-arrows ul .sf-with-ul:after{
		content:"\f105";
		top: 0;
	}

	.sf-arrows ul li:hover .sf-with-ul:after{
		color: #fff;
	}

	.sf-arrows > li:hover > .sf-with-ul:after{
		color: #d84949;
	}

	.sf-arrows .current_menu_ancestor .sf-with-ul:after{
		color: #333;
	}

	nav > ul > .current-menu-item > a,
	nav > ul > .current-post-ancestor > a,
	nav > ul > .current-menu-ancestor > a{
		color: #505050;
	}

/*-------- 03.b. Teaser Bar --------*/
	#teaser_bar{
		background: #f6f6f6;
		padding: 55px 0;
		font-family: Lato;
		font-weight: 300;
		font-size: 18px;
	}


/*-----------------------------------------------------------------*/
/* 04. Slider place
/*-----------------------------------------------------------------*/
	#frontpage_slider{
		padding: 0;
		margin: 0;
	}

	.tp-leftarrow.default,
	.tp-rightarrow.default {
		background: none !important;
	}

	.tp-leftarrow.default:hover,
	.tp-rightarrow.default:hover {
		background: none !important;
	}

	.tp-leftarrow.default:before,
	.tp-rightarrow.default:before {
		font-family:'WebHostingHub-Glyphs';
		display: block;
		color: #fff;
		content:'\f489';
		text-align: center;
		font-size: 32px;
		line-height: 40px;
	}

	.tp-rightarrow.default:before {
		content:'\f488';
	}

	.tp-bullets.simplebullets.round .bullet {
		background-image: url(https://www.noisycrayons.com/wp-content/themes/duelmotion/images/bullet.png);
	}
	
	.tp-overlay{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url(images/pattern_overlay.png);
		z-index: 1;	
	}

	.dm_main_slider_text {
		font-size: 70px;
		color: #fff;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 84px;
		font-family: Montserrat;
	}

	.dm_main_slider_text_bold {
		font-size: 70px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 84px;
		font-family: Montserrat;
	}

	.tp-bullets.simplebullets.round .bullet{	
		background:#999;
		width: 15px;
		height: 15px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin-right: 7px;
	}

	.tp-bullets.simplebullets.round .bullet:hover,
	.tp-bullets.simplebullets.round .bullet.selected{	
		background-color:#1bbc9b;
	}

	#dm_main_slider_logo,
	#dm_main_slider_scroll_notice{
		position: absolute;
		z-index: 99999;
		top: 70px;
		text-align: center;
		width: 100%;
	}

	#dm_main_slider_scroll_notice{
		top: auto;
		bottom: 50px;
	}



/*-----------------------------------------------------------------*/
/* 05. Elements
/*-----------------------------------------------------------------*/

/*-------- 05.b. Accordion & Toggle --------*/
	.dnd-accordion{
		margin-bottom: 40px;
	}

	.dnd-toggle{
		margin-bottom: 10px;
	}

	.dnd-accordion .ui-accordion-header { 
		display: block; 
		cursor: pointer; 
		position: relative;
		border: 1px solid #e1e1e1;
		background: #f3f3f3;
		color:#505050;
		font-weight:700;
		font-size: 16px;
		text-transform: uppercase;
		-webkit-transition: border-width 0.8s ease-in-out; 
		-moz-transition: border-width 0.8s ease-in-out; 
		-o-transition: border-width 0.8s ease-in-out; 
		-ms-transition: border-width 0.8s ease-in-out; 
		transition: border-width 0.8s ease-in-out;
		margin-top: 10px !important;
		padding: 13px 16px;
	}

	.dnd-toggle .ui-accordion-header {
		border: 1px solid #1bbc9b;
		background: #1bbc9b;
		color:#fff;
	}


	.dnd-accordion .ui-accordion-header:first-child{
		margin-top: 0px !important;
	}

	.dnd-accordion .ui-accordion-header-active {
	}

	.dnd-accordion .ui-accordion-content {
		border-top: 0;
		overflow: auto;
		border: 1px solid #e1e1e1;
		border-top: none;
		padding: 10px 16px 20px 16px;
	}

	.dnd-toggle .ui-accordion-content {
		border: 1px solid #1bbc9b;
	}

	.dnd-accordion .ui-accordion-header-icon{
		display: block;
		position: absolute;
		left: auto;
		right: 7px;
		top: 50%;
		margin-top: -15px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		text-align: center;
		background: none;
		color: #505050;
	}

	.dnd-toggle .ui-accordion-header-icon{
		color: #fff;
	}

	.dnd-accordion .ui-icon-triangle-1-e{
	}

	.dnd-accordion .ui-icon-triangle-1-s{
	}


/*-------- 05.c. Tabs --------*/
	.dnd_tabs{
		margin-bottom: 40px;
	}

	.dnd-tabs .ui-tabs-nav li.ui-tabs-active:after{
		display: none;
	}

	.dnd-tabs .ui-tabs-nav {
		border-bottom: none;
	}

	.dnd-tabs .ui-tabs-nav li {
		margin-right: 0px;
		padding: 0;
		min-width:none;
		border-top: 1px solid #e1e1e1;
		border-left: 1px solid #e1e1e1;
		background: #f3f3f3;
		font-size: 14px;
		line-height: 14px;
	}

	.dnd-tabs .ui-tabs-nav li a{
		color: #505050;
		display: block;
		font-weight: normal;
		padding: 15px 20px;
		width: 100%;
		height: 100%;
	}

	.dnd-tabs .ui-tabs-nav li a:hover{
		color:#1bbc9b;
	}

	.dnd-tabs .ui-tabs-nav li.ui-tabs-active {
		background: #fff;
		position: relative;
	}

	.dnd-tabs .ui-tabs-nav li.ui-tabs-active:before{
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background: #1bbc9b;
		border-left: 1px solid #1bbc9b;
		border-right: 1px solid #1bbc9b;
		position: absolute;
		top: -4px;
		left: -1px;
	}

	.dnd-tabs .ui-tabs-nav li.ui-tabs-active:after{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		bottom: -1px;
		left: 0;
	}

	.dnd-tabs .ui-tabs-nav li.ui-tabs-active a{
		font-weight: 700;
		color: #505050;
	}

	.dnd-tabs .ui-tabs-nav li:last-child{
		border-right: 1px solid #e1e1e1;
	}

	.dnd-tabs .dnd-tabs-wrapper{
		border: 1px solid #e1e1e1;
	}

	.dnd-tabs .ui-tabs-panel{
		padding: 20px 15px;
	}

	
	.dnd-tabs-style2 .ui-tabs-nav li{
		border-top: 1px solid #1bbc9b;
		border-left: 1px solid #1bbc9b;
		border-right: 1px solid #1bbc9b;
		background: #1bbc9b;
	}

	.dnd-tabs-style2 .ui-tabs-nav li a{
		color: #fff;
	}

	.dnd-tabs-style2 .ui-tabs-nav li a:hover{
		color:#505050;
	}

	.dnd-tabs-style2 .ui-tabs-nav li.ui-tabs-active{
		background: #fff;
	}

	.dnd-tabs-style2 .ui-tabs-nav li.ui-tabs-active:before{
		height: 4px;
		background: #fff;
		border-top: 1px solid #1bbc9b;
		border-left: 1px solid #1bbc9b;
		border-right: 1px solid #1bbc9b;
		top: -4px;
		left: -1px;
	}

	.dnd-tabs-style2 .ui-tabs-nav li.ui-tabs-active a{
		color: #505050;
	}

	.dnd-tabs-style2 .ui-tabs-nav li:last-child{
		border-right: 1px solid #1bbc9b;
	}

	.dnd-tabs-style2 .dnd-tabs-wrapper{
		border: 1px solid #1bbc9b;
	}


/*-------- 05.d. Team Member --------*/
	.dnd_team_member{
	}

	.dnd_team_member > a{
		background: #1bbc9b;
		display: block;
		margin: 0;
		padding: 15px 0;
	}

	.dnd_team_member .dnd_team_member_name ,
	.dnd_team_member .dnd_team_member_position{
		margin-top: 0;
		color: #fff;
		text-transform: uppercase;
		font-size: inherit;
		font-family: Montserrat;
		font-weight: normal;
	}

	.dnd_team_member .dnd_team_member_name {
		font-size: 17px;
	}

	.dnd_team_member:hover .dnd_overlayed .dnd_overlay {
		background: url(images/pattern_overlay.png);
	}

	.dnd_team_member .dnd_overlayed .dnd_overlay p a:hover {
		color: #1bbc9b;
	}


	.dnd_team_member_modal{
	}

	.dnd_team_member .dnd_team_member_modal .dnd_team_member_name,
	.dnd_team_member_modal .dnd_team_member_position{
		color: #858585;
	}

	.dnd_team_member_modal .dnd_container{
		max-width: 960px;
		width: 90%;
	}



/*-------- 05.f. Price tables --------*/
	.dnd_pricing-table-1 .dnd_pricebox_header {
		background: #1bbc9b;
		color: #fff;
		padding: 35px 0 10px 0;
		margin-bottom: 5px;
	}

	.dnd_pricing-table-1 .dnd_popular-plan .dnd_pricebox_featured_text {
		background: #505050;
	}

	.dnd_pricing-table-1 .dnd_plan{
		margin-top: 33px;
	}

	.dnd_pricing-table-1 .dnd_popular-plan{
		margin-top: 0px;
	}

	.dnd_pricing-table-2{
		border: 1px solid #dedede;
		border-top: none;
	}

	.dnd_pricing-table-2 .dnd_pricebox_header {
		background: #fff;
		color: #858585;
	}

	.dnd_pricing-table-2 .dnd_pricebox_name {
		font-weight: normal;
		color: #fff;
		font-size: 30px;
		background: #1bbc9b;
		text-transform: none;
		display: block;
		padding: 23px 15px 23px 15px;
		border-bottom: none;
		margin-bottom: 9px;
	}

	.dnd_pricing-table-2 .dnd_pricebox_feature{
		background: #fff;
		border-top: 1px solid #dedede;
	}

	.dnd_pricing-table-2 .dnd_pricebox_feature:nth-of-type(2n+1){
		background: #f9f9f9;
	}

	.dnd_pricing-table-2 .dnd_pricebox_feature:last-of-type {
		border-bottom: none;
	}

	.dnd_pricing-table-2 .dnd_pricebox_price {
		font-size: 60px;
		font-family: Lato;
		font-weight: 700;
		line-height: 60px;
		padding-bottom: 0px;
		padding-top: 0px;
		color: #505050;
		position: relative;
		left: -10px;
		margin-bottom: 4px;
	}

	.dnd_pricing-table-2 .dnd_pricebox_monthly {
		font-size: 13px;
		display: block;
		margin-bottom: 11px;
	}

	.dnd_pricing-table-2 .dnd_pricebox_currency {
		font-size: 25px;
		top: -20px;
		left: -10px;
		font-family: Lato;
		font-weight: 300;
		color: #505050;
	}

	.dnd_pricing-table-2 .dnd_plan{
		margin-top: 35px;
	}

	.dnd_pricing-table-2 .dnd_popular-plan{
		margin-top: 0px;
	}

	.dnd_pricing-table-2 .dnd_popular-plan{
		box-shadow: 0px 1px 6px 2px rgba(0,0,0,0.2);
	}

	.dnd_pricing-table-2 .dnd_popular-plan .dnd_pricebox_name {
		background: #1bbc9b;
		color: #fff;
		padding: 19px 15px 23px 15px;
	}

	.dnd_pricing-table-2 .dnd_pricebox_featured_text{
		background: #1bbc9b;
		color: #fff;
		font-family: Lato;
		font-size: 18px;
		padding-top: 15px;
	}


/*-------- 05.g. Service boxes --------*/
	.dnd_service_box{
		text-align: center;
		margin-bottom: 55px;
		padding-top: 0;
	}

	.dnd_service_box .dnd_icon_boxed{
		display: inline-block;
		width: 130px;
		height: 130px;
		-webkit-border-radius: 75px;
		-moz-border-radius: 75px;
		border-radius: 75px;
		background: #e1e1e1;
		position: relative;
		margin-bottom: 24px;
		overflow: hidden;
	}
	.dnd_service_box .dnd_icon_boxed i{
		font-size: 48px;
		color: #fff;
		line-height: 130px;
	}

	.dnd_service_box:hover .dnd_icon_boxed{
		background: #1bbc9b;
	}

	.dnd_service_box:hover .dnd_icon_boxed i{
		color: #fff;
	}

	.dnd_service_box p{
		margin-bottom: 22px;
	}

	.dnd_service_box h3{
		margin-bottom: 19px;
		font-size: 23px;
		line-height: 22px;
		color: #505050;
		font-family: Montserrat;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.dnd_service_box h3:hover{
		color: #1bbc9b;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.dnd_service_box.dnd_service_box_round_stroke .dnd_icon_boxed{
		border: 4px solid #1bbc9b;
	}

	.dnd_service_box.dnd_service_box_round_stroke .dnd_icon_boxed i{
		color: #1bbc9b;
	}

	.dnd_service_box.dnd_service_box_round_stroke:hover .dnd_icon_boxed i{
		color: #fff;
	}

	.dnd_service_box.dnd_service_box_round_aside .dnd_icon_boxed{
		width: 90px;
		height: 90px;
	}

	.dnd_service_box.dnd_service_box_round_aside .dnd_icon_boxed i{
		line-height: 90px;
		font-size: 32px;
	}

	.dnd_service_box_square{
		overflow: hidden;
	}

	.dnd_service_box_square .dnd_service_box_header{
		background: #e1e1e1;
		margin-bottom: 0px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
		overflow: hidden;
	}

	.dnd_service_box_square:hover .dnd_service_box_header{
		background: #1bbc9b;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.dnd_service_box_square a{
		display: block;
		position: relative;
	}

	.dnd_service_box_square .dnd_icon_boxed{
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		width: 100%;
		height: 100%;
		margin-bottom: 0;
		overflow: visible;
		padding-top: 10px;
	}

	.dnd_service_box_square .dnd_icon_boxed i{
		font-size: 70px;
		transition: all 180ms ease-in;
		-webkit-transition: all 180ms ease-in;
	}

	.dnd_service_box_square h3{
		color: #fff;
		font-size: 26px;
		line-height: 26px;
		margin: 0;
		padding-bottom: 40px;
	}

	.dnd_service_box_square h3:hover{
		color: #fff;
	}


/*-------- 05.h. Latest portfolio --------*/
	#ABp_latest_portfolio .portfolio_item{
		height: 300px;
	}

	.latest_portfolio{
		padding-top: 76px;
		text-align: center;
	}

	.latest_portfolio p{
		margin-bottom: 35px;
	}

	.latest_portfolio .portfolio_navigation a{
		color: #656565;
		margin: 0 8px;
	}

	.latest_portfolio .portfolio_navigation a:hover{
		color: #505050;
	}

/*-------- 05.i. Latest news --------*/
	.latest_news_shortcode_content h5{
		color: #1bbc9b;
		font-size: 19px;
		margin-bottom: 0;
	}

	.latest_news_shortcode_content h5 a{
		color: #1bbc9b;
	}

	.latest_news_shortcode_content p{
		color: #929292;
		font-size: 14px;
		margin-bottom: 17px;
	}

/*-------- 05.j. Image Overlay --------*/
	.ABdev_overlayed{
		position: relative; 
		line-height: 1;
	}

	.ABdev_overlayed .ABdev_overlay {
		width: 100%; 
		height: 100%; 
		position: absolute; 
		overflow: hidden; 
		top: 0; 
		left: 0; 
		filter: alpha(opacity=0); 
		opacity: 0; 
		background:#1bbc9b; 
		-webkit-transition: all 300ms ease-in-out; 
		-moz-transition: all 300ms ease-in-out; 
		-o-transition: all 300ms ease-in-out; 
		-ms-transition: all 300ms ease-in-out; 
		transition: all 300ms ease-in-out; 
	}

	.ABdev_overlayed:hover .ABdev_overlay {
		filter: alpha(opacity=100); 
		opacity: 1; 
		background:rgba(9,61,113,0.75); 
	}

	.ABdev_overlayed .ABdev_overlay p{
		position: absolute;
		width: 100%;
		top: 50%;
		margin-top: -20px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}

	.ABdev_overlayed .ABdev_overlay p a{
		color: #fff;
		text-decoration: none;
	}

	.ABdev_overlayed .ABdev_overlay p a:hover{
		color: #1bbc9b;
	}

	.ABdev_overlayed .ABdev_overlay i{
		font-size: 25px;
		margin: 0 8px;
	}

/*-------- 05.k. About box --------*/
	.about_box p{
		margin-bottom: 22px;
	}

	.about_box_download_link{
		margin-left: 74px;
	}

/*-------- 05.l. Shortcode: Callout box --------*/
	.dnd-callout_box{
		border-left: 6px solid #1bbc9b;
		padding: 30px 30px;
	}

	.dnd-callout_box_title{
		font-size: 22px;
		font-family: Montserrat;
		color: #505050;
		margin-bottom: 8px;
	}

	.dnd-callout_box p{
		font-size: 14px;
	}

	.dnd-callout_box .span3{
		text-align: right;
	}

	.dnd-callout_box_no_button{
		border-left: none;
		border-top: 6px solid #1bbc9b;
	}


/*-------- 05.n. Buttons  --------*/

	.dnd-button{
		font-family: Montserrat;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 16px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-right: 10px;
		margin-bottom: 20px;
	}

	.dnd-button i{
		margin-left: 10px;
	}

	.dnd-button_light{
		background: #fff;
		border: 2px solid #1bbc9b;
		color: #1bbc9b;
	}

	.dnd-button_dark{
		background: #505050;
		border: 2px solid #505050;
		color: #fff;
	}

	.dnd-button_yellow{
		background: #ffd800;
		border: 2px solid #ffd800;
		color: #fff;
	}

	.dnd-button_green{
		background: #1bbc9b;
		border: 2px solid #1bbc9b;
		color: #fff;
	}

	.dnd-button_red{
		background: #e74c3c;
		border: 2px solid #e74c3c;
		color: #fff;
	}

	.dnd-button_blue{
		background: #3498db;
		border: 2px solid #3498db;
		color: #fff;
	}

	.dnd-button:hover{
		background: #505050;
		border: 2px solid #505050;
		color: #fff;
	}

	.dnd-button_dark:hover{
		background: #1bbc9b;
		border: 2px solid #1bbc9b;
		color: #fff;
	}

	.dnd-button_light:hover{
		background: #fff;
		border: 2px solid #505050;
		color: #505050;
	}

	.dnd-button_small{
		padding: 10px 24px;
	}

	.dnd-button_medium{
		padding: 14px 24px;
	}

	.dnd-button_large{
		padding: 17px 40px;
	}

	.dnd-button_xlarge{
		padding: 23px 40px;
	}

	.dnd-button_rounded.dnd-button_small{
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px
		border-radius: 40px;
	}

	.dnd-button_rounded.dnd-button_medium{
		-webkit-border-radius: 48px;
		-moz-border-radius: 48px
		border-radius: 48px;
	}

	.dnd-button_rounded.dnd-button_large{
		-webkit-border-radius: 54px;
		-moz-border-radius: 54px
		border-radius: 54px;
	}

	.dnd-button_rounded.dnd-button_xlarge{
		-webkit-border-radius: 66px;
		-moz-border-radius: 66px
		border-radius: 66px;
	}


/*-------- 05.p. Blockquotes --------*/
	.dnd_blockquote,
	.dnd_pullquote{
		font-family: Montserrat;
		font-size: 26px;
	}

	.dnd_blockquote p{
		line-height: 37px;
		
	}

	.dnd_blockquote p small{
		color: #1bbc9b;
		font-size: 20px;
	}

/*-------- 05.s. Tab icon --------*/
	.tab-icon{
		font-weight: normal;
	}

/*-------- 05.t. Testimonial --------*/
	.ABt_testimonials_slide li {
		background: none;
	}

	.ABt_testimonials_slide .testimonial_small p{
		border-bottom: 5px solid #1bbc9b;
	}

	.ABt_testimonials_slide .testimonial_small p:after{
		border-left: 16px solid #1bbc9b;
		border-bottom: 22px solid #fff;
	}

	.ABt_testimonials_slide .testimonial_small img{
		width: 50px;
		height: auto;
	}

	.ABt_testimonials_slide .testimonial_big {
		padding-left: 0px;
		border-left: none;
		margin-bottom: 70px;
		text-align: center;
	}

	.ABt_testimonials_slide .testimonial_big p{
		font-family: Montserrat;
		font-size: 26px;
		font-style: italic;
		line-height: 37px;
	}

	.pattern_overlayed .ABt_testimonials_slide .testimonial_big p{
		color: #fff;
	}

	.ABt_testimonials_slide .testimonial_big .source,
	.ABt_testimonials_slide .testimonial_big .source a{
		color: #1bbc9b;
		font-size: 20px;
		font-weight: normal;
	}

	.pattern_overlayed .ABt_testimonials_slide .testimonial_big .source a:hover {
		color: #fff;
	}

/*-------- 05.u. Videos --------*/
	.videoWrapper-youtube{
		position:relative;
		padding-bottom:56.25%;
		padding-top:0px;
		height:0;
		overflow:hidden;
	}

	.videoWrapper-youtube iframe,
	.videoWrapper-youtube object,
	.videoWrapper-youtube embed{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

	.videoWrapper-vimeo{
		position:relative;
		padding-bottom:53%;
		padding-top:30px;
		height:0;
		overflow:hidden;
	}

	.videoWrapper-vimeo iframe,
	.videoWrapper-vimeo object,
	.videoWrapper-vimeo embed{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
/*-------- 05.v. Progress Bar --------*/
	.dnd_meter {
		font-size: inherit !important;
		background: #e7e7e7 !important;
		margin-left: 0px;
		height: 14px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		position: relative;
	}

	.dnd_meter .dnd_meter_percentage {
		font-size: inherit !important;
		background: #1bbc9b !important;
		height: 14px;
		line-height: 14px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		overflow: visible !important;
	}

	.dnd_progress_bar_balloon .dnd_meter .dnd_meter_percentage{
		position: relative;
	}

	.dnd_meter .dnd_meter_percentage span{
		text-indent: 0;
		position: absolute;
		display: block;
		width: 42px;
		text-align: right;
		top: -19px;
		right: 0;
		color: #858585;
		z-index: 100;
	}

	.dnd_progress_bar_balloon .dnd_meter .dnd_meter_percentage span{
		background: #505050;
		color: #fff;
		text-align: center;
		top: -31px;
		line-height: 22px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.dnd_progress_bar_balloon .dnd_meter .dnd_meter_percentage span:after{
		display: block;
		content: "";
		width: 0;
		height: 0;
		border-top: 6px solid #505050;
		border-left: 3px solid rgba(255,255,255,0);
		border-right: 3px solid rgba(255,255,255,0);
		position: absolute;
		bottom: -6px;
		left: 18px;

	}

	.dnd_meter_label{
		font-size: 13px;
		line-height: inherit;
		float: none;
	}

	.dnd_progress_bar_balloon .dnd_meter .dnd_meter_percentage span{
		display: none;
	}

	.dnd_progress_bar_balloon .dnd_meter .dnd_meter_above10 span,
	.dnd_progress_bar_balloon .dnd_meter .dnd_meter_above20 span,
	.dnd_progress_bar_balloon .dnd_meter .dnd_meter_above30 span,
	.dnd_progress_bar_balloon .dnd_meter .dnd_meter_above40 span,
	.dnd_progress_bar_balloon .dnd_meter .dnd_meter_above50 span,
	.dnd_progress_bar_balloon .dnd_meter .dnd_meter_above60 span,
	.dnd_progress_bar_balloon .dnd_meter .dnd_meter_above70 span,
	.dnd_progress_bar_balloon .dnd_meter .dnd_meter_above80 span,
	.dnd_progress_bar_balloon .dnd_meter .dnd_meter_above90 span{
		display: block;
	}

/*-------- 05.v. Hire Us --------*/
	.hire_us{
		font-family: Lato;
		font-weight: 300;
		font-size: 23px;
		line-height: 30px;
		color: #505050;
		padding-top: 30px;
	}

	.hire_us i{
		vertical-align: baseline;
		display: inline-block;
		margin-right: 20px;
		top: 13px;
		margin-left: 15px;
	}

/*-------- 05.v. Follow Us --------*/
	.dnd_follow_us{
		text-align: center;
	}

	.dnd_socialicon{
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		background: #e1e1e1;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		margin: 0 4px 20px 4px;
	}

	.pattern_overlayed .dnd_socialicon{
		background: #000;
	}

	.dnd_follow_us a {
		margin-right: 4px;
	}

	.dnd_socialicon:hover{
		background: #1bbc9b;
	}

	.dnd_socialicon_facebook:hover{background: #3B5998;}
	.dnd_socialicon_twitter:hover{background: #4099FF;}
	.dnd_socialicon_googleplus:hover{background: #d34836;}
	.dnd_socialicon_linkedin:hover{background: #0e76a8;}
	.dnd_socialicon_youtube:hover{background: #c4302b;}
	.dnd_socialicon_pinterest:hover{background: #c8232c;}
	.dnd_socialicon_github:hover{background: #171515;}
	.dnd_socialicon_feed:hover{background: #ee802f;}

	.dnd_socialicon i{
		top: 0;
		color: #fff;
	}

/*-------- 05.v. Stats Excerpt --------*/
	.dnd_stats_excerpt{
		text-align: center;
		padding: 20px 0 30px 0;
		margin-bottom: 40px;
	}

	.dnd_stats_excerpt .dnd_stats_number,
	.dnd_stats_excerpt .dnd_stats_number_sign{
		font-size: 80px;
		line-height: 80px;
		color: #1bbc9b;
		font-weight: normal;
	}

	.dnd_stats_excerpt p{
		font-family: Lato;
		font-size: 19px;
		color: #505050;
		margin-bottom: 0;
	}

	.pattern_overlayed .dnd_stats_excerpt p{
		color: #fff;
	}

	.dnd_stats_excerpt_style_color{
		background: #1bbc9b;
	}

	.dnd_stats_excerpt_style_color .dnd_stats_number,
	.dnd_stats_excerpt_style_color .dnd_stats_number_sign{
		color: #fff;
	}

	.dnd_stats_excerpt_style_color p{
		color: #fff;
	}

	.dnd_stats_excerpt_style_light{
		background: #f3f3f3;
		color: #505050;
	}

	.dnd_stats_excerpt_style_dark{
		background: #505050;
	}

	.dnd_stats_excerpt_style_dark p{
		color: #fff;
	}


/*-----------------------------------------------------------------*/
/* 06. Blog
/*-----------------------------------------------------------------*/
	.sidebar_left{
		margin-left: 0 !important;
	}

/*-------- 06.a. Blog Timeline --------*/
	#timeline_posts{
		background: url("images/timeline_line.png") center top repeat-y;
		overflow: hidden;
	}

	.timeline_post{
		border: 1px solid #d9d9d9;
		width: 535px;
		float: left;
		margin-bottom: 80px;
		position: absolute;
		top: -2000px;
		transition: top 1s;
		-webkit-transition: top 1s; /* Safari */		
	}

	.timeline_post_first{
		width: 535px;
	}

	.timeline_appended{
		transition: top 0s, opacity 1s;
		-webkit-transition: top 0s, opacity 1s; 
	}

	.timeline_postmeta{
		border-bottom: 6px solid #1bbc9b;
		padding: 22px 20px 20px 20px;
		font-size: 14px;
		color: #858585;
	}

	.timeline_postmeta a{
		color: #858585;
	}

	.timeline_postmeta a:hover{
		color: #1bbc9b;
	}

	.timeline_postmeta h2 a{
		color: #858585;
	}

	.timeline_postmeta h2 a:hover{
		color: #1bbc9b;
	}

	.timeline_postmeta h2{
		font-size: 22px;
		text-transform: uppercase;
		font-weight: 300;
		font-family: Lato;
		margin-bottom: 5px;
	}

	.timeline_content{
		padding: 34px 25px 7px 25px;
	}

	.timeline_postmeta .post_meta_date_author{
		margin-bottom: 5px;
	}

	.timeline_postmeta .post_meta_tags{
		text-align: right;
		margin-bottom: 0px;
	}

	.timeline_postmeta .post_meta_tags a{
		display: inline-block;
	}

	.timeline_postmeta .post_meta_tags i{
		margin-right: 5px;
		margin-left: 15px;
	}

	.timeline_post .more-link{
		margin-bottom: 30px;
	}

	.timeline_content p{
		margin-bottom: 31px;
	}

	.timeline_post_left:after,
	.timeline_post_right:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -28px;
		width: 0; 
		height: 0; 
		border-top: 30px inset rgba(255,255,255,0);
		border-bottom: 30px inset rgba(255,255,255,0);
	}

	.timeline_post_left:after{
		border-right: 7px solid #1bbc9b;
		right: -52px;
	}

	.timeline_post_right:after{
		border-left: 7px solid #1bbc9b;
		left: -52px;
	}

	#timeline_loading{
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.timeline_loading_loader{
		background: url("images/ajax-loader.gif") center 40px no-repeat;
	}

/*-------- 06.b. Blog Posts --------*/
	.post_content{
		position: relative;
		min-height: 200px;
		padding-bottom: 20px;
	}

	.post_wrapper{
		margin-bottom: 40px;
	}

	.post_content p:last-child{
		margin-bottom: 0;
	}

	.post_content .post_main{
		position: relative;
	}

	.blog_category_index .post_main,
	.blog_category_index .post_main{
		margin-left: 70px;
	}

	.post_content .post_main > img,
	.post_content .post_main > .videoWrapper-vimeo,
	.post_content .post_main > .videoWrapper-youtube{
		margin-bottom: 32px;
	}

	.post_content .post_main > iframe{
		margin-bottom: 25px;
	}


	.post_content .post_main h2{
		font-size: 22px;
		text-transform: uppercase;
		font-weight: 300;
		font-family: Lato;
		margin-bottom: 5px;
	}

	.post_content .post_badges{
		position: absolute;
		top: 0;
		left: 0;
		width: 70px;
	}

	.post_content .post_badges .post_date{
		font-weight: 300;
		font-size: 22px;
		text-transform: uppercase;

	}

	.post_main .postmeta-under{
		display: block;
		position: relative;
		border-bottom: 6px solid #1bbc9b;
		margin-bottom: 23px;
	}

	.post_main .postmeta-under p{
		margin-bottom: 7px;
	}

	.post_main .postmeta-under .post_meta_tags{
		text-align: right;
	}

	.post_main .postmeta-under a{
		color: #858585;
		display: inline-block;
	}

	.post_main .postmeta-under a:hover{
		color: #1bbc9b;
	}

	.post_main .postmeta-under i{
		margin-right: 5px;
		margin-left: 10px;
	}

	.post_main .postmeta-under i:first-child{
		margin-left: 0;
	}

	.more-link{
		display: inline-block;
		color: #1bbc9b;
		font-size: 16px;
		border: 1px solid #1bbc9b;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		padding: 5px 10px 6px 10px;
		margin-bottom: 0px;
	}

	.post_excerpt{
		line-height: 38px;
		margin-top: -4px;
	}

	.sticky{
		background: #f2f2f2;
		margin-bottom: 40px;
		padding: 40px 20px 0 20px;
	}

/*-------- 06.c. Post Comments --------*/
	#comments_section{
		margin-top: 40px;
		padding:0;
	}
	.fb-comments, .fb-comments span, .fb-comments iframe
{
width: 100% !important;
}

	#comments_section ul,
	#comments_section ol{
		list-style: none;
		margin-left: 0;
	}

	.comment p{
		margin-bottom: 0;
	}
	#comments_section p.logged-in-as,
	#comments_section p.comment-notes{
		margin-bottom: 22px;
	}

	.comment {
		position: relative;
		padding-left: 100px;
		min-height: 70px;
		margin-bottom: 40px;
	}

	.comment .avatar{
		position: absolute;
		top: 6px;
		left: 0;
	}

	.comment .children{
		padding-top: 40px;
	}

	.comment .comment-author,
	.comment time,
	.comment .reply,
	.comment .edit-link,
	.comment .reply a,
	.comment .edit-link a{
		font-size: 14px;
		color: #858585;
	}

	.comment .reply a:hover,
	.comment .edit-link a:hover{
		color: #1bbc9b;
	}

	.comment .reply:before,
	.comment .edit-link:before{
		content:"/";
		display: inline;
		margin: 0 4px;
	}

	.comment .edit-link:before{
		margin-right: 7px;
	}

	#respond{
		padding-top: 30px;
	}

	#respond .comment-reply-title{
		text-transform: uppercase;
		font-family: Montserrat;
		font-weight: 700;
		font-size: 22px;
	}

	#respond #comment{
		margin-bottom: 7px;
	}

	#respond .comment-form-comment{
		margin-bottom: 0;
	}

	#respond #comment-submit{
		-webkit-appearance: none;
		background: #1bbc9b;
		width: 100%;
		margin: 0;
		border: none;
		text-transform: uppercase;
		font-weight: 700;
		font-family: Montserrat;
		font-size: 14px;
		padding: 14px 11px;
		margin-bottom: 100px;
	}


/*-------- 06.d. Post Pagination --------*/
	#single_post_pagination {
		position: relative;
		margin-top: 90px;
	}

	#single_post_pagination .prev,
	#single_post_pagination .next{
		position: absolute;
		top: 0;
		padding: 0;
		display: inline-block;
	}

	#single_post_pagination .prev a,
	#single_post_pagination .next a{
		color: #fff;
		background: #1bbc9b;
		font-family: Montserrat;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 15px;
		line-height: 15px;
		display: block;
		width: 100%;
		height: 100%;
		padding: 15px 12px 16px 12px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

	#single_post_pagination .prev{
		left: 0;
	}

	#single_post_pagination .next{
		right: 0;
	}

	.pagination-centered{
		text-align: center;
	}

	#blog_pagination .container{
		position: relative;
	}

	#blog_pagination .page-numbers{
		color: #fff;
		background: #1bbc9b;
		font-family: Montserrat;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 15px;
		line-height: 15px;
		display: inline-block;
		padding: 15px 12px 16px 12px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		margin: 0 4px;
	}

	#blog_pagination .page-numbers:hover{
		background: #505050;
	}
	
	#blog_pagination .page-numbers.current{
		background: #505050;
	}

	#blog_pagination .prev{
		position: absolute;
		left: 0;
		margin: 0;
	}

	#blog_pagination .next{
		position: absolute;
		right: 0;
		margin: 0;
	}

	#portfolio_pagination{
		padding-top: 40px;
	}

	#portfolio_pagination .container{
		min-height:46px;
	}

	#portfolio_pagination #single_post_pagination{
		margin-top: 0;
	}

	#inner_post_pagination span{
		color: #fff;
		background: #505050;
		font-family: Montserrat;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 15px;
		line-height: 15px;
		display: inline-block;
		padding: 15px 12px 16px 12px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

	#inner_post_pagination a span{
		background: #1bbc9b;
	}



/*-----------------------------------------------------------------*/
/* 08. Widgets
/*-----------------------------------------------------------------*/
	.widget input{
		margin-bottom: 0;
	}

	aside .widget{
		margin-bottom: 42px;
	}
	
	aside .widget h3{
		font-size: 22px;
		font-weight: 700;
		font-family: Montserrat;
		text-transform: uppercase;
		color: #505050;
		margin-bottom: 10px;
	}

	aside .widget a{
		color: #858585;
	}

	aside .widget a:hover{
		color: #1bbc9b;
	}

	.widget ul{
		list-style: none;
		margin-left: 0;
	}

	.widget ul li{
		position: relative;
	}

/*-------- 08.a. Search --------*/	
	.widget_search form{
		position: relative;
	}

	.widget_search a{
		cursor: pointer;
	}

	.widget_search i{
		color: #858585;
		position: absolute;
		top: 6px;
		right: 10px;
		font-size: 16px;
	}

	.widget_search input{
		padding: 10px 20px;
		font-size: 13px;
		height: 35px;
	}

	.search_results_content_item{
		padding-left: 41px;
		position: relative;
	}

	.search_resuls_number{
		font-family: Montserrat;
		font-size: 19px;
		font-weight: 300;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 19px;
	}

	.search_results_content_item h4{
		margin-bottom: 12px;
	}

/*-------- 08.b. Tag Cloud --------*/	
	.tagcloud a{
		border: 1px solid #1bbc9b;
		display: inline-block;
		margin: 6px 9px 4px 0;
		padding: 3px 9px 4px 9px;
		float: left;
		color: #1bbc9b !important;
		font-size: 16px !important;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.tagcloud a:hover{
		background: #1bbc9b;
		color: #fff !important;
	}

	.tagcloud:after{
		display: block;
		clear: both;
		content: "";
		height: 0;
	}

	#dm_main_footer .tagcloud a{
		border: 1px solid #5f5f5e;
	}

	#dm_main_footer .tagcloud a:hover{
		color: #434342;
		border-color: #929292;
	}

/*-------- 08.c. Flickr stream --------*/	
	.flickr-stream a{
		float: left;
		margin: 0 20px 20px 0;
		display: inline-block;
		position: relative;
	}

	.flickr-stream a:hover:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.2);
	}

	.flickr-stream img{
		width: 62px;
		height: 62px;
	}

/*-------- 08.d. Custom Menu Widget --------*/	
	.widget_nav_menu{
		border-left: 1px solid #d9d9d9;
	}

	.widget_nav_menu ul li:before{
		display: none;
	}

	.widget_nav_menu ul li{
		font-weight: 700;
		position: relative;
		margin-bottom: 14px;
	}

	.widget_nav_menu ul li a{
		width: 100%;
		display: block;
		padding: 7px 40px 8px 40px;
		color: #656565;
	}

	.widget_nav_menu ul li:hover,
	.widget_nav_menu .current-menu-item{
		background: #1bbc9b;
	}
	
	.widget_nav_menu ul li:hover a,
	.widget_nav_menu .current-menu-item a{
		color: #fff;
	}

	.widget_nav_menu ul li:hover:after,
	.widget_nav_menu .current-menu-item:after{
		display: block;
		content: "";
		position: absolute;
		left: -6px;
		top: 0;
		width: 0; 
		height: 0; 
		border-top: 19px inset rgba(255,255,255,0);
		border-bottom: 19px inset rgba(255,255,255,0);
		border-right: 6px solid #1bbc9b;
	}

	.sidebar_left .widget_nav_menu{
		border-left: none;
		border-right: 1px solid #d9d9d9;
	}

	.sidebar_left .widget_nav_menu ul li{
		text-align: right;
	}

	.sidebar_left .widget_nav_menu ul li:hover:after,
	.sidebar_left .widget_nav_menu .current-menu-item:after{
		border-left: 6px solid #1bbc9b;
		border-right: none;
		left: auto;
		right: -6px;
	}

/*-------- 09.a. Login Widget bbPress --------*/
	.bbp-login-form .button{
		margin-bottom: 0;
	}

/*-----------------------------------------------------------------*/
/* 09. Pages
/*-----------------------------------------------------------------*/

/*-------- 09.a. Portfolio --------*/
	.portfolio_item{
		color: #929292;
	}

	.portfolio_item,
	.portfolio_item .overlayed{
		position: relative; 
		text-align: center;
	}

	.portfolio_item h4{
		margin: 0px 0px 27px 0px;
		position: relative;
		z-index: 1;
	}

	.portfolio_item span{
		z-index: 1;
		position: relative;
	}

	.portfolio_item h4 a{
		color: #fff;
		font-size: 30px;
		font-weight: 300;
		text-transform: uppercase;
		font-family: Montserrat;
	}

	.portfolio_item h4 a:hover{
		color: #1bbc9b;
	}

	.portfolio_item .overlayed .overlay {
		width: 100%; 
		height: 100%; 
		position: absolute; 
		overflow: hidden; 
		top: 0; 
		left: 0; 
		filter: alpha(opacity=0); 
		opacity: 0; 
		background: none; 
		-webkit-transition: all 300ms ease-in-out; 
		-moz-transition: all 300ms ease-in-out; 
		-o-transition: all 300ms ease-in-out; 
		-ms-transition: all 300ms ease-in-out; 
		transition: all 300ms ease-in-out; 
		border-bottom: 4px solid transparent;
	}

	.portfolio_item:hover .overlayed .overlay {
		filter: alpha(opacity=100); 
		opacity: 1; 
		background:rgba(0,0,0,0.75); 
		border-bottom: 4px solid #1bbc9b;
	}

	.portfolio_item_tags span{
		font-family: Montserrat;
		font-weight: 700;
		font-size: 12px;
		line-height: 12px;
		text-transform: uppercase;
		opacity: 0.5;
		color: #fff;
		display: inline-block;
		border: 2px solid #fff;
		padding: 9px;
		margin-right: 5px;
	}

	.portfolio_item_tags span:last-child{
		margin-right: 0;
	}

	.overlay_content{
		position: absolute;
		top: 40%;
		text-align: center;
		width: 100%;
	}

	.portfolio_single_column_item{
		margin-bottom: 140px;
	}

	.single_portfolio_meta{
		color: #929292;
		margin-bottom: 33px;
	}

	.single_portfolio_meta .icon-calendar{
		margin-left: 30px;
	}

	.portfolio_single_column_item .more-link{
		margin-top: 39px;
		text-align: left;
	}

	#portfolio_item_meta h3{
		text-transform: uppercase;
		margin-bottom: 40px;
	}

	#portfolio_item_meta .portfolio_item_meta_label{
		float: left;
		width: 70px;
		text-transform: uppercase;
		font-weight: 700;
	}

	#portfolio_item_meta .portfolio_item_meta_data{
		padding-left: 30px;
		display: inline-block;
	}

	#portfolio_item_meta p{
		border-bottom: 1px solid #d9d9d9;
		margin-bottom: 14px;
		padding-bottom: 15px;
	}

	#portfolio_item_meta p:last-child{
		border-bottom: none;
	}

	.portfolio_item_image{
		margin-bottom: 35px;
	}

	.isotope-item {
	  z-index: 2;
	}

	.isotope-hidden.isotope-item {
	  pointer-events: none;
	  z-index: 1;
	}

	.isotope,
	.isotope .isotope-item {
	  -webkit-transition-duration: 0.8s;
	     -moz-transition-duration: 0.8s;
	      -ms-transition-duration: 0.8s;
	       -o-transition-duration: 0.8s;
	          transition-duration: 0.8s;
	}

	.isotope {
	  -webkit-transition-property: height, width;
	     -moz-transition-property: height, width;
	      -ms-transition-property: height, width;
	       -o-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:      -o-transform, opacity;
	          transition-property:         transform, opacity;
	}

	.isotope.no-transition,
	.isotope.no-transition .isotope-item,
	.isotope .isotope-item.no-transition {
	  -webkit-transition-duration: 0s;
	     -moz-transition-duration: 0s;
	      -ms-transition-duration: 0s;
	       -o-transition-duration: 0s;
	          transition-duration: 0s;
	}

	#filters{
		list-style: none;
		margin: 0;
		text-align: center;
		margin-bottom: 30px;
	}

	#filters li{
		list-style: none;
		display: inline-block;
		margin-right: 15px;
	}

	#filters a{
		color: #858585;
		font-family: Montserrat;
		font-size: 15px;
		text-transform: uppercase;
	}

	#filters li:hover,
	#filters li:hover a,
	#filters li a.selected{
		color: #1bbc9b;
	}

	#filters i{
		margin-right: 10px;
		margin-left: 15px;
		font-size: 9px;
		top: 0px;
	}

	.portfolio_item_4{
		width: 24.98%;
		display: block;
		float: left;
	}

	.portfolio_item_3{
		width: 33.3%;
		display: block;
		float: left;
	}

	#related_portfolio{
		padding-top: 40px;		
		padding-bottom: 0;
	}

/*-------- 09.b. About us page --------*/
	.section_stats{
		padding: 37px 0 0 0;
	}

/*-------- 09.c. 404 page --------*/
	#page404{
		text-align: center;
		margin-bottom: 76px;
	}

	#page404 .big_404{
		font-size: 410px;
		line-height: 410px;
		font-family: Montserrat;
		font-weight: 500;
		color: #1bbc9b;
	}



/*-----------------------------------------------------------------*/
/* 10. Footer
/*-----------------------------------------------------------------*/

	#footer_copyright{
		margin-top: 10px;
	}

	#dm_back_to_top{
	    position: fixed;
	    bottom: 20px;
	    right: 20px;
	    display: none;
	    background-color: rgba(0,0,0,0.1);
	    padding: 10px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    z-index: 9999;
	}

	#dm_back_to_top i{
		font-size: 32px;
		color: #fff;
	}

	#dm_back_to_top:hover{    
	    background-color: #1bbc9b;
	}
   