/*-----------------------------------------------------------------------------------*/
/*	01: GENERAL STYLING
/*-----------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font: 13px/22px Arial, 'raleway', 'Lato', sans-serif;
	color: #555;
	width: 100vw;
	position: relative;
	background: #fff;
	-webkit-backface-visibility: hidden;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
}

.research_cont_txt0 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 300;
	color: #000000;
	line-height: 2;
}

.research_imgbk {
	width: 70%;
	padding: 5px;
	margin: 10px 0px 30px 0px;
	/* border-top: 5px solid #7E3493; 
	border-bottom: 5px solid #7E3493;
	border-left: 150px solid #7E3493;
	border-right: 150px solid #7E3493;*/
}

.hover-effectimg {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-effectimg:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/**** PAGE CONTAINERS ****/
.purewhite {
	font-family: PingFang SC, PingFang SC;
}

.con_titlebox {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	border-bottom: 1px solid #750F6D;
	margin: 45px 0px 40px 0px;
	display: flex;
}

.con_title {
	background: #dda300;
	padding: 0px;
	height: 60px;
	line-height: 60px;
}

.con_title>a {
	display: block;
	padding: 0px 60px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #FFFFFF;
}

.con_title>a:hover {
	background: #dda300;
	color: #FFFFFF;
}


.con_title_not {
	padding: 0px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #750F6D;
	/*position: relative;
	bottom: -1px;*/
}

/* .con_title_not:hover {
	background: #dda300;
	color: #FFFFFF;
} */

.con_title_not>a {
	display: block;
	padding: 0px 60px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #750F6D;
}

.con_title_not>a:hover {
	background: #dda300;
	color: #FFFFFF;
}

.people_con_head {
	height: 35px;
	line-height: 35px;
	font-size: 22px;
	color: #750F6D;
	margin: 20px 0px 0px 0px;
}

.people_con_content .col-xs-12,
.col-sm-12,
.col-md-4,
.col-lg-4 {
	margin-top: 20px;
}

.people_con_content {
	margin-bottom: 35px;
}

.pub_title a {
	padding: 0 20px;
}

.con_title1 {
	background: #dda300;
	width: 143px;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	color: #FFFFFF;
}

.ystable {
	table-layout: fixed;
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
	font-weight: 300;
}

.ystable_th {
	font-size: 20px;
	font-weight: 500;
}
.ystable>tbody>tr>td,
.ystable>thead>tr>td {
	border-top: 1px solid #DDA300;
	border-bottom: 1px solid #DDA300;
	min-height: 90px;
	padding: 31px 5px;
	vertical-align: middle;
}

.text-with-dot {
	position: relative;
	padding-left: 1.1em;
	/* 为圆点预留空间 */
	font-size: 18px;
	color: #750F6D;
}

.text-with-dot:hover {
	color: #750F6D;
}

.text-with-dot::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	/* 垂直居中对齐 */
	width: 7px;
	height: 7px;
	background-color: currentColor;
	/* 继承文字颜色 */
	border-radius: 50%;
	/* 圆形 */
}


.inner_content {
	padding: 20px 0 0 0;
}

.wrapper {
	margin: 0px auto;
	padding: 0 0 60px;
}

#banner {
	background: #e9e6e1;
	width: 100%;
}

.intro_wrapper {
	margin: 0 auto;
	padding: 0 0 40px;
}

.intro_wrapper2 {
	margin: -6px auto 0;
	padding: 0 0 40px;
}

