@import url(http://fonts.googleapis.com/css?family=Abel);
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('fonts/proximanova-regular-webfont.eot');
  src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
       url('fonts/proximanova-regular-webfont.woff') format('woff'),
       url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
       url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novasemibold';
  src: url('fonts/proximanova-semibold-webfont.eot');
  src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/proximanova-semibold-webfont.woff2') format('woff2'),
       url('fonts/proximanova-semibold-webfont.woff') format('woff'),
       url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
       url('fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('fonts/proximanova-bold-webfont.eot');
  src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/proximanova-bold-webfont.woff2') format('woff2'),
       url('fonts/proximanova-bold-webfont.woff') format('woff'),
       url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
       url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff2') format('woff2'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* General Reset */
html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike,  sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
img {vertical-align:top;}
object,iframe {display:block;}
input[type="submit"] {cursor:pointer;}
blockquote {
  padding:0;
  margin:0 0 15px;
  font-style: italic;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th, td {
  border:1px solid #ccc;
  padding:3px 7px;
  text-align:left;
  vertical-align:middle;
}
a {
  color:#000;
  text-decoration:none;
}
a:hover {text-decoration:underline;}
a:focus {outline:none;}
p {margin:0 0 12px;}
strong {
	font-weight: normal;
	font-family: 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}
h1 {font-size:200%;}
h2,
h3 {
	font-size: 60px;
}
h4 {
	font-size: 44px;
}
h5 {
	font-size: 40px;
	text-transform: uppercase;
}
h6 {font-size:90%;}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  line-height: 1.2em;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: 'Abel', sans-serif;
}
ul {padding:0 0 14px 18px;}
ol {padding:0 0 14px 24px;}
ul li, ol li {list-style-position:outside;}
ul li {list-style-type:disc;}
nav ul {padding:0;}
nav li {list-style:none;}
body {
  color: #5b6c7e;
  font: 18px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  background: #ddd;
}
h1 {
	font-size: 65px;
	margin: 0;
}

label{
	float: left;
	width: 90px;
	padding: 5px 0 0;
}
#content{
	width: 70%;
	float: left;
	padding: 0 15px;
}
#sidebar{
	overflow: hidden;
}
#sidebar h2{
	font-size: 40px;
}
#sidebar h3{
	font-size: 30px;
}
.commentlist{margin:0 0 14px;}
.commentlist .edit-link{margin:0;}
.commentlist-item .commentlist-item {padding:0 0 0 3em;}
.comment,
.commentlist-holder{overflow:hidden;}
.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item{padding-top:14px;}
.commentlist .avatar-holder{
	float:left;
	margin:0 14px 4px 0;
}
.widget_calendar #next{
	text-align: right;
}
video, 
iframe, 
object, 
embed {
	max-width: 100%;
}
.post-password-form input[type="submit"],
.form-submit input[type="submit"],
.search-form input[type="submit"]{
	width: auto;
}
.search-form input[type="search"]{
	width: 150px;
}
.navigation{
	overflow: hidden;
	margin: 0 0 15px;
	font-size: 15px;
}
.navigation .next{
	float: left;
}
.navigation .prev{
	float: right;
}
pre{
	max-width: 100%;
	overflow: auto;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.wp-caption img{vertical-align:top;} 
.wp-caption p{margin:10px 0 0;}
div.aligncenter {margin: 0 auto 14px;}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	 float: left;
	margin: 0 14px 4px 0;
	margin-right: 45px;
}
.alignright {
	float: right;
	margin: 0 0 4px 14px;
}
.post-password-form input[type="text"],
.post-password-form input[type="password"]{
	width: auto;
}
.orange {
	color: #e94a19;
}
#video-bg video,
#video-bg img {
	margin: -19% 0;
	max-width: 100000px;
}
.section{
	height: auto;
	background: none;
}
.wp-caption {
	border: 1px solid #ccc;
	clear: both;
	max-width: 98%;
	padding: 5px;
}
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	border: 3px solid #fff;
	background: rgba(255,255,255,0.44);
	padding: 9px 15px;
	color: #80858b;
	width: auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font: 14px/17px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}
#iphonebg{
	display:none;
}
.orange {
	color: #e94a19;
}
p {
	line-height: 30px;
}
.container {
	overflow: hidden;
}
.cf:before,
.cf:after {
  content:"";
  display:table;
  }
.cf:after {
  clear:both;
}
.cf {
  zoom:1;
}
.center-wrap {
  margin: 0 auto;
  width: 940px;
}
.center-wrap:after {
  clear: both;
  content:'';
  display: block;
}
.push-bottom {
	overflow: hidden;
	padding: 0 0 30px;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.alignleft {
	float: left;
	margin-right: 45px;
}
.alignright {
	float: right;
}
.main-header {
	padding: 28px 0 0;
	background-color: #fff;
}
.logo {
	float: left;
}
.wrap:after{
	clear: both;
	content:'';
	display: block;
}
.main-nav {
	float: right;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
}
.main-nav ul,
.main-nav li {
	float: left;
}
.main-nav li {
	margin-left: 39px;
}
.main-nav li a {
	float: left;	
	padding: 16px 0 47px;
	color: #3e4955;
	letter-spacing: 1px;
}
.main-nav li a:hover,
.main-nav li.active a {
	color: #e94a19;
	text-decoration: none;
	background: url(images/layout/nav-bullet.png) no-repeat 50% 100%;
}
/* COVER */
#home-cover
{
    display:none;
    overflow: hidden;
    top:0;
    left:0;
    height:100%;
    width:100%;
    position:absolute;
    z-index: 10000;
    text-align:center;
}
#cover-bg
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#FFF;
    opacity:0.95;
}
#cover-message
{
    position:relative;
    top:340px;
}

