@import url( bootstrap.css );
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url( css/lazy-load.css );
@import url( css/material-design.css );
/* CSS Document */



#Body {
	color: #888888;
	background: #FFF;
}

.body_bg {
	min-height: 100%;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 16px/28px 'Roboto', Arial, Helvetica, sans-serif; 
	color: #888888;
	height: 100%;
}

p {
	margin: 0px 0px 8px 0px;
}

header,
nav,
section,
footer {
	display: block;
}


A,
A:link {
	text-decoration: none;
	transition: color ease 300ms;
	-moz-transition: color ease 300ms; /* Firefox 4 */
	-webkit-transition: color ease 300ms; /* Safari and Chrome */
	-o-transition: color ease 300ms; /* Opera */
	-ms-transition: color ease 300ms; /* IE9? */
	color:#00bbad;
}

A:active {
	color:#00bbad;
	text-decoration: none;
}

A:visited {
	color:#00bbad;
	text-decoration: none;
}

A:hover {
	color:#00bbad;
	text-decoration: underline;
}

A:focus {
	color:#00bbad;
	outline: none;
	-moz-outline: none;
}

h1 {
	color:#224092;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}
 
h2 {
	color:#e02830;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h3 {
	color:#0f9646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h4 {
	color:#f5ac3f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h5 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

form#Form {
	height: 100%;
}

.ModuleTitle_SubMenu {
	z-index: 9999!important;
}

.clearfix:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
	color: #328DDE!important;
}

.clear {
	clear: both;
}

/* ********** Container Style ************** */


.Head {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubSubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.Normal {
	color: #888888;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 28px;
}


/**************** Login page******************/
@media only screen and (max-width:767px) {

.loginContent .LoginPanel {
	width: 100% !important;
}

.loginContent .dnnFormItem .dnnLoginRememberMe {
	white-space: nowrap;
}

.loginContent .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}
}
/**************** register page******************/


@media only screen and (max-width:767px) {

.dnnRegistrationForm {
	min-width: inherit !important;
}

.dnnRegistrationForm .dnnForm {
	width: 100%;
}

.dnnRegistrationForm .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: 100%;
}

.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
	right: auto !important;
	position: static !important;
	margin-left: 5px !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem {
	padding: 0px !important;
	margin: 0px !important;
}

.dnnRegistrationForm .dnnFormItem input[type="text"],
.dnnRegistrationForm .dnnFormItem input[type="password"],
.dnnRegistrationForm .dnnFormItem input[type="email"],
.dnnRegistrationForm .dnnFormItem input[type="tel"],
.dnnRegistrationForm .dnnFormItem select,
.dnnRegistrationForm .dnnFormItem textarea {
	width: 100%;
	margin-bottom: 10px !important;
}
}

/**************** Password page******************/
@media only screen and(max-width:767px) {
 .dnnSendPasswordContent {
 width: auto !important;
}
 .dnnSendPasswordContent .dnnLabel {
 display: block !important;
 width: 100% !important;
 text-align: left;
}
 .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
 position: static;
}
 .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], 
 .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
 width: 90%;
 margin-bottom: 10px !important;
}
 .dnnSendPasswordContent ul.dnnActions {
 padding: 0 !important;
}
}

/* ********** Control Panel Style ************** */


 

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #973939;
	text-decoration: none;
	font-weight: normal;
}

A.CommandButton:hover {
	color: #973939;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}

.FileManager A:hover {
	color: #000;
	text-decoration: none;
}




/* ********** Pane Style ************** */



.row [class*="Pane"] {
	padding: 0px 0px 30px 0px;
}

.DNNEmptyPane {
	display: none;
}


/* ********** Breadcrumb Style ************** */
.breadcrumbBox{
	background: #feea3a;
	padding: 30px 0;
	margin: 0 0 79px 0;
}
.breadcrumbBox h3{
	color: #333;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	float: left;
	margin: 0;
}
.breadcrumbRight{
	float: right;
	line-height: 1;
}
.breadcrumbRight span{
	color: #333;
	font-size: 24px;
	line-height: 1;
	padding: 0 3px;
}

.breadcrumbRight a,
.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 24px;
	color: #333;
	line-height: 1;
}

.breadcrumbRight a:hover,
a.breadcrumb:hover {
	color: #3e50b4;
	font-weight: normal;
	text-decoration: none;
}

 @media only screen and (max-width: 767px) {

.breadcrumbBox .breadcrumbRight {
}

.Breadcrumb_bg {
}
}

/* ********** Other Style ************** */	
.dnn_layout {
	width: 980px;
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
}

.head_mid,
.content_mid,
.footer_mid {
}

/*Login*/




/* Search Style  */
.searchBox{
	position: relative;
	    display: block;
}
.search,
a.search:link,
a.search:active,
a.search:visited {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px;
	color: #5e5e5e;
	text-align: center;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

.searchBox input.NormalTextBox {
	width: 165px;
	text-align: left;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 4px;
	top: 6px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #FFF;
	vertical-align: middle;
}

.searchBox .searchInputContainer {
	position: relative !important;
	display: block !important;
}

.searchBox #dnn_dnnSEARCH_ClassicSearch{
    background: #EEF4F7;
    border: medium none;
    color: #fff;
    display: block;
    position: relative;
    text-align: left;
    width: 370px;
    height: 56px;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 1px !important;
	left: auto;
	right: 35px !important;
}

.searchBox.searchSkinObjectPreview {
	right: inherit;
	left: auto;
	right: 0px;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
	width: 100%;
	max-width: none;
	padding: 10px 0px !important;
}

.dnnSearchResultPanel {
	padding: 10px 0px 7px 0px !important;
}
/* ********** HEADER ************** */


.header_top {
	background: #0d0d0d;
	position:relative;
	z-index:1000;
}

.header_top,
.header_top a:link,
.header_top a:active,
.header_top a:visited,
.header_top .Normal {
	color: #707070;
}

.header_top a:hover {
	color: #00bbad;
	text-decoration: none;
}

.HeadPane {
	float: left;
	height: 36px;
	line-height: 36px;
}

.HeadPane .Normal {
	line-height: 36px;
}

.HeadPane .Normal .glyphicons {
	margin-bottom: 2px;
	vertical-align: middle;
}

.header_bg {
	background:#000000;
	position: relative;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.hedaer_minHeight {
	background-color: #000000;
	padding: 16px 0 0 0;
}
.header_bg:after{
	background: url(images/header_shadow.png) 0 0 repeat-x;
	content: "";
	height: 16px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -16px;
}



#body,
body {
	position: relative;
}

.roll_logo {
	display: none;
}

.dnn_logo {
	float: left;
	padding: 0;
}
.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.roll_replace {
	position: absolute;
}
.roll_menu.roll_activated {
    position: fixed;
    background-color: #000;
    width: 100%;
    z-index: 1000;
    padding: 16px 0 0 0;
}
.roll_menu.roll_activated .dnn_logo{
	padding: 3px 0 0 0;
}



@-webkit-keyframes ripple {
	from { opacity:1; }
	to {
		-webkit-transform:scale(1.5);
		-moz-transform:scale(1.5);
		transform:scale(1.5);
		opacity:0;
	}
}
@-moz-keyframes ripple {
	from { opacity:1; }
	to {
		-webkit-transform:scale(1.5);
		-moz-transform:scale(1.5);
		transform:scale(1.5);
		opacity:0;
	}
}
@keyframes ripple {
	from { opacity:1; }
	to {
		-webkit-transform:scale(1.5);
		-moz-transform:scale(1.5);
		transform:scale(1.5);
		opacity:0;
	}
}

@-webkit-keyframes mymove {
	0% {
		bottom:100%;
		top:-20px;
		background-color:#feea3a;
	}
	50% { bottom:0px; }
	100% {
		top:100%;
		border-radius:0;
		background-color:#f5ac3f;
		margin-top:-5px;
	}
}
@-moz-keyframes mymove {
	0% {
		bottom:100%;
		top:-20px;
		background-color:#feea3a;
		margin-top:-5px;
	}
	50% { bottom:0px; }
	100% {
		top:100%;
		border-radius:0;
		background-color:#f5ac3f;
	}
}
@-ms-keyframes mymove {
	0% {
		bottom:100%;
		top:-20px;
		background-color:#feea3a;
		margin-top:-5px;
	}
	50% { bottom:0px; }
	100% {
		top:100%;
		border-radius:0;
		background-color:#f5ac3f;
	}
}
@-o-keyframes mymove {
	0% {
		bottom:100%;
		top:-20px;
		background-color:#feea3a;
		margin-top:-5px;
	}
	50% { bottom:0px; }
	100% {
		top:100%;
		border-radius:0;
		background-color:#f5ac3f;
	}
}
@keyframes mymove {
	0% {
		bottom:100%;
		top:-20px;
		background-color:#feea3a;
		margin-top:-5px;
	}
	50% { bottom:0px; }
	100% {
		top:100%;
		border-radius:0;
		background-color:#f5ac3f;
	}
}

/* ********** NAV ************** */	

.nav_box {
	position: relative;
	float: right;
}

/* ********** NAV ************** */	
#top_menu {
    margin: 0 25px 0 0;
    position: relative;
    z-index: 904;
}
/*top menu*/
#top_menu {
	position:relative;
	float:right;
	z-index: 904;
}
#top_menu ul {
	margin:0px;
	padding:0px 0px;
	display: block;
	background:transparent;
}
#top_menu ul:after {
	content:".";
	font-size:0px;
	height:0px;
	display:block;
	clear:both;
	visibility:hidden;
}
#top_menu li {
	list-style:none;
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
}
#top_menu ul li a {
	text-decoration:none;
	display: block;
	cursor:pointer;
	width:auto;
	float:left;
	position:relative;
}
#top_menu ul li a span{
	display:block; 
	white-space: nowrap;
	position: relative;
}
#top_menu > div > ul > li > a > span {
	position:relative;
	color:#a2b3bf;
	font-size:20px;
	line-height:26px;
	margin:0px 20px;
	padding: 11px 0  27px;
	font-weight:500;
	display:block;
	-webkit-transition:color 0.4s ease;
	-moz-transition:color 0.4s ease;
	-o-transition:color 0.4s ease;
	transition:color 0.4s ease;
}
#top_menu > div > ul > li > a:hover span, 
#top_menu > div > ul > li.current > a span, 
#top_menu > div > ul > li > a.menu_hover span {
	color:#fff;
}
#top_menu > div > ul > li > a:before {
	 background-color: #f5ac3f;
    bottom: 100%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}
