
@import url(//fonts.googleapis.com/css?family=Patua+One);
@import url(//fonts.googleapis.com/css?family=Michroma);



a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
/*------ template stylization ------*/
body {
	background: #fbfbfb;
}
#content {
	background: #FFF;
}
#content h1 {
	background-color:#EAF2F8; 
	font-family: 'Open Sans',sans-serif; 
	color:#333333; 
	font-weight:500;
	text-shadow:#999999 1px 1px 1px;
	letter-spacing:-1px;
	padding:10px 0 10px 0;
	margin-bottom:10px;
	text-transform:uppercase;
}
.red {
	color: #e10c0c;
}
.green {
	color: #37ac81;
}
.thumb-pad {
	padding: 0 !important;
}
.thumbnail {
	line-height: 0 !important;
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
div.clearfix {
	/* 
	clear:both; here because this is typically the last element in a box
	clear:both; is a css trick which allows the container box to wrap around all floated interior divs
	*/
	clear:both;
	width:100%;
	visibility:hidden;
	height:0;
}
figure.laptop-shot {
	background: url(../img/screenshots/frames/laptop-frame.png) center center no-repeat;
	background-size: cover;
	width:600px;
	height:370px;
	margin:30px 0 30px -40px;
	padding:20px 70px 0 70px;
}
figure.laptop-shot img {
	border:1px solid #666666;
	width:100%;
}
figure.monitor-shot {
	background: url(../img/screenshots/frames/monitor-frame.png) center center no-repeat;
	background-size: cover;
	width:490px;
	height:420px;
	margin:30px 0 30px 0;
	padding:18px 17px 0 17px;
}
figure.monitor-shot img {
	border:1px solid #666666;
	width:100%;
}
figure.tablet-shot {
	background: url(../img/screenshots/frames/tablet-frame.png) center center no-repeat;
	background-size: cover;
	width:560px;
	height:420px;
	margin:30px 0 30px 0;
	padding:50px 55px 0 45px;
}
figure.tablet-shot img {
	border:1px solid #666666;
	width:100%;
}

/*---------------row_s----------------*/
.row_1 {
	background: url(../img/bghead.jpg) center center no-repeat;
	background-size: cover;
	padding: 51px 0;
	min-height: 669px;
}
.row_2 {
	background: #1d1d1d;
}
.row_3 {
	background: #FFF;
	padding: 50px 0;
}
.row_4 {
	/* MDP removed to allow colored fluid rows on product pages */
	/* background: #FFF; */
	padding: 5px 0 55px;
}
.row_5 {
	background: #FFF;
	padding: 13px 0 39px;
}
.row_5 h2 {
	padding-bottom: 19px;
}
.row_6 {
	background: #FFF;
	padding: 13px 0 39px;
}
.row_6 h2 {
	padding-bottom: 19px;
}
.row_7 {
	background: #FFF;
	padding: 6px 0 86px;
}
.row_7 h2 {
	padding-bottom: 23px;
}
.row_7 figure {
	width: 100%;
	margin-bottom: 18px;
}
.row_7 figure img {
	width: 100%;
}
.row_8 {
	background: #FFF;
	padding: 13px 0 51px;
}
.row_8 h2 {
	padding-bottom: 19px;
}
.row_9 {
	background: #FFF;
	padding: 50px 0 86px;
}
.row_9 h2 {
	padding-bottom: 23px;
}
.row_10 {
	background: #FFF;
	padding: 13px 0 69px;
}
.row_10 h2 {
	padding-bottom: 19px;
}
.row_11 {
	background: #FFF;
	padding: 38px 0 56px;
}
.row_11 h2 {
	padding-bottom: 23px;
}
.row_12 {
	background: #FFF;
	padding: 50px 0 86px;
}
.row_12 h2 {
	padding-bottom: 23px;
}
.pad1 {
	padding: 60px 0 23px !important;
}
.mbot1 {
	margin-bottom: 26px;
}
.main-prezi {
	border:1px solid #999999; 
	padding:0; 
	margin:0;
	width:550px;
	height:350px;
}

/*----------- Back to top --------------*/
#toTop {
	display: none;
	width: 33px;
	height: 17px;
	overflow: hidden;
	background: url(../img/totop.png) 0 top no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 60px;
	z-index: 999;
}
#toTop:hover {
	background-position: 0 bottom;
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*---------------headings links------------------*/
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	color: #666666;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
li {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #666666;
	margin: 0;
	padding: 0;
}
h2 {
	position: relative;
	/* text-transform: uppercase; */
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 34px;
	font-weight: 400;
	color: #333745;
	margin: 0;
	padding: 30px 0 22px;
}
modalwindow h2 {
	padding: 5px 0 10px;	
}

.product-page h2 {
	padding:0;
	font-weight: 300;
}

.product-page .row_4 h2 {
	font-size:40px;
	line-height:45px;
	margin:40px 0 20px 0;	
}
.product-page .btn-primary {
	font-size:30px;
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-weight:300;
}

.evolve .btn-primary {
	/* bootstrap override */
	background-color:#AD53AB;
	border-color:#8A0987;
}
.design .btn-primary {
	/* bootstrap override */
	background-color:#FF944D;
	border-color:#FF6600;
}
.strategy .btn-primary {
	/* bootstrap override */
	background-color:#8DB614;
	border-color:#7EA114;
}
.perform .btn-primary {
	/* bootstrap override */
	background-color:#FFCC00;
	border-color:#DDAA00;
}
.risk .btn-primary {
	/* use blue default */
}

.evolve .row_4 h2 {
	color: #7EA114;
}
.design h2 {
	color: #0AB5A2;
}
.strategy h2 {
	color: #8A0987;
}
.perform h2 {
	color: #267BB3;
}
.risk h2 {
	color: #FF0042;
}