.intro_wrapper3 {
	margin: -20px auto 0;
	padding: 0 0 40px;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

/**** GENERAL ****/
a,
input,
select,
textarea {
	outline: none;
	text-decoration: none;
}

a,
li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:visited {
	text-decoration: none !important;
}

:focus {
	outline: 0 !important;
}

ul {
	list-style-type: none;
}

a:hover,
a:active,
a:focus {
	outline: 0 !important;
}

::-moz-selection {
	color: #fff;
	background: #19C1C3;
}

::selection {
	color: #fff;
	background: #19C1C3;
}

p {
	margin-bottom: 15px;
}

span {
	font-weight: 700;
}

small {
	letter-spacing: 0.2em;
	font-size: 11px;
}

.clear {
	height: 0;
	clear: both;
	font-size: 0;
}

.normal {
	font-weight: normal;
}

.pull-right {
	margin-left: 12px;
}

.pull-left {
	margin-right: 12px;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.right {
	text-align: right;
	margin: 0 auto;
}

hr {
	border-top: 1px solid #ccc;
	border-bottom: 0;
}

blockquote {
	border-left: 3px solid #2BA6CB;
}

.popover {
	text-align: left;
}

.zocial:hover,
.zocial:focus {
	background: #19C1C3;
}

.zocial {
	border-radius: 4px;
	padding: 2px;
}

.media img {
	margin-top: 5px;
}

.media-body a {
	color: #888;
}

.media-body a:hover {
	color: #777;
}

.big {
	font-size: 100px;
}

.myslider {
	display: none;
}

/*.bluetext{ color:#0fb6cb; }
.greentext{ color:#aac700; }*/
/*.lhfix { line-height: 10px; }*/
.well {
	background-color: #D3CDC4;
	border: 0px none;
	margin-top: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Icons List */
.fa-li {
	margin-left: -8px;
	padding-top: 2px;
}

.post {
	font-size: 16px;
}

/* Colours */
.hue {
	color: #19C1C3;
}

.white {
	color: #fff;
}

.fullwid {
	width: 100%;
}

.maximg {
	max-width: 100%;
}

.magnolia {
	color: #E9E6E1;
}

.grey {
	color: #ccc;
}

.grey2 {
	color: #69767F;
}

.asphalt {
	color: #34495E;
}

.colour {
	color: #2BA6CB;
}

.hue_block {
	background-color: #19C1C3;
	color: #fff;
	padding: 0px 4px 2px;
}

.hue_block:hover {
	background-color: #2BA6CB;
}

/* Padding */
.ctrmgn {
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	/*height: 50%;*/
	max-height: 100%;
}

.ctrpar {
	height: 100vw;
	width: 100vw;
	position: absolute;
}

.shinkify {
	text-align: center;
}

.pad120 {
	padding-top: 120px;
}

.pad90 {
	padding-top: 90px;
}

.pad45 {
	padding-top: 45px;
}

.pad30 {
	padding-top: 30px;
}

.pad25 {
	padding-top: 25px;
}

.pad20 {
	padding-top: 20px;
}

.pad15 {
	padding-top: 15px;
}

.pad10 {
	padding-top: 10px;
}

.pad5 {
	padding-top: 5px;
}

.pad2 {
	padding-top: 4px;
}

.pad1 {
	padding-top: 1px;
}

/* Margins */
.marg-bottom5 {
	margin-bottom: 5px;
}

.marg-left5 {
	margin-left: 5px;
}

.marg-right5 {
	margin-right: 5px;
}

.but_marg {
	margin-left: 3px;
}

/* Video */
.vendor {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 100%;
	width: 100%;
	margin: 0 0;
}

.vendor iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vendor video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vendor img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20%;
	box-shadow: 3px 2px 5px #000;
}

.ctr {
	text-align: center !important;
}

.ltr {
	text-align: left !important;
}

.rtl {
	text-align: right !important;
}

.fill {
	height: 90%;
	margin: auto;
	text-align: center;
}

iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

.imgf {
	border-radius: 50%;
	width: 30%;
	height: 30%;
}

video {
	width: 100%;
	height: auto;
}

.soundcloud {
	width: 100%;
	height: 166px;
}

/**** LINKS ****/
a {
	color: #19C1C3;
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
}

a:hover {
	color: #555;
	text-decoration: none;
}


/**** IMAGES ****/
img {
	vertical-align: top;
	ms-interpolation-mode: bicubic;
	opacity: 1.0;
}

/* Image Hover Colour */
.hover_img:hover,
.hover_colour {
	position: relative;
	background: #e5e5e5 url(../img/zoom.png) no-repeat 50% 50%;
	-webkit-box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.15);
}

/* Image Rotate */
.rotate {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
}

.rotate:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

/**** BUTTONS ****/
.btn {
	border: 0;
	-webkit-transition: background-color .4s ease-in;
	-moz-transition: background-color .4s ease-in;
	-o-transition: background-color .4s ease-in;
	transition: background-color .4s ease-in;
}

.btn-custom {
	font-size: 14px;
	padding: 12px 15px 14px;
	margin-top: 10px;
}

.btn-rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn-primary {
	background-color: #2BA6CB;
	border: 0;
}

.btn-primary:hover {
	background-color: #323A45;
}

.btn-inverse {
	background-color: #323A45;
}

.btn-inverse:hover {
	background-color: #3e4957;
}

.btn:visited,
.btn:focus {
	color: #fff;
}

.label,
.badge {
	text-shadow: none;
}

.portfolio-links i {
	background-color: #3E4957;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.portfolio-links a {
	margin-right: 5px !important;
}

.portfolio-links a:hover i {
	background-color: #323A45;
}

/**** TYPOGRAPHY ****/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	letter-spacing: -0.25px;
}

h1.title {
	font-size: 40px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 35px;
	text-align: left;
}

h1 {
	font-size: 24px;
	line-height: 40px;
}

h2 {
	font-size: 21px;
	line-height: 28px;
}