#top_menu > div > ul > li > a > span:before {
	 background-color: #f5ac3f;
    bottom: 100%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}
#top_menu > div > ul > li > a:hover > span:before, 
#top_menu > div > ul > li.current > a > span:before, 
#top_menu > div > ul > li > a.menu_hover > span:before{
	animation:mymove 0.4s linear;
	-moz-animation:mymove 0.4s linear;
	-webkit-animation:mymove 0.4s linear;
	-o-animation:mymove 0.4s linear;
	-ms-animation:mymove 0.4s linear;
	bottom:0px;
	top:100%;
	border-radius:0;
	background-color:#f5ac3f;
	margin-top:-5px;
}
#top_menu > div > ul > li.last-item a span {
	margin-right: 0;
}
/*sub menu*/
#top_menu .menuslide{
	display: none; 
	float: left; 
	overflow:hidden; 
	position:absolute; 
}
#top_menu .menuslide div{
	margin-top:-8px;
}
#top_menu .menuslide ul{
	display: none;
	left: 0px; 
	float: left; 
	position:relative;
	margin:10px 0 0 0; 
	background:#fff; 
	padding:13px 0 18px; 
	box-shadow: 1px 0 7px rgba(0, 0, 0, 0.31);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#top_menu .menuslide ul li{
    display:block; 
	clear:both; 
	padding:0px 0px; 
	background:none; 
	margin:0px; 
	position:relative; 
}
#top_menu .menuslide ul li span{
	color:#9ba5ac; 
	display:block; 
	padding:8px 23px 9px; 
	margin:0px; 
	background:none;
}
#top_menu .menuslide ul li a{
	display:block;
	font-weight: normal;
	font-size:16px;
	margin:0px;  
	padding:0px;
	background:none; 
	float:left; 
	line-height:20px;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
#top_menu .menuslide ul a:hover{
	width:100%;
	background:none;   
	padding:0px; 
	line-height:20px; 
	background:#eff0f0;  
}
#top_menu .menuslide ul a:hover span{
	color: #363f45;  
	margin:0px;  
	background:none;
}
#top_menu .menuslide ul{
	float:left;
	left:0px;
	position:relative;
}
#top_menu .menuslide ul li a.menu_hover{
	background:#eff0f0;  
	 color:#363f45;  
}
#top_menu .menuslide a.menu_hover span{
	background:none; 
	margin:0px; 
	color:#363f45; 
}
#top_menu .menuslide ul > li.dir > a span{
}
#top_menu .menuslide ul > li.dir > a:hover span{
}
#top_menu .menuslide ul > li.dir > a.menu_hover span{
}
/*Left Menu*/


/* ********** CONTENT ************** */	
#dnn_content {
	padding:0px 0;
}