#content .resource_box h1.product-logo {
	font-family: 'Michroma', sans-serif;
	text-transform: none;
	font-size:48px; 
	margin:10px 0 0 10px;
	line-height: 34px;
	font-weight: normal;
	letter-spacing:-2px;
	color: #333333;
	background:none;
}
#content h1 div.logo-plus {	
	position:relative;
	bottom:-5px;
	display:inline;
}
.resource_box h4 {
	margin:10px 0 0 15px; width:100%; color:white;
}
.evolve .resource_box h4 {
	margin:100px 0 0 20px; width:50%; color:white;
}
.design .resource_box h4 {
	margin:35px 0 0 20px; width:45%; color:white;
}
.strategy .resource_box h4 {
	margin:30px 0 0 15px; width:100%; color:#333333;
}
.strategy .splash_links_container {
	background-color:#F4E7F3; 
	margin-top:40px; 
	height:300px;
}
.strategy .links {
	margin-top: 20px;
}
.perform .resource_box h4 {
	margin:80px 0 0 20px; width:50%; color:white;
}
.risk .resource_box h4 {
	margin:80px 0 0 15px; width:50%; color:white;
}

h3 {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 26px;
	color: #8A0987;
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
}
modalwindow h3 {
	margin-top:15px;	
}
modalwindow article h3 {
	margin-top:0;	
}
h4 {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	color: #1d1d1d;
	padding: 0;
	margin: 0;
	margin-bottom: 18px;
}
h4 b {
	font-weight: 500;
}
modalwindow a h4 {
	font-size: 20px;
	margin-bottom: 0;
	color: #267BB3;
	cursor:pointer;
}
footer h4 {
	font-family: 'Michroma', sans-serif;
	font-size: 20px;
	line-height: 34px;
	font-weight: normal;
	color: #1d1d1d;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
}
footer h4 div.logo-plus {	
	position:relative;
	bottom:-2px;
	display:inline;
	border:0;
	padding:0;
	margin:0;
}
.btn-link1 {
	text-decoration: underline;
	position: relative;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	word-spacing: 3px;
	color: #4685a7;
	border: none;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link1:hover {
	text-decoration: underline;
	color: #666666;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/************* header ***************/
.pagesheader hr {
	display: block;
	position: relative;
	border: none;
	outline: none;
	height: 5px;
	width: 100%;
	float: left;
	background: #fbfbfb;
	margin: 0;
}
.headertop {
	position: relative;
}
header {
	background: #ffffff;
}
/*-------- Logo -------- */
/* OVERRIDES */
.navbar-brand {
	padding:0;
}
.navbar-brand_ {
	float: left;
	display: block;
	position: relative;
	text-align: center;
	/* padding: 49px 0 34px; mdp */
	margin: 0 0 0 15px; /* MDP from 99px */
}
.navbar-brand_ img {
	max-width: 100%;
	margin-top:15px;
}
.page-home h1.esm-logo-no-arrow {
	display:none;
}
.page-home h1.esm-logo-with-arrow {
	display:block;
}
.page-product h1.esm-logo-no-arrow,
.page-normal h1.esm-logo-no-arrow {
	display:none;
}
.page-product h1.esm-logo-with-arrow,
.page-normal h1.esm-logo-with-arrow {
	display:block;
}
.navbar-esm-graphic-large {
	position:absolute; 
	top:-85px; 
	left:-55px; 
	width:200px; 
	height:200px; 
	background:url(../img/logo-square-arrow.png);
	z-index:15;
	display:none;
}

h1.navbar-brand_ a {
	display: inline-block;
	position: relative;
	background: #FFF;
	z-index: 10;
}
.navbar-brand_a:hover {
	text-decoration: none;
}
.rightside {
	position: relative;
	margin-top: 41px; /* mdp from 61 */
	float: right;
}
/*-----------------navbar---------------------*/
.menuheader {
	position: relative;
	display: block;
	margin-right: 0;
}
.tm_navbar {
	position: relative;
	padding: 0 0 0 0;
	margin: 0;
	background: none;
	border: none;
}
.tm_navbar .nav {
	float: none;
	position: relative;
	display: block;
}
.tm_navbar ul {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
}
.tm_navbar .nav li {
	float: left;
	padding: 0;
	margin: 0 4px;
	position: relative;
	zoom: 1;
}
.tm_navbar .nav li a {
	text-decoration: none;
	/* text-transform: uppercase; */
	color: #212121;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	/* font-weight:bold; */
	background: transparent;
	padding: 6px 25px 6px;
	border: none;
	border-radius: 0;
	text-shadow: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav > li > a .indicator1 {
	background: url(../img/indicator.png) 0 bottom no-repeat;
	width: 7px;
	height: 5px;
	display: inline-block;
	top: 26px;
	right: 46%;
	position: absolute;
	z-index: 5;
}
.tm_navbar .nav li a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	outline: none;
	color: #c3c3c3;
	background: #3b3b3b;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav > .active > a, .tm_navbar .nav > .active > a:hover, .tm_navbar .nav > .active > a:focus {
	outline: none;
	color: #c3c3c3;
	background: #3b3b3b;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav > li.sfHover.active > a .sf-sub-indicator, .tm_navbar .nav > li.active > a .sf-sub-indicator {
	outline: none;
	background-position: 0 0;
}
.tm_navbar .nav > li.sfHover > a, .tm_navbar .nav > li.sfHover > a:hover, .tm_navbar .nav > li > a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	outline: none;
	color: #666666;
	background: #F0F0F0; /* mdp from 3b3b3b */
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*---------submenu1-------------*/
.tm_navbar .nav ul, .tm_navbar .nav div.supermenu  {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	display: none;
	top: 40px;
	left: -3px;
	width: 200px;
	padding: 15px 0 20px;
	list-style: none;
	zoom: 1;
	z-index: 11;
	background: #222222;
	border-radius: 0;
	overflow: hidden;
	margin: 0;
}
.tm_navbar .nav ul li:first-child {
	padding: 0;
	display: block;
	position: relative;
	zoom: 1;
	z-index: 10;
	background: transparent;
}
.tm_navbar .nav ul li:first-child a {
	border-radius: 0;
	background: transparent;
	padding: 0;
	padding-left: 24px;
	display: block;
}
.tm_navbar .nav ul li {
	text-align: left;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
	zoom: 1;
	z-index: 10;
	border-radius: 0;
	width: 100%;
	background: transparent;
}
.tm_navbar .nav ul li a {
	text-align: left;
	position: relative;
	color: #F0F0F0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	margin: 0;
	text-shadow: none;
 	background:;
	padding-left: 24px;
	border-radius: 0;
	letter-spacing: 1px;
	display: block;
}
.tm_navbar .nav ul li a:hover {
	color: #212121;
	background: #FFF;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul li.sfHover > a {
	text-decoration: none;
	color: #212121;
	background: #FFF;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul ul li.sfHover > a {
 color:;
	text-decoration: none;
	color: #141414;
	background: #F0F0F0;
}
/*-----------submenu2-----------*/
.tm_navbar .nav ul ul {
	overflow: hidden;
	position: relative;
	list-style: none;
	padding: 0 0 26px;
	top: 0px;
	left: 0;
}
.tm_navbar .nav ul ul li:first-child {
	text-align: left;
	padding: 0;
	position: relative;
	zoom: 1;
	z-index: 11;
	background: transparent;
}
.tm_navbar .nav ul ul li:first-child a {
	background: transparent;
	padding: 0;
	padding: 0px 0 0px 45px;
}
.tm_navbar .nav ul ul li {
	text-align: left;
	position: relative;
	zoom: 1;
	z-index: 11;
}
.tm_navbar .nav ul ul li a {
	color: #989898;
	text-shadow: none;
	padding-left: 0;
	background: transparent;
	padding: 0px 0 0px 45px;
}
.tm_navbar .nav ul ul li a:hover {
	color: #989898;
	background: #4d4d4d;
}
/*-----indicator2-------*/
.tm_navbar .nav ul .indicator2 {
	background: url(../img/indicator.png) no-repeat 0 0;
	width: 7px;
	height: 5px;
	position: relative;
	display: inline-block;
	top: -2px;
	left: 6px;
	z-index: 5;
}
/*-------------------select------------------*/
.select-menu {
	display: none !important;
}
/************** header end **************/
/************** content **************/
.box1 {
	margin-bottom: 55px;
	position: relative;
}
.box1 .title1 {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	margin: 0 0 3px;
}
.box1 .title2 {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 2px;
	word-spacing: 4px;
	text-transform: uppercase;
	margin: 0;
}
/*---------------list1-------------------*/
.list1 {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 100;
}
.list1 li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 40px;
}
.list1 li a {
	margin-top: 310px;
	padding: 25px 10px 28px;
}
.list1 li a p {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	color: #ffffff;
	margin: 0;
	position: relative;
	z-index: 2;
}
.list1 li a figure {
	position: relative;
	margin-bottom: 6px;
	z-index: 2;
}
.list1 li a em {
	display: none;
	height: 100%;
}
.list1 li a:hover {
	text-decoration: none;
}
.list1 li a:hover em {
	display: block;
}
.list1 li em {
	top: 0;
	left: 15px;
	margin-right: 15px;
	position: absolute;
	z-index: 1;
	display: none;
}
.list1 li em span {
	width: 100%;
	padding: 8px 10px 10px 23px !important;
}
.list1 li .list1overflow {
	text-align: center;
	overflow: hidden;
	margin: 0 0 21px !important;
}
.list1 li .list1overflow figure {
	float: none;
	margin: 0 0 10px 0;
}

/*-----------list1boxes-----------*/
/*----------------------*/
.list1box1 {
	text-align: center;
	display: block;
	background: #FF0042;
}
.listbox-hover-size {
	width:165px;
}
.list1box1_2 {
	text-align: left !important;
	font-style: normal!important;
	overflow: hidden;
	min-height: 241px;
	background: #FF4D7B;
	padding: 26px 0;
	z-index: 1;
	position: relative;
}
.list1box1_2 .color {
	background: #FF0042;
}
.list1box1_2 span {
	display: block;
	font-style: normal!important;
	font-family: 'Open Sans', "Times New Roman", Times, serif !important;
	font-size: 13px !important;
	line-height: 18px !important;
	font-weight: normal !important;
	color: #ffffff;
	margin: 0;
}
/*----------------------*/
.list1box2 {
	text-align: center;
	display: block;
	background: #FF6600;
}
.list1box2_2 {
	text-align: left !important;
	font-style: normal!important;
	min-height: 241px;
	background: #FF944D;
	padding: 26px 0;
	z-index: 1;
	position: relative;
}
.list1box2_2 .color {
	background: #FF6600;
}
.list1box2_2 span {
	display: block;
	font-style: normal!important;
	font-family: 'Open Sans', "Times New Roman", Times, serif !important;
	font-size: 13px!important;
	line-height: 18px!important;
	font-weight: normal!important;
	color: #ffffff;
	margin: 0;
}
/*----------------------*/
.list1box3 {
	text-align: center;
	display: block;
	background: #7EA114;
}
.list1box3_2 {
	text-align: left !important;
	font-style: normal!important;
	min-height: 241px;
	background: #8DB614;
	padding: 26px 0;
	z-index: 1;
	position: relative;
}
.list1box3_2 .color {
	background: #7EA114;
}
.list1box3_2 span {
	display: block;
	font-style: normal!important;
	font-family: 'Open Sans', "Times New Roman", Times, serif !important;
	font-size: 13px!important;
	line-height: 18px!important;
	font-weight: normal!important;
	color: #ffffff;
	margin: 0;
}
/*----------------------*/
.list1box4 {
	text-align: center;
	display: block;
	background: #0AB5A2;
}
.list1box4_2 {
	text-align: left !important;
	font-style: normal!important;
	min-height: 241px;
	background: #54CBBE;
	padding: 26px 0;
	z-index: 1;
	position: relative;
}
.list1box4_2 .color {
	background: #0AB5A2;
}
.list1box4_2 span {
	display: block;
	font-style: normal!important;
	font-family: 'Open Sans', "Times New Roman", Times, serif !important;
	font-size: 13px!important;
	line-height: 18px!important;
	font-weight: normal!important;
	color: #ffffff;
	margin: 0;
}
/*----------------------*/
.list1box5 {
	text-align: center;
	display: block;
	background: #267BB3; /* mdp from 5d9dc1 */
}
.list1box5_2 {
	text-align: left !important;
	font-style: normal!important;
	min-height: 241px;
	background: #4DA8D2;
	padding: 26px 0;
	z-index: 1;
	position: relative;
}
.list1box5_2 .color {
	background: #267BB3;
}
.list1box5_2 span {
	display: block;
	font-style: normal!important;
	padding: 2px 10px 4px 23px!important;
	font-family: 'Open Sans', "Times New Roman", Times, serif !important;
	font-size: 13px!important;
	line-height: 18px!important;
	font-weight: normal!important;
	color: #ffffff;
	margin: 0;
}
/*------------------box2----------------*/
.box2 {
	background: url(../img/blockquote2.png) 41px 30px no-repeat;
	padding: 30px 0 28px 100px;
	overflow: hidden;
}
.box2 figure {
	float: left;
	margin-right: 30px;
}
.box2 figure {
	float: left;
	margin-right: 30px;
}
.box2 .boxinfo {
	overflow: hidden;
}
.box2 p {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #ffffff;
	margin: 21px 0 10px;
	letter-spacing: 1px;
}
.box2 p span {
	line-height: 0px;
	margin: 11px 0 0 18px;
	position: absolute;
	display: inline-block;
}
.box2 a, .box2 span.credit {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #888888;
	margin: 0 0;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.box2 a:hover {
	text-decoration: none;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*---------box3 4-----------*/
.box3 {
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 12px 30px 15px;
	letter-spacing: 1px;
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: 300;
	color: #FFF;
	background: #323232;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-bottom:1px solid #444444;
	text-align:right;
}
.box3:hover {
	text-decoration: none;
	color: #FFF;
	background: #4DA8D2;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.colrow3 {
	margin-bottom: 40px;
}
/*---------------list2-------------------*/
.list2 {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 100;
	margin-top: 6px;
	margin-bottom: 11px;
}
.list2 li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 1px;
}
.list2 li.last a {
	padding-bottom: 14px;
}
.list2 li a {
	text-transform: uppercase;
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #FFF;
	position: relative;
	display: block;
	background: #5d9dc1 url(../img/arrow1.png) 14px 11px no-repeat;
	box-sizing: border-box;
	padding: 6px 31px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list2 li a:hover {
	text-decoration: none;
	background-color: #323232;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*table*/
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 11px;
}
/* Zebra striping */
tr:nth-of-type(odd) {
	background: #eee;
}
th {
	background: #373737;
	color: #373737;
	font-weight: bold;
}
td, th {
	padding: 6px;
	border: 1px solid #FFF;
	text-align: center;
}
tr th {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
}
tr td {
	padding: 5px 10px 6px;
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #1d1d1d;
	background: #f5f5f5;
}
/*------------------------Carousel---------------------*/
.owldiv {
	width: auto;
}
.owlbox {
	position: relative;
	padding-bottom: 30px;
}
#owl-demo .item {
	padding: 0px;
	margin: 0 20px 0 0;
	color: #FFF;
}
.item a {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 0;
}
/*------caruselnav--------*/
.next, .prev {
	cursor: pointer;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}
.next div, .prev div {
	overflow: hidden;
	position: relative;
	top: 0;
	height: 17px;
	display: inline-block;
	left: 0;
}
.next div img, .prev div img {
	position: relative;
	top: 0;
	width: 10px;
	height: 34px;
}
.next:hover, .prev:hover {
	cursor: pointer;
}
.next:hover img, .prev:hover img {
	position: relative;
	top: -17px;
}
.customNavigation {
	margin-right: -10px;
	right: 50%;
	bottom: -30px;
	width: 34px;
	height: 19px;
	position: absolute;
	text-align: center;
	overflow: hidden;
	z-index: 200;
}
.next {
	width: 10px;
	height: 17px;
	right: 0;
}
.prev {
	width: 10px;
	height: 17px;
	left: 0;
}
/*------------------------*/
.boxowl {
	text-align: center;
	padding: 22px 15px 15px;
	background: #fbfbfb;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.boxowl .title3 {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 48px;
	line-height: 40px;
	color: #1d1d1d;
	margin-bottom: 18px;
}
.boxowl strong {
	display: block;
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #1d1d1d;
	margin-bottom: 6px;
}
.boxowl p {
	display: block;
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #1d1d1d;
}
.boxowl:hover {
	text-decoration: none;
	background: #323232;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.boxowl:hover .title3 {
	color: #FFF;
}
.boxowl:hover strong {
	color: #FFF;
}
.boxowl:hover p {
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*------------ list-advant ------------ */
.list-advant {
	padding: 0;
	margin: 0;
	margin-bottom: 53px;
	padding-bottom: 0;
	list-style: none;
}
.list-advant h3 {
	margin-bottom: 6px;
}
.list-advant p {
	margin-bottom: 0;
}
.list-advant .overflow {
	overflow: hidden;
}
.list-advant a {
	color: #1d1d1d;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-advant a:hover {
	color: #4685a7;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-advant li {
	overflow: hidden;
	padding-top: 32px;
}
.list-advant li:first-child {
	padding: 0;
	border: none;
	margin: 0;
}
.badge_ {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #FFF;
	width: 54px;
	text-align: center;
	background: #267BB3;
	float: left;
	text-shadow: none;
	padding: 10px 0 14px;
	margin-right: 18px;
	margin-top: 5px;
	white-space: normal;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
}
.badge_color2 {
	background: #FF6600;
}
.badge_color3 {
	background: #7EA114;
}
/*-----------testimonials and partners--------------*/
testimonial, partner-block {
	border:1px solid #999999; 
	padding:10px; 
	margin:5px; 
	display:block;
	position:relative;
}
.partner-box{ }
.partner-holder {
	border-top:3px solid #F0F0F0; 
	padding:10px 0 15px 0;	
}
.partner-logo{
	margin:20px auto 15px auto; 
	text-align:center;
}
.partner-logo-in-box {
	width:29%; 
	float:left;
	height:100px;
}
.partner-name-in-box h3,
.partner-name-in-box p {
	margin:0;	
}
.partner-name-in-box {
	width:68%; 
	float:right;	
}
.partner-name-in-box a:hover {
	text-decoration:none;
}
.list-quote.extra {
	padding-bottom: 34px;
}
.list-quote {
	padding: 0;
	list-style: none;
	margin: 0 0 24px 0;
}
.list-quote li {
	margin-top: 0;
	margin-bottom: 15px;
	border-top:3px solid #F0F0F0;
	padding-top:15px;
}
.list-quote li:first-child {
	padding: 0;
	border-top: none;
}
.quote-1 {
	position: relative;
	border: none;
	border-radius: 10px;
	background: url("../img/blockquote.png") no-repeat 0 6px;
	display: block;
	margin: 0;
	padding: 0 0 0 52px;
}
.quote-1 p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #666666;
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}
.quote-1 a {
	color: #1d1d1d;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.quote-1 a:hover {
	color: #4685a7;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*----------- list-thumbnails--------------*/
.thumbnail-1 {
	border: none;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	overflow: hidden;
	background: transparent;
}
/*--------- list-members -----------*/
.members {
	padding: 76px 0 31px 0;
}
.list-members {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.list-members li h3 {
	margin-bottom: 0;
}
.list-members li {
	float: left;
	overflow: hidden;
	margin-bottom: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-members li section {
	padding: 0;
}
.list-members li figure {
	width: 100%;
}
.list-members li figure .box-shadow(none) img {
 width: 100%;
}
.list-members li a {
	margin-bottom: 0;
	color: #1d1d1d;
}
.list-members li a:hover {
	color: #4685a7;
	text-decoration: none;
}
.list-members li p {
	margin-bottom: 0;
}
.list-members li figure {
	width: 100%;
	margin: 0;
	overflow: hidden;
	margin-bottom: 22px;
}
.list-members li figure img {
	width: 100%;
}
.list-members li > div > div > figure > a {
	position: relative;
	display: block;
	margin: 0;
}
.list-members li > div > div > figure > a > .zoom {
	width: 30px;
	height: 30px;
	margin-top: -250px;
	margin-left: -15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.list-members li > div > div > figure > a:hover > .zoom {
	margin-top: -15px;
	margin-left: -15px;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.list-members li > div > div > figure > a span {
	position: absolute !important;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: url(../img/patternhover1.png) repeat;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.list-members li > div > div > figure > a:hover span {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/patternhover1.png) repeat;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*----------expert_box-------------*/
.expert_box figure {
	float: left;
	margin: 4px 30px 15px 0;
}
.resource_box {
	overflow: hidden;
	margin-bottom: 42px;
}
.resource_box figure {
	float: left;
	margin: 4px 30px 15px 0;
}
/*------------ list-topics ------------ */
.list-topics {
	padding: 0;
	margin: 0;
	padding-bottom: 0;
	list-style: none;
}
.list-topics h3 {
	margin-bottom: 6px;
}
.list-topics p {
	margin-bottom: 15px;
}
.list-topics .overflow {
	overflow: hidden;
}
.list-topics h3 a {
	color: #1d1d1d;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-topics h3 a:hover {
	color: #4685a7;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-topics h3 a .btn-link1 {
	color: #4685a7!important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-topics h3 a .btn-link1:hover {
	color: #1d1d1d!important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-topics li {
	overflow: hidden;
	padding-bottom: 35px;
}
.list-topics li:first-child {
	border: none;
	margin: 0;
}
.badge_ {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #FFF;
	width: 54px;
	text-align: center;
	background: #267BB3;
	float: left;
	text-shadow: none;
	padding: 10px 0 14px;
	margin-right: 18px;
	margin-top: 5px;
	white-space: normal;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
}
.badge_color2 {
	background: #FF6600;
}
.badge_color3 {
	background: #7EA114;
}
.badge_color4 {
	background: #0AB5A2;
}
/*-------list-videos----------*/
.list-videos {
	padding: 0;
	margin: 0;
	margin-top: 4px;
	list-style: none;
}
.list-videos li {
	overflow: hidden;
	padding-bottom: 27px;
}
.list-videos li a {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}
.list-videos li a span {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-videos li a:hover span {
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-videos li figure {
	width: 100%;
}
.list-videos li figure img {
	width: 100%;
}
.list-videos li span {
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	top: 50%;
	margin-top: -36px;
	width: 72px;
	height: 72px;
	background: url("../img/dowload.png") center center no-repeat;
}
.list-videos h3 {
	text-align:center;
	margin:3px 0 0 0;
	font-size:14px;
	line-height:18px;
	color:#666666;
}
.esm-resources h3 {
	margin-bottom:10px;	
}
/*----------links-----------*/
.links {
	margin-top: 30px;
}
.links h2 {
	padding-bottom: 14px;
}
/*-------- contacts page --------*/
.gmap {
	margin-top: 0;
	border:3px solid #EAF2F8;
	height:325px;
}
.map {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin-bottom: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
.map iframe {
	width: 100%;
	height: 382px;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.address-container {
	background: url(../img/front-door.jpg) center center no-repeat;
	width:100%;
	height:400px;
	border:1px solid #666666;
}
.address-big {
	float:right;
	text-align:right;
	margin:30px 20px 0 0;
}
.address-big h2 {
	color:#8A0987;
}
.address-side {
	display:none;
}
.address h2, .address-big h2 {
	padding-bottom: 19px;
}
.address-big .info, .address-big p {
	color:#333333;
}
address {
	margin: 0 0 0 0;
	margin-bottom: 0;
}
address strong {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #1d1d1d;
	display: block;
	margin-bottom: 0;
}
address span {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #333333;
}
address p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	margin: 16px 0 19px;
}
address p em {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	font-style: normal;
	display: block;
	margin-bottom: 0;
}
/*------------contact form------------*/
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	margin-right: 5px;
	margin-bottom: 15px;
	width: 239px;
	display: inline-block;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.coll-message {
	position: relative;
}
#contact-form {
	margin-top: 5px;
	position: relative;
}
#contact-form label {
	position: relative;
	/*!*/
  display: block;
}
#contact-form span {
	display: block;
}
#contact-form ._placeholder {
	width: 100%!important;
	position: absolute;
	/*!*/
  left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #666666;
	padding: 10px 10px 11px 12px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	opacity: .4;
	filter: alpha(opacity=40);
	box-shadow: none;
	padding: 10px 10px 11px 12px;
	width: 100%;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea, #contact-form select {
	outline: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #666666;
	width: 100%;
	height: 41px;
	border-radius: 0;
	padding: 10px 10px 11px 12px;
	border: 1px solid #ececec;
	background: #fbfbfb;
}
#contact-form textarea {
	height: 161px;
	resize: none;
	margin: 0 0 19px;
	overflow: hidden;
}
.req {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #666666;
	position: relative;
	display: inline-block;
	margin-left: 18px;
	top: 2px;
}
#contact-form > label {
	margin-bottom: 0;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px/20px Arial;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 3px;
	top: 0;
	color:#AA0000;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form a {
	margin-right: 19px;
}
#contact-form .success-message {
	line-height: 22px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #F0FAD3;
	color: black;
	font-weight:bold;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.7s linear;
	transition: all 0.7s linear;
	padding: 0;
}
#contact-form.success .success-message {
	height: 50px;
	color: #bab9b9;
	padding: 15px 0;
	border: 1px solid #cecece;
	-webkit-transition: all 0.7s linear;
	transition: all 0.7s linear;
}
/*-----------------privacy page-------------------*/
.privacy_page h3 {
	margin: 0 0 0;
}
.terms p {
	margin: 0 0 17px !important;
	color: #666666;
}
.padbot6 {
	padding-bottom: 44px !important;
}
.mbot4 {
	margin: 0 0 24px !important;
}
.privacy_page p {
	margin-bottom: 18px;
	color: #666666;
}
.privacy_link {
	color: #5d9dc1;
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.privacy_link:hover {
	text-decoration: none;
	color: #1d1d1d;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
/*404 page*/
/*404 page*/
.block-404 figure {
	margin: 0;
}
.block-404 .forminfo h2 {
	padding-top: 55px;
	padding-bottom: 18px;
}
.block-404 p {
	width: 100%;
	margin-bottom: 18px;
}
.form-404 {
	width: 100%;
	display: block;
	margin-top: 23px;
	position: relative;
	padding-right: 0;
}
.form-404 input {
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #666666;
	width: 100%;
	height: 41px;
	border-radius: 0;
	padding: 10px 10px 11px 12px;
	border: 1px solid #ececec;
	background: #fbfbfb;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	float: left;
}
.form-404 input:focus {
	box-shadow: none;
	outline: none;
	border: 1px solid #ececec;
}
.form-404 a {
	margin-top: 20px !important;
}
/************* content end **************/
/************** footer **************/
.footerright {
	float: right;
}
.footerrow {
	padding: 50px 0 40px;
}
.colfooter {
	width: 20%;
	margin-bottom: 30px;
}
.admin-footer-spacer {
	height:100px;	
}
.admin-footer {
	position:absolute; 
	bottom:0; 
	left:0; 
	position:fixed; 
	color:white; 
	background-color:#AA0000; 
	padding:2px 0 2px 15px; 
	width:100%; 
	z-index:999;	
}
/*--------------list2-------------*/
.list3 {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 12px;
}
.list3 li {
	position: relative;
	margin-bottom: 6px;
}
.list3 li em {
	display: inline-block;
	width: 4px;
	height: 7px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.list3 li em img {
	top: 0;
	left: 0;
	width: 4px;
	height: 7px;
	vertical-align: top;
}
.list3 li p {
	overflow: hidden;
	margin-bottom: 0;
}
.list3 li p a, .list3 p a, .links p a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #5d9dc1;
	left: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list3 li p a:hover, .links p a:hover {
	color: #000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list3 .product-logo {
	font-family: 'Michroma', sans-serif;
	text-transform: none;
}
.product-list li p a {
	text-transform: none;	
}
.smalllogo {
	position: relative;
	display: inline-block;
	margin-top: 8px;
}
p.footerpriv {
	text-transform: uppercase;
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: 400;
	color: #cdcdcd;
	margin: 0;
	text-align: left;
	margin-top: 11px;
}
p.footerpriv em {
	text-align: left;
	font-style: normal;
}
p.footerpriv em span {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: 400;
	color: #cdcdcd;
}
.privacylink {
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: 400;
	color: #cdcdcd;
	margin: 0 auto;
}
.privacylink:hover {
	text-decoration: none;
	color: #1d1d1d;
}
/************** footer end **************/


/*---------------ESM Group styles----------------*/
.form-label-holder {
	width:200px; 
	float:left;	
}
.form-field-holder {
	width:300ps; 
	float:left; 
	margin:3px;
}
.form-submit-holder {
	width:400px; 
	text-align:right; 
	clear:both;
}
.text-green {
	color: #7EA114;
}
.text-teal {
	color: #0AB5A2;
}
.text-purple {
	color: #8A0987;
}
.text-blue {
	color: #267BB3;
}
.text-red {
	color: #FF0042;
}
.translate-text {
	color:	#FF6600;
	font-weight:bold;
	cursor:pointer;
	font-size:inherit;
}
.edit-click {
	cursor:pointer;	
}
.dialog-action-box {
	border:1px solid #999999; 
	background-color:#CCCCCC; 
	padding:5px; 
	width:100%;
	margin-bottom:15px;
}
.tm_navbar .nav li a.product-name {
	text-transform:none;
	font-family: 'Michroma', sans-serif;
}
.tm_navbar .nav li a.product-header:hover {
	color:#F0F0F0;	
}
.tm_navbar .nav li a.service-name {
	text-transform:none;
}
a.boxowl {
	height:250px;
}
a.boxowl strong {
	color: #267BB3;
}
ol {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #666666;
}
th.before-vertical {
	width:25px; 
	height:200px;
	margin:0;
	padding:0;
	line-height:-10px;
	font-size:16px;
}
.matrix-feature {
	text-align:left;
}
.matrix-holder {
	width:50px;	
}
.matrix-vertical {
	width:100px; 
	margin-left:-30px;	
}
.matrix-category {
	width:150px; 
	margin-left:-50px; 
	font-size:16px;
}
table.form td {
	text-align:left;
}
table.form td:first-of-type {
	font-weight:bold;
	width:40%;
}
td span.fineprint {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9px;
	color:#999999;
	font-weight:normal;
}

.product-feature {
	position:relative;
}
.product-feature p {
	font-size:24px;
	line-height:30px;	
}
.evolve .product-feature:nth-child(even) {
	background-color:#F0FAD3;
	border-top:30px solid #F4E7F3;
	border-bottom:30px solid #F4E7F3;
}
.design .product-feature:nth-child(even) {
	background-color:#E7F8F6;
	border-top:30px solid #FEF5ED;
	border-bottom:30px solid #FEF5ED;
}
.strategy .product-feature:nth-child(even) {
	background-color:#F4E7F3;
	border-top:30px solid #F0FAD3;
	border-bottom:30px solid #F0FAD3;
}
.perform .product-feature:nth-child(even) {
	background-color:#EAF2F8;
	border-top:30px solid #FFFFCC;
	border-bottom:30px solid #FFFFCC;
}
.risk .product-feature:nth-child(even) {
	background-color:#FDEEEF;
	border-top:30px solid #EAF2F8;
	border-bottom:30px solid #EAF2F8;
}
.product-feature:nth-child(even) h2,
.product-feature:nth-child(even) p {
	text-align:right;
}
.product-feature .row_4 .row {
	position:relative;
}
.product-feature:nth-child(even) button {
	position:absolute;
	bottom:60px; 
	left:20px;
}
.product-feature:nth-child(odd) button {
	position:absolute;
	bottom:60px; 
	right:20px;
}
.product-feature:nth-child(even) article:nth-child(even),
.product-feature:nth-child(odd) article:nth-child(odd) {
	float:left;
}
.product-feature:nth-child(even) article:nth-child(odd),
.product-feature:nth-child(odd) article:nth-child(even) {
	float:right;
}

/*-------------- media queries -------------------*/
/**********************************************************/
@media (min-width: 1320px) {
.navbar-esm-graphic-large {
	display:block;
}
.page-home h1.esm-logo-no-arrow {
	display:block;
	margin-left:80px;
}
.page-home h1.esm-logo-with-arrow {
	display:none;
}
}
/**********************************************************/
@media (min-width: 992px) and (max-width: 1319px) {
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 16px;
	width: 243px;
	display: inline-block;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.list1 li a {
	/* margin-top: 241px; */
}
.customNavigation {
	margin-right: 0;
	right: 11px;
	bottom: -30px;
	width: 34px;
	height: 19px;
	position: absolute;
	text-align: center;
	overflow: hidden;
	z-index: 200;
}
.colrow3 {
	margin-bottom: 0;
}
.box3 {
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 32px 30px 30px 30px;
}
.navbar-brand_ {
	margin: 0 0 0 15px; /* MDP from 99px */
}
.container {
	padding: 0;
}
}
/**********************************************************/
@media (min-width: 1220px) and (max-width: 1319px) {
.listbox-hover-size {
	width:170px;
}
}
@media (min-width: 768px) and (max-width: 1219px) {
.listbox-hover-size {
	width:137px;
}
.list1 li a p {
	font-size: 18px;
	line-height: 20px;
}	
}
/**********************************************************/
@media (min-width: 768px) and (max-width: 991px) {
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	width: 100%;
	display: inline-block;
}
.box3 {
	padding: 12px 30px 15px;
}
.colfooter {
	width: 33%;
}
.list1 li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 40px;
}
.list1 li a {
	margin-top: 240px;
}
.list1 li a p {
	font-size: 24px;
	line-height: 26px;
}
.list1 li a em {
	display: block;
}
.list1 li a:hover {
	text-decoration: none;
}
.list1 li a:hover em {
	display: block;
}
.list1 li em {
	top: 0;
	left: 15px;
	margin-right: 15px;
	position: absolute;
	z-index: 1;
	display: block;
}
.list1 li em span {
	width: 100%;
	padding: 2px 40px 4px 23px !important;
}
.listbox-hover-size {
	width:210px;
}
.customNavigation {
	margin-right: -17px;
	right: 50%;
}
#owl-demo .item {
	padding: 0px;
	margin: 0 10px;
	color: #FFF;
}
.colrow3 {
	margin-bottom: 40px;
}
.box3 {
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 12px 30px 15px !important;
}
.box2 {
	background: url(../img/blockquote2.png) 41px 30px no-repeat;
	padding: 30px 0 28px 20px;
}
.box2 p {
	margin: 0;
}
.box2 p span {
	display: none;
}
.list1 {
	padding: 0 15px;
}
.tm_navbar .nav li a {
	padding: 6px 8px 6px;
}
.address-big {
	margin:30px 5px 0 0;
}
}
/**********************************************************/
@media (max-width: 767px) {
.map iframe {
	width: 100%;
	height: 250px;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
}
.list-videos li figure {
	width: 100%;
}
.list-videos li figure img {
	width: 100%;
}
.colfooter {
	width: 50%;
}
.list1 li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 40px;
}
.list1 li a {
	margin-top: 260px;
}
.list1 li a em {
	display: block;
}
.list1 li a:hover {
	text-decoration: none;
}
.list1 li a:hover em {
	display: block;
}
.list1 li em {
	top: 0;
	left: 15px;
	margin-right: 15px;
	position: absolute;
	z-index: 1;
	display: block;
}
.list1 li em span {
	width: 100%;
	padding: 2px 100px 4px 23px !important;
}
.listbox-hover-size {
	width:92%;
}
.customNavigation {
	margin-right: -17px;
	right: 50%;
}
#owl-demo .item {
	padding: 0px;
	margin: 0 10px;
	color: #FFF;
}
/*------------table moblie------------------*/
  table,  thead,  tbody,  th,  td,  tr {
	display: block;
}
thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
tr {
	border: 1px solid #ffffff;
}
td {
	/* Behave  like a "row" */
    border: none;
	border-bottom: 1px solid #ffffff;
	position: relative;
	padding-left: 50%;
	text-align: right;
}
td:before {
	/* Now like a table header */
    position: absolute;
	text-align: left;
	/* Top/left values mimic padding */
    top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
}
/*
		Label the data
		*/
  td:nth-of-type(1):before {
	content: "Currency";
}
td:nth-of-type(2):before {
	content: "Sell";
}
td:nth-of-type(3):before {
	content: "Buy";
}
td:nth-of-type(4):before {
	content: "Change";
}
td:nth-of-type(5):before {
	content: "High";
}
td:nth-of-type(6):before {
	content: "Low";
}
td:nth-of-type(7):before {
	content: "Prev High";
}
td:nth-of-type(8):before {
	content: "Prev Low";
}
/*------------table moblie------------------*/
  .colrow3 {
	margin-bottom: 40px;
}
.box2 figure {
	float: left;
	margin-right: 20px;
}
.box2 {
	background: url(../img/blockquote2.png) 41px 30px no-repeat;
	padding: 30px 30px 28px 20px;
}
.box2 p {
	margin: 0;
}
.box2 p span {
	display: none;
}
.box2 .boxinfo {
	overflow: visible;
}
.list1 {
	padding: 0 15px;
}
.rightside {
	position: relative;
	margin-top: 0;
	float: none;
}
.navbar-brand_ {
	padding: 20px 0;
	display: block;
	float: none;
}
.navbar-brand_ img {
	width: 100%;
}
.menuheader {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: 21px;
	overflow: hidden;
}
.tm_navbar {
	display: block;
}
.sf-menu {
	display: none !important;
}
.select-menu {
	display: block !important;
	color: #ffffff;
	border: 1px solid #000000;
	background: #33383d !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px;
}
.select-menu option {
	padding: 0;
}
.address-big {
	display:none;
}
.address-side {
	display:block;
}
.address-container {
	width:90%;
	height:300px;
	margin:auto;
}
}
/**********************************************************/
@media (max-width: 600px) {
.list-videos li {
	width: 50%;
}
.main-prezi {
	width:460px;
	height:280px;
}
/**********************************************************/
@media (max-width: 550px) {
.list1 li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 40px;
}
.list1 li a {
	margin-top: 210px;
}
.list1 li a em {
	display: block;
}
.list1 li a:hover {
	text-decoration: none;
}
.list1 li a:hover em {
	display: block;
}
.list1 li em {
	top: 0;
	left: 15px;
	margin-right: 15px;
	position: absolute;
	z-index: 1;
	display: block;
}
.list1 li em span {
	width: 100%;
	padding: 2px 40px 4px 23px !important;
}
.listbox-hover-size {
	width:90%;
}
}
/**********************************************************/
@media (max-width: 480px) {
.resource_box figure {
	float: none;
	margin: 0 0 15px 0;
	width: 100%;
}
.resource_box figure img {
	width: 100%;
}
.colrow_7 {
	width: 100%;
}
.memberscol {
	width: 50%;
}
.colfooter {
	width: 100%;
}
.list1 li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 40px;
}
.list1 li a {
	margin-top: 200px;
}
.list1 li a em {
	display: block;
}
.list1 li a:hover {
	text-decoration: none;
}
.list1 li a:hover em {
	display: block;
}
.list1 li em {
	top: 0;
	left: 15px;
	margin-right: 15px;
	position: absolute;
	z-index: 1;
	display: block;
}
.list1 li em span {
	display: block;
	width: 100%;
	padding: 2px 170px 4px 23px !important;
}
.listbox-hover-size {
	width:93%;
}
.main-prezi {
	width:360px;
	height:220px;
}
.colrow3 {
	width: 100%;
}
.collist1 {
	width: 100%;
}
}
/**********************************************************/
@media (max-width: 420px) {
.expert_box figure {
	float: left;
	margin: 4px 20px 5px 0;
}
.memberscol {
	width: 100%;
}
.list1 li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 40px;
}
.list1 li a {
	margin-top: 250px;
}
.list1 li a em {
	display: block;
}
.list1 li a:hover {
	text-decoration: none;
}
.list1 li a:hover em {
	display: block;
}
.list1 li em {
	top: 0;
	left: 15px;
	margin-right: 15px;
	position: absolute;
	z-index: 1;
	display: block;
}
.list1 li em span {
	display: block;
	width: 100%;
	padding: 2px 100px 4px 23px !important;
}
.listbox-hover-size {
	width:91%;
}
#owl-demo .item {
	padding: 0px;
	margin: 0;
	color: #FFF;
}
.box2 figure {
	float: none;
	margin-right: 0;
	margin-bottom: 15px;
	width: 100%;
}
.box2 figure img {
	width: 100%;
}
}
/**********************************************************/
@media (max-width: 360px) {
.list-videos li {
	width: 100%;
}
.main-prezi {
	width:260px;
	height:190px;
}
}
/*Core variables and mixins*/
img {
	max-width: 100%;
}