h3 {
	font-size: 18px;
	line-height: 25px;
}

h4 {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
}

h5 {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}

h6 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}

h1.intro {
	line-height: 40px;
	font-weight: 300;
}

.lead {
	font-size: 18px;
	line-height: 24px;
}

/* Welcome Text */
.welcome_index {
	width: 80%;
	font: 32px/50px 'Lato', sans-serif;
	padding: 55px 0 30px;
	font-weight: 300;
	margin: 0 auto;
	color: #69767F;
	text-align: center;
}

/**** DROP CAPS ****/
.dropcap,
.dropcap2 {
	font-weight: 700;
	display: block;
	float: left;
	font-size: 45px;
	padding: 0;
	margin: 10px 8px 0 0;
	text-transform: uppercase;
}

.dropcap2 {
	color: #2BA6CB;
}

/**** DRIBBBLE ****/
.shotList img {
	width: 32.08%;
	padding: 0 0.4% 15px 0;
	margin-left: 10px;
}

.shotList img:hover {
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*@media screen and (min-width: 769px) and (max-width: 1024px){
.shotList img {width: 49%!important; padding: 0 6px 6px 0; margin: 0 auto!important;  }
}*/
@media screen and (min-width: 481px) and (max-width: 768px) {
	.shotList img {
		width: 48% !important;
		padding: 0 3% 5px 0;
		margin: 0 auto !important;
		margin-left: -10px !important;
	}
}

@media only screen and (max-width: 480px) {
	.shotList img {
		width: 100% !important;
		padding: 0 0 20px 0;
		margin: 0 auto !important;
		margin-left: -10px !important;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	02: MENU
/*-----------------------------------------------------------------------------------*/
/**** LOGO****/
.logo a {
	float: left;
	margin: 11px 0px 0 0;
	webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.logo a:hover {
	opacity: .80;
}

#main_menu {
	float: right;
	margin: 0px 0 0 0;
}

.nav {
	padding: 0;
	margin: 0;
}

.dropdown-menu {
	background: #fff;
	display: none;
	left: -25px;
	padding: 0;
	position: absolute;
	top: 80px;
	width: 170px;
	z-index: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #323A45;
	box-shadow: none !important;
	border: none;
}

.dropdown-menu>li>a {
	border: 0;
	color: #bbb;
	display: block;
	font-size: 13px;
	padding: 8px 20px !important;
	text-align: left;
	text-transform: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
	text-decoration: none;
	color: #fff;
	background: #2980B9 !important;
}

.dropdown-menu>li:first-child {
	margin-top: 4px;
}

.dropdown-menu>li:last-child {
	margin-bottom: 6px;
}

.dropdown-menu .sub-menu {
	visibility: hidden;
	left: 175px;
}

.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}

.dropdown-menu .sub-menu a {
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	03: INDEX PAGES
/*-----------------------------------------------------------------------------------*/
/***************************************************
	SLIDER REVOLUTION - index
***************************************************/
.fullwidthbanner-container {
	width: 960px !important;
	height: 540px !important;
	position: relative;
	padding: 0;
	overflow: hidden !important;
	margin: 0 auto;
}

.fullscreenvideo iframe {
	max-height: 750px !important;
}

.fullwidthbanner p {
	line-height: 24px;
	font-size: 14px;
}

.fullwidthbanner a {
	color: #fff !important;
}

.fullwidthbanner ul {
	visibility: hidden;
	margin: 0;
	list-style: none;
}

.rev-text {
	color: #fff;
	margin: 40px;
}

.rev-title {
	margin: 0px;
	color: #fff;
	font-family: 'raleway', 'sans-serif';
}

.rev-left {
	margin-left: 20px;
}

.rev-right {
	margin-right: 20px;
}

.rev-title.big {
	font-size: 40px;
	line-height: 46px;
}

.rev-title-sub {
	font-size: 40px;
	color: #fff;
	letter-spacing: 3px;
	font-weight: 400;
	font-family: 'raleway', 'sans-serif';
}

.rev-title.bold {
	font-size: 60px !important;
	line-height: 1;
	font-weight: 700 !important;
	color: #eee;
	letter-spacing: 6px;
	padding: 8px 15px !important;
}

.rev-title2.bold {
	font-size: 60px !important;
	line-height: 1;
	font-weight: 700 !important;
	text-transform: none;
	color: #eee;
	letter-spacing: 2px;
}

.tp-caption.bg {
	background: transparent;
	padding: 18px 22px 22px;
}

.big_white {
	color: #eee;
	font-size: 18px !important;
	background: transparent;
	padding: 20px !important;
}

.tp-leftarrow.default,
.tp-rightarrow.default {
	height: 48px !important;
	width: auto !important;
	line-height: 45px;
	top: 50% !important;
	padding: 0px 10px;
	font-size: 30px;
	color: #bbb;
}

.tparrows:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
}

.tp-leftarrow.default:before {
	content: '\f060';
}

.tp-rightarrow.default:before {
	content: '\f061';
}

.tparrows:hover {
	opacity: 0.7;
}

.tp-bannertimer.tp-bottom {
	width: 100%;
	height: 10px;
	background: url(../img/timer.png);
	position: absolute;
	z-index: 200;
}

.tp-loader {
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 10px;
	background: url(../img/preload_img.gif) center no-repeat !important;
	z-index: 10000;
}

/***************************************************
	III: SERVICES - CLIENTS
 ***************************************************/
.client {
	background-color: #e9e6e1;
	background-position: center center;
	background-repeat: no-repeat;
	height: 250px;
	text-indent: -9999999px;
	margin-bottom: 20px;
	color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.client:hover {
	background-color: #bbb;
}

.client a {
	display: block;
	height: 75%;
	width: 100%;
	overflow: auto;
}

.client:hover h3 {
	text-shadow: 1px 1px #aaa;
}

.client h3 {
	display: block;
	height: 25%;
	font-weight: bold;
	color: #444;
	text-overflow: ellipsis;
	text-indent: 0;
}

.client_intro {
	width: 70%;
	text-align: center;
	margin: 10px auto 35px;
	line-height: 30px;
}

/* ADD YOUR CLIENT IMAGES HERE */
.client1 {
	background-image: url(../img/links/link1.png) !important;
}

.client2 {
	background-image: url(../img/links/link2.png) !important;
}

.client3 {
	background-image: url(../img/links/link3.png) !important;
}

.client4 {
	background-image: url(../img/links/link4.png) !important;
}

.client5 {
	background-image: url(../img/links/link5.png) !important;
}

.client6 {
	background-image: url(../img/links/link6.png) !important;
}

.client7 {
	background-image: url(../img/links/link7.png) !important;
}

.client8 {
	background-image: url(../img/cnerc/erclogolink.png) !important;
}

.client9 {
	background-image: url(../img/links/twitter.png) !important;
}

/***************************************************
	0I: TEAM
 ***************************************************/
.th {
	border: 2px solid transparent;
	border-radius: 50%;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin: 0 0 10px 0;
	position: relative;
	width: 50%;
	height: 50%;
	padding: 10px;
	/*background:#19C1C3;*/
	/*	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}

.th:hover {
	border: 2px solid #19C1C3;
	transform: scale(1.03);
	border-radius: 50%;
	/*background:#2BA6CB;  */
}

.team_ic a {
	margin: 0 2px;
	font-size: 12px;
}

.team_ic:hover {
	transform: translate(0, -4px);
	-webkit-transform: translate(0, -4px);
	-o-transform: translate(0, -4px);
	-moz-transform: translate(0, -4px);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.teampage {
	transition: all 0.3s ease-in-out;
	outline: 1px solid transparent;
	margin: 5px;
}

.teampage:hover {
	/*outline: 1px solid #aaa;*/
	box-shadow: 1px 1px 4px #aaa;
}

.team_sections {
	display: block;
	padding: 15px 5px;
	text-align: center;
}

.team_bio {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

hr.team-line {
	border: 0;
	background: url(../img/lines.png) repeat;
	height: 10px;
	width: 160px;
	margin: 25px auto 25px;
}

/***************************************************
	INDEX INTRO BOXES
 ***************************************************/
/* Index Boxes */
.tile {
	background-color: #e3e1e1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 14px;
	position: relative;
	text-align: center;
	margin-bottom: 25px;
}

.tile.tile-hot:before {
	background: url("../img/ribbon.png") 0 0 no-repeat;
	background-size: 82px 82px;
	content: "";
	height: 82px;
	position: absolute;
	right: -4px;
	top: -4px;
	width: 82px;
}

.tile p {
	margin: 10px 0 22px 0;
}

.tile-image {
	height: 100px;
	margin: 25px 0 15px;
	vertical-align: bottom;
}

.tile-image.big-illustration {
	height: 111px;
	margin-top: 10px;
	width: 112px;
}

.tile-title {
	font-size: 18px;
	margin: 0;
}

/* Index Box Icons */

.intro-icon {
	text-align: center;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.intro-icon-disc.cont-large {
	padding: 15px;
	text-align: center;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.intro-icon-large:before {
	font-size: 38px;
	padding-left: 0px;
	margin-left: 3px;
	color: #2980B9;
}

.intro-icon-disc {
	webkit-transition: border .5s;
	-moz-transition: border .5s;
	-o-transition: border .5s;
	-ms-transition: border .5s;
	transition: border .5s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: none;
	-moz-box-shadow: 0 0 0 30px transparent;
	box-shadow: 0 0 0 30px transparent;
	background: rgba(255, 255, 255, 0.4);
	-webkit-transition: box-shadow .6s ease-in-out;
	-moz-transition: box-shadow .6s ease-in-out;
	-o-transition: box-shadow .6s ease-in-out;
	-ms-transition: box-shadow .6s ease-in-out;
	transition: box-shadow .6s ease-in-out;
}

.intro-icon-disc:hover {
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	-webkit-transition: box-shadow .4s ease-in-out;
	-moz-transition: box-shadow .4s ease-in-out;
	-o-transition: box-shadow .4s ease-in-out;
	-ms-transition: box-shadow .4s ease-in-out;
	transition: box-shadow .4s ease-in-out;
}


/***************************************************
	VII: FOOTER
 ***************************************************/
/*Social Icons */
.follow_us {
	text-align: center;
}

.follow_us a.zocial {
	font-size: 36px;
	width: 77px;
	margin: 0 10px 0 0;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: transparent;
	opacity: 0.2;
}

.follow_us a.zocial:hover {
	opacity: 1.0;
	background: transparent;
}

.pubctnt {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
}

/* Back To Top */
.go-top {
	position: fixed;
	bottom: 0.5em;
	right: 0.5em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 30px;
	padding: 0.1em 0.3em 0.1em;
	display: none;
	border-radius: 3px;
	z-index: 500;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}



/*-----------------------------------------------------------------------------------*/
/*	07: CSS3 ANIMATIONS
/*-----------------------------------------------------------------------------------*/

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}

	80% {
		-moz-transform: translateY(-10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}

	80% {
		-o-transform: translateY(-10px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(30px);
	}

	80% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}

	80% {
		-moz-transform: translateX(-10px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}

	80% {
		-o-transform: translateX(-10px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(30px);
	}

	80% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}

	80% {
		-moz-transform: translateX(10px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}

	80% {
		-o-transform: translateX(10px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(-30px);
	}

	80% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
	}
}

@-moz-keyframes shake {

	0%,
	100% {
		-moz-transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-moz-transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-moz-transform: translateX(10px);
	}
}

@-o-keyframes shake {

	0%,
	100% {
		-o-transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-o-transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-o-transform: translateX(10px);
	}
}

@keyframes shake {

	0%,
	100% {
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px);
	}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}

/*-----------------------------------------------------------------------------------*/
/*	08: MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media (max-width: 979px) {
	.btn-navbar {
		display: block;
	}

	#main_menu {
		width: 100%;
		display: block;
		margin: 22px 0px 0 0;
	}

	.logo {
		margin-left: 20px;
	}

	.nav-collapse .nav>li {
		display: block;
		text-align: center;
	}

	.nav-collapse .nav>li>a,
	.nav-collapse .dropdown-menu a {
		text-align: center;
		margin-bottom: 2px !important;
	}

	.dropdown-menu {
		width: 100%;
		margin: 0px !important;
	}

	.dropdown-menu>li>a {
		border: 0;
		width: auto;
		color: #bbb;
		display: block;
		padding: 6px 0px !important;
		background-color: rgba(0, 0, 0, 0.2);
	}

	.dropdown-menu .sub-menu {
		width: 100% !important;
		visibility: visible !important;
	}

	.dropdown-menu li:hover .sub-menu {
		left: 0px;
	}

	.dropdown-menu .sub-menu li:first-child {
		margin-top: 0px;
	}

	.dropdown-menu .sub-menu li:last-child {
		margin-bottom: 0px;
	}

	.dropdown-menu li:last-child {
		margin-bottom: 0px;
	}

	.container {
		padding: 0 15px !important;
	}

	.nivo {
		margin-top: 0px !important;
	}

	#banner {
		padding-bottom: 25px !important;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	/* prettyPhoto styling for small screens */
	.pp_pic_holder.pp_default {
		width: 100% !important;
		left: 0 !important;
		overflow: hidden;
	}

	div.pp_default .pp_content_container .pp_left {
		padding-left: 0 !important;
	}

	div.pp_default .pp_content_container .pp_right {
		padding-right: 0 !important;
	}

	.pp_content {
		width: 100% !important;
		height: auto !important;
	}

	.pp_fade {
		width: 100% !important;
		height: 100% !important;
	}

	a.pp_expand,
	a.pp_contract,
	.pp_hoverContainer,
	.pp_gallery,
	.pp_top,
	.pp_bottom {
		display: none !important;
	}

	#pp_full_res img {
		width: 100% !important;
		height: auto !important;
		border-radius: 0px;
	}

	.pp_details {
		width: 94% !important;
		padding-left: 3%;
		padding-right: 4%;
		padding-top: 10px;
		padding-bottom: 35px;
		background-color: #fff;
		margin-top: -2px !important;
	}

	a.pp_close {
		right: 10px !important;
		top: 12px !important;
	}

	.theme-default .nivo-html-caption {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.nivo_height {
		padding-top: 0px !important;
	}

	#banner {
		padding-bottom: 25px !important;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 320px) {
	h1.title {
		line-height: 40px !important;
	}
}

@media screen and (min-width: 480px) and (max-width: 768px) {
	.rev-title {
		font-size: 16px;
		line-height: 22px;
	}

	.rev-title.big {
		font-size: 24px;
		line-height: 28px;
	}

	.rev-title.bold {
		font-size: 50px !important;
		padding: 12px 10px !important;
		letter-spacing: 4px;
	}

	.rev-title2.bold {
		font-size: 50px !important;
	}
}

@media screen and (max-width: 479px) {
	.rev-title {
		font-size: 10px;
		line-height: 14px;
	}

	.rev-title.big {
		font-size: 16px;
		line-height: 20px;
	}
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 0px 0px 10px;
	}

	.grid li {
		width: 80%;
		min-width: 280px;
		margin-left: -3px;
	}

	.dzsportfolio.skin-clean {
		width: 100% !important;
	}

	.rev-title.bold {
		font-size: 20px !important;
		letter-spacing: 4px;
		padding: 8px 8px !important;
	}

	.rev-title2.bold {
		font-size: 20px !important;
		margin-top: -10px;
	}

	.rev-title-sub {
		margin: 10px 0 0 !important;
	}

	.mobile {
		margin-top: -20px;
	}
}

.bluetext {
	color: #0fb6cb;
}

.greentext {
	color: #aac700;
	font-weight: bolder;
}

.purewhite {
	background: white;
	width: 100%;
}

.shallowgray {
	background: #f0f0f0;
	width: 100%;
}

.whitetext {
	color: #fff;
	font-weight: bold;
}


/*-----------------------------------------------------------------------------------*/
/*	05: PORTFOLIO, CAROUSEL & THUMB CAROUSELS
/*-----------------------------------------------------------------------------------*/
/**** PORTFOLIO ****/
.item_description {
	position: relative;
	color: #767676;
	padding: 10px 15px;
	margin-top: -1px;
	background-color: #e9e6e1;
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 2px;
	border-bottom: 2px solid #d3cdc4;
}

.item_description:hover {
	border-bottom: 2px solid #bbb;
}

.item_description a {
	color: #555;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.5px;
}

.item_description a:hover {
	color: #888;
}

/* Isotope Filtering */
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/* Isotope CSS3 transition */
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.element {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.element img {
	max-width: 100%;
}

#options {
	padding: 0 0 0px;
}

#filters2 {
	text-align: center;
	margin: 45px 0;
}

#filters {
	text-align: left;
	margin: 45px 0;
}

#filters li,
#filters2 li {
	margin: 0;
	background: none;
	overflow: hidden;
	display: inline-block;
}

#filters li a,
#filters2 li a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 50px;
	color: #555;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 auto;
	padding: 10px 14px;
	background: transparent;
	border: 2px solid #767676;
	text-transform: uppercase;
	margin-right: 10px;
}

#filters li a.selected,
#filters2 li a.selected {
	background: #19C1C3;
	color: #fff;
	border: 2px solid #19C1C3;
}

