@charset "utf-8";
/* CSS Document */
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display:block;
}
body{
	margin:0;
	font:16px/1.3 Tahoma, Arial, sans-serif;
	color: #575757;
}
dl, p, h1, h2, h3, h4, h5, h6, applet, embed, object, frameset {
	margin:0 0 20px;
}
input,
textarea,
select{
	font:100% Tahoma, Arial, sans-serif;
	vertical-align:middle;
	color:#000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
q{quotes:none;}
q:before{content:''}
q:after{content:''}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
h1, h2, h3, h4, h5, h6{
	line-height:1.2em;
	font-weight:700;
}
img{
	border:0;
	max-width: 100%;
	height: auto;
}
ul{
	list-style-type:disc;
	margin:0 0 18px;
	padding:0;
	list-style-position:inside;
}
ol{
	margin:0 0 18px;
	padding:0;
	list-style-position:inside;
}
a{
	text-decoration: none;
	color: #fb7f1e;
}
a:hover{
	text-decoration: underline;
}
.text-center{
	text-align: center;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-regular.woff') format('woff'),
         url('../fonts/myriadpro-regular.ttf') format('truetype'),
         url('../fonts/myriadpro-regular.svg#MyriadPro') format('svg');
}
@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/myriadpro-bold.eot');
    src: url('../fonts/myriadpro-bold.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-bold.woff') format('woff'),
         url('../fonts/myriadpro-bold.ttf') format('truetype'),
         url('../fonts/myriadpro-bold.svg#MyriadProBold') format('svg');
}
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/myriadpro-semibold.eot');
    src: url('../fonts/myriadpro-semibold.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-semibold.woff') format('woff'),
         url('../fonts/myriadpro-semibold.ttf') format('truetype'),
         url('../fonts/myriadpro-semibold.svg#MyriadProSemibold') format('svg');
}
#shadow{
	width:1280px;
	padding:0 9px;
	margin:0 auto;
	background:url(../img/bg-shadow.png) repeat-y;
}
#wrapper{
	overflow: hidden;
	position: relative;
}
#wrapper.grey{
	background: #f8f8f8;
}
.text-orange{
	color: #f09b30;
}
#wrap,
*[class*="center-wrap"]{
	width:988px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*[class*="790"]{
	width: 790px;
}
*[class*="905"]{
	width: 905px;
}
*[class*="1165"]{
	width: 1165px;
}
*[class*="925"]{
  width: 925px;
}
#header{
	height:78px;
	background:url(../img/bg-header.png) repeat-x;
	position: relative;
	z-index: 300;
	margin: 0 0 -3px;
}
/*#header-left{
	width:261px;
	height:83px;
}
#header-right{
	width:619px;
}
#header-right-top{
	width:619px;
	height:40px;
}
#header-right-middle{
	width:619px;
	height:10px;
	background-image:url(../dsn_images/header_orange_divider.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin-left:60px;
}
#header-right-bottom{
	width:629px;
	padding-left:20px;
}
#header-right-bottom ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#header-right-bottom li{
	display:inline-block;
	margin:0;
	padding:0 0 0 9px;
	vertical-align:top;
}
#header-right-bottom a{
	text-decoration:none;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
	font-size:12px;
}*/
#content{
	width:880px;
	padding-left:50px;
	padding-right:50px;
}
#contenthome{
	width:900px;
	padding-left:40px;
	padding-right:40px;
}
#content_nopad{
	width:980px;
}
#content-left{
	width:520px;
	padding-top:15px;
}
#content-middle{
	width:45px;
	background-image:url(../dsn_images/gray-divider-cut.png);
	background-position:top center;
	background-repeat:repeat-y;
	min-height:100px;
}
#content-right{
	width:275px;
	padding-top:15px;
	padding-left:40px;
}
#content-right-help{
	width:275px;
}
#content_whole{
	width:900px;
	margin:auto;
}
#ulli ul{
	margin:0px;
	padding:0px;
}
#ulli li{
	font-size:14px;
	list-style-position:inside;
	line-height:20px;
}
#multiuser-ulli ul{
	margin:0px;
	padding:0px;
	padding-left:15px;
}
#multiuser-ulli li{
	font-size:12px;
	line-height:20px;
	color:#F4A62B;
}
#multiuser-ulli li span{
	color:#000000;
}
.header{
	color:#F4A62B;
	font-size:18px;
	margin:0px;
	padding:0px;
}
.header16{
	color:#F4A62B;
	font-size:16px;
	margin:0px;
	padding:0px;
}
.header-bold{
	color:#000000;
	font-size:13px;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
.headerhelp{
	color:#F4A62B;
	font-size:22px;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
}
.headerhelpsub{
	color:#000000;
	font-size:18px;
	margin:0px;
	padding:0px;
}
.headerhelpsubh3{
	color:#F4A62B;
	font-size:14px;
	margin:0px;
	padding:0px;
}
.headerhelpsubh3 a{
	color:#F4A62B;
	font-size:14px;
	margin:0px;
	padding:0px;
}
.headeremaillist{
	color:#F4A62B;
	font-size:14px;
	margin:0px;
	padding:0px;
}
#businesstourimage{
	float:left;
	margin-bottom:30px;
	width:520px;
}
#businesstour #businesstourdesc{
	float:left;
	width:220px;
}
#pricing{
	width:906px;
	height:317px;
	background-image:url(../dsn_images/PricingBlock.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin-top:10px;
}
#pricing_inner{
	width:176px;
}
#pricing_inner ul{
	padding-left:10px;
	list-style-position:inside;
	margin-top:7px;
}
#pricing_inner li{
	font-size:12px;
	line-height:17px;
	color:#F4A62B;
}
#pricing_inner li span{
	color:#000000;
}
#tools_bg{
	height:234px;
	width:980px;
	margin-top:-18px;
	background-image:url(../dsn_images/banner_tools_page.png);
	background-position:top center;
	background-repeat:no-repeat;
}
#tools_left{
	width:415px;
	height:320px;
	margin-top:20px;
}
#tools_right{
	height:360px;
	width:630px;
	background-image:url(../dsn_images/bg_popout.png);
	background-position:top left;
	background-repeat:repeat-y;
}
#tools_dl_hovers a{
	color:#727272;
	text-decoration:none;
}
#tools_dl_hovers a:hover{
	color:#000000;
	text-decoration:none;
}
#tools_right_inner{
	width:573px;
	margin:auto;
}
#tour_right{
	width:310px;
	height:320px;
	margin-top:20px;
}
#tour_left{
	height:360px;
	width:560px;
	margin-left:50px;
}
#video-navigation{
	background:url("../images/badge-video-tour-bg.jpg") no-repeat scroll 0 0 transparent;
	color:#000000;
	width:226px;
}
#video-navigation ul{
	color:#000000;
}
#video-navigation ul li a{
	color:#000000;
	text-decoration:none;
}
#video-navigation ul li a:hover{
	color:#ffffff;
	text-decoration:none;
}
#outlook_left{
	width:380px;
}
#outlook_right{
	width:350px;
}
.list-checkmark li{
	list-style-image:url("../images/checkmark-small.jpg");
}
.pricing-orange{
	color:#FF6600;
	margin-left:0;
}
.outlook-how-to-use{
	float:right;
	height:auto;
	margin-right:25px;
	margin-top:10px;
	width:325px;
}
#outlook_bg{
	height:423px;
	width:980px;
	margin-top:20px;
	background-image:url(../dsn_images/outlook-orange-bg.png);
	background-position:top left;
	background-repeat:repeat-x;
}
#outlook_left{
	width:420px;
	height:425px;
	margin-top:20px;
}
#outlook_right{
	height:619px;
	width:530px;
	/*background-image: url(../dsn_images/outlook-bg-popup.png);*/
	background-image:url(../images/background-outlook-2013.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:-20px;
}
#outlook_dl_hovers a{
	color:#727272;
	text-decoration:none;
}
#outlook_dl_hovers a:hover{
	color:#000000;
	text-decoration:none;
}
#outlook_right_inner{
	width:470px;
	margin:auto;
}
.link{
	text-decoration: underline;
}
.link:hover{
	text-decoration: none;
}
.data-section .link{
	color:#F57F1B;
}
.link.text{
	font-size:12px;
}
ul.new-features{
	/*list-style-image: url(../images/new-feature.png);*/
	margin-left:0px;
	margin-bottom:10px;
	list-style:none;
	padding-left:0px;
}
.new-features li{
	/*display: table-cell;
	 vertical-align: middle;
	 list-style-image: url(../images/new-feature.png);*/
	/*padding:10px 5px;*/
	background:url(../images/new-feature.png) no-repeat;
	background-position:0% 50%;
	padding-left:45px;
	padding-bottom:5px;
	padding-top:5px;
}
.requirements{
	font-size:90%;
}
#content_nopad h3{
	margin-bottom:0.5em;
}
#newsletter p, .support p{
	margin-top:0.5em;
}
.support a{
	color:#ea8637;
}
#form_newsletter_input input[type=image]{
	position:relative;
	top:5px;
}
.tour-description{
	font-size:110%;
}
#ulli ul li{
	font-size:100%;
}
/*@font-face{
 font-family: MyriadBold;
 src: url(../fonts/MyriadPro-Bold.otf);
 }
 @font-face{
 font-family: MyriadRegular;
 src: url(../fonts/MyriadPro-Regular.otf);
 }
 @font-face{
 font-family: MyriadSemibold;
 src: url(../fonts/MyriadPro-Semibold.otf);
 }*/