.top_con{
	width: 94%;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
.top_con h1{
	color: #e02830;
	font-size: 45px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 20px 0;
	letter-spacing: 0.4px;
}

.background_image1{
	background: #f7f7f7;
}
.bg1_con{
	padding: 131px 0 138px;
	text-align: center;
	position: relative;
}
.bg1_con p span{
	display: block;
}

.content_box{
	position: relative;
}
.content_box h3{
	color: #333333;
	font-size: 34px;
	font-weight: normal;
	line-height: 42px;
	margin-bottom: 34px;
}
.content_box.box-2 {
	text-align: center;
    padding: 121px 0 69px;
}
.content_box.box-2 p span{
	display: block;
}

.background_image2{
	background: url(images/background_img2.jpg) center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 79px;
}
.parallax-content{
	padding: 112px 0 0 0;
}
.extra-wrap{
	padding: 0 10px 0 0;
	overflow: hidden;
}

.background_image3{
	background: #00bbd3;
    margin-bottom: 72px;
    margin-top: 68px;
}
.content_box.box-3 {
    padding: 103px 0 112px;
}

.post_meta {
    font-size: 16px;
    line-height: 22px;
}


.thumbnail, .featured-thumbnail {
	margin-top:0;
	box-shadow:none !important;
	padding:0;
	border:0;
	border-radius:0;
	overflow:hidden;
	position:relative;
}
.thumbnail a, .featured-thumbnail a { display:block; }
.flexslider.widget-flexslider { background:none !important; }

.background_image4{
	background: #f7f7f7;
    margin-top: 82px;
}
.content_box.box-1.inset-1 {
    padding: 72px 0 64px;
}
.posts-grid {
    padding-top: 15px;
}
.posts-grid li {
	list-style: none;
    margin-bottom: 60px;
}
.posts-grid_inner {
    background-color: #fff;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.22);
    padding: 30px 30px 35px;
    transition: all 0.3s ease 0s;
}
.posts-grid_inner:hover { box-shadow:6px 6px 10px rgba(0,0,0,0.32); }
.thumbnail, .featured-thumbnail {
    border: 0 none;
    border-radius: 0;
    box-shadow: none !important;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.posts-grid li .featured-thumbnail {
    margin-bottom: 22px;
}
.thumbnail a, .featured-thumbnail a {
    display: block;
}
.zoom-icon {
    background: transparent none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    width: 100%;
}
.zoom-icon:before {
	content:'\e11e';
	width:57px;
	height:57px;
	position:absolute;
	z-index:10;
	right:10px;
	bottom:10px;
	left:50%;
	top:50%;
	margin-left:-28px;
	margin-top:-28px;
	font-weight:300;
	font:34px/57px "material-design";
	color:#fff;
	text-align:center;
	background:#9b26af;
	border-radius:500px;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	box-shadow:2px 3px 7px rgba(0,0,0,0.12);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.zoom-icon:hover { background-color:rgba(255,255,255,0.7); }
.zoom-icon:hover:before {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.posts-grid_inner h4 {
	font-size: 24px;
	line-height: 32px;
    margin-bottom: 15px;
}
.posts-grid_inner h4 a {
    color: #f34235;
}
.posts-grid_inner h4 a:hover{
	color: #00bbd3;
	text-decoration: none;
}
.content_box.box-1 p {
	line-height: 28px;
    padding: 0 30px;
}
.posts-grid_inner .excerpt {
    padding: 0 !important;
}

.posts-grid_inner .post_meta {
    border: 0 none;
    color: #00bbad;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.posts-grid_inner .post_meta a {
    color: #213f90;
}
.posts-grid_inner .post_meta a:hover{
	color: #f34235;
	text-decoration: none;
}
.posts-grid_inner .post_meta span[class^="post_"] {
    display: inline-block;
    margin-right: 28px;
    padding: 6px 0 3px 30px;
}
.posts-grid_inner .post_meta .post_date {
	background: url(images/clock.png) 0 6px no-repeat;
}
.posts-grid_inner .post_meta {
    color: #213f90;
    font-size: 14px;
}

.posts-grid_inner .post_meta .post_comment {
	background: url(images/comments.png) 0 6px no-repeat;
}
.btn.btn-inverse, .btn.btn-inverse:focus, .btn.btn-inverse:active {
    background-color: #f55b50;
    border-radius: 3px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.22);
    color: #fff;
    display: inline-block;
    font: 500 20px/26px "Roboto",sans-serif !important;
    overflow: hidden;
    padding: 16px 40px 18px !important;
    position: relative !important;
    text-align: center;
    transition: all 0.3s ease 0s;
    z-index: 0;
}
.btn.btn-inverse:hover, .btn.btn-inverse:focus:hover, .btn.btn-inverse:active:hover {
    background-color: #00bbd3;
}

.background_image5{
	background: #22c4b8;
}
.content_box.box-4 {
    padding: 72px 0 75px;
    text-align: center;
}
.content_box.box-4 h3 {
    color: #fff;
}

.status-publish{
	margin: 0 auto;
	text-align: center;
}
.status-publish p span{
	display: block;
}
.status-publish h3{
	color: #333;
	font-size: 34px;
	font-weight: normal;
	line-height: 42px;
	margin-bottom: 39px;
}
img.aligncenter{
	margin: 50px auto 0;
}

.content_box.box-1.inset-2 {
    padding: 80px 0 52px;
}
.margin-spacing{
    margin-bottom: 78px;
    margin-top: 71px;
}

.posts-grid_inner {
    background-color: #fff;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.22);
    padding: 30px 30px 35px;
    text-align: left;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.posts-grid_inner h4 {
	font-weight: normal;
    margin-bottom: 15px;
}
.posts-grid_inner h4 a {
    color: #f34235;
}
.posts-grid.style-1 .post_networks ul li {
    display: inline-block;
    float: none;
    margin: 0;
    width: auto;
}
.posts-grid.style-1 .post_networks ul li {
    display: inline-block;
    float: none;
    margin: 0;
    width: auto;
}
.posts-grid_inner .excerpt {
	line-height: 26px;
	margin-bottom: 18px;
    padding: 0 !important;
}
.posts-grid.style-1{
	margin: 0;
}
.posts-grid.style-1 .posts-grid_inner{
	text-align: center;
}
.posts-grid.style-1 .post_networks {
    margin-bottom: 5px;
    padding-top: 12px;
}
.posts-grid.style-1 .post_networks ul li a {
	margin:0 !important;
	display:block;
	width:49px;
	height:49px;
	border-radius:500px;
	border:2px solid #e5e5e5;
	text-align:center;
	color:#00bbad;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.posts-grid.style-1 .post_networks ul li a span {
	font-size:16px;
	line-height:45px;
	margin:0;
	display:inline-block;
}
.posts-grid.style-1 .post_networks ul li a:hover {
	color:#f34235;
	border-color:#222222;
}

.content_box.box-4.inset-1 {
    color: #363f45;
    line-height: 27px;
    padding: 89px 0 63px;
}
.content_box.box-4.inset-1 h1 {
    color: #feea3a;
	font-size: 56px;
	font-weight: normal;
	line-height: 75px;
    margin-bottom: 17px;
}
.content_box.box-4.inset-1 h1 strong {
    display: block;
    font-size: 112px;
    font-weight: 300;
    margin-bottom: 22px;
}
.content_box.box-4.inset-1 p{
	color: #363f45;
}
.btn.btn-1, .btn.btn-1:focus, .btn.btn-1:active {
    background-color: #feea3a;
    border: none;
    color: #222222;
    font-size: 20px;
    line-height: 26px;
    margin-top: 25px;
    padding: 16px 50px 18px!important;
    text-transform: uppercase;
	box-shadow:3px 3px 7px rgba(0,0,0,0.22);
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.btn.btn-1:hover, .btn.btn-1:focus:hover, .btn.btn-1:active:hover {
    background-color: #3e50b4;
    color: #fff;
    box-shadow:6px 6px 10px rgba(0,0,0,0.32);
}
.mt1{
	margin: 29px 0 79px;
}

.content_box.box-1.inset-3 {
    padding: 79px 0;
}
.margint2{
	margin: 52px 0 0 0;
}

.price-plans {
	margin:0px -15px 0;
	padding:8px 0 0;
	width:auto;
}
.price-plans .plan {
	width:305px !important;
	margin:0 15px 10px !important;
	background:none;
	float: left;
	border:0;
	padding:0px 0 32px;
	position:relative;
	text-transform:none;
	overflow:hidden;
	background-color:#fff;
	text-align: center;
	box-shadow:3px 3px 7px rgba(0,0,0,0.22);
}
.price-plans .plan:hover { box-shadow:6px 6px 10px rgba(0,0,0,0.32); }
.price-plans .plan h3 {
	color:#fff;
	border:0;
	margin: 0;
	padding:40px 10px 26px;
	font-weight:normal;
	background:none;
	font-size:30px;
	line-height:36px;
}
.price-plans .plan h3 strong { display:block; }
.price-plans .plan h4 {
	position:relative;
	z-index:5;
	background:none;
	color:#fff;
	font-size:60px;
	line-height:83px;
	width:198px;
	height:198px;
	border-radius:500px;
	margin:0 auto 25px;
	padding:51px 5px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-weight:bold;
}
.price-plans .plan h4 em {
	font-size:35px;
	font-style:normal;
	position:relative;
	top:-20px;
}
.price-plans .plan h4 .interval {
	display:block;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	position:relative;
	padding-top:0px;
}
.price-plans .plan:nth-child(n) h3 { color:#00bbd3; }
.price-plans .plan:nth-child(n) h4 { background-color:#00bbd3; }
.price-plans .plan:nth-child(n) .btn { background-color:#00bbd3; }
.price-plans .plan:nth-child(2n) h3 { color:#22c4b8; }
.price-plans .plan:nth-child(2n) h4 { background-color:#22c4b8; }
.price-plans .plan:nth-child(2n) .btn { background-color:#22c4b8; }
.price-plans .plan:nth-child(3n) h3 { color:#feea3a; }
.price-plans .plan:nth-child(3n) h4 { background-color:#feea3a; }
.price-plans .plan:nth-child(3n) .btn { background-color:#feea3a; }
.price-plans .plan .btn { 
	color: #fff!important;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	border: none;
	margin:30px 0 0; 
	padding: 16px 40px 18px !important;
}.price-plans .plan .btn:hover{
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.32);
}
.price-plans .plan .currency_symbol {
	display:inline-block;
	vertical-align:top;
	line-height:83px;
	font-size:60px;
}
.price-plans .plan-container { background:none; }
.price-plans .plan-features-row {
	border:0;
	padding:0 20px;
	font-size:16px;
	line-height:30px;
	text-transform:none;
}

.mc4wp-form {
    font-size: 0;
    line-height: 0;
    padding-top: 8px;
    text-align: center;
}
.mc4wp-form-basic, .mc4wp-form-basic input, .mc4wp-form-basic label, .mc4wp-form-theme, .mc4wp-form-theme input, .mc4wp-form-theme label {
    box-sizing: border-box;
    cursor: auto;
    display: block;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    width: auto;
}
.mc4wp-form * {
    vertical-align: top;
}
.mc4wp-form p {
    display: inline-block;
}
.mc4wp-form-basic, .mc4wp-form-basic input, .mc4wp-form-basic label, .mc4wp-form-theme, .mc4wp-form-theme input, .mc4wp-form-theme label {
    box-sizing: border-box;
    cursor: auto;
    display: block;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    width: auto;
}
.mc4wp-form-basic label, .mc4wp-form-theme label {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
}

.mc4wp-form-fields .form_list{
	display: inline-block;
}
.mc4wp-form-fields label{
	background: url(images/address_icon.png) center center no-repeat;
	width: 42px;
	height: 40px;
	float: left;
	margin: 3px 0 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
.mc4wp-form-fields .email{
	background: #fff;
	color: #888888;
	font-size: 14px;
	border: none;
	float: left;
	box-shadow: 0;
	width: 608px;
	height: 45px;
	margin: 0 20px 0 24px;
	padding: 5px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.mc4wp-form-fields .submit{
	background: #feea3a;
	border: none;
	color: #333333;
	font-size: 20px;
	line-height: 26px;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.22);
}
.mc4wp-form-fields .submit:hover{
	background: #f34235;
	color: #fff;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	box-shadow:6px 6px 10px rgba(0,0,0,0.32) !important;
}


.testimonials .testi-item {
    font-size: 24px;
    line-height: 40px;
}

.featured-thumbnail{
	float: left;
}

.testimonials .testi-item {
	overflow:hidden;
	margin-bottom:2em;
	padding-bottom:2em;
	background:none;
}
.testimonials .testi-item blockquote {
	position:relative;
	display:block;
	margin:0;
	padding:30px;
	border:none;
	background:#dbdbdb;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
}
.testimonials .testi-item blockquote:before {
	position:absolute;
	bottom:-20px;
	left:30px;
	display:block;
	width:0;
	height:0;
	border-top:20px solid #dbdbdb;
	border-right:0 solid transparent;
	border-left:20px solid transparent;
	content:"";
}
.testimonials .testi-item blockquote > a {
	position:relative;
	z-index:2;
	color:#4e4e4e;
	text-decoration:none;
	overflow:hidden;
	vertical-align:top;
}
.testimonials .testi-item blockquote > a:hover { color:#fff; }
.testimonials .testi-item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:0 20px 0 10px;
	width:60px;
	height:60px;
}
.testimonials .testi-item .testi-meta {
	font-size:1em;
	display:block;
	padding-top:22px;
	padding-left:40px;
}
.roundabout-holder {
	width:100%;
	position:relative;
	overflow:hidden;
}
.roundabout-holder ul {
	padding:0;
	width:100%;
	height:250px;
	background:none;
}
.roundabout-holder ul li {
	overflow:hidden;
	margin:0;
	padding:0;
	width:375px;
	height:inherit;
	border:none;
	background:none;
	text-align:center;
	cursor:pointer;
}

.testimonials .testi-item {
	overflow:visible;
	position:relative;
	padding-top:19px;
	padding-bottom:16px;
	font-size:24px;
	line-height:40px;
	width:50%;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.testimonials .testi-item:before {
	content:'“';
	font-size:124px;
	color:#feea3a;
	position:absolute;
	left:185px;
	top:0;
}
.testimonials .testi-item .testi-url { display:none; }
.testimonials .testi-item blockquote {
	border-radius:0;
	background:none;
	padding:0;
}
.testimonials .testi-item blockquote:after { display:none; }
.testimonials .testi-item blockquote:before { display:none; }
.testimonials .testi-item blockquote a { color:#213f90; font-size: 24px; line-height: 40px; font-style: normal; }
.testimonials .testi-item blockquote a:hover { color:#222222; text-decoration: none; }
.testimonials .testi-item blockquote .testi-meta {
	padding:25px 0 0;
	font-size:16px;
	line-height:24px;
	color:#222222;
	font-style: normal;
}
.testimonials .testi-item blockquote .testi-meta:before { display:none; }
.testimonials .testi-item .featured-thumbnail {
	overflow:visible;
	margin-top:5px;
	width:auto;
	height:auto;
	margin-right:26px;
}
.testimonials .testi-item .featured-thumbnail img {
	border-radius:500px;
	box-shadow:4px 4px 9px rgba(0,0,0,0.22);
}


.abs_element {
	position:absolute;
	-webkit-transition:2s ease;
	-moz-transition:2s ease;
	-o-transition:2s ease;
	transition:2s ease;
}
.desktop .abs_element {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.abs_element.abs_visible {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.abs_element.abs-1 {
	width:394px;
	height:436px;
	top:-51px;
	right:44px;
	background:url(images/abs-1.png) 0 0 no-repeat;
}
.abs_element.abs-2 {
	width:321px;
	height:204px;
	bottom:53px;
	left:50%;
	margin-left:-102px;
	background:url(images/abs-2.png) 0 0 no-repeat;
}
.abs_element.abs-3 {
	width:140px;
	height:119px;
	top:-36px;
	left:50%;
	margin-left:-308px;
	background:url(images/abs-3.png) 0 0 no-repeat;
}
.abs_element.abs-4 {
	width:140px;
	height:119px;
	top:94px;
	left:50%;
	margin-left:-440px;
	background:url(images/abs-4.png) 0 0 no-repeat;
}
.abs_element.abs-5 {
	width:106px;
	height:99px;
	top:217px;
	left:57px;
	background:url(images/abs-5.png) 0 0 no-repeat;
}
.abs_element.abs-6 {
	width:253px;
	height:260px;
	bottom:40px;
	left:50%;
	margin-left:-318px;
	background:url(images/abs-6.png) 0 0 no-repeat;
}
.abs_element.abs-7 {
	width:554px;
	height:633px;
	bottom:-75px;
	left:50%;
	margin-left:95px;
	background:url(images/abs-7.png) 0 0 no-repeat;
	overflow: hidden;
}

.parallax-box.parallax-1 { margin-bottom:79px; }
.parallax-box.parallax-1 .parallax-content { padding:112px 0 0; }
.service-box {
	background:none;
	border:0;
	padding:0;
	box-shadow:none;
	padding: 29px 40px 0 0;
	overflow:visible;
	margin-bottom:29px;
}
.home .service-box { margin-bottom:24px; }
.service-box h4 {
	color:#213f90;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom:14px;
	position:relative;
	top:-5px;
}
.service-box h4 {
	top:0;
	margin-bottom:15px;
}
.home .service-box h4 {
	top:0;
	margin-bottom:15px;
}

.service-box .icon {
	font:75px/50px "material-design";
	color:#dedede;
	float:left;
	width:90px;
	margin:-15px 0 0;
	text-align:left;
}
.home .service-box .icon { color:#e5e5e5; }
.service-box .icon em {
	display:block;
	font-style:normal;
}
.service-box .icon em:before {
	display:block;
	text-align:left;
}

.aboutus_number_box {
    text-align: center;
}
.aboutus_number_box .aboutus_number {
}
.aboutus_number_box .aboutus_number .number {
	font-size: 45px;
	line-height: 60px;
	display: block;
	margin-bottom: 13px;
}
.aboutus_number_box .aboutus_number_font {
    color: #fff;
    display: block;
    font-size: 13px;
}

.service-box .icon em.icon1:before { content:'\e01a'; }
.service-box .icon em.icon2:before {
	font-size:88px;
	content:'\e03d';
	position:relative;
	left:-12px;
}
.service-box .icon em.icon3:before {
	font-size:66px;
	content:'\e016';
}
.service-box .icon em.icon4:before {
	font-size:68px;
	content:'\e047';
}
.service-box .icon em.icon5:before {
	font-size:78px;
	content:'\e19d';
}
.service-box .icon em.icon6:before {
	font-size:118px;
	content:'\e112';
	position:relative;
	left:-26px;
	top:-1px;
}
.service-box .icon em.icon7:before {
	position:relative;
	top:-8px;
	font-size:60px;
	content:'\e0d3';
}
.service-box .icon em.icon8:before {
	position:relative;
	top:-2px;
	font-size:60px;
	content:'\e053';
}
.service-box .icon em.icon9:before {
	position:relative;
	font-size:75px;
	content:'\e183';
}
.service-box .icon em.icon10:before {
	position:relative;
	font-size:75px;
	content:'\e0cf';
}
.service-box .icon em.icon11:before {
	position:relative;
	top:-3px;
	left:-10px;
	font-size:86px;
	content:'\e013';
}
.service-box .icon em.icon12:before {
	position:relative;
	top:1px;
	font-size:77px;
	content:'\e149';
}
.service-box .icon em.icon13:before {
	position:relative;
	top:-2px;
	font-size:83px;
	content:'\e175';
}
.service-box .icon em.icon14:before {
	position:relative;
	top:3px;
	font-size:62px;
	content:'\e0ca';
}
.service-box_txt { clear:both; }

.statistic {
	font-size:16px;
	line-height:20px;
	text-align:center;
	color:#fff;
	padding:82px 0 0;
}
.statistic_num {
	display:block;
	font-size:45px;
	line-height:60px;
	margin-bottom:13px;
}
.statistic:before {
	font:75px/50px "material-design";
	color:#feea3a;
	position:absolute;
	text-align:center;
	left:0;
	right:0;
	top:0;
}
.statistic.subj-1:before { content:'\e01a'; }
.statistic.subj-2:before { content:'\e19d'; }
.statistic.subj-3:before { content:'\e173'; }
.statistic.subj-4:before { content:'\e181'; }



/* ********** FOOTER ************** */	
.footer_box{
	background: #000000;
}

.FooterLeftPane,
.FooterRightPane{
	padding: 89px 0 10px 0!important;
}
.textwidget {
    color: #a2b3bf;
    word-wrap: break-word;
}
.footer-widgets {
    color: #a2b3bf;
}

.footer-address {
    color: #f5ac3f !important;
    font-size: 24px !important;
    padding-top: 48px !important;
    margin-bottom: 37px;
    padding-left: 60px;
    position: relative;
}
.footer-phone {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    padding-left: 60px;
    margin-bottom: 36px !important;
}
a.footer-mail{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    padding-left: 60px;
    margin-bottom: 36px !important;
}
a.footer-mail:hover{
	color: #f5ac3f;
	text-decoration: none;
}

.footer-address:before {
	color:#f5ac3f;
	font:50px/50px "material-design";
	top:38px !important;
	content:'\e0d7';
	position: absolute;
	left: 0;
	top: -12px;
}
.footer-mail:before { 
	color:#f5ac3f;
	font:50px/50px "material-design";
	content:'\e01e'; 
	position: absolute;
	left: 0;
	top: -12px;
}
.footer-phone:before { 
	color:#f5ac3f;
	font:50px/50px "material-design";
	content:'\e043'; 
	position: absolute;
	left: 0;
	top: -12px;
}

.copyright_style {
	float: left;
	padding: 55px 0 50px 0;
}

.FooterPane {
	float: right;
	padding: 13px 8px 0;
	margin: 0;
}

.copyright_style .sep {
	padding: 0px 12px;
}

.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}

.copyright_style a:hover {
	text-decoration: none;
	color: #00bbad;
}

.social_icons{
	padding-top: 39px;
}
.social_icons {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}
.social_icons a {
	color: #fff;
	font-size: 23px;
	line-height: 26px;
	margin: 0 33px 0 0;
}
.social_icons a:hover{
	color: #feea3a;
}

*+html .FooterPane .social-icons {
	display: inline
}

#to_top {
	width: 50px;
	height: 50px;
	line-height: px;
	text-align: center;
	float: right;
	font-size: 24px;
	margin-top: 10px;
	background: #00bbd3;
	position: fixed;
	bottom: 10%;
	right: 1%;
	cursor: pointer;
	z-index: 1000;
	display: none;
	box-shadow:0 1px 4px rgba(0,0,0,0.4);
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}

#to_top:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -10px;
	border-top: 6px solid #FFF;
	border-left: 6px solid #FFF;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
	filter:alpha(opacity=100) !important;
	-webkit-transition:0.3s ease !important;
	-moz-transition:0.3s ease !important;
	-o-transition:0.3s ease !important;
	transition:0.3s ease !important;
}
#to_top:hover{
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	background-color:#3e50b4;
	box-shadow:0 5px 10px rgba(0,0,0,0.4);
}







 /*******HTML*********/
 @media only screen and (min-width: 1200px) {

.dnn_layout {
	width: 1170px;
}

.head_mid,
.content_mid,
.footer_mid {
}


.price-plans .plan {
	width:370px !important;
}

}

@media only screen and (min-width: 768px) and (max-width: 1020px) {

.dnn_layout {
	width: 736px;
}

.head_mid,
.content_mid,
.footer_mid {
}

#top_menu > div > ul > li > a > span{
	margin: 0 15px;
}

.price-plans .plan{
	width: 220px!important;
}

.extra-wrap{
	padding: 0;
}
.testimonials .testi-item blockquote a{
	font-size: 18px;
	line-height: 30px;
}

.service-box{
	padding: 29px 0 0 0;
}

.posts-grid.style-1 .post_networks ul{
	margin: 0;
}
.posts-grid.style-1 .post_networks ul li a{
	width: 42px;
	height: 42px;
}
	.posts-grid_inner{
		padding: 30px 15px;
	}
	.posts-grid_inner h4{
		font-size: 16px;
		line-height: 22px;
	}

	.content_box.box-4.inset-1 h1,
	.content_box.box-4.inset-1 h1 strong{
		font-size: 45px;
		line-height: 50px;
		margin: 0;
	}
	.content_box.box-4.inset-1{
		padding: 40px 0;
	}
.abs_element.abs-7{
	background-size: contain;
	width: 400px;
	height: 100%;
	bottom: -25px;
	margin-left: 10px;
}

.mc4wp-form-fields .email{
	width: 515px;
}

.copyright_style .sep {
	padding: 0px 7px;
}
}
 @media only screen and (max-width: 767px) {

	.dnn_layout {
		width: auto;
	}
	
	.content_mid,
	.footer_mid {
		padding: 0px 15px;
	}
	
	.roll_replace {
		height: auto!important;
	}
	
	.roll_menu {
		position: relative!important;
		top: 0px!important;
		left: 0px!important;
	}
	.hedaer_minHeight{
		padding: 0;
	}

	.top_con{
		width: 100%;
	}
	.top_con h1{
		font-size: 24px;
		line-height: 28px;
	}
	.bg1_con p span,
	.status-publish p span{
		display: inline;
	}
	.content_box.box-4.inset-1{
		padding: 30px 0 30px 0;
	}
	.content_box.box-4.inset-1 h1 strong,
	.content_box.box-4.inset-1 h1{
		font-size: 30px;
		line-height: 35px;
	}
	.content_box.box-4.inset-1 h1 strong{
		margin: 0;
	}
	.btn.btn-1, .btn.btn-1:focus, .btn.btn-1:active{
		font-size: 16px;
		margin: 10px 0 0 0;
		padding: 10px 25px !important;
	}

	.price-plans .plan h3{
		font-size: 24px;
		line-height: 30px;
		padding: 25px 0 15px 0;
	}
	.price-plans .plan h4{
		width: 140px;
		height: 140px;
		padding: 45px 5px 10px;
	}
	.price-plans .plan h4,
	.price-plans .plan .currency_symbol{
		font-size: 30px;
		line-height: 50px;
	}
	.price-plans .plan-features-row{
		line-height: 22px;
	}
	.price-plans .plan .btn{
		font-size: 16px;
		line-height: 22px;
		padding: 10px 20px!important;
		margin: 15px 0 0 0;
	}
	.posts-grid_inner h4{
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 10px 0;
	}

	.breadcrumbBox{
		padding: 20px 0;
		margin: 0 0 40px 0;
	}
	.breadcrumbBox h3,
	.breadcrumbRight a, .breadcrumb, a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited,
	.breadcrumbRight span{
		font-size: 18px;
	}


	html,
	body,
	.Normal{
		line-height: 24px;
	}
	.posts-grid_inner .excerpt{
		line-height: 24px;
		margin-bottom: 10px;
	}

	
	.content_box.box-2{
		padding: 20px 0;
	}
	.bg1_con,
	.content_box.box-4,
	.content_box.box-1.inset-1,
	.content_box.box-1.inset-2,
	.content_box.box-1.inset-3{
		padding: 40px 0;
	}
	.parallax-box.parallax-1 .parallax-content{
		padding: 85px 0 0 0;
	}
	.parallax-box.parallax-1{
		margin-bottom: 0;
	}
	.margin-spacing{
		margin: 40px 0;
	}
	.posts-grid li{
		margin-bottom: 40px;
	}
	.mt1{
		margin: 20px 0 40px 0;
	}
	.margint2{
		margin: 0;
	}
	.background_image2{
		margin: 0 0 50px 0;
	}
	.background_image3{
		margin: 0 0 40px 0;
	}
	.content_box.box-3{
		padding: 40px 0 10px 0;
	}
	.statistic{
		padding: 50px 0 0 0;
		margin-bottom: 30px;
	}
	.statistic::before{
		font-size: 50px;
	}
	.aboutus_number_box .aboutus_number .number{
		font-size: 30px;
		line-height: 40px;
	}

	.mc4wp-form-fields .email{
		width: 75%;
		margin: 0 0 0 20px;
	}
	.mc4wp-form-fields .submit{
		margin: 30px 0 0 0;
	}

	.content_box h3,
	.status-publish h3{
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 20px 0;
	}
	.service-box{
		margin-bottom: 15px;
		padding: 29px 0 0 0;
	}
	.service-box h4{
		font-size: 18px;
		line-height: 22px;
	}
	.service-box .icon{
		font-size: 40px;
	}

	.Container-1 .dnntitle .title1,
	.Container-2 .dnntitle .title2{
		font-size: 24px;
		line-height: 30px;
	}

	.list-item-1{
		margin: 0 0 40px 0;
	}
	
	.posts-grid_inner{
		padding: 30px 15px;
	}
	.posts-grid_inner h4{
		font-size: 16px;
		line-height: 22px;
	}

	.content_box.box-4.inset-1 h1,
	.content_box.box-4.inset-1 h1 strong{
		font-size: 45px;
		line-height: 50px;
		margin: 0;
	}
	
	/*.header_bg*/
	.dnn_logo {
		text-align: left!important;
		float: none!important;
		padding: 27px 65px 27px 15px!important;
		position: relative;
	}
	/*--------- Mobile Menu style ----------*/
	.mobile_icon {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -20px;
	}
	
	.mobile_icon .glyphicons {
		background-color: #00bbad;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 40px;
		height: 40px;
		line-height: 44px;
		font-size: 20px;
		color: #FFF;
		text-align: center;
		cursor: pointer;
		display: inline-block;
		margin: 1px 2px;
	}
	
	.mobile_icon.active .glyphicons:before {
		content: "\f00d";
		font-size: 20px;
	}
	
	#mobile_menu {
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		z-index: 906;
		background: #1f1f1f;
		display: none;
		border-top: 1px solid #00bbad;
	}
	
	#mobile_menu .menu_main {
		padding: 10px 0;
	}
	
	.multi_menu {
		margin: auto;
	}
	
	.multi_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.multi_menu ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	.multi_menu ul li img {
		vertical-align: middle;
	}
	
	.multi_menu ul li a {
		font-size: 13px;
		line-height: 20px;
		padding: 0px;
		margin: 0px;
		color: #707070;
		display: block;
		text-decoration: none;
		outline: none;
		text-align: left;
		border-bottom: 1px solid #2a2a2a;
	}
	
	.multi_menu ul li a:after {
		clear: both;
		content: ".";
		height: 0px;
		font-size: 0px;
		visibility: hidden;
		display: block;
	}
	
	.multi_menu ul li a {
		display: inline-block;
	}
	
	.multi_menu ul li a {
		display: block;
	}
	
	.multi_menu ul li span {
		padding: 10px 0px;
		display: block;
	}
	
	.multi_menu ul li .menu_arrow {
		display: block;
		width: 40px;
		padding: 0px;
		height: 40px;
		float: right;
		text-indent: 0px;
		overflow: hidden;
		margin: 0px;
		text-align: center;
		line-height: 40px;
		font-size: 0;
		position: relative;
	}
	
	.multi_menu ul li .menu_arrow:before {
		content: "";
		width: 7px;
		height: 7px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -3px 0 0 -3px;
		border-bottom: 2px solid #707070;
		border-right: 2px solid #707070;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg); /* IE 9 */
		-moz-transform: rotate(45deg); /* Firefox */
		-webkit-transform: rotate(45deg); /* Safari and Chrome */
		-o-transform: rotate(45deg); /* Opera */
	}
	
	.multi_menu ul li:hover > a > .menu_arrow:before {
		border-bottom: 2px solid #00bbad;
		border-right: 2px solid #00bbad;
	}
	
	.multi_menu ul li .menu_arrow.arrow_closed:before,
	.multi_menu ul li:hover .menu_arrow.arrow_closed:before {
		border-bottom: none;
		border-right: none;
		border-top: 2px solid #00bbad;
		border-left: 2px solid #00bbad;
		margin: -0px 0 0 -3px;
	}
	
	.multi_menu ul li.active > a {
		color: #00bbad;
		background-color: #2a2a2a;
	}
	
	.multi_menu > ul > li.active > a {
		border-bottom: 1px solid #353535;
	}
	
	.multi_menu ul li a:hover {
		color: #00bbad;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #00bbad;
	}
	
	.multi_menu ul ul {
		display: none;
		background: #2a2a2a;
		padding: 2px 0px 5px 0px;
		margin: 0px;
	}
	
	.multi_menu ul li.current > ul {
		display: block;
	}
	
	.multi_menu ul li.active > a,
	 .multi_menu ul li a:hover {
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		border-bottom: 1px solid #2e2e2e;
		color: #00bbad;
	}
	
	.multi_menu ul li a {
		padding: 0 0 0 15px
	}
	
	.multi_menu ul li li a {
		padding: 0 0 0 30px
	}
	
	.multi_menu ul li li li a {
		padding: 0 0 0 45px
	}
	
	.multi_menu ul li li li li a {
		padding: 0 0 0 60px
	}
	
	.SkinPlugin_icon {
		display: none!important;
	}
	/*foot*/
	.FooterLeftPane, 
	.FooterRightPane{
		padding: 30px 0 0 0!important;
	}
	.social_icons a{
		margin: 0 10px 0 0;
	}
	.copyright_style {
		float: none;
		text-align: center;
	}
	
	.FooterPane {
		float: none;
		text-align: center;
		padding: 0px 8px 20px;
	}

	#to_top{
		display: none!important;
	}

}


 @media only screen and (max-width: 480px) {
 	.footer-address,
 	.footer-phone,
 	a.footer-mail{
 		font-size: 16px!important;
 	}
 	.footer-address:before,
 	.footer-phone:before,
 	a.footer-mail:before{
 		font-size: 40px;
 		line-height: 40px;
 	}

 }


@media only screen and (max-width: 767px) {
	.google-map-api { height:200px; }
	.testimonials .testi-item{
		width: 100%;
	}
	.testimonials .testi-item .featured-thumbnail { float:none !important; }
	.abs_element { display:none; }
	.content-holder .filter-wrapper .pull-right .filter.nav.nav-pills > li {
		margin:0 0 15px !important;
		display:block;
	}
	.price-plans { margin:0; }
	.price-plans .plan {
		width:100% !important;
		margin:0 0 20px !important;
	}
	.posts-grid li .featured-thumbnail { width:100%; }
	.post_meta div[class^="post_"] { padding-left:0; }
	#comments .comment .children {
		padding-left:0;
		margin-left:0;
	}


}



#dnn_wrapper .Theme_04_Default .pro-isotope_group{
	 border-bottom: 1px solid #e5e5e5;
    font-size: 0;
    line-height: 0;
    margin: 25px 0 51px;
    padding: 0;
    text-align: center;
}
#dnn_wrapper .Theme_04_Default .pro-isotope_group a{ 
	border: none;
	color: #888888!important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 0 21px 0;
    position: relative;
}
#dnn_wrapper .Theme_04_Default .pro-isotope_group a:hover, 
#dnn_wrapper .Theme_04_Default .pro-isotope_group a.active{
	border: none;
	color: #4e4e4e!important;
}
#dnn_wrapper .Theme_04_Default .pro-isotope_group a:hover:before, 
#dnn_wrapper .Theme_04_Default .pro-isotope_group a.active:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	height:5px;
	background-color:#feea3a;
	opacity:1;
	bottom:-1px;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
#dnn_wrapper #isotope67210 .pro-photo{
	margin: 15px 15px 0!important;
}
#dnn_wrapper .pro-photo .content h3{
	display: none;
}
#dnn_wrapper .Theme_04_Default .moremeassage{
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	display: inline-block;
	height: auto;
	margin: 35px auto 0;
	padding: 16px 40px 18px !important;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.22);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
#dnn_wrapper .Theme_04_Default .moremeassage:hover{
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.32);
}

@media only screen and (max-width: 767px) {
	#dnn_wrapper .Theme_04_Default .pro-isotope_group a{
		font-size: 16px;
	}
	#dnn_wrapper .Theme_04_Default .pro-isotope_group{
		margin: 0 0 30px 0;
	}

}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  /*cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;*/ }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ============================*/
/* Fade effect
/* ============================*/

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}