#filters li a:hover,
#filters2 li a:hover {
	color: #fff;
	border: 2px solid #34495E;
	background: #34495E;
}

/**** GALLERY ****/
.holder {
	margin: 50px 0 54px;
	text-align: left;
}

.holder a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	cursor: pointer;
	color: #555;
	display: inline-block;
	border-radius: 6px;
	padding: 8px 14px;
	background: transparent;
	border: 2px solid #767676;
	text-transform: uppercase;
	margin-right: 10px;
}

.holder a:hover {
	color: #fff;
	border: 2px solid #34495E;
	background: #34495E;
}

.holder a.jp-previous,
.holder a.jp-next,
.holder a.jp-disabled,
.holder a.jp-disabled,
focus:a.jp-disabled {
	border: 2px solid #767676;
	font-size: 12px;
	color: #767676;
}

.holder a.jp-current {
	background: #19C1C3;
	color: #fff;
	border: 2px solid #19C1C3;
}

a.jp-disabled:hover,
.holder a.jp-next:hover {
	color: #fff;
	border: 2px solid #34495E;
	background: #34495E;
}

.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
	cursor: default;
}

.holder span {
	display: none;
}

ul#itemContainer {
	list-style: none;
	padding: 0 0;
	margin: 0 0;
	width: 100%;
}