#businesstourdesc h4{
	color:#ea8637;
}
#multiuser-ulli a{
	color:#ea8637;
}
#header .logo{
	float:left;
	margin-top:9px;
}
#header .nav{
	list-style:none;
	margin:0;
	padding:25px 0 0;
	float:left;
	font:18px/21px MyriadProBold, Arial, Helvetica, sans-serif;
}

#header ul.cf {
  margin-left: 145px;
}

#header .nav li{
	margin:0 0 0 21px;
	float:left;
}
#header .nav li:first-child{
	margin:0;
}
#header .nav a{
	color:#444;
}
#header .nav a:hover{
	text-decoration: none;
}
#header .nav.right{
	float:right;
}
#header .nav a:hover, #header .nav .active a, #header .nav .orange a{
	color:#f57e1b;
}

#footer{
	padding: 42px 0 32px;
	background-color:#515151;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}
#footer .media{
	float: left;
	margin: -15px 56px -5px 0;
}
#footer .media iframe,
#footer .media object{
	display: block;
}
#footer .column{
	float:left;
	margin: 0 15px 0 0;
	width: 100px;
	font: 13px/1.3 Helvetica, Arial, sans-serif;
}
#footer .column.col-2{
	width: 132px;
}
#footer .column.col-3{
	width: 132px;
}
#footer .right{
	width: 247px;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li{
	padding: 7px 0 0;
}
#footer ul li:first-child{
	padding: 0;
}
#footer a{
	color: #fff;
}
#footer p{
	margin: 0;
}
.socials{
	list-style: none;
	margin: 0;
	padding: 0;
}
.socials li{
	float: left;
	margin: 0 0 0 5px;
}
.socials li:first-child{
	margin: 0;
}
.socials img{
	vertical-align: top;
}
#footer .socials{
	padding: 22px 0 0;
}
#footer .socials li{
	padding: 0;
}
.home-slider{
	height: 493px;
	position: relative;
}
.home-slider .slides{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.home-slider .layer{
	position: absolute;
	left: 184px;
	bottom: 0;
	z-index: 5;
}
.home-slider .text{
	position: absolute;
	left: 529px;
	top: 112px;
	z-index: 5;
}
.btn-send-your-file{
	display: inline-block;
	background: url(../img/btn-send-your-file.png) no-repeat;
	width: 285px;
	height: 78px;
	text-indent: -9999px;
	overflow: hidden;
}
.home-slider .btn-send-your-file{
	position: absolute;
	left: 710px;
	top: 304px;
	z-index: 5;
}
.home-area{
	padding: 33px 0;
}
.sidebar-left{
	float: left;
	width: 266px;
	padding: 13px 0 0 26px;
}
/*.registration-form{
	font-size: 12px;
	line-height: 15px;
	color: #515151;
}
.registration-form .white-box{
	background: #f1f1f1;
	border: 1px solid #d9d9d9;
	padding: 14px 23px 6px;
	position: relative;
	-webkit-border-radius:9px 9px 0 0;
	border-radius:9px 9px 0 0;
}
.registration-form .dark-box{
	color: #fff;
	background: #515151;
	position: relative;
	padding: 10px 23px 45px;
	margin: 0 0 -40px;
	-webkit-border-radius:0 0 9px 9px;
	border-radius:0 0 9px 9px;
}
.registration-form h2{
	font-size: 23px;
	line-height: 26px;
	margin: 0 0 13px;
	text-align: center;
}
.registration-form label{
	display: block;
	margin: 0 0 5px;
}
.registration-form input[type="email"],
.registration-form input[type="text"]{
	display: block;
	background:url(../img/bg-text.gif) no-repeat;
	border:none;
	margin:0 0 5px;
	padding:2px 4px;
	width:220px;
	height:19px;
}
.registration-form textarea{
	padding:2px 4px;
	width:220px;
	margin: 0;
}
.registration-form .descr{
	margin: 0 0 10px;
	font-size: 11px;
}
.registration-form .input-file{
	position: relative;
	text-align: center;
	padding: 9px 0;
}
.registration-form .jq-file {
	width: 110px;
	vertical-align: top;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	border: none;
}
.registration-form .jq-file input {
	cursor: pointer;
}
.registration-form .jq-file__name {
	width: 100%;
	height: 22px;
	padding: 0 10px;
	margin: 0 0 5px;
	border: none;
	background: none;
	color: #333;
	font: 12px/22px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1;
	background: #FFF;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.registration-form .focused .jq-file__name {
	border: 1px solid #5794BF;
}
.registration-form .jq-file__browse {
	position: relative;
	right: 0;
	top: 0;
	background: url(../img/btn-select-file.png) no-repeat;
	width: 110px;
	height: 22px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
	border: none;
	-webkit-border-radius:none;
	border-radius:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.registration-form .jq-file:hover .jq-file__browse {
	background: url(../img/btn-select-file.png) no-repeat;
}
.registration-form .jq-file:active .jq-file__browse {
	background: url(../img/btn-select-file.png) no-repeat;
}
.registration-form .jq-file.disabled .jq-file__name {
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.registration-form .jq-file.disabled,
.registration-form .jq-file.disabled .jq-file__browse {
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.registration-form .row{
	margin: 0 0 4px;
	font-size: 13px;
}
.registration-form .row a{
	float: left;
	color: #fff;
}
.registration-form .row img{
	float: left;
	margin: 0 5px 0 0;
}
.registration-form .row label{
	cursor: pointer;
	float: left;
	margin: 2px 0 0;
}
.registration-form .submit{
	position: relative;
	z-index: 3;
}*/
.content-home{
	float: right;
	width: 630px;
	margin: 0 -44px 0 0;
	color: #444;
	font-size: 15px;
}
.content-home h1{
	font-size: 26px;
	margin: 0 0 4px;
}
.data-section{
	background: #f1f1f1;
	padding: 30px 0 35px;
	color: #58595b;
	font-size: 13px;
}
.data-section .widget{
	float: left;
	margin: 54px 73px 0 -11px;
}
.data-section .widget img{
	vertical-align: top;
}
.data-section .column{
	float: left;
	width: 300px;
        /*margin-right: 18px;*/
}
.data-section .column.col-2{
	width: 370px;
	float: right;
	font-size: 14px;
	margin: 0 -27px 0 0;
}
.data-section h3{
	font-size: 14px;
	margin: 0 0 17px;
	color: #000;
}
.data-section .col-1 h3{
	font-size: 14px;
}
.list{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 17px;
}
.list li{
	padding: 7px 0 0;
}
.list li:first-child{
	padding: 0;
}
.list li:before{
	color: #F79321;
	content: "• ";
}
.media iframe{
	border: 1px solid #000;
}
.device-area{
	background: url(../img/bg-orange.jpg) no-repeat;
	padding: 20px 0;
	margin: 0 0 27px;
	height: 417px;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.device-area .image{
	float: left;
	margin: 5px 0 0 141px;
}
.device-area .text{
	float: right;
	margin: 0 150px 0 0;
	width: 440px;
	height: 417px;
	display: table;
}
.device-area .text .holder{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0 0;
}
.device-area h2{
	margin: 0 0 18px;
	font-size: 38px;
}
.device-area h2 sup{
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
}
.device-area p{
	margin: 0 0 24px;
}
.device-area .btn-holder{
	padding: 35px 0 0;
}
.device-area .btn-holder a img{
	vertical-align: top;
}
.text-block-1{
	padding: 0 0 17px;
	color: #393939;
	font-size: 14px;
	line-height: 20px;
}
.text-block-1 h2{
	font-size: 36px;
	margin: 0 0 18px;
	color: #5e5e5e;
}
.three-columns{
	padding: 0 0 54px;
	color: #5e5e5e;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.three-columns .column{
	display: inline-block;
	vertical-align: top;
	width: 340px;
	padding: 0 20px;
}
.three-columns .column .content{
	padding: 0 15px;
}
.three-columns h3{
	font-size: 24px;
	margin: 0 0 20px;
}
.three-columns .column .image{
	margin: 0 0 20px;
}
.three-columns .column .btn-holder{
	padding: 15px 0 0;
}
.btn-orange{
	display: inline-block;
	color: #fff;
	font: 19px/40px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0 10px;
	min-width: 152px;
	position: relative;
	background: #f79321;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-decoration: none;
}
.btn-orange:hover{
	background: #f77721;
	text-decoration: none;
}
.text-row{
	font-size: 12px;
	padding: 0 0 22px;
}
.support-area{
	background: url(../img/bg-orange-1.jpg) no-repeat;
	height: 66px;
	padding: 18px 0;
	margin: 0 0 27px;
	color: #fff;
	font-size: 13px;
}
.support-area .content{
	padding: 0 0 0 7px;
}
.support-area h2{
	font: 36px/1.2 'MyriadProSemibold', Helvetica, sans-serif;
	margin: 0 0 2px;
}
.support-area a{
	color: #fff;
	text-decoration: none;
}
.support-area a:hover{
	text-decoration: underline;
}
.support-area p{
	margin: 0;
}
.search-form{
	width: 350px;
	height: 47px;
	background: #fff;
	position: relative;
	-webkit-border-radius:23px;
	border-radius:23px;
}
.support-area .search-form{
	float: right;
	margin: 12px 0 0 10px;
}
.search-form input[type="text"]{
	float:right;
	background:none;
	border:none;
	margin:0 15px 0 0;
	padding:7px 0;
	width:275px;
	height: 46px;
	font-size: 25px;
	outline:none;
}
.search-form input[type="submit"]{
	float: left;
	background:url(../img/ico-search.png) no-repeat;
	border:none;
	margin:6px 0 0 15px;
	padding:0;
	width:35px;
	height:35px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
.data-box{
	background: #fff;
	padding: 18px 30px;
	margin: 0 0 20px;
	color: #6d6e71;
	border: 1px solid #e3e3e5;
	position: relative;
	font-size: 13px;
	line-height: 18px;
	-webkit-border-radius:17px;
	border-radius:17px;
}
.data-box a{
	color: #6d6e71;
}
.data-box h3{
	color: #000;
	font-size: 16px;
	margin: 0 0 18px;
}
.data-box ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.data-box ul li:before{
	content:'• '
}
.data-box .columns{
	padding: 0 0 8px 14px;
	margin: 0 -30px 0 0;
}
.data-box .columns .column{
	float: left;
	width: 202px;
	margin: 0 0 0 50px;
}
.data-box .columns .column:first-child{
	margin: 0;
	width: 230px;
}
.data-box .columns .column .image{
	padding: 0 0 16px;
}
.data-box .columns .column .image img{
	vertical-align: top;
	margin-left: 20px;
}
.data-box .content{
	padding: 1px 0 0 56px;
}
.data-box .img-left{
	float: left;
	margin: -5px 26px -5px 0;
}
.data-box .img-right{
	float: right;
	margin: -5px 0 -5px 26px;
}
.ovh{
	overflow: hidden;
}
.main-content{
	padding: 0 0 22px;
}
.blog-title{
	margin: 0 0 17px;
	color: #fb7f1e;
	font-size: 20px;
	font-weight: normal;
}
.posts-holder{
	font-size: 12px;
	line-height: 18px;
	margin: -18px 0 45px;
}
.posts-holder .post{
	padding: 16px 0;
	border-bottom: 1px solid #a4a4a4;
}
.posts-holder .post header{
	padding: 0 0 18px;
}
.posts-holder p{
	margin: 0 0 18px;
}
.posts-holder .post h1{
	font-size: 16px;
	margin: 0 0 2px;
}
.posts-holder .post a{
	text-decoration: underline;
}
.posts-holder .post a:hover{
	text-decoration: none;
}
.posts-holder .post .date{
	font-size: 11px;
}
.content-blog{
	padding: 7px 0 0;
}
.heading-area{
	background: url(../img/bg-orange-1.jpg) no-repeat;
	height: 102px;
	color: #fff;
	margin: 0 0 30px;
}
.heading-area h1{
	margin: 0;
	padding: 23px 0;
	text-align: center;
	font: 44px 'MyriadProSemibold', Helvetica, sans-serif;
}
.sub-title{
	color: #6d6e71;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 20px;
}
.sub-title sup{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 14px;
	margin: 3px 0 0;
}
.main-faqs{
	padding: 40px 0 47px;
	color: #393939;
	font-size: 13px;
	line-height: 18px;
}
.main-faqs .content{
	width: 800px;
}
.main-faqs .sidebar{
	width: 300px;
	margin: 0 20px 0 0;
}
.main-faqs .sidebar .widget{
	margin: 0 0 20px;
	text-align: center;
}
.main-faqs .sidebar .widget img{
	vertical-align: top;
}
.main-faqs h1{
	font-size: 17px;
	margin: 0 0 18px;
}
.faqs{
	height: 270px;
	overflow: hidden;
}
.faqs.open{
	height: auto !important;
}
.faqs h5{
	margin: 0;
	line-height: 18px;
}
.faqs p{
	margin: 0 0 18px;
}
.link-all-faqs{
	font-size: 14px;
}
.price-table{
	background:#fff;
	margin: 0 0 32px;
}
.price-table .price{
	float: left;
	width: 20%;
	text-align: center;
	padding: 0 0 15px;
	font-size: 14px;
	line-height: 22px;
}
.price-table h3{
	background: #3694f5;
	color: #fff;
	font: 26px/28px 'MyriadProBold', Helvetica, sans-serif;
	margin: 0 0 15px;
	padding: 9px 0;
	border: solid #5ea9f7;
	border-width: 1px 0;
}
.price-table h4{
	font-size: 36px;
	line-height: 40px;
	color: #000;
	margin: 0 0 2px;
}
.price-table h5{
	color: #a8a9ad;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 20px;
}
.price-table ul{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 215px;
	color: #a8a9ad;
}
.price-table .link{
	font-size: 12px;
}
.price-table a{
	color: #4e4e4e;
	text-decoration: underline;
}
.price-table a:hover{
	text-decoration: none;
}
.price-table .btn{
	background: #f79321;
	width: 100px;
	height: 28px;
	display: inline-block;
	position: relative;
	padding: 0 5px;
	margin: 0 0 4px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	text-decoration: none;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.price-table .btn:hover{
	background: #eb5e01;
}
.price-table .mark h3{
	background: #ffa800;
	border-color: #dfa831;
}
.price-table .mark{
	background: url(../img/bg-price.png) repeat-y;
}
.price-table .mark h5{
	color: #000;
}
.price-table .mark ul{
	color: #5d5d5d;
}
.section-blocks{
	padding: 22px 0;
	color: #515151;
	font-size: 18px;
}
.section-blocks h1{
	font-size: 38px;
	line-height: 45px;
	margin: 0 0 5px;
}
.section-blocks p{
	margin: 0 0 18px;
}
.blocks{
	text-align: center;
	padding: 15px 0;
}
.blocks .block{
	display: inline-block;
	text-align: center;
	width: 318px;
	padding: 0 20px;
	color: #515151;
}
.blocks .block img{
	vertical-align: top;
	margin: 0 0 20px;
}
.blocks .block h3{
	font-size: 16px;
	margin: 0;
}
.send-file-area{
	background: #ffa207;
	padding: 22px 0;
	color: #fff;
}
.registration-form{
	font-size: 13px;
	line-height: 16px;
}
.registration-form .column{
	float: left;
	margin: 0 0 0 30px;
}
.registration-form .col-1{
	width: 254px;
	margin: 0;
}
.registration-form .col-2{
	width: 120px;
	margin-top: 48px;
}
.registration-form .col-3{
	width: 168px;
	margin-top: 39px;
}
.registration-form .col-4{
	margin-top: 27px;
}
.registration-form h2{
	font-size: 29px;
	line-height: 32px;
	margin: 0 0 15px;
	color: #fef2dd;
}
.registration-form .input-row{
	padding: 0 0 5px;
}
.registration-form .input-row label{
	float: left;
	text-align: right;
	margin: 0 4px 0 0;
	width: 47px;
	font-size: 18px;
	line-height: 19px;
}
.registration-form input[type="email"],
.registration-form input[type="text"]{
	display: block;
	background:url(../img/bg-text.gif) no-repeat;
	border:none;
	margin:0;
	padding:2px 4px;
	width:182px;
	height:19px;
}
.registration-form textarea{
	padding:2px 4px;
	width:182px;
	margin: 0;
	overflow: auto;
}
.registration-form .descr{
	margin: 0 0 7px 49px;
	font: 11px/14px Arial, Helvetica, sans-serif;
}
.registration-form .input-file{
	position: relative;
}
.registration-form .jq-file {
	width: 110px;
	vertical-align: top;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	border: none;
}
.registration-form .jq-file input {
	cursor: pointer;
}
.registration-form .jq-file__name {
	width: 100%;
	height: 22px;
	margin: 0 0 5px;
	padding: 0;
	background: none;
	border: none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color: #fff;
	font: 12px/22px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: none;
}
.registration-form .focused .jq-file__name {
	border: 1px solid #5794BF;
}
.registration-form .jq-file__browse {
	position: relative;
	right: 0;
	top: 0;
	background: url(../img/btn-select-file.png) no-repeat;
	width: 110px;
	height: 22px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
	border: none;
	-webkit-border-radius:none;
	border-radius:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.registration-form .jq-file:hover .jq-file__browse {
	background: url(../img/btn-select-file.png) no-repeat;
}
.registration-form .jq-file:active .jq-file__browse {
	background: url(../img/btn-select-file.png) no-repeat;
}
.registration-form .jq-file.disabled .jq-file__name {
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.registration-form .jq-file.disabled,
.registration-form .jq-file.disabled .jq-file__browse {
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.registration-form .row{
	margin: 0 0 4px;
	font-size: 13px;
}
.registration-form .row a{
	float: left;
	color: #fff;
}
.registration-form .row img{
	float: left;
	margin: 0 5px 0 0;
}
.registration-form .row label{
	cursor: pointer;
	float: left;
	margin: 1px 0 0;
}
.registration-form .submit{
	position: relative;
	z-index: 3;
}
.breadcrumbs{
	list-style: none;
	margin: -8px 0 6px;
	padding: 0;
	font:bold 16px/19px Arial, Helvetica, sans-serif;
	color: #267bd5;
}
.breadcrumbs li{
	float: left;
	padding: 0 5px 0 0;
}
.breadcrumbs li:before{
	content:'> '
}
.breadcrumbs li:first-child:before{
	content:'';
}
.breadcrumbs a{
	color: #267bd5;
}
.slider-area{
	background: url(../img/bg-orange.jpg) no-repeat;
	padding: 20px 0;
	margin: 0 0 27px;
	height: 417px;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.slider-area .image{
	float: left;
	width: 500px;
	height: 416px;
	line-height: 416px;
}
.slider-area .image img{
	vertical-align: middle;
}
.slider-area .text{
	float: right;
	width: 410px;
	padding: 20px 13px 0 0;
	font-size: 16px;
	line-height: 24px;
}
.slider-area .text p{
	margin: 0 0 24px;
}
.slider-area .text h2{
	color: #363636;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px;
}
.slider-area .text h2 sup{
	display: inline-block;
	vertical-align: top;
	margin: 2px 0 0;
	font-size: 10px;
	line-height: 12px;
}
.slider-area .text h3{
	font-size: 38px;
	line-height: 40px;
	margin: 0 0 10px;
}
.slider-area .text h4{
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 12px;
}
.slider-area ul{
	margin: 0 0 20px;
}
.slider-area a{
	color: #fff;
}
.btn-black{
	display: inline-block;
	vertical-align: middle;
	background: #1f1f1f url(../img/bg-btn-black.png) repeat-x;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	height: 26px;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #303030;
	color: #fff;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.btn-black:hover{
	text-decoration: none;
}
.slider-area .btns-control{
	margin: -4px 0 22px;
}
.slider-area .btns-control .btn-black{
	margin: 0 7px 0 0;
	width: 78px;
}
.btn-green{
	display: inline-block;
	vertical-align: middle;
	background: #1ba21b url(../img/bg-btn-green.png) repeat-x;
	font-size: 14px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	height: 40px;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #21ad21;
	color: #fff;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.slider-area .btn-green{
	width: 167px;
}
.btn-green:hover{
	text-decoration: none;
}

.cf:after,
.center-wrap:after{
	content:'';
	display:table;
	clear:both;
}