/*
	Theme Name: Eastern Datacomm
	Description: Eastern Datacomm
	Version: 1.0
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* Reset */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/* Fonts */

@font-face {
    font-family: 'Proxima Nova';
    src: url('includes/fonts/proxima-nova-regular-webfont.eot');
    src: url('includes/fonts/proxima-nova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/proxima-nova-regular-webfont.woff') format('woff'),
         url('includes/fonts/proxima-nova-regular-webfont.ttf') format('truetype'),
         url('includes/fonts/proxima-nova-regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('includes/fonts/proxima-nova-italic-webfont.eot');
    src: url('includes/fonts/proxima-nova-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/proxima-nova-italic-webfont.woff') format('woff'),
         url('includes/fonts/proxima-nova-italic-webfont.ttf') format('truetype'),
         url('includes/fonts/proxima-nova-italic-webfont.svg#proxima_novaregular_italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('includes/fonts/proxima-nova-bold-webfont.eot');
    src: url('includes/fonts/proxima-nova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/proxima-nova-bold-webfont.woff') format('woff'),
         url('includes/fonts/proxima-nova-bold-webfont.ttf') format('truetype'),
         url('includes/fonts/proxima-nova-bold-webfont.svg#proxima_novabold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('includes/fonts/proxima_nova-light-webfont.eot');
    src: url('includes/fonts/proxima_nova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/proxima_nova-light-webfont.woff') format('woff'),
         url('includes/fonts/proxima_nova-light-webfont.ttf') format('truetype'),
         url('includes/fonts/proxima_nova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('includes/fonts/proxima_nova-extrabold-webfont.eot');
    src: url('includes/fonts/proxima_nova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/proxima_nova-extrabold-webfont.woff') format('woff'),
         url('includes/fonts/proxima_nova-extrabold-webfont.ttf') format('truetype'),
         url('includes/fonts/proxima_nova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('includes/fonts/proxima_nova-semibold-webfont.eot');
    src: url('includes/fonts/proxima_nova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/proxima_nova-semibold-webfont.woff') format('woff'),
         url('includes/fonts/proxima_nova-semibold-webfont.ttf') format('truetype'),
         url('includes/fonts/proxima_nova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 300 26px 'Proxima Nova';
	text-transform: uppercase;
	color: #1b2f79;
	margin: 0 0 15px 0;
	text-align: center;
	line-height: 1.1em;
}

h2 {
	font: 600 22px 'Proxima Nova';
	color: #1b2f79;
	margin: 0 0 10px 0;
}

h3 {
	font: 600 18px 'Proxima Nova';
	color: #1b2f79;
	margin: 0 0 28px 0;
}

h4 {
	font: 600 22px 'Proxima Nova';
	color: #1b2f79;
	margin: 0 0 10px 0;
	line-height: 1em;
}

h4 a:link, h4 a:visited {
	color: #1b2f79;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: none;
	color: #f7bb04;
}

h5 {
	font: 700 14px 'Proxima Nova';
	text-transform: uppercase;
	color: #2e3192;
	margin: 0 0 3px 0;
}

h6 {
	font: 700 16px 'Proxima Nova';
	color: #555555;
}

h6 img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

/* Links */

a:link, a:visited, a:active {
	color: #2e3192;
	text-decoration: underline;
	-webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
	transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
}

a:hover {
	color: #f7bb04;
	text-decoration: underline;
}

/* Paragraphs */
 
p {
	margin: 0 0 21px 0;
	line-height: 1.45em;
}

.big {
	font-size: 18px;
}

.orange {
	color: #f7bb04;
}

.aligncenter {
	display: block;
	margin: 0 auto 30px auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.alignleft {
	float: left;
	display: inline;
	margin: 3px 40px 30px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.alignright {
	float: right;
	display: inline;
	margin: -3px 12px 30px 25px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Lists */

.content ul {
	margin: 0 0 22px 38px;
}

.content ul.big-margin {
	margin-left: 5px;
}

.content ul li {
	list-style: none;
	background: url('i/li.png') no-repeat 0 6px;
	margin: 0 0 3px 0;
	padding: 0 0 0 8px;
	font-style: italic;
	line-height: 1.25em;
}

.content ul.big-margin li {
	margin: 0 0 19px 0;
}

.content ol {
	margin: 8px 0 20px 5px;
}

.content ol li {
	list-style: decimal;
	margin: 0 0 2px 0;
	font-style: italic;
	line-height: 1.25em;
}

/* Clearfix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 14px 'Proxima Nova', Arial, Helvetica, sans-serif;
	color: #555555;
	background: #FFF url('i/header-bg-internal.jpg') repeat-x 50% -11px;
}

.home {
	background-image: url('i/header-bg.jpg');
}

body:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: #1b2f79;
}

.all {
	width: 100%;
	overflow: hidden;
	-webkit-transition: margin 250ms ease;
	transition: margin 250ms ease;
}

.frame {
	width: 960px;
	margin: 0 auto;
	position: relative;
	/*border: 1px solid;*/
}

/* Header */

.header {
	margin: 0 0 8px 0;
}

.logo {
	padding: 34px 0 0 16px;
}

.phone {
	position: absolute;
	top: 50px;
	right: 45px;
	color: #484848;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
}

.phone strong {
	color: #2e3192;
}

.header-button {
	position: absolute;
	top: 0;
	right: 14px;
}

.header-button a:link, .header-button a:visited {
	float: left;
	display: inline;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding: 0 38px 0 24px;
	-webkit-border-radius: 0 0 8px 8px;
	background: #1b2f79;
	position: relative;
	border-radius: 0 0 8px 8px;
}

.header-button a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 22px;
	border-left: 6px solid #f7bb04;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin: -4px 0 0 0;
}

.header-button a:hover {
	color: #f7bb04;
}

/* Main Menu */

.main-menu {
	z-index: 110;
	margin: 0 0 13px 0;
}

.menu-link {
	display: none;
}

.mobile-menu {
	display: none;
}

.home .main-menu {
	margin: 0;
}

.main-menu>ul>li {
	float: left;
	display: inline;
	position: relative;
	height: 32px;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 1px;
}

.main-menu>ul>li>a:link, .main-menu>ul>li>a:visited {
	float: left;
	display: inline;
	height: 32px;
	line-height: 32px;
	color: #2e3192;
	text-decoration: none;
	padding: 0 12px;
	text-shadow: 1px 1px 1px #e3e3e3;
}

.main-menu>ul>li:hover>a:link, .main-menu>ul>li:hover>a:visited,
.main-menu>ul>li.current-menu-item>a:link, .main-menu>ul>li.current-menu-item>a:visited,
.main-menu>ul>li.current-menu-parent>a:link, .main-menu>ul>li.current-menu-parent>a:visited,
.main-menu>ul>li.current-menu-ancestor>a:link, .main-menu>ul>li.current-menu-ancestor>a:visited {
	background: #FFF;
	color: #102c9c;
}

/* Dropdown */

.main-menu>ul>li>ul {
	display: none;
	margin: 0;
	position: absolute;
	top: 32px;
	left: 0;
	background: #FFF;
	padding: 10px 0 9px 0;
	border-bottom: 5px solid #1b2f79;
	min-width: 120%;
	z-index: 999;
	text-align: left;
}

.main-menu>ul>li>ul li {
	float: none;
	display: block;
	height: auto;
	line-height: 1.1em;
	position: relative;
	margin: 0;
}

.main-menu>ul>li>ul li a:link, .main-menu>ul>li>ul li a:visited {
	display: block;
	padding: 10px 25px 10px 13px;
	position: relative;
	color: #1b2f79;
	text-decoration: none;
	white-space: nowrap;
	text-transform: none;
}

.main-menu>ul>li>ul li:hover>a:link, .main-menu>ul>li>ul li:hover>a:visited {
	background: #102c9c;
	color: #FFF;
}

/* Third Level */

.main-menu>ul>li>ul>li>ul {
	position: absolute;
	top: 0;
	right: -200px;
	width: 200px;
	display: none;
	background: #FFF;
}

.main-menu>ul>li>ul>li:hover>ul {
	display: block;
}

/* Slider */

.slider {
	position: relative;
	width: 960px;
	height: 342px;
	background: #FFF;
}

.slider-menu {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9999;
}

.slider-menu span {
	float: left;
	display: inline;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #1b2f79;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #a5a5a5;
	margin: 0 0 0 -1px;
}

.slider:before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	background: url('i/shadow.png') no-repeat;
	height: 21px;
	z-index: 101;
}

.slider:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
	background: url('i/shadow-light.png') no-repeat;
	height: 21px;
	z-index: 100;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 960px !important;
	height: 342px !important;
}

.slide:first-child {
	z-index: 5;
}

.slide-text {
	position: absolute;
	top: 37px;
	right: 25px;
	width: 410px;
	font-size: 26.5px;
	text-transform: none;
	color: #1b2f79;
	font-weight: 300;
	text-align: center;
}

.slide-text p {
	line-height: 1em;
	margin: 0;
}

.slide-button {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	width: 100%;
}

.slide-button span {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

.slide-button span a {
	position: relative;
	left: -50%;
	float: left;
	display: inline;
	background: #f7bb04;
	font-size: 16px;
	text-transform: uppercase;
	color: #1b2f79;
	text-decoration: none;
	font-weight: 600;
	padding: 6px 22px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: left;
	margin: 0 0 0 37px;
	text-shadow: 1px 1px 0 #fce8aa;
}

.orange-button {
	margin: 0 0 20px 0;
}

.orange-button a:link, .orange-button a:visited {
	float: left;
	display: inline;
	background: #f7bb04;
	font-size: 16px;
	color: #1b2f79;
	text-align: center !important;
	text-decoration: none;
	font-weight: 600;
	padding: 6px 22px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: left;
	text-shadow: 1px 1px 0 #fce8aa;
}

.slide-button span a:hover, .orange-button a:hover {
	background: #1b2f79;
	text-align: center;
	font-size: 16px;
	color: #f7bb04;
	text-shadow: 1px 1px 0 #000;
}

/* Services */

.content {
	position: relative;
	z-index: 90;
	margin: 25px 0 0 0;
	min-height: 350px;
}

.home .content {
	margin: 0;
}

.services-list {
	position: relative;
	width: 100%;
	margin: 30px 0 33px 0;
}

.services-list .inner, .logos .inner {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

.services-list .inner ul, .logos .inner ul {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 0 0 -32px;
}

.services-list ul li {
	float: left;
	display: inline;
	width: 162px;
	font-weight: 500;
	font-size: 12px;
	margin: 0 0 0 32px;
	color: #555555;
	background: transparent;
	padding: 0;
	font-style: normal;
}

.service-pic {
	width: 162px;
	height: 80px;
	position: relative;
	margin: 0 0 2px 0;
	#position: relative;
	overflow: hidden;
	text-align: center;
}

.service-pic div, .logos li div {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 162px;
}

.logos li div {
	width: auto;
}

.service-pic div img, .logos li div img {
	#position: relative;
	#top: -50%;
}

.services-list h4 {
	text-align: center;
	margin: 10px 0 20px 0;
}

.services-list h4.long-title {
	margin: 0 0 8px 0;
}

.services-list p {
	line-height: 1.5em;
	height: 105px;
	margin: 0;
	overflow: hidden;
}

.button-right {
	float: right;
	display: inline;
	margin: 15px 0 0 0;
}

.button {
	margin: 0 0 20px 0;
}

.button a:link, .button a:visited {
	float: left;
	display: inline;
	background: #1b2f79;
	color: #FFF;
	text-align: center !important;
	font-size: 14px;
	padding: 5px 13px;
	text-decoration: none;
}

.button a:hover {
	background: #f7bb04;
}

.button-centered {
	position: relative;
	width: 100%;
}

.button-centered span {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

.button-centered span a {
	position: relative;
	left: -50%;
	float: left;
}

/* Logos */

.logos {
	position: relative;
	width: 100%;
	margin: 0 0 15px 0;
}

.logos .inner ul {
	margin: 0 -55px 0 0;
}

.logos ul li {
	float: left;
	display: inline;
	margin: 0 0 0 29px;
	display: table;
	height: 59px;
	#position: relative;
	overflow: hidden;
	background: transparent;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

.logos li a:hover {
	filter:alpha(opacity=73);
	-moz-opacity: 0.73;
	opacity: 0.73;
}

/* Footer */

.footer {
	background: #3f3f3f url('../shadow.png') no-repeat 50% 0;
	position: relative;
	z-index: 80;
	margin: 55px 0 0 0;
}

.home .footer {
	margin: 0;
}

.footer .frame {
	position: relative;
	padding: 25px 0 30px 0;
}

.footer .frame:before {
	content: '';
	display: block;
	position: absolute;
	top: -130px;
	left: -110px;
	background: url('i/logo-bottom.gif') no-repeat;
	width: 167px;
	height: 130px;
}

.footer-left {
	float: left;
	display: inline;
	width: 140px;
	margin: 0 0 0 13px;
	font-size: 12px;
	color: #a5a5a5;
}

.footer-left a:link, .footer-left a:visited {
	color: #a5a5a5;
	text-decoration: none;
}

.footer-left a:hover {
	color: #FFF;
}

.social {
	margin: 0 0 20px 0;
}

.social li {
	float: left;
	display: inline;
	margin: 0 6px 0 0;
}

.social li a:hover {
	filter:alpha(opacity=73);
	-moz-opacity: 0.73;
	opacity: 0.73;
}

.footer-menu li {
	margin: 0 0 6px 0;
}

.footer-right {
	float: right;
	display: inline;
	width: 700px;
	margin: 6px 45px 0 0;
	color: #FFF;
}

.footer-right a:link, .footer-right a:visited {
	color: #FFF;
	text-decoration: none;
}

.footer-right a:hover {
	color: #f7bb04;
}

.footer-news {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 50px 0;
}

.footer-news strong {
	color: #f7bb04;
	font-weight: 600;
}

.more {
	font-size: 10px;
	font-weight: 300;
}

.content .more {
	font-size: 12px;
}

.footer-date {
	font-size: 10px;
}

.footer-news ul {
	margin: 8px 0 0 0;
}

.footer-news li {
	margin: 0 0 4px 0;
	font-size: 14px;
}

.footer-contacts {
	font-size: 15px;
	background: url('i/logo-footer.png') no-repeat;
	padding: 8px 0 0 65px;
	height: 44px;
}

.copyright {
	text-align: center;
	color: #6a6a6a;
	font-size: 12px;
	margin: -15px 0 0 -45px;
}

.copyright a:link, .copyright a:visited {
	color: #6a6a6a;
}

.copyright a:hover {
	color: #FFF;
}

.copyright p {
	margin: 0;
}

/* Internal Pages */

.top-pic {
	margin: 0 0 25px 0;
	position: relative;
}

.top-pic img {
	display: block;
}

.top-pic:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	background: url('i/shadow.png') no-repeat;
	height: 21px;
	z-index: 100;
}

.content-area {
	float: left;
	display: inline;
	width: 595px;
	margin: 18px 0 0 15px;
}

.page-template-page-with-sidebar-shadow .content {
	margin-left: 15px;
}

.page-template-page-with-sidebar-shadow .content-area {
	margin: 0;
}

/* Sidebar */

.sidebar {
	float: right;
	display: inline;
	width: 293px;
	margin: 12px 23px 0 0;
	position: relative;
}

.page-template-page-with-sidebar-shadow .sidebar {
	margin-right: 18px;
}

.page-template-page-with-sidebar-shadow .sidebar:before {
	content: '';
	display: block;
	position: absolute;
	top: 100px;
	bottom: 0;
	left: -22px;
	background: url('i/sidebar-shadow.jpg') no-repeat;
	width: 334px;
	background-size: 100% 100%;
	z-index: 10;
}

.page-template-page-with-sidebar-shadow .push-shadow .sidebar:before {
	top: 280px;
}

.widget {
	background: #ebebeb;
	padding: 13px 15px 17px 15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 25px 0;
	position: relative;
	z-index: 20;
}

.widget_sp_image {
	background: transparent;
}

.widget_sp_image img {
	max-width: 100%;
	height: auto;
}

.widget ul {
	margin: 0;
}

.widget .post-date, .rpwe-time {
	display: block;
}

.widget ul li {
	margin: 0 0 15px 0;
}

.widget select {
	width: 100%;
	padding: 3px 0;
}

.page-template-page-with-sidebar-shadow .widget {
	background: transparent;
}

.page-template-page-with-sidebar-shadow .widget.gform_widget {
	background: #ebebeb;
	margin: -30px 0 30px 0;
}

.page-template-page-with-sidebar-shadow .widget-title {
	text-align: left;
}

.page-template-page-with-sidebar-shadow .widget-title.gform_widget {
	text-align: center;
}

.gform_wrapper .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-top: -6px !important;
	margin-left: -10px !important;
	padding-bottom: -12px !important;
	border: none !important;
}

.widget .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0 !important
}

.widget .instruction, .widget .validation_message {
	margin: 5px 0 -7px 0 !important;
}

.widget .gform_wrapper .ginput_container + .gfield_description.validation_message {
	padding-top: 0 !important;
}

.widget-title {
	font: 600 18px 'Proxima Nova';
	text-transform: uppercase;
	color: #2e3192;
	text-align: center;
	margin: 0 0 10px 0;
}

ul.gform_fields {
	margin: 0 !important;
}

.widget ul.gform_fields {
	margin: 0 7px !important;
}

ul.gform_fields li {
	background-image: none !important;
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
}

.widget .gfield_label {
	display: none !important;
}

.ginput_container input[type=text], .ginput_container input[type=tel], .ginput_container input[type=email], .ginput_container select, .ginput_container textarea {
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	background: #FFF !important;
	color: #555555 !important;
	font: 14px 'Proxima Nova' !important;
	padding: 8px 10px !important;
	border: 1px solid #555555 !important;
}

.widget .ginput_container input[type=text], .widget .ginput_container input[type=tel], .widget .ginput_container input[type=email], .widget .ginput_container select, .widget .ginput_container textarea {
	width: 230px !important;
	border: none !important;
}

.gform_button, .submit {
	min-width: 110px !important;
	display: block !important;
	text-align: center !important;
	margin: 18px auto 0 auto !important;
	font: 600 16px 'Proxima Nova' !important;
	text-transform: uppercase !important;
	background: #83b137 !important;
	color: #FFF !important;
	border: none !important;
	cursor: pointer !important;
	padding: 4px 10px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	-webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease !important;
	transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease !important;
}

.submit {
	margin: 15px 0 !important;
}

.gform_button:hover, .submit:hover {
	background: #f7bb04 !important;
}

.indent {
	margin: 0 0 0 30px;
}

/* Featured Product */

.featured {
	background: #f4f4f4;
	position: relative;
	padding: 0 0 25px 0;
	margin: 0 0 18px 0;
}

.featured:before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	background: url('i/shadow.png') no-repeat;
	height: 21px;
	z-index: 100;
}

.featured:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
	background: url('i/shadow-light.png') no-repeat;
	height: 21px;
	z-index: 100;
}

.featured-pic {
	float: left;
	display: inline;
	width: 240px;
	text-align: center;
	margin: 12px 0 0 40px;
	display: table;
	height: 214px;
	#position: relative;
	overflow: hidden;
}

.featured-details {
	float: left;
	display: inline;
	width: 550px;
	margin: 20px 0 0 0;
}

.featured-details h1 {
	margin: 0 0 2px 0;
	text-align: left;
}

.featured-title {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

.featured-title a:link, .featured-title a:visited {
	text-decoration: none;
}

.featured-subtitle {
	font-size: 18px;
	font-weight: 300;
	color: #1b2f79;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}

.price {
	font-weight: 700;
	color: #83b137;
	margin: 0 0 8px 0;
}

.featured-details p {
	margin: 0;
}

.featured-details ul {
	margin: 0 0 20px 0;
}

.featured-details ul li {
	background: url('i/li.png') no-repeat 0 6px;
	padding: 0 0 0 8px;
	margin: 0 0 3px 0;
}

.featured-details .button {
	margin: 20px 70px 0 0;
	width: auto;
}

/* Products */

.items {
	margin: 0 0 0 -23px;
}

.item {
	float: left;
	display: inline;
	width: 285px;
	height: 345px;
	position: relative;
	padding: 0 20px 55px 20px;
	margin: 0 0 25px 0;
	border-bottom: 2px solid #dfe2ec;
}

.item-pic {
	text-align: center;
	height: 150px;
	margin: 0 0 2px 0;
	#position: relative;
	display: table;
	#position: relative;
	overflow: hidden;
}

.floating-pic {
	float: left;
	display: inline;
	width: 150px;
	margin: 0 25px 20px 0;
}

.item-pic .inner, .featured-pic .inner {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 251px;
}

.item-pic .inner img, .featured-pic .inner img {
	#position: relative;
	#top: -50%;
}

.item-title {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.15em;
	margin: 0 0 3px 0;
}

.item-subtitle {
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	color: #1b2f79;
}

.item-title a:link, .item-title a:visited {
	text-decoration: none;
}

.item p {
	line-height: 1.35em;
}

.item .button {
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 25px;
	width: auto;
}

.floating-form {
	float: right;
	display: inline;
	width: 293px;
	margin: 5px 20px 0 0;
}

/* Post */

.posts {
	margin: 40px 0 0 0;
}

.post {
	padding: 40px 0 0 0;
	margin: 0 0 10px 0;
	border-top: 1px dotted #102c9c;
}

.post:first-child {
	padding-top: 0;
	border-top: none;
}

h3.post-title {
	text-align: left;
	margin: 0 0 5px 0;
}

.post-date, .rpwe-time {
	font-size: 12px;
	margin: 0 0 10px 0;
}

.post-pic-big {
	margin: 0 0 25px 0;
}

/* Form */

ul.gform_fields {
	margin: 0;
}

ul.gform_fields li {
	padding: 0;
	font-style: normal;
	font: 14px 'Proxima Nova';
	font-weight: normal;
}

ul.gform_fields li div {
	background: transparent;
	padding: 0;
	display: block;
}

ul.gform_fields li span {
	background: transparent;
	padding: 0;
}

.clear-multi div {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}

.clear-multi div.gfield_time_hour {
	margin-right: 0;
}

.item-left-column {
	float: left;
	display: inline;
	width: 150px;
	margin: 0 25px 0 0;
}

.item-right-column {
	float: left;
	display: inline;
	width: 750px;
}

.rpwe-title {
font-size: 14px !important;
font-style: italic !important;
font-weight: normal !important;
margin: 0 !important;
}

/* Mobile */
@media (max-width: 760px) {

	.frame {
		width: 600px;
	}
	
	body, .home {
		background: url('i/header-bg-mobile.jpg') repeat-x 50% 0;
	}
	
	.logo {
		padding: 22px 0 0 0;
		margin: 0 0 20px 0;
	}
	
	.logo img {
		width: 192px;
		height: auto;
	}
	
	.header-button {
		display: none;
	}
	
	.main-menu {
		display: none;
	}
	
	body:before {
		height: 2px;
	}
	
	.phone {
		position: static;
		display: block;
		font-size: 15px;
		text-align: center;
	}
	
	.slide-pic {
		display: none;
	}
	
	.slider {
		margin: 28px 0 45px 0;
	}
	
	.slider:after {
		display: none;
	}
	
	.slider, .slide {
		width: 100% !important;
		height: 160px !important;
		background: transparent;
	}
	
	.slider:before {
		display: none;
	}
	
	.slide-text {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		font-size: 17px;
		display: block;
		margin: 0 0 16px 0;
		width: 100%;
		height: auto;
		text-align: center;
		text-transform: uppercase;
		color: #1b2f79 !important;
	}
	
	.slide-text span {
		color: #1b2f79 !important;
	}

	.slide-text p {
		line-height: 1.2em;
	}
	
	.slide-button {
		margin: 0;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	
	.slide-button a:link, .slide-button a:visited {
		font-size: 12px;
		padding: 5px 10px;
		margin: 0;
	}
	
	.slide-button a:hover {
		font-size: 12px !important;
	}
	
	.services-list {
		margin: 0;
		background: url('i/shadow-small.png') no-repeat 50% 0;
		padding: 30px 0 0 0;
	}
	
	.services-list .inner ul {
		margin: 0;
	}
	
	.services-list ul li {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 35px 0;
	}
	
	.service-pic {
		height: 75px;
	}
	
	.service-pic, .service-pic div {
		width: 600px;
		text-align: center;
	}
	
	.services-list h4 {
		font-size: 20px;
		margin: 0 0 3px 0 !important;
	}
	
	.services-list h4 br {
		display: none;
	}
	
	.services-list p {
		font-size: 18px;
		line-height: 1em;
		margin: 0 25px 7px 25px;
		height: auto;
	}
	
	.button a:link, .button a:visited {
		font-size: 17px;
		padding: 7px 12px;
	}
	
	.logos {
		margin: 0;
	}
	
	.logos .inner ul {
		margin: 0 !important;
	}
	
	.logos ul li {
		width: 50%;
		text-align: center;
		height: 75px;
	}
	
	.logos img {
		max-width: 108px;
		height: auto;
	}
	
	.footer .frame {
		padding: 18px 0 0 0;
	}
	
	.social {
		position: absolute;
		top: 18px;
		right: 12px;
	}
	
	.social li {
		margin: 0 0 0 4px;
	}
	
	.footer-menu, .footer-left {
		float: none;
		display: block;
		width: auto;
	}
	
	.footer-left {
		margin: 0 0 18px 10px;
	}
	
	.footer-menu li {
		margin: 0 0 2px 0;
	}
	
	.footer-right {
		float: none;
		display: block;
		width: auto;
		margin: 0 0 0 10px;
	}
	
	.footer-news {
		float: none;
		display: block;
		width: auto;
		font-size: 13.5px;
		text-transform: uppercase;
		margin: 0 0 31px 0;
	}
	
	.footer-news li {
		text-transform: none;
		font-size: 11px;
		margin: 0 0 8px 0;
	}
	
	.footer-contacts {
		background: transparent;
		padding: 0;
		height: auto;
		margin: 0;
		float: none;
		display: block;
		text-align: center;
		font-size: 12px;
	}
	
	.footer-contacts p {
		line-height: 1.2em;
		margin: 0 0 12px 0;
	}
	
	.copyright {
		margin: 0 auto 25px auto;
		width: 220px;
		float: none;
		display: block;
		font-size: 11px;
	}
	
	.menu-link {
		display: block;
		position: absolute;
		top: 29px;
		right: 0;
		background: url('i/ico-menu.png') no-repeat;
		z-index: 99;
		width: 36px;
		height: 21px;
	}
	
	/* Mobile Menu */
	.mobile-menu {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		background: #2e3192;
		color: #FFF;
		display: block;
		width: 0;
		overflow: hidden;
		height: 100%;
		-webkit-transition: width 250ms ease;
		transition: width 250ms ease;
	}
	.mobile-menu.open {
		width: 248px;
		overflow: scroll;
	}
	.mobile-menu-bg {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 600px;
		z-index: 10;
		background: #2e3192;
	}
	.mobile-menu a:link, .mobile-menu a:visited {
		color: #FFF;
		text-decoration: none;
	}
	.mobile-menu .inner {
		position: relative;
		z-index: 20;
		width: 181px;
		margin: 30px 20px 30px 22px;
	}
	.mobile-menu li {
		margin: 0 0 12px 0;
	}
	.mobile-menu a:link, .mobile-menu a:visited {
		color: #FFF;
		text-decoration: none;
		font-size: 18px;
		text-transform: lowercase;
	}
	.mobile-menu li ul {
		margin: 10px 0 10px 30px;
	}
	.menu-open .all {
		margin: 0 248px 0 -248px;
		position: relative;
	}
	.menu-open a.menu-link:link, .menu-open a.menu-link:visited {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	
	.top-pic {
		display: none;
	}
	/*
	.top-pic:after {
		background-image: url('i/shadow-small.png');
	}
	
	.top-pic img {
		max-width: 100%;
		height: auto;
	}
	*/
	
	.content {
		margin: 30px 0 0 0;
	}
	
	.alignleft, .alignright, .aligncenter {
		float: none;
		display: block;
		margin: 0 auto 20px auto;
		max-width: 100%;
		height: auto;
	}
	
	h1 {
		font-size: 20.25px;
	}
	
	body {
		font-size: 18.56px;
	}
	
	.content-area {
		display: block;
		float: none;
		margin: 0 0 25px 0;
		width: auto;
		text-align: center;
	}
	
	.content {
		text-align: center;
	}
	
	.indent {
		margin: 0;
	}
	
	.sidebar, .floating-form {
		display: block;
		float: none;
		margin: 0 auto;
		text-align: left;
	}
	
	.footer .frame:before {
		display: none;
	}
	
	.content ul {
		margin: 0 0 25px 0;
	}
	
	.content ul li {
		background: transparent;
		margin: 0 0 10px 0;
	}
	
	.items {
		margin: 0;
	}
	
	.item {
		float: none;
		display: block;
		width: auto;
		height: auto;
		min-height: 1px;
		margin: 0 0 25px 0;
	}
	
	.item .button {
		position: static;
		clear: both;
	}
	
	.item .button:before, .item .button:after {
    	content: " ";
    	display: table;
	}

	.item .button:after {
    	clear: both;
	}

	.item .button {
    	*zoom: 1;
	}
	
	.featured-pic, .featured-details {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	
	.featured-pic, .featured-pic .inner {
		width: 100%;
		display: block;
		text-align: center;
	}
	
	.featured-pic {
		margin: 0 0 20px 0;
	}
	
	.featured-details .button {
		margin-right: 0;
	}
	
	.slider-menu {
		display: none;
	}
	
	h5 {
		font: 300 20.26px 'Proxima Nova';
		text-transform: uppercase;
		text-align: center;
		margin: 0 0 10px 0;
	}
	
	h2 {
		text-align: center;
	}
	
	table, table tr, tbody {
		width: 100% !important;
		display: block !important;
	}
	table td {
		width: 100% !important;
		display: block !important;
		margin: 0 0 15px 0 !important;
		padding: 0 !important;
	}
	
	iframe {
		max-width: 600px;
	}
	
	.post-pic, .post-info {
		float: none;
		display: block;
		width: auto;
		margin: 0 0 20px 0;
	}
	
	h1, h2, h3, h3.post-title, h4, h5, h6 {
		text-align: center;
	}
	
	.content>div, .indent>div {
		margin-left: 0 !important;
	}
	
	.gform_button {
		margin: 18px 0 0 0 !important;
	}
}

@media (max-width: 600px) {
	.frame {
		width: 300px;
	}
	
	.service-pic, .service-pic div {
		width: 300px;
	}
	
	iframe {
		max-width: 300px;
	}
}


.popup {
	display: none;
}


.field {
	font: 15px Raleway;
	color: #616161;
	border-top: 1px solid #8a8a8a;
	border-left: 1px solid #8a8a8a;
	-webkit-box-shadow: inset 1px 1px 0 0 #d8d8d8;
	box-shadow: inset 1px 1px 0 0 #d8d8d8;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 2px 10px;
	display: block;
	margin: 0 0 8px 0;
	width: 205px;
}

.field.error {
	margin: 0 0 2px 0;
	background: #f8dcdc;
}

label.error {
	display: block;
	font-weight: 600;
	font-size: 14px;
	margin: 0 0 8px 0;
	color: #d80505;
}