/**** CAROUSEL ****/
#carousel {
	margin-bottom: 20px;
}

#carousel .carousel-control {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 33px;
	height: 33px;
	margin-top: -17px;
	background-image: url(../img/main_carousel_nav.png) !important;
	background-position: 0 -33px;
	background-repeat: no-repeat;
	outline: none;
	webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	border: 0px none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#carousel .carousel-control.right {
	background-position: -102px -33px;
	left: auto;
	right: 15px;
}

#carousel .carousel-control.right:hover {
	background-position: -102px 0;
}

#carousel .carousel-control:hover {
	background-position: 0 0;
}

/**** THUMBNAIL CAROUSELS ****/
.col_full {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 30px;
	float: left;
}

.col_full2 {
	position: relative;
	float: left;
	display: block;
}

#slider_home,
#slider_clients,
#slider_about,
#slider_related,
#slider_small {
	position: relative;
}

/* CAROUSELS */
.slider-item {
	position: relative;
	float: left;
	margin: 0 3px 0 0;
	height: auto;
	min-height: 315px;
}

.slider-item .slider-image,
.slider-item .slider-image a,
.slider-item .slider-image img {
	display: block;
	position: relative;
	width: 100%;
}

.slider-item .slider-image:hover,
.slider-item .slider-image a:hover,
.slider-item .slider-image img:hover {
	display: block;
	position: relative;
	width: 100%;
}