/*Images*/

.photo_box .pic_box {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.photo_box {
	margin: 0 0 5px 0;
	padding: 0px;
	overflow: hidden;
	line-height: 1.8;
}
.photo_box img {
	max-width:100%;
}
.photo_box .pic_box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 22px;
	vertical-align: middle;
}

.photo_box a,
.photo_box a:hover {
	text-decoration: none
}

.photo_box .ico {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -31px;
	text-align: center;
	color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}

.photo_box .ico span {
	color: #FFF;
	width: 62px!important;
	height: 62px!important;
	line-height: 62px!important;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	margin: 0px 3px;
	border:1px solid #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.photo_box .ico h3 {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 5px;
}

.photo_box .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}

.vertical_center_1 {
	width: 100%;
	height: 100%;
	display: table;
}

.vertical_center_2 {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.photo_box .content h3 {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 5px;
}

.photo_box .content p {
	color: #FFF;
	font-size: 13px;
}

.photo_box .content >.glyphicons {
	font-size: 50px;
	height: 70%;
	position: relative;
}

.photo_box .content > .glyphicons:before {
	position: absolute;
	top: 50%;
	left: 0;
}

.photo_box .content .ico {
	position: static;
	margin: 0 0 15px;
}

.photo_box .shade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
}

.photo_box .ico,
.photo_box .content,
.photo_box .shade {
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box:hover .ico,
.photo_box:hover .content {
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box:hover .shade {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.photo_box.default_show .ico,
.photo_box.default_show .content {
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.default_show .shade {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box.img_zoom .pic_box img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-webkit-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	-ms-transition: all ease-out 300ms;
}

.photo_box:hover.img_zoom .pic_box img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.photo_box.ico_left_enter .ico,
.photo_box.ico_right_enter .ico,
.photo_box.ico_top_enter .ico,
.photo_box.ico_bottom_enter .ico,
.photo_box.ico_LeftAndRight_enter span,
.photo_box.ico_TopAndBottom_enter span {
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box.ico_left_enter .ico {
	left: -100%;
}

.photo_box:hover.ico_left_enter .ico {
	left: 0%;
}

.photo_box.ico_right_enter .ico {
	left: 100%;
}

.photo_box:hover.ico_right_enter .ico {
	left: 0%;
}

.photo_box.ico_top_enter .ico {
	top: -100%;
}

.photo_box:hover.ico_top_enter .ico {
	top: 50%;
}

.photo_box.ico_bottom_enter .ico {
	top: 150%;
}

.photo_box:hover.ico_bottom_enter .ico {
	top: 50%;
}

.photo_box.ico_LeftAndRight_enter span.ico_left {
	transform: translate(-200px, 0);
	-ms-transform: translate(-200px, 0);
	-webkit-transform: translate(-200px, 0);
	-o-transform: translate(-200px, 0);
	-moz-transform: translate(-200px, 0);
}

.photo_box.ico_LeftAndRight_enter span.ico_right {
	transform: translate(200px, 0);
	-ms-transform: translate(200px, 0);
	-webkit-transform: translate(200px, 0);
	-o-transform: translate(200px, 0);
	-moz-transform: translate(200px, 0);
}

.photo_box.ico_TopAndBottom_enter span.ico_top {
	transform: translate(0, -200px);
	-ms-transform: translate(0, -200px);
	-webkit-transform: translate(0, -200px);
	-o-transform: translate(0, -200px);
	-moz-transform: translate(0, -200px);
}

.photo_box.ico_TopAndBottom_enter span.ico_bottom {
	transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
	-webkit-transform: translate(0, 200px);
	-o-transform: translate(0, 200px);
	-moz-transform: translate(0, 200px);
}

.photo_box:hover.ico_LeftAndRight_enter span.ico_left,
.photo_box:hover.ico_LeftAndRight_enter span.ico_right,
.photo_box:hover.ico_TopAndBottom_enter span.ico_top,
.photo_box:hover.ico_TopAndBottom_enter span.ico_bottom {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box.ico_push_in img {
	margin-bottom: -15px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box.ico_push_in .ico {
	top: auto;
	bottom: -50px;
	width: 100%;
	background-color: #006fff;
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.ico_push_in .ico span {
	background-color: transparent!important;
	border:none;
	width:50px!important;
	height:50px!important;
	line-height:50px!important;
}

.photo_box.ico_push_in .ico a {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
}

.photo_box.ico_push_in .ico a:first-child {
	border-right: 1px solid #FFF;
	border-right: 1px solid rgba(255,255,255,0.5);
	margin-right: -2px;
}

.photo_box:hover.ico_push_in img {
	margin-top: -15px;
	margin-bottom: 0;
}

.photo_box:hover.ico_push_in .ico {
	top: auto;
	bottom: 0px;
}

.photo_box.ico_left_rotate .ico,
.photo_box.ico_left_rotate .ico >span,
.photo_box.ico_right_rotate .ico,
.photo_box.ico_right_rotate .ico >span {
	width: 62px;
	height: 62px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
	padding: 0;
	border:none;
	background-color:#006fff;
}

.photo_box.ico_left_rotate .ico {
	left: 0;
	top: auto;
	bottom: 0px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	-moz-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.photo_box.ico_right_rotate .ico {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	-moz-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.photo_box:hover.ico_left_rotate .ico,
.photo_box:hover.ico_right_rotate .ico {
	transform: rotate(0);
	-ms-transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
}

.photo_box.content_top_increment .increment_1 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -300px);
	-moz-transform: translate(0, -300px);
	transition: all ease-in 500ms;
	-moz-transition: all ease-in 500ms;
	-webkit-transition: all ease-in 500ms;
	-o-transition: all ease-in 500ms;
	-ms-transition: all ease-in 500ms;
}

.photo_box.content_top_increment .increment_2 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -340px);
	-moz-transform: translate(0, -340px);
	transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-o-transition: all ease-in 400ms;
	-ms-transition: all ease-in 400ms;
}

.photo_box.content_top_increment .increment_3 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -380px);
	-moz-transform: translate(0, -380px);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.content_top_increment .increment_1,
.photo_box:hover.content_top_increment .increment_2,
.photo_box:hover.content_top_increment .increment_3 {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box:hover.content_top_increment .increment_1 {
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.content_top_increment .increment_2 {
	transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-o-transition: all ease-in 400ms;
	-ms-transition: all ease-in 400ms;
}

.photo_box:hover.content_top_increment .increment_3 {
	transition: all ease-in 500ms;
	-moz-transition: all ease-in 500ms;
	-webkit-transition: all ease-in 500ms;
	-o-transition: all ease-in 500ms;
	-ms-transition: all ease-in 500ms;
}

.photo_box.content_top_increment .content h3 {
	background-color: #006fff;
	font-size: 18px;
	color: #FFF;
	padding: 15px;
	margin-bottom: 25px;
	width: 100%;
}

.photo_box.content_top_increment .content a.but {
	background-color: #dedede;
	color: #666666;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	margin-top: 15px;
}

.photo_box.content_top_increment .content p {
	padding: 0px 30px;
}

.photo_box.ico_zoom .ico span {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.ico_zoom .ico span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.photo_box.img_flip {
	overflow: visible;
}

.photo_box.img_flip .pic_box {
	position: relative;
	overflow: visible;
	-webkit-perspective: 1000;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
}

.photo_box.img_flip .pic_box img,
.photo_box.img_flip .shade,
.photo_box.img_flip .content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 750ms ease 0s;
	-moz-transition: all 750ms ease 0s;
	-o-transition: all 750ms ease 0s;
	-ms-transition: all 750ms ease 0s;
	transition: all 750ms ease 0s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.photo_box.img_flip .pic_box img {
	z-index: 1;
	position: relative;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.photo_box.img_flip .pic_box .shade,
.photo_box.img_flip .pic_box .content {
	z-index:-2;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.photo_box.img_flip .pic_box .content{
	z-index:-1;

}

.photo_box:hover.img_flip  img{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.photo_box:hover.img_flip .pic_box .shade,
.photo_box:hover.img_flip .pic_box .content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.photo_box:hover.img_flip .pic_box .shade {
	z-index: 2;
}
.photo_box:hover.img_flip .pic_box .content {
	z-index: 3;
}

.content_sytle_2 .shade {
	background-color: #006fff;
}

.content_sytle_2 .content h3 {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 5px;
}

.content_sytle_2 .content p {
	padding: 0 30px 5px;
}

.content_sytle_2 .content a.but {
	border: 1px solid #FFF;
	padding: 10px 25px;
	font-size: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
	color: #FFF;
}

.photo_box.content_push_in .pic_box img {
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box.content_push_in .content {
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #006fff;
	top: auto;
	height: auto;
	bottom: 0;
	height: 60px;
	margin-bottom: -60px;
	overflow: hidden;
}

.photo_box.content_push_in .content h3 {
	margin: 10px 0 0;
}

.photo_box:hover.content_push_in .pic_box img {
	margin-top: -60px;
	margin-bottom: 60px;
}

.photo_box:hover.content_push_in .content {
	margin-bottom: 0px;
}

.photo_box.icon_tag_push .ico {
	width: 90px;
	height: 90px;
	left: auto;
	right: -90px;
	top: -90px;
	margin: 0;
	text-align: right;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box.icon_tag_push .ico:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border: 45px solid transparent;
	border-right-color: #006fff;
	border-top-color: #006fff;
}

.photo_box.icon_tag_push .ico span {
	background: none;
	border:none;
	height: auto!important;
	display: inline-block!important;
	line-height: 60px!important;
	width: 50px!important;
	text-align: center!important;
}

.photo_box:hover.icon_tag_push .ico {
	right: 0px;
	top: 0px;
}

.photo_box.icon_tag_push .content {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	width: auto;
	height: auto;
	padding: 13px 36px;
	color: #666666;
	top: auto;
	bottom: 20px;
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.icon_tag_push .content h3 {
	color: #666666;
	font-size: 16px;
	margin: 0;
}
.photo_box.content_bottom_push_in .ico{
	margin-top:-62px;

}

.photo_box.content_bottom_push_in .content {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	height: auto;
	padding: 10px 0;
	color: #666666;
	top: auto;
	bottom: 0px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-webkit-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
}

.photo_box.content_bottom_push_in .content:before {
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	border-bottom-color: rgba(255,255,255,0.8);
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -4px;
}

.photo_box.content_bottom_push_in .content h3 {
	color: #666666;
	font-size: 16px;
	margin: 0;
}

.photo_box.content_bottom_push_in .content p {
	color: #666666;
	margin-bottom: 0;
}

.photo_box:hover.content_bottom_push_in .content {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box.content_bottom_push_in_2 .shade {
	background-color: #000;
	top: 100%;
	margin-top: -40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box:hover.content_bottom_push_in_2 .shade {
	top: 0;
	margin: 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box.content_bottom_push_in_2 .content {
	filter: alpha(opacity=100);
	opacity: 1;
	height: 40px;
	top: 100%;
	margin-top: -35px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box:hover.content_bottom_push_in_2 .content {
	height: 100%;
	top: 0;
	margin-top: 0;
}

.photo_box.content_bottom_push_in_2 .but {
	border: 1px solid #FFF;
	padding: 10px 22px;
	font-size: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
	color: #FFF;
	text-decoration: none;
}

.photo_box.entirety_left_offset .shade {
	background-color: #f0f0f0;
}

.photo_box.entirety_left_offset .shade,
.photo_box.entirety_left_offset .ico,
.photo_box.entirety_left_offset .content {
	filter: alpha(opacity=100);
	opacity: 1;
	left: 100%;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box.entirety_left_offset .ico {
	width: auto;
	top: auto;
	bottom: 0;
}

.photo_box.entirety_left_offset .ico span {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin: 0;
	background-color:#006fff;
	border:none;
	width:50px!important;
	height:50px!important;
	line-height:50px!important;
	font-size:20px;
}

.photo_box.entirety_left_offset .content {
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 80px 30px 30px;
}

.photo_box.entirety_left_offset h3,
.photo_box.entirety_left_offset p,
.photo_box.entirety_left_offset a {
	color: #666;
}

.photo_box:hover.entirety_left_offset .shade,
.photo_box:hover.entirety_left_offset .ico,
.photo_box:hover.entirety_left_offset .content {
	left: 50px;
}

.photo_box.entirety_bevel .content {
	height: 60%;
	text-align: left;
	top: 0;
	padding: 0px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.photo_box.entirety_bevel .ico {
	height: 40%;
	text-align: left;
	margin: 0;
	top: 60%;
	left: 40px;
}

.photo_box.entirety_bevel .ico span {
	width:50px!important;
	height:50px!important;
	line-height:50px!important;
}

.photo_box:hover.entirety_bevel .shade {
	background-color: #006fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.photo_box.entirety_bevel .pic_box:before {
	content: "";
	border-top: 0px solid #e5e5e5;
	border-right: 0px solid #FFF;
	border-left: 0px solid #e5e5e5;
	border-bottom: 0px solid #FFF;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box:hover.entirety_bevel .pic_box:before {
	border-top: 25px solid #e5e5e5;
	border-right: 25px solid #FFF;
	border-left: 25px solid #e5e5e5;
	border-bottom: 25px solid #FFF;
}





#dnn_wrapper .ls-container .ls-l .title-1{
	font-weight: 300;
}
#dnn_wrapper .ls-container .ls-l{
	border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	-webkit-border-radius: 3px!important;
}
#dnn_wrapper .ls-container .ls-l a{
	color: #fff!important;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.22);
	display: inline-block;
	padding: 0 50px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#dnn_wrapper .ls-container .ls-l a:hover{
	background: #f55b50;
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.32);
	text-decoration: none;
}

#LiveForm1267 ul.page-break-section, 
#dnn_ctr1267_ModuleContent .thank-you{
	background: none !important;
}
.LiveForm.Default{
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	background: none !important;
}
.LiveForm.Default .page-break-section li label{
	display: none;
}
.LiveForm.Default .page-break-section li input,
.LiveForm.Default .page-break-section li textarea{
	 -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#666;
	font:14px/25px 'Roboto', sans-serif;
	border: 1px solid rgba(0,0,0,0.1) !important;
	background:#fff !important;
	box-shadow:none !important;
	border-radius:3px;
	padding:9px 20px 11px !important;
	-webkit-transition:0.4s ease !important;
	-moz-transition:0.4s ease !important;
	-o-transition:0.4s ease !important;
	transition:0.4s ease !important;
	-webkit-appearance:none
}
.footer_box .LiveForm.Default .page-break-section li input,
.footer_box .LiveForm.Default .page-break-section li textarea {background:#4a5358 !important; color:#fff !important;}

.LiveForm.Default .page-break-section li input{
	height: 45px !important;
}
.LiveForm.Default .page-break-section li input:focus,
.LiveForm.Default .page-break-section li textarea:focus{
	color: #666;
}
.LiveForm.Default .page-break-section li{
	padding: 10px 0 0 !important;
}
.LiveForm.Default .page-break-section li.Submitbutton.FieldSpacing .Submit-Align-Default{
	padding-top: 31px;
}
.LiveForm.Default .page-break-section li.Submitbutton.FieldSpacing .Submit-Align-Default input{
	 background-color: #4a5358 !important;
    border: 0 none; color:#fff !important;
    box-sizing: border-box;
    height: 45px;
    line-height: 20px !important;
    padding: 11px 20px 14px !important;
    text-transform: capitalize;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.32) !important;
    font: 500 20px/26px "Roboto",sans-serif !important;
}
.LiveForm.Default .page-break-section li.Submitbutton.FieldSpacing .Submit-Align-Default input:hover{
	color: #fff !important;
	background-color: #00bbd3 !important;
}



.LiveForm.Default .page-break-section li input:-moz-placeholder,
.LiveForm.Default .page-break-section li textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;  
}

.LiveForm.Default .page-break-section li input::-moz-placeholder,
.LiveForm.Default .page-break-section li textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

.LiveForm.Default .page-break-section li input:-ms-input-placeholder,
.LiveForm.Default .page-break-section li textarea:-ms-input-placeholder {
    color: #999;
}

.LiveForm.Default .page-break-section li input::-webkit-input-placeholder,
.LiveForm.Default .page-break-section li textarea::-webkit-input-placeholder {
    color: #999;
}


.LiveForm.Default .page-break-section li input:focus:-moz-placeholder,
.LiveForm.Default .page-break-section li textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;  
}

.LiveForm.Default .page-break-section li input:focus::-moz-placeholder,
.LiveForm.Default .page-break-section li textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
}

.LiveForm.Default .page-break-section li input:focus:-ms-input-placeholder,
.LiveForm.Default .page-break-section li textarea:focus:-ms-input-placeholder {
    color: #666;
}

.LiveForm.Default .page-break-section li input:focus::-webkit-input-placeholder,
.LiveForm.Default .page-break-section li textarea:focus::-webkit-input-placeholder {
    color: #666;
}

.footer_box .LiveForm.Default .page-break-section li input:-moz-placeholder,
.footer_box .LiveForm.Default .page-break-section li textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;  
}

.footer_box .LiveForm.Default .page-break-section li input::-moz-placeholder,
.footer_box .LiveForm.Default .page-break-section li textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.footer_box .LiveForm.Default .page-break-section li input:-ms-input-placeholder,
.footer_box .LiveForm.Default .page-break-section li textarea:-ms-input-placeholder {
    color: #fff;
}

.footer_box .LiveForm.Default .page-break-section li input::-webkit-input-placeholder,
.footer_box .LiveForm.Default .page-break-section li textarea::-webkit-input-placeholder {
    color: #fff;
}


.footer_box .LiveForm.Default .page-break-section li input:focus:-moz-placeholder,
.footer_box .LiveForm.Default .page-break-section li textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #00bbd3;  
}

.footer_box .LiveForm.Default .page-break-section li input:focus::-moz-placeholder,
.footer_box .LiveForm.Default .page-break-section li textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #00bbd3;
}

.footer_box .LiveForm.Default .page-break-section li input:focus:-ms-input-placeholder,
.footer_box .LiveForm.Default .page-break-section li textarea:focus:-ms-input-placeholder {
    color: #00bbd3;
}

.footer_box .LiveForm.Default .page-break-section li input:focus::-webkit-input-placeholder,
.footer_box .LiveForm.Default .page-break-section li textarea:focus::-webkit-input-placeholder {
    color: #00bbd3;
}


/* liveform default */
.LiveForm.Porto { border:none !important; padding:0px !important;}
.LiveForm.Porto .Field > label { font-weight:normal !important;}

.LiveForm.Porto select, .LiveForm.Porto textarea, .LiveForm.Porto input[type="text"], .LiveForm.Porto input[type="password"], 
.LiveForm.Porto .Field.FileUpload input, .LiveForm.Porto .Field.Phone input.Phone { width:100% !important;}
.LiveForm.Porto ul.page-break-section { margin-left:0px !important;}

.ModLiveCampaignSignupC .default input[type="text"]  { color:#000 !important; height:40px !important; padding:0 1% !important;}

/**/

.imgLeft, .wsc_img_left { margin: 0px 15px 0px 0px;}
.wsc_post_item  { padding:0 0 25px 0; border-bottom:1px dashed #CCCCCC; margin-bottom:25px;}