/* section-information */
.section-information {
	color: #3e4955;
	background: url(images/layout/bg-section-information.jpg);
}
.section-information .alignleft {
	margin-left: -45px;
}
.wrap {
	padding: 31px 75px;
}
.section-information h5 {
	color: #e94a19;
}
.section-information p {
	margin-bottom: 30px;
}
.tabset {
	padding: 0;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
}
.tabset li {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #fff;
	text-wrap: unrestricted;
	line-height: 18px;
	padding: 0 3px 0 5px;
}
.tabset li:first-child {
	border: 0;
}
.tabset li a {
	color: #fff;
}
header h2,
header h3,
header h4,
header h5 {
	margin: 0;
}
.btn {
	border: 3px solid #e94a19;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.2em;
	padding: 10px 20px 8px;
	color: #e94a19;
	text-align: center;
	font-family: 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
/* section-solutions */
.section-solutions {
	color: #fff;
	padding: 20px 0 9px;
	background: url(images/layout/bg-section-solutions.jpg);
}
.section-solutions h2 {
	margin-bottom: 9px;
}
.section-solutions a {
	color: #fff;
}
.columns {
	padding: 30px 0 0;
	font-size: 14px;
}
.columns ul {
	padding: 0;
}
.columns ul li {
	list-style: none;	
}
.columns ul li a {
	display: inline-block;
	padding: 6px 0;
}
.columns .col {
	float: left;
	width: 230px;
	padding-left: 15px;
}
.columns .col:first-child {
	padding: 0;
}
.columns .col.last {
	width: 300px;
}
/* section-benefits */
.section-benefits {
	color: #fff;
	padding: 60px 0 42px;
	background: url(images/layout/bg-section-benefits.jpg);
}
.section-benefits h4 {
	margin-bottom: 40px;
}
.section-benefits a {
	color: #fff;
}
.red {
	color: #e94a19;
}
.wrap header {
	margin-bottom: 19px;
}
.benefits-list {
	width: 100%;
	padding: 0;
}
.benefits-list li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 31px;
}
* + html .benefits-list li {
	display: inline;
}
.link-benefit {
	display: block;
	position: relative;
	background: url(images/layout/bg-benefit-link.png) no-repeat;
	width: 230px;
	height: 230px;
}
.link-benefit.opened figure {
	display: none;
}
.link-benefit .txt {
	position: absolute;
	font-size: 24px;
	line-height: 30px;
	padding: 63px 30px 0;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	display: none;
}
.link-benefit.opened .txt {
	display: block;
}
/* section-vision */
.section-vision {
	color: #fff;
	padding: 25px 0 40px;
	background: url(images/layout/bg-section-vision.png.jpg);
}
.section-vision .wrap {
	padding: 0 54px;
}
.section-vision .container {
	float: left;
	width: 415px;
}
.section-vision h4 {
	color: #fabe42;
	text-transform: uppercase;
}
.section-vision .actions {
	padding-top: 25px;
}
.section-vision header {
	margin-bottom: 32px;
}
.section-vision .btn {
	border-color: #fff;
}
.section-vision .btn:hover {
	background: #889243;
	border-color: #808653;
}
.section-vision a {
	color: #fff;
}
.section-promo {
	background: #fff;
	padding: 35px 0 30px;
}
.section-resources {
	background: url(images/layout/bg-section-resources.jpg) no-repeat 50% 0;
	padding: 76px 0 70px;
	color: #fff;
}
.section-resources.sold {
	height: 174px;
	background: url(images/layout/bg-section2.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.section-resources.convinced {
	height: 174px;
	background: url(images/layout/bg-section4.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.section-resources.readytogo {
	height: 174px;
	background: url(images/layout/bg-section3.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.section-resources.convinced .btn {
	width: 200px;
}
.resources-list {
	padding: 50px 0 0;
}
.resources-list li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 160px;
	padding: 0 5px;
	text-align: center;
}
* + html .resources-list li {
	display: inline;
}
.resources-list li a {
	display: block;
	color: #fff;
}
.resources-list li a:hover {
	text-decoration: none;
}
.resources-list li a span {
	display: block;
	padding: 0 0 15px;
	font-size: 24px;
}
.section-convinced {
	background: url(images/layout/bg-section-convinced.jpg);
	padding: 64px 0 58px;
	color: #fff;
}
.section-convinced a {
	color: #fff;
}
.section-convinced .btn {
	border-color: #fff;
	float: right;
	width: 200px;
	margin-top: 21px;
}
.section-convinced .holder {
	padding: 0 160px 0 80px;
}
.section-convinced h3 {
	float: left;
	margin: 0;
}
.main-footer {
	background-color: #2c343e;
	padding: 50px 0 45px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
.main-footer p {
	line-height: 24px;
}
.main-footer a {
	color: #fff;
}
.main-footer a:hover {
	color: #e94a19;
	text-decoration: none;
}
.main-footer .active a {
	color: #e94a19;
}
.main-footer .btn {
	border-color: #80858b;
	color: #80858b;
}
.main-footer .btn:hover {
	color: #fff;
}
.main-footer address {
	font-style: normal;
	margin-bottom: 18px;
}
.main-footer .f-logo {
	display: inline-block;
	margin-bottom: 34px;
}
.main-footer .column {
	float: left;
	width: 500px;
	padding-top: 10px;
	padding-right: 27px;
}
.main-footer .logo-wrap {
	float: left;
	margin-right: 54px;
}
.main-footer .column.nav-column {
	padding: 10px 20px 0 62px;
	border: 1px solid #424952;
	border-width: 0 1px;
	width: 97px;
}
.main-footer .contacts {
	width: 190px;
	float: left;
}
.main-footer .column.contact-column {
	float: right;
	width: 190px;
	padding-right: 0;
	text-align: right;
	color: #3677ae;
}
.main-footer h6 {
	font-size: 14px;
}
.footer-nav li {
	margin-bottom: 4px;
}
.socials {
	padding: 0;
	float: right;
	text-align: left;
}
.socials li {
	float: left;
	margin-left: 8px;
	list-style: none;
}
.socials li a {
	background:url(images/layout/socials.png) no-repeat;
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	width: 33px;
	height: 33px;
}
.socials li a.twitter {
	background-position: -41px 0;
}
.socials li a.linkedin {
	background-position: -83px 0;
}
.socials li a.youtube {
	background-position: -124px 0;
}
/* footer */
.copyrights {
	padding: 25px 0;
	font-size: 12px;
	text-align: center;
}
.copyrights p {
	margin: 0;
}
.home .section-information {
	background: #fff;
	margin-top: -75px;
}
.home .section-information .container,
.page-about .section-information .container{
	float: left;
	width: 620px;
}
.home .section-information .wrap,
.page-about .section-information .wrap {
	padding: 35px 0 40px;
}
.home .section-resources{
	background: url(images/layout/bg-home-resources.jpg);
}
.section-resources .btn,
.btn-new {
	border-color: #fff;
	background-color: #e94a19;
	color: #fff;
}
.btn:hover,
input[type="submit"]:hover {
	text-decoration: none;
	border-color: #e94a19;
	background: #ce4f29;
	color: #fff;
}
.home .section-resources article{
	padding: 0 175px;
}
.section-resources .actions {
	padding-top: 30px;
}
.section-quotes {
	color: #fff;
	padding: 65px 0 60px;
	background: url(images/layout/bg-section-convinced.jpg);
}
.home .section-quotes{
	padding: 65px 0 0;
}
.section-orange {
	color: #fff;
	background: url(images/layout/bg-section-convinced.jpg);
}
blockquote {
	padding-left: 56px;
	background: url(images/layout/quote-open.png) no-repeat;
}
blockquote q {
	display: block;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	padding-right: 56px;
	background: url(images/layout/quote-close.png) no-repeat 100% 100%;
}
.section-testimonials {
	padding: 60px 0 40px;
}
.section-testimonials header {
	margin: 0;
}
.section-testimonials .wrap {
	padding: 0;
}
.testimonials-flexslider blockquote q {
	font-size: 18px;
	line-height: 30px;
}
.testimonials-flexslider .slides{
	/*top: 0;*/
}
.section-quotes .col {
	float: right;
	width: 265px;
	text-align: right;
	font-size: 14px;
	line-height: 1.3em;
	padding-top: 10px;
}
.section-quotes .slides .container {
	float: left;
	width: 615px;
	padding-top: 100px;
}
.section-quotes .quotes-logo{
	padding: 15px 0 35px 0;
}

.section-quotes .avatara {
	float: right;
	border: 10px solid #fff;
}
.section-quotes .avtor-info {
	padding: 15px 0 0;
}
.section-quotes .name {
	display: block;
	text-transform: uppercase;
}
ul.slides {
	padding: 0;
	overflow: hidden;
}
.home ul.slides{
	top: -100px;
	position: relative;
}
ul.slides li {
	list-style: none;
}
ul.slides .slide-wrap {
	padding: 0 2px;
	overflow: hidden;
}
.aside-vision {
	float: right;
	width: 335px;
	padding-top: 30px;
}
.aside-vision .sub-ttl {
	text-transform: none;
	font-size: 30px;
	padding: 0 0 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #a9b16d;
	font-family: 'proxima_novalight', Arial, Helvetica, sans-serif;
}
.aside-vision ul {
	padding: 0;
}
.aside-vision ul li {
	list-style: none;
	margin-bottom: 20px;
	font-size: 16px;
}
.home .section-vision .wrap {
	padding: 35px 10px 52px;
}
.home-splash {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #000;
	min-height: 450px;
}
.videoBG_wrapper .home-splash {
	background: none;
}
.videoBG_wrapper {
	width: 100% !important;
}
.home-splash article {
	padding: 60px 35px 0;
	color: #fff;
	font-size: 20px;
}
.home-splash article .txt {
	padding: 0 100px 40px;
	overflow: hidden;
}
.home-splash h1 {
	color: #e94a19;
	font-size: 80px;
	line-height: 65px;
	margin: 0;
}
.home-splash h1 span {
	font-size: 65px;
	display: block;
}
.home-splash-img {
	width: 100%;
}
.btn-down {
	background:url(images/layout/btn-down.png) no-repeat;
	overflow:hidden;
	position: absolute;
	text-indent:-9999px;
	width:31px;
	height:18px;
	left: 50%;
	margin-left: -15px;
	bottom: 35px;
}
.flexslider {
	position: relative;
	padding: 0 30px 0 10px;
}
.flex-direction-nav {
	padding: 0;
}
.flex-direction-nav li {
	list-style: none;
}
.flex-direction-nav li a {
	background:url(images/layout/flexslider-nav.png) no-repeat;
	overflow:hidden;	
	text-indent:-9999px;
	position: absolute;
	width:35px;
	height:64px;
	top: 35%;
	margin-top: -17px;
}
.testimonials-flexslider .flex-direction-nav li a{
	top: 50%;
}
.flex-direction-nav li a.flex-prev{
	left: -35px;
}
.flex-direction-nav li a.flex-next {
	background-position: -35px 0;
	right: -35px;
}
.res-img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.img-cover {
	width: 100%;
}
.section-splash-products {
	position: relative;
	/*height: 607px;*/
	/*background: url(images/layout/bg-section-products.jpg);*/
}
.section-splash-customers {
	position: relative;
	/*height: 550px;
	background: url(images/layout/bg-section-customers.jpg) 50% 0;*/
}
.section-splash-customers-wrap {
	position: absolute;
	right: 50px;
	width: 550px;
	z-index: 5;
	top: 170px;
	text-align: center;
}
.section-splash-customers-wrap h2 {
	color: #fff;
}
.section-splash-customers-wrap h5 {
	color: #e94a19;
}
.section-splash {
	position: relative;
	/*height: 607px;
	background: url(images/layout/bg-section-howtobuy.jpg);*/
}
.splash-content {
	padding: 35px 0 0;
	color: #fff;
}
.splash-content h1 {
	font-size: 65px;
}
.section {
	background: url(images/layout/bg-section.jpg) no-repeat 0;
	height: 435px;
}
.section .holder {
	padding: 108px 320px 0 0;
}
.op-logo {
	position: relative;
}
.op-logo .center-wrap {
	position: relative;
	z-index: 5;
}
.op-logo:before{
	content: '';
	background: url(images/layout/op-logo.png) no-repeat;
	width: 702px;
	height: 92px;
	left: 50%;
	margin-left: -470px;
	top: 45px;
	position: absolute;
	z-index: 2;
}
.home .section-quotes .op-logo{
	top: -60px;
}
.section-information.op-logo:before {
	background: url(images/layout/op2-logo.png) no-repeat;
}
.res-video {
	width: 100%;
}
.ui-tooltip {	
	position: absolute;
	z-index: 9999;
	width: 640px;
	border: 2px solid #fabe42;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0,0,0,0.8);
	left: -15px;
	bottom: 40px;
	display: none;
}
.ui-tooltip:before {
	content: '';
	position: absolute;
	z-index: 3;
	left: 31px;
	bottom: -21px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 21px solid #fabe42;
}
.ui-tooltip:after {
	content: '';
	position: absolute;
	z-index: 4;
	left: 34px;
	bottom: -18px;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 19px solid #000;
}
.tooltip-wrap {
	position: relative;
	display: inline-block;
}
.tooltip-wrap:hover .ui-tooltip{
	display: block;
}
.ui-tooltip p {
	margin: 0;
}
.ui-tooltip-content {
	padding: 30px 40px;
}
.partners-section {
	background: #f2f2f2 url(images/layout/bg-partners-section.png) no-repeat 50% 160px;
	padding: 60px 0 15px;
}
.partners-section h3 {
	color: #e94a19;
}
.partners-list {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 0;
}
.partners-list li {
	float: left;
	list-style: none;
	padding: 0 82px 55px 0;
}
.partner-box {
	background: url(images/layout/bg-partner-box.png) no-repeat;
	width: 152px;
	height: 153px;
	text-align: center;
}
.table {
	display: table;
	width: 100%;
}
.cell {
	display: table-cell;
	width: 100%;	
	vertical-align: middle;
}
.partner-box .table,
.partner-box .cell {
	height: 153px;
}
.how-splash {
	min-height: 345px;
	background: url(images/layout/bg-how-section.jpg) no-repeat 50% 0;
}
.how-splash article {
	padding: 35px 0 0;
	font-size: 18px;
	line-height: 30px;
}
.how-splash h5 {
	color: #e94a19;
}
.how-splash header {
	overflow: hidden;
	margin-bottom: 15px;
}
.testimonials-flexslider {
	width: auto;
	padding: 0 35px;
}
.testimonials-flexslider .container {
	float: left;
	width: 430px;
}
.testimonials-flexslider .column {
	float: right;
	width: 380px;
}
.careers-flexslider .column {
	width: 200px;
}
.testimonials-flexslider .avtor-graph {
	margin-bottom: 15px;
}
.avtor-graph .avatra {
	float: left;
	position: relative;
	border: 12px solid #2c343e;
}
.avtor-graph .avatra:before {
	content: '';
	position: absolute;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #2c343e;
	top: 50%;
	margin-top: -20px;
	left: -32px;
}
.avtor-graph .avatra img {
	width: 156px;
	height: 156px;
}
.avtor-graph .company {
	float: right;
	background-color: #fff;
	width: 180px;
	height: 180px;
	text-align: center;
}
.avtor-graph .company .table,
.avtor-graph .company .cell {
	height: 180px;
}
.avtor-graph .company img {
	max-width: 180px;
	max-height: 180px;
}
.testimonials-flexslider .avtor-info {
	font-size: 14px;
}
.testimonials-flexslider .name {
	display: block;
}
.testimonials-flexslider h5 {
	font-size: 36px;
	color: #fabe42;
	text-transform: none;
}
.testimonial-block {
	padding: 40px 0;
	min-height: 230px;
	border-top: 1px solid #a3ac63;
}
li .testimonial-block:first-child {
	border: 0;
}
.testimonial-block.left .column{
	float: left;
}
.testimonial-block.left .container {
	float: right;
}
.testimonial-block.left .avatra {
	float: right;
}
.testimonial-block.left .avatra:before {
	left: auto;
	right: -32px;
	border-right: 0;
	border-left: 20px solid #2C343E;
}
.testimonial-block.left .company {
	float: left;
}
.testimonials-flexslider .flex-direction-nav li a {
	margin-top: -32px;
}
.testimonials-flexslider .flex-direction-nav li a.flex-prev,
.flex-wrap li a.flex-prev {
	background-position: 0 -64px;
}
.testimonials-flexslider .flex-direction-nav li a.flex-next,
.flex-wrap li a.flex-next {
	background-position: -34px -64px;
}
.avtor-graph .avatra img,
.avtor-graph .company img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.customers-article {
	padding: 0 75px;
}
.spotlight-box {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 20px;
	border-top: 1px solid #a9b16d;
}
.spotlight-box figure {
	float: left;
	width: 300px;
	margin-right: 30px;
}
.spotlight-box h5 {
	text-transform: none;
	border-bottom: 1px solid #a9b16d;
	font-size: 30px;
	line-height: 1.2em;
	padding: 0 0 4px;
	font-family: 'proxima_novalight';
}
.spotlight-box ul {
	padding: 0 0 10px;
}
.spotlight-box li {
	list-style: none;
	font-family: 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 16px;
}
.flex-wrap {
	margin: 0 auto;
	width: 850px;
	padding: 60px 0 54px;
}
.flex-wrap h2 {
	color: #fff;
}
.customer-review {
	background-color: #fff;
}
.customer-review h5 {
	color: #fabe42;
	font-size: 35px;
	text-transform: none;
}
.customer-review blockquote q {
	color: #3677ae;
	padding-bottom: 40px;
}
.customer-review .role span {
	display: block;
}
.customer-review .role {
	line-height: 1.3em;
	padding: 5px 0 0;
	overflow: hidden;
	margin: 0;
}
.customer-review .body {
	padding: 15px 65px;
}
.customer-review .bottom {
	background-color: #3677ae;
	color: #fff;
	font-size: 14px;
}
.customer-review .bottom .avtor {
	float: left;
	position: relative;
}

/*
.customer-review .bottom .avtor:before {
	content: '';
	position: absolute;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 17px solid #2c343e;
	top: -17px;
	left: 50%;
	margin-left: -13px;
}
*/

.customer-review .bottom .logo-holder {
	float: right;
	margin-left: 10px;
}
.customer-review .bottom .container {
	padding: 29px 33px 0 20px;
}
.section-customer {
	background: url(images/layout/bg-section-customer.jpg) no-repeat;
}
.flex-wrap .flexslider {
	padding: 0;
}
.flex-wrap li a.flex-prev {
	left: -65px;
}
.flex-wrap li a.flex-next {
	right: -65px;
}
.section-contact {
	padding: 70px 0;
	background: #f2f2f2 url(images/layout/bg-section-contact.jpg) no-repeat 50% 0;
}
.section-contact h2 {
	color: #e94a19;
}
.section-contact article.contact-text {
	float: left;
	width: 305px;
}
.section-contact .form {
	float: right;
	width: 500px;
}
form .row {
	width: 100%;
	margin-bottom: 19px;
}
form .row:after{
	clear: both;
	content:'';
	display: block;
}
form .cell {
	float: left;
	width: 236px;
	margin-left: 27px;
}
form .row .cell:first-child {
	margin-left: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	border: 3px solid #fff;
	background: rgba(255,255,255,0.44);
	padding: 10px 15px;
	color: #80858b;
	/*width: 464px;*/
	font: 14px/17px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}
input.narrow {
	width: 201px;
}
input[type="submit"] {
	border: 3px solid #fff;
	width: 124px;
	height: 41px;
	color: #fff;
	background: #e94a19;
	cursor: pointer;
	font: 14px/17px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}
#map-canvas{
	width: 100%;
}
.map-section,
#map-canvas {
	height: 300px;
}
.map-popup {
	width: 100%;
	font-size: 13px;
	line-height: 15px;
	color: #000;
	font-family: 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}
.map-popup p {
	line-height: 16px;
}
.map-popup a {
	color: #000;
}
.section-about-content {
	color: #fff;
	padding: 30px 0;
	background: url(images/layout/bg-section-benefits.jpg);
}
.story-box {
	float: right;	
	margin: 0 0 30px 60px;
}
.story-box img {
	border: 9px solid #fff;
}
.section-about-content h2 {
	color: #e94a19;
}
.section-about-content header {
	margin-bottom: 30px;
}
.section-values {
	padding: 51px 0px 0px;
	color: #fff;
	background: url(images/layout/bg-section-highlights.jpg) no-repeat 50%;
}
.section-values header {
	margin-bottom: 26px;
}
.section-values .center-wrap {
	/* background: url(images/layout/bg-fpo.png) no-repeat 50% 80%; */
}
.section-values h2 {
	text-transform: uppercase;
}
.section-values h2 
.section-values .actions {
	padding: 27px 0 0;
}
.page-about .section-values h2 {
	text-transform: none;
}
.two-cols .column{
	float: left;
	width: 28%;
	margin-left: 8%;
}
.two-cols .column:first-child {
	margin: 0;
}
.two-cols li {
	list-style: none;
	margin-bottom: 20px;
}
.employer-block {
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	margin: 0 0 35px;
}
.employer-block .head {
	margin-bottom: 20px;
}
.employer-block .role {
	display: block;
	text-transform: uppercase;
}
.employer-block p {
	line-height: 24px;
}
.employer-block h6 {
	font-size: 20px;
	margin: 0;
	font-weight: normal;
	font-family: 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}
.section-news {
	padding: 50px 0;
}
.section-information-about {
	background: #fff;
}
.section-information-about .wrap >img {
	margin-top: 162px;
}
.yellow {
	color: #fabe42;
}
.news-list {
	padding: 0;
}
.news-list li {
	list-style: none;
	width: 100%;
	overflow: hidden;
	padding: 0 0 12px;
}

.news-image-list {
	padding: 10px 0 25px 0;
}
.news-image-list li {
	list-style: none;
	margin: 0 30px 0 0;
	padding: 0;
	display: inline-block;
}

.news-image-list li:last-child{
	margin:0;
}

.link-more {
	float: left;
	padding-right: 12px;
	background: url(images/layout/bullet01.png) no-repeat 100% 50%;
}
.section-resources-about {
	background: url(images/layout/bg-about-resources.jpg) no-repeat 50%;
}
.single-doc-line {
	padding: 25px 0;
}
.single-doc-line .icon {
	float: right;
	margin-left: 55px;
}
.single-doc-line .container {
	float: none;
	width: auto;
}
.single-doc-line header {
	text-transform: uppercase;
}
.single-doc-line header a:hover {
	text-decoration: none;
}
.single-doc-line h4 {
	color: #3e4955;
}
.big-icons {
	padding: 0;
}
.big-icons li {
	vertical-align: top;
	display: inline-block;
	margin: 0 40px 10px;
}
.link-spotlight {
	display: inline-block;
	vertical-align: top;
	width: 215px;
	text-align: center;
	padding: 187px 0 0;
	font-size: 28px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	background: url(images/layout/icon-spotlight.png) no-repeat 50% 0;
}
.section-resorces {
	color: #fff;
	padding: 48px 0 90px;
	background: url(images/layout/bg-resorces-section.jpg) no-repeat 50%;
}
.section-resorces a {
	color: #fff;
}
.section-resorces header {
	margin-bottom: 68px;
}
.section-resorces h2 {
	text-transform: uppercase;
}
.section-brochures {
	padding: 55px 0 43px;
}
.section-brochures header{
	margin-bottom: 35px;
}
.section-brochures h2 {
	text-transform: uppercase;
}
.list-brochures {
	padding: 0;
}
.list-brochures a {
	color: #fff;
	display: inline-block;
	padding: 20px 20px 18px 78px;
}
.list-brochures li {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 310px;
	background: url(images/layout/icon-brocure.png) no-repeat;	
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 17px;
}
.list-brochures li p {
	line-height: 17px;
	margin: 0;
	font-family: 'proxima_nova_rgbold';
}
.list-brochures li.last {
	width: 450px;
}
.list-brochures li .ttl {
	font-size: 24px;
	line-height: 27px;
	display: block;
}
.list-brochures li p {
	margin: 0;
}
.section-video-resorces {
	text-align: center;
	padding: 40px 0;
	background: url(images/layout/bg-video-section.jpg);
}
.section-video-resorces header {
	margin-bottom: 45px;
}
.section-video-resorces h4 {
	text-transform: uppercase;
}
.video-wrap {
	width: 640px;
	margin: 0 auto 19px;
}
.video-wrap video {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);	
}
.video-wrap iframe {
	width: 100% !important;
}
.video-wrap img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.video-desc {
	text-transform: uppercase;
	font-size: 14px;
}
.section-videos {
	padding: 55px 0 68px;
	background: url(images/layout/bg-section-videos.jpg);
}
.section-videos h2 {
	color: #fff;
	margin: 0 0 14px;
}
.section-videos header {
	margin-bottom: 37px;
	text-transform: uppercase;
}
.flex-gallery {
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
}
.flex-gallery p {
	margin: 0;
	line-height: 17px;
	font-family: 'proxima_novalight';
}
.flex-gallery .flex-direction-nav li a {
	margin-top: -40px;
}
.flex-gallery .flex-direction-nav li a.flex-prev {
	left: 0;
}
.flex-gallery .flex-direction-nav li a.flex-next {
	right: 0;
}
.section-team header {
	margin-bottom: 35px;
}
.section-careers-bottom {
	color: #fff;
	padding: 50px 0;
	background: url(images/layout/bg-section-careers-bottom.jpg) no-repeat 50% ;
}
.section-careers-bottom article {
	padding: 0 130px;
}
.section-careers-bottom .actions {
	padding: 15px 0 0;
}
.section-careers-bottom p {
	margin-bottom: 30px;
}
.section-careers {
	background: #222329 url(images/layout/bg-section-careers.jpg) no-repeat 50% 0;
	background-size: 100%;
	padding: 65px 0;
	color: #fff;
}
.section-careers ul {
	padding: 0 0 35px;
}
.section-careers li {
	list-style: none;
	background: url(images/layout/bullet02.png) no-repeat 0 7px;
	padding: 0 0 7px 11px;
}
.section-careers header {
	margin-bottom: 35px;
}
.section-careers h2 {
	margin-bottom: 25px;
}
.section-careers h5 {
	font-size: 20px;
	margin-bottom: 5px;
}
.section-careers h4 {
	font-size: 30px;
	text-transform: uppercase;
}
.section-careers h6 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'proxima_nova_rgregular';
	margin: 0 0 10px;
}
.section-top-careers {
	background: url(images/layout/bg-section-top-careers.jpg) no-repeat;
	color: #fff;
	padding: 50px 0;
	text-align: center;
}
.section-top-careers p {
	margin: 0 0 30px;
}
.section-top-careers header {
	margin: 0 0 35px;
}
.section-top-careers article {
	padding: 0 50px;
}
.section-top-contact {
	padding: 60px 0 110px;
	color: #fff;
}
.section-top-contact header {
	margin-bottom: 25px;
}
.section-top-contact article {
	padding: 0 50px;
}
.section-top-contact a {
	color: #fff;
}
.contact-list {
	padding: 0;
	overflow: hidden;
	font-size: 13px;
	line-height: 16px;
	font-family: 'proxima_nova_rgbold';
}
.contact-list li {
	float: left;
	list-style: none;
	width: 235px;
	padding: 0 15px 20px 30px;
}
.contact-list li.address {
	background: url(images/layout/icon-home.png) no-repeat;
}
.contact-list li.tel {
	background: url(images/layout/icon-phone.png) no-repeat;
}
.contact-list li.email {
	background: url(images/layout/icon-email.png) no-repeat;
}
.section-careers-testimonials {
	padding: 40px 0;
}
.section-careers-testimonials .testimonials-flexslider .container {
	width: 625px;
}
.section-careers-testimonials .testimonial-block {
	border-color: #ec653b;
}
.news-modal {
	width: 800px;
	font-size: 14px;
	line-height: 18px;
}
.news-modal .head {
	background: #efefef;
	padding: 25px 85px 22px 20px;
}
.news-modal .sub-ttl {
	float: right;
	color: #e94a19;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
	padding: 16px 0 0;
} 
.news-modal .body {
	background-color: #fff;
	padding: 28px 0 20px 20px;
}
.news-modal a {
	color: #3677ae;
}
.news-list {
	padding: 0;
}
.news-list li {
	list-style: none;
	padding: 0 0 14px;
}
.news-list li .date {
	display: block;
	font-style: normal;
}
.pagination {
	padding: 40px 0 0;
	color: #4a5460;
}
.pagination ul {
	padding: 0;
}
.pagination ul li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 0 5px;
}
.hidden {
	display: none;
}
.cover,
.home .cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#jp_container_1 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.videoContainer {
	padding: 40px 0;
  overflow: hidden;
}
.videoContainer .video-wrap {
	max-width: 640px;
	margin: 0 auto;
	position: relative;
}
#jp_container_1 {
	display: none;
}
.video-wrap:hover #jp_container_1 {
	display: block;
}
.jp-play,
.jp-pause {
	background:url(images/layout/btn-play.png) no-repeat;
	overflow:hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -35px;
	text-indent:-9999px;
	width:130px;
	height:130px;
}
.jp-pause {
	background: url(images/layout/btn-pause.png) no-repeat;
}
#video-bg video,
#video-bg img {
	width: 100%;
	height:100%;
	margin: -10% 0;
}
.videoContainer video ,
.videoContainer img{
	width: 100%;
}
#video-bg .center-wrap {
	position: absolute;
	left: 50%;
	margin-left: -470px;
	top: 0;
	z-index: 5;
}
.ui-helper-hidden-accessible {
	display: none;
}
@media screen and (max-width:940px) {
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.center-wrap {
		width: 765px;
	}
	.section-splash-customers-wrap {
		top: 70px;
		right: 0;
		width: 400px;
	}
	.section-splash-customers-wrap h2 {
		font-size: 35px;
	}
	.section-splash-customers-wrap h5 {
		font-size: 25px;
	}
	#video-bg .center-wrap {
		margin-left: -382.5px;
	}
	.home-splash {
		height: auto;
	}
	.main-nav li {
		margin-left: 25px;
	}
	.columns .col {
		width: 30%;
	}
	.columns .col.last {
		width: 40%;
	}
	.resources-list li {
		width: 147px;
	}
	.resources-list li a span {
		font-size: 21px;
	}
	.main-footer .contacts {
		float: none;
		padding: 20px 0 0;
		clear: both;
	}
	.main-footer .column {
		width: 40%;
	}
	.main-footer .column.nav-column,
	.main-footer .column.contact-column {
		width: 30%;
	}
	.main-footer .column.nav-column {
		padding-left: 22px;
	}
	.home-splash article {
		padding: 20px 10px 7px;
	}
	.flex-direction-nav li a.flex-prev {
		left: 0;
	}
	.flex-direction-nav li a.flex-next {
		right: 0;
	}
	.flexslider {
		padding: 0 55px;
	}
	.flexslider q,
	.testimonials-flexslider blockquote q {
		font-size: 15px;
		line-height: 1.8em;
	}
	.aside-vision {
		width: 295px;
	}
	.home .section-information .container,
	.page-about .section-information .container{
		float: none;
		width: auto;
	}
	#video-bg{
		overflow:hidden;
		position:relative;
		padding:0;
		width:100%;
		height:auto;
	}
	#video-bg video{
		position: relative;
		display:block;
		margin: -88px auto;
		height: 690px;
		width: auto;
	}
	.section-vision {
		padding: 20px 0 40px;
	}
	.home .section-vision .wrap,
	.wrap,
	.home .section-information .wrap {
		padding: 15px;
	}
	.section-convinced .holder {
		padding: 0;
	}
	.section-quotes .col {
		width: 235px;
	}
	.section-quotes .slides .container {
		/*width: 460px;*/
		width: auto;
	}
	.home .section-information .container {
		/*width: 470px;*/
		width: auto;
	}
	.home .section-quotes .slides .container {
		width: 100%;
	}
	.section-information .alignleft {
		margin-left: 0;
	}
	.benefits-list li {
		padding: 0 15px;
	}
	.link-benefit {
		width: 180px;
		height: 180px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.link-benefit img {
		width: 100%;
	}
	.link-benefit .txt {
		padding-top: 42px;
		font-size: 16px;
	}
	.main-footer {
		padding: 20px 0;
	}
	.testimonials-flexslider .column {
		float: left;
	}
	.section-careers-testimonials .testimonials-flexslider .column {
		margin: 0 auto 15px;
		float: none;
		text-align: center;
	}
	.testimonials-flexslider .container,
	.section-careers-testimonials .testimonials-flexslider .container {
		float: none;
		width: 100%;
		clear: both;
	}
	.avtor-graph .avatra {
		margin: 0 auto 20px;
		width: 180px;
	}
	.testimonial-block {
		padding: 25px 0;
	}
	.testimonial-block.left .avatra {
		float: left;
	}
	.testimonial-block.left .company {
		float: right;
	}
	.testimonial-block.left .avatra:before,
	.testimonial-block .avatra:before {
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #2C343E;
		bottom: -52px;
		right: auto;
		margin-left: -20px;
		top: auto;
		left: 50%;
	}
	.testimonials-flexslider .avtor-info {
		padding: 8px 0 0;
	}
	.partners-list {
		text-align: center;
	}
	.partners-list li {
		float: none;
		display: inline-block;
		vertical-align: top;
		padding: 0 8px 16px;
	}
	.section-resources.convinced {
		height: 320px;
	}
	.flex-wrap {
		width: auto;
		padding: 20px 40px;
	}
	.flex-wrap .flex-direction-nav li a.flex-prev {
		left: -40px;
	}
	.flex-wrap .flex-direction-nav li a.flex-next {
		right: -40px;
	}
	.section-information-about .wrap > img {
		margin: 0;
	}
	/*.home .section-information .container,
	.page-about .section-information .container {
		width: auto;
		float: none;
	}*/
	.home .section-information .wrap,
	.page-about .section-information .wrap {
		padding: 10px;
	}
	.news-modal{
		width: auto;
	}
	.news-modal .sub-ttl{
		font-size: 27px;
		margin: 0 -15px 0 0;
		float: left;
	}
	.news-modal .head{
		padding: 20px 60px 20px 10px;
	}
	.fancybox-close{
		right: 27px !important;
	}
	.news-modal .body{
		padding: 28px 10px 20px;
	}
	.news-modal .pagination{
		font-size: 12px;
	}
	.news-modal .pagination .btn-prev,
	.news-modal .pagination .btn-next,
	.news-modal .pagination .btn-first,
	.news-modal .pagination .btn-last{
		padding: 0 2px;
	}
}
@media only screen and (max-width: 767px) {
	.center-wrap {
		width: auto;
	}
	.ui-tooltip {
		left: 0;
		min-width: 310px;
		width: auto;
	}
	.ui-tooltip {
		font-size: 16px;
		line-height: 1.3em;
	}
	.ui-tooltip-content {
		padding: 15px;
	}
	.logo {
		float: none;
		margin: 0 0 20px;
		display: block;
		text-align: center;
	}
	.main-nav {
		float: none;
		width: 100%;
	}
	.main-nav ul {
		width: 100%;
		display: table;
		float: none;
	}
	.main-nav li {
		list-style: none;
		display: table-cell;
		margin: 0;
		float: none;
	}
	.main-nav li a {
		display: none;
		display: block;
		text-align: center;
		float: none;
		padding: 15px 0;
	}
	.splash-content h1 {
		font-size: 45px;
	}
	.wrap {
		padding: 15px 10px !important;
	}
	.section-information .alignleft {
		margin: 0;
	}
	.alignleft,
	.alignright {
		float: none;
	}
	.actions {
		text-align: center;
	}
	.section-convinced h3,
	.section-convinced .btn {
		float: none;
	}
	.section-convinced {
		text-align: center;
	}
	.home-splash article .txt {
		padding: 0;
	}
	.section-quotes .col {
		float: none;
		padding: 0;
		margin: 0;
	}
	.home .section-resources article {
		padding: 0;
	}
	.section-quotes .slides .container,
	.section-quotes .col {
		float: none;
		width: auto;
	}
	.section-quotes .col {
		padding-right: 50px;
	}
	.section-vision .container,
	.aside-vision {
		float: none;
		width: 100%;
	}
	.main-footer {
		padding: 15px;
	}
	.section .holder {
		padding: 80px 0 0;
	}
	.partners-section h3 {
		text-align: center;
	}
	.how-splash {
		padding: 0 10px;
	}
	.spotlight-box figure {
		float: none;
		margin: 0 0 20px;
	}
	.customers-article,
	.section-top-careers article,
	.section-careers-bottom article {
		padding: 0;
	}
	.story-box {
		float: none;
		margin: 0 0 15px;
		text-align: center;
	}
	.story-box img {
		max-width: 100%;
		height: auto;
		width: auto;
	}
	.section-top-contact article {
		padding: 0;
	}
	.video-wrap {
		width: auto;
	}
	.list-brochures {
		text-align: center;
	}
	.list-brochures li {
		width: 49%;
		text-align: left;
	}
	.single-doc-line .icon {
		float: none;
		margin: 0 0 20px;
		text-align: center;
	}
	.single-doc-line {
		padding: 0;
	}
	#whitepapers .container {
		text-align: center;
	}
	.section-quotes,
	.section-vision,
	.section-values,
	.section-about-content,
	.section-careers-testimonials,
	.section-careers,
	.section-contact,
	.section-videos,
	.section-video-resorces {
		padding: 15px;
	}
	.section-resources,
	.section-top-careers,
	.section-careers-bottom,
	.section-top-contact {
		padding: 25px 15px;
	}
}
@media only screen and (max-width: 639px) {
	.main-footer .column,
	.main-footer .column.nav-column,
	.main-footer .column.contact-column,
	.home .section-information .container {
		float: none;
		width: 100%;
	}
	#video-bg .center-wrap {
		margin: 0;
		margin-left:-50%;
		margin-right:50%;
		/*position: static;*/
		position:relative;
		z-index:10;
		text-align: center;
	}
	#video-bg video,
	#video-bg img {
		position:absolute;
		height: auto;
		width: 110%;
	}
	#video-bg video {
		margin: 0;
		margin-top:-22%;
		width: 230%;
	}
	.home-splash article {
		font-size: 18px;
	}
	.main-footer .column.nav-column {
		border-width: 1px 0;
		padding: 10px 0;
	}
	.main-footer .column.contact-column {
		text-align: left;
	}
	.socials {
		float: left;
	}
	.socials li {
		margin: 0 8px 0 0;
	}
	.home .section-information .container {
		width: auto;
	}
	.section-splash-customers-wrap {
		position: static;
		width: auto;
		padding: 15px;
		background-color: #cfcfcf;
	}
	h2, h3 {
		font-size: 44px;
	}
	.section-customer h2 {
		font-size: 38px;
		text-align: center;
	}
	h5 {
		font-size: 30px;
	}
	.home-splash h1 {
		font-size: 48px;
		line-height: 1em;
	}
	.home-splash h1 span {
		font-size: 30px;
	}
	.home-splash {
		min-height: 320px;
	}
	.btn-down {
		bottom: 5px;
	}
	.home-splash {
		padding-bottom: 20px;
	}
	.home .section-information .container {
		padding-bottom: 20px;
	}
	blockquote {
		padding: 40px 0 0;
	}
	.flexslider {
		padding: 0;
	}
	.flex-direction-nav li a {
		text-align: left;
		margin: 0;
		top: auto;
		bottom: 115px;
	}
	blockquote q {
		padding: 0 0 40px;
	}
	.main-nav {
		font-size: 11px;
	}
	.splash-content img {
		display: none;
	}
	.splash-content h1 {
		padding-bottom: 250px;
	}
	.columns .col,
	.columns .col.last {
		float: none;
		width: 100%;
		padding: 0;
	}
	.benefits-list {
		margin: 0 auto;
		width: 180px;
	}
	.benefits-list li {
		display: block;
		padding: 0 0 8px;
	}
	.resources-list li {
		padding-bottom: 10px;
	}
	.testimonials-flexslider .avtor-info,
	.testimonials-flexslider h5,
	.section-testimonials h2 {
		text-align: center;
	}
	.section-testimonials {
		padding: 0;
	}
	.testimonials-flexslider .avtor-graph {
		float: none;
		margin: 0 auto;
		width: 380px;
	}
	.testimonials-flexslider .column,
	.testimonial-block.left .column {
		float: none;
		width: auto;
	}
	.home-splash article {
		font-size: 15px;
		line-height: 20px;
	}
	.testimonials-flexslider .flex-direction-nav li a {
		margin: 0;
		top: 75px;
	}
	.customer-review .body {
		padding: 7px;
	}
	.customer-review .bottom .container {
		clear: both;
		padding: 7px;
	}
	.customer-review .bottom {
		position: relative;
	}
	.customer-review .bottom .container .logo-holder {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.section-careers-testimonials .testimonials-flexslider .column {
		padding: 0 40px;
	}
	.list-brochures li.last,
	.list-brochures li {
		display: block;
		width: 100%;
		margin-bottom: 4px;
	}
	.list-brochures a {
		padding: 11px 20px 18px 78px;
		min-height: 65px;
	}
	.list-brochures p {
		padding: 0 0 2px 78px;
	}
	.list-brochures p a {
		padding: 0;
		min-height: 1px;
	}
}
@media only screen and (max-width: 479px) {
	.avtor-graph .avatra {
		width: 140px;
	}
	.list-brochures li .ttl {
		font-size: 21px;
	}
	#whitepapers .container h2 {
		font-size: 35px;
	}
	#whitepapers .container h4 {
		font-size: 30px;
	}
	.avtor-graph .company,
	.testimonial-block.left .company {
		width: 140px;
		height: 140px;
		float: none;
		margin: 0 auto;
	}
	.testimonial-block.left .avatra,
	.testimonial-block .avatra {
		float: none;
	}
	.avtor-graph .company .table,
	.avtor-graph .company .cell {
		height: 140px;
	}
	.testimonials-flexslider .flex-direction-nav li a {
		margin: 0;
		top: -65px;
	}
	.section-testimonials h2 {
		padding: 0 45px;
	}
	.testimonial-block {
		padding: 10px 0;
	}
	.testimonials-flexslider .avtor-graph {
		width: auto;
	}
	.op-logo:before {
		display: none;
	}
	.customer-review .bottom .avtor {
		width: 50%;
	}
	.customer-review .bottom .avtor img,
	.customer-review .bottom .container .logo-holder img {
		max-width: 100%;
		height: auto;
		width: auto;
	}
	.customer-review .bottom .container .logo-holder {
		width: 42%;
		margin: 0;
	}
	.two-cols .column {
		float: none;
		width: 100%;
		margin: 0;
	}
	.section-careers-testimonials header {
		padding: 0 40px;
		text-align: center;
	}
	/*.columns ul li a {
		font-size: 18px;
		line-height: 1.2em;
	}*/
}
@media only screen and (max-width: 321px) {
	.home-splash {
		min-height: 400px;
	}
}
.video-wrap .tab:first-child{display: block;}
.video-wrap .tab{display: none;}


.gallery{position: relative;}
.gallery .mask{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.gallery .slideset{
	width: 100%;
	float: left;
}
.gallery .slide{
	width: 100%;
	float: left;
}
.gallery .slide.active{z-index: 2;}
.pagination .pagings{
	display: inline-block;
	vertical-align: middle;
}
.pagination .btn-prev,
.pagination .btn-next
.pagination .btn-first,
.pagination .btn-last{
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
}
.pagination .pagings li.active a{
	color: #4a5460;
	pointer-events: none;
	text-decoration: none;
}

.section-careers-bottom a:link,.section-careers-bottom a:visited,.section-careers-bottom a:hover,.section-careers-bottom a:focus { color:#fff; }