.slider-title {
	position: relative;
	padding: 1px 15px 10px;
	margin-top: -1px;
	background-color: #34495E;
	font-size: 13px;
	text-align: center;
	color: #bbb;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}

.slider-title:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.slider-title:after {
	border-top-color: #34495E;
	border-width: 6px;
	left: 47%;
}

.slider-title h3 {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.slider-title h3 a {
	color: #eee;
}

.slider-title h3 a:hover {
	color: #fff;
}

/* Carousel Arrows*/
.widget-scroll-prev,
.widget-scroll-next,
.widget-scroll-prev2,
.widget-scroll-next2,
.widget-scroll-prev3,
.widget-scroll-next3 {
	display: block;
	position: absolute;
	cursor: pointer;
	top: -20px;
	left: auto;
	right: 30px;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	padding: 0 0px;
	opacity: 1.0;
	font-size: 14px;
	font-weight: normal;
	background: #d8d3cb;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
}

.widget-scroll-next {
	right: 3px;
	top: -20px;
}

.widget-scroll-prev:hover,
.widget-scroll-next:hover,
.widget-scroll-prev2:hover,
.widget-scroll-next2:hover,
.widget-scroll-prev3:hover,
.widget-scroll-next3:hover {
	background: #2BA6CB;
}

/* Related Carousel */
#slider_related .slider-item {
	position: relative;
	float: left;
	margin: 0 5px 0 0;
	height: auto;
	min-height: 150px;
}

/* Single Portfolio Page Arrows */
.widget-scroll-prev2,
.widget-scroll-next2 {
	top: -12px;
	right: 30px;
}

.widget-scroll-next2 {
	right: 3px;
}

/* Small Carousel */
#slider_small .slider-item {
	position: relative;
	float: left;
	margin: 0 3px 0px 0;
	min-height: 100px;
}

/* Small Slider Arrows */
.widget-scroll-prev3,
.widget-scroll-next3 {
	top: -30px;
	left: 0px;
}

.widget-scroll-next3 {
	left: 30px;
}

.related_link {
	letter-spacing: 1px;
	color: #767676;
	font-size: 12px;
	text-align: center;
	margin: 15px auto 0;
	text-transform: uppercase;
}

/***************************************************
	IV: TESTIMONIALS
 ***************************************************/
.testimonial1,
.testimonial2,
.testimonial3 {
	position: relative;
	padding: 20px 20px 15px;
	margin-bottom: 15px;
	background-color: #34495E;
	font-size: 13px;
	color: #bbb;
	-webkit-border-radius: 4%;
	-moz-border-radius: 4%;
	border-radius: 4%;
}

.testimonial1:after,
.testimonial2:after,
.testimonial3:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.testimonial1:after,
.testimonial2:after,
.testimonial3:after {
	border-top-color: #34495E;
	border-width: 6px;
	left: 48%;
}

.testimonial2 {
	background-color: #E9E6E1;
	color: #999;
}

.testimonial2:after {
	border-top-color: #E9E6E1;
}

.testimonial3 {
	background-color: #2BA6CB;
	color: #fff;
}

.testimonial3:after {
	border-top-color: #2BA6CB;
}

.quote_sections,
.quote_sections_hue,
.quote_sections_dark,
.quote_sections_light {
	display: block;
	padding: 15px 15px 5px;
	text-align: center;
	font-size: 14px;
	background: #E3E1E1;
	-webkit-border-radius: 4%;
	-moz-border-radius: 4%;
	border-radius: 4%;
}

.quote_sections_hue {
	background: #2BA6CB;
}

.quote_sections_dark {
	background: #2C3E50;
}

.quote_sections_light {
	background: #E9E6E1;
}


/* Testimonial Icons */
.testimonial-icon-disc,
.testimonial-icon-disc2,
.testimonial-icon-disc3 {
	background-color: #19C1C3;
	-webkit-border-radius: 4%;
	-moz-border-radius: 4%;
	border-radius: 4%;
	text-align: center;
	vertical-align: middle;
}

.image {
	width: 100%;
	height: 100%;
}

.testimonial-icon-disc.cont-large,
.testimonial-icon-disc2.cont-large,
.testimonial-icon-disc4.cont-large {
	padding: 10px 0 0 0;
	text-align: center;
	vertical-align middle;
	width: 250px;
	height: 200px;
	margin: 0px auto 10px auto;
}

.testimonial-icon-disc3.cont-large {
	padding: 10px 0 0 0;
	text-align: center;
	vertical-align middle;
	width: 300px;
	height: 200px;
	margin: 0px auto 10px auto;
}

.testimonial-icon-disc3.cont-largee {
	padding: 10px 0 0 0;
	text-align: center;
	vertical-align middle;
	width: 350px;
	height: 200px;
	margin: 0px auto 10px auto;
}

.testimonial-icon-disc.cont-larger,
.testimonial-icon-disc2.cont-larger,
.testimonial-icon-disc3.cont-larger,
.testimonial-icon-disc4.cont-larger {
	padding: 10px 0 0 0;
	text-align: center;
	vertical-align middle;
	width: 200px;
	height: 266px;
	margin: 0px auto 10px auto;
}

.testimonial-icon-large:before {
	font-size: 30px;
	margin-left: 1px;
	margin-top: -2px;
}

.testimonial-icon-disc2 {
	background-color: #2C3E50;
}

.testimonial-icon-disc3 {
	background-color: #E9E6E1;
}

.about_strip {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
}

.strip2 {
	background-color: #e9e6e1;
	padding: 45px 0 0px;
	text-align: center;
}

/* big button */
.big_button {
	display: inline-block;
	/*	float:none;
	clear:both;*/
	background: #6A5ACD;
	/*margin:0 auto;*/
	margin: 10px;
	width: 250px;
	height: 65px;
	font-size: 21px;
	line-height: 65px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 0px #483D8B;
	-moz-box-shadow: 0 5px 0px #483D8B;
	box-shadow: 0 5px 0px #483D8B;
	position: relative;
	text-align: center;
}

.big_button a {
	color: #fff;
	opacity: 1.0;
}

.big_button:hover {
	color: #fff;
	background: #9370DB;
	-webkit-box-shadow: 0 5px 0px #7B68EE;
	-moz-box-shadow: 0 5px 0px #7B68EE;
	box-shadow: 0 5px 0px #7B68EE;
}

.big_button:active {
	color: #fff;
	background: #c23c33;
	-webkit-box-shadow: 0 3px 0px #652824;
	-moz-box-shadow: 0 3px 0px #652824;
	box-shadow: 0 3px 0px #652824;
}

.big_button:visited,
.big_button:focus {
	color: #fff;
}


/* big button */
.big_button_alt {
	display: inline-block;
	/*float:none;*/
	/*clear:both;*/
	background: #19C1C3;
	/*margin:0 auto;*/
	margin: 10px;
	width: 250px;
	height: 65px;
	font-size: 21px;
	line-height: 65px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 0px #008B8B;
	-moz-box-shadow: 0 5px 0px #008B8B;
	box-shadow: 0 5px 0px #008B8B;
	position: relative;
	text-align: center;
}

.big_button_alt a {
	color: #fff;
	opacity: 1.0;
}

.big_button_alt:hover {
	color: #fff;
	background: #40E0D0;
	-webkit-box-shadow: 0 5px 0px #00CED1;
	-moz-box-shadow: 0 5px 0px #00CED1;
	box-shadow: 0 5px 0px #00CED1;
}

.big_button_alt:active {
	color: #fff;
	background: #20B2AA;
	-webkit-box-shadow: 0 3px 0px #5F9EA0;
	-moz-box-shadow: 0 3px 0px #5F9EA0;
	box-shadow: 0 3px 0px #5F9EA0;
}

.big_button_alt:visited,
.big_button_alt:focus {
	color: #fff;
}