﻿/*base page styles*/
.page-content{
	padding-top: 35px;
}
section{
    margin-bottom: 30px;
}
.gray-block{
    background: #f2f2f2;	
}
/*end base page styles*/

/*btns styles*/
.btn-wrapper{
	text-align: center;
}
.btn {
    border: 0;
    border-radius: 0;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    min-width: 185px;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.green-btn {
	background: #00c460;
    border: 1px outset #00c460;
}
.green-btn:focus,
.green-btn:active{
    border: 1px inset #39b54a;
}
.orange-btn {
    background: #f6871f;
    border: 1px outset #f6871f;
}
.orange-btn:focus,
.orange-btn:active{
    border: 1px inset #f6871f;
}
.blue-btn {
    background: #007bcf;
    border: 1px outset #007bcf;
}
.blue-btn:focus,
.blue-btn:active{
    border: 1px inset #007bcf;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: 0;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*end btns styles*/


.subheader {
    color: #666666;
    margin-bottom: 20px;
    margin-top: 15px;
}
    .subheader span{
        position:absolute;
        top: 11px;
    }
    .subheader img {
        bottom: -5px;
        height: 60px;
        margin-right: 20px;
        position: relative;
        width: 60px;
    }
h1 .edition{  
    color: #404040;
    font-size: 15px;  
    font-weight: normal;
    padding-left: 5px;
    vertical-align: super;
}
.scheme-container {
    margin: 60px auto;
}
.scheme-container .img-wrap{
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 991px){
    .subnav ul#backup li:first-child{
        width: 20%;
    }
    .subnav ul#backup li:nth-child(3),
    .subnav ul#backup li:nth-child(2){
        width: 8%!important;
    }
}

.product-description-container{
	clear:both;
	overflow: hidden;
}
.product-storage-description{
    font-size: 15px;
	margin-right: 270px;
    margin-bottom: 0;
}
.product-storage-description h1{
    color: #1a1a1a;
    margin-bottom: 15px;
}
.product-storage-description .preface {
    font-size: 22px;
    margin-bottom: 20px;
}
.aside-link{
    display: block;
    margin-top: 5px;
}
.link--small{
    font-size: 12px;
    text-decoration: underline;
}
.link--small:hover{
    text-decoration: none;
}
/*prod-tab*/
.ui-widget-content.prod-tab{
    background: none;
    border: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 30px;
}
.prod-tab-nav{
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
}
.prod-tab-nav li{
    background: none;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
}
.prod-tab-nav li a{
    background: #f2f2f2;
    border: 1px solid #ddd;
    color: #1a1a1a;
    display: inline-block;
    margin: 0 -1px 0 0;
    padding: 10px 15px;
}
@media screen and (min-width:991px){
    .prod-tab-nav li a{
        min-width: 150px;
    }
}
.prod-tab-nav li:focus,
.prod-tab-nav li a:focus{
    outline: 0;
    text-decoration: none;
}
.prod-tab-nav li.ui-tabs-active a{
    background: #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}
.prod-tab-panel{
    background: #fff;
    border: 1px solid #ddd;
    margin-top: -1px;
    overflow: hidden;
    padding: 30px 15px;
}
.prod-tab-panel .prod-descr-wrap{
    background: #fff;
    padding: 0;
}
.prod-tab-panel .supported-os-section{
    border: 0;
    margin: 0 -15px;
    padding: 0;
}
.prod-tab-panel .resources-tab{
    margin: 0 -15px;
}
.prod-tab-panel h4{
    font-size: 16px;
}
/*end-prod-tab*/

.prod-descr-wrap{    
    background: #f2f2f2;
    padding: 15px 15px 5px;
}
.key-feature{
    font-size: 16px;
    font-weight: bold;
    /*color: #407fcc;*/
}
.key-feature a{
    background: url('/images/icons/expand-gray-bold.svg') no-repeat right 60%;
    background-size: 10px;
    border-bottom: 1px dashed #ccc;
    color:  #333;
    padding-right: 20px;
    text-decoration: none;
}
.key-feature a:hover{
    border-bottom: 1px dashed transparent;
}
.key-feature a.opened{
    background: url('/images/icons/collapse-gray-bold.svg') no-repeat right 60%;
    background-size: 10px;
}
.product-storage-description ul.list-padded{
    font-size: 14px;
    margin-left: 15px;
    padding-left: 20px;
}
.product-storage-description ul.list-padded li{
    background: none;
    color: #949494;
    display: list-item;
    list-style-type: disc;
    padding-left: 0;
}
.product-storage-description ul.list-padded li span{
    color: #000;
}
.product-storage-description ul.list-padded li span.notetext{
    color: #949494;
    display: block;
    margin-top: 10px;
}
.hidden-text-wrap .hidden-text-trigger {
    border-bottom: 1px dashed #0087cc;
    padding-right: 15px;
    background: url('/images/icons/expand-gray-bold.svg') no-repeat right 65%;
    background-size: 10px
}

.hidden-text-trigger:active,
.hidden-text-trigger:visited,
.hidden-text-trigger:focus {
    text-decoration: none
}

.hidden-text-wrap{
    margin-top: 20px;
}
.hidden-text-wrap .hidden-text-trigger.opened {
    background: url('/images/icons/collapse-gray-bold.svg') no-repeat right 65%;
    background-size: 10px
}
.hidden-text-wrap .read-more {
    color: #aaa;
    display: inline-block;
    font-size: 13px;
    padding-left: 20px
}
.hidden-text-wrap .hidden-text {
    display: none;
    padding: 10px 0
}

@media screen and (max-width:1200px){
    .product-storage-description ul.list-padded li span.notetext br{
        display: none;
    }
}
.collapsed-feature  ul.list-padded{
    display: none;
}
@media screen and (max-width:991px){
    .product-storage-description{
        margin-right: 210px;
    }
}

/*aside styles*/
.aside-btn-wrapper{
	float: right;
	width: 250px;
	margin: 0 0 30px 15px;
    text-align: center;
}
    .aside-btn-wrapper a.btn{
	    font-size: 14px;
	    width: 100%;
        margin-top: 10px;
    }
    .aside-btn-wrapper p.notetext{
        font-size: 12px;
        padding: 0;
        color: #666;
        margin: 8px 0 3px;
    }
.volume-discount-btn{
    margin-top: 10px;
	cursor: pointer;
    /*font-weight: 600;*/
	text-align: center;
	display: block;
}
.compliance{
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
}
.partner-logo-container{
    margin:20px 0 10px;
}
    .partner-logo-container img{
        max-width: 100%;
        margin-top: 10px;
    }
.infotext + .top-resources,
.volume-discount-btn + .top-resources{
    border-top: 1px solid #ccc;
    margin: 20px 15px;
    padding-top: 15px;
}
.top-resources{
    margin-top: 20px;
}
.top-resources h6{
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
}
.top-resources ul li{
    background: none;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 0;
}
@media screen and (max-width: 991px){
    .aside-btn-wrapper{
        width: 200px;
    }
}
/*end aside styles*/

/*supported os section*/
.supported-os-section{
    border: 1px solid #ddd;
    color: #666666;
    font-size: 13px;
    margin: 20px 0;
    overflow: hidden;
    padding: 15px 0 5px;
}
.supported-os-section h6{
    color: #333;
    font-size: 15px;    
    margin-bottom: 10px;
}
.supported-os-section .os-elem.os-windows{
    background: url(/images/Icons/os-icons/os-spritesheet.png) no-repeat left center;
    background-position: -30px -415px;
    padding-left: 55px;
}
.supported-os-section .os-elem.os-linux{
    background: url(/images/Icons/os-icons/os-spritesheet.png) no-repeat 3px center;
    background-position: -26px -15px;
    padding-left: 55px;
}
.supported-os-section .os-elem.os-mac{
    background: url(/images/Icons/os-icons/os-spritesheet.png) no-repeat left center;
    background-position: -30px -220px;
    padding-left: 55px;
}
.supported-os-section .os-elem.os-qnap{
    padding: 0;
    vertical-align: top;
}
.supported-os-section .os-elem__inner {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    width: 100%;
}
.supported-os-section .supported-os-comments{
    font-size: 11px;
}
.full-list-link-wrap{
    margin: 5px 0 -20px;
    text-align: right;
}
/*end supported os section*/

/*other os section*/
.other-os-section{
    padding: 15px 15px 0;
}
.other-os-list{
    display: table;
    width: 100%;
}
.other-os-list li{
    background: none;
    display: table-cell;
    list-style-type: none;
    padding: 0;
    vertical-align: middle;
}
.other-os-list .os-elem{
    /*color: #333;*/
    color: #407fcc;
    display: table-cell;
    height: 55px;
    padding-left: 55px;
    text-decoration: underline;
    vertical-align: middle;
}
.other-os-list .os-elem.os-windows{
    background: url(/images/Icons/os-icons/os-spritesheet.png) no-repeat left center;
    background-position: -30px -422px;
}
.other-os-list .os-elem.os-linux{
    background: url(/images/Icons/os-icons/os-spritesheet.png) no-repeat 3px center;
    background-position: -26px -22px;
}
.other-os-list .os-elem.os-mac{
    background: url(/images/Icons/os-icons/os-spritesheet.png) no-repeat left center;
    background-position: -30px -227px;
}
/*end other os section*/

/*supported cloud storage services section*/
.supported-services-list {
    display: -webkit-box;
    -webkit-box-pack: justify;
    display: -webkit-flex;
    display: flex;
    list-style-type: none;
    margin-top: 20px;
    padding: 0 10px;
    /*-webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: justify;
    -moz-text-align-last: center;
    -ms-text-align-last: center;
    text-align-last: center;*/
    width: 100%;
}
.supported-services-list li{
    background: none;
    display: inline-block;
    display: -webkit-box;
    margin: 0 25px 0 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.supported-services-list li.desaturate img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -moz-transition-duration: .96s;
    -o-transition-duration: .96s;
    -webkit-transition-duration: .96s;
    transition-duration: .96s;
}
.supported-services-list li a:focus{
    outline: none;
}
.supported-services-list li a:hover img,
.supported-services-list li.active img{
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
	filter: unset;
}
.supported-services-list li a{
    color: #333;
}
.supported-services-list li img{
    max-height: 55px;
}
.supported-services-list li figcaption{
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}
/*end supported cloud storage services section*/

/*main features section*/
.features-block{
    margin-bottom: 55px;
}
.features-block h2{
    margin-bottom: 20px;
}
.features-block ul{
    clear: both;
    overflow: hidden;
}
.features-block ul li.hidden-el{
    display: none;
}
.features-block.expandable-block .more-less-btn, 
.features-block .expandable-block .more-less-btn{
    left: 50%;
    margin-left: -80px;
}
@media screen and (min-width: 1200px){
    .features-block ul li{
        margin: 0 20px 0 0;
        width: 360px;
    }
}
@media screen and (max-width: 991px){
    .features-block ul li{
        width: 235px;
        margin: 0 7px 0 0;
    }
}
/*end main features section*/

/*video styles*/
.video-section{
    display: table;
    margin-bottom: 30px;
    width: 100%;
}
.video{
    margin-bottom: 30px;
	text-align: center;
}
.video a{
	display: inline-block;
	-webkit-box-shadow: 0 46px 270px 20px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 46px 270px 20px rgba(0,0,0,0.75);
	box-shadow: 0 46px 270px 20px rgba(0,0,0,0.75);
	width:100%
}
.video img{
	width:100%;
}
.table-like{
    display: table;
    width: 100%;
}
.inline-video{
    display: table-cell;
    padding-left: 20px;
    text-align: right;
    vertical-align: top;
}
.inline-video:first-child{
    padding: 0 20px 0  0;
    text-align: left;
}
/*end video styles*/

/*why cloudberry section*/
.why-cloudberry-container{
	margin-bottom: 20px;
}
    .why-cloudberry-container .col-xs-4 {
        float: left;
        width: 33.33333333%;
        padding-right: 15px;
        padding-left: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
.why-cloudberry-container h2{
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 30px;
}
.why-cloudberry-container .why-cloudberry-list > div{
	text-align: center;
	margin-bottom: 30px;
}
.why-cloudberry-container .why-cloudberry-list .img{
	margin-bottom: 15px;
	height: 120px;
}
    .why-cloudberry-container .why-cloudberry-list .img span{
	    display: table-cell;
	    vertical-align: middle;
	    width: 360px;
	    height: 120px;
    }
.why-cloudberry-container .why-cloudberry-list h3{
	font-size: 14px;
	font-weight: bold;
	color: #407fcc;
	height: 30px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px;
}
    .why-cloudberry-container .why-cloudberry-list h3 span{
	    height: 30px;
	    display: table-cell;
	    vertical-align: middle;
	    width: 360px;
    }
/*end why cloudberry section*/

/*testimonials section*/
.testimonials-block{
    background-size: contain;
    background-position: top center;
    margin-bottom: 0;
    padding-top: 25px;
}
.features-block + .testimonials-block{
    background: none;
    margin: 60px 0;
}
.testimonials-block-carousel li{
    width: 940px;
}
@media screen and (min-width:1200px){
    .testimonials-block-carousel li{
        width: 1140px;
    }
}
@media screen and (max-width:991px){
    .testimonials-block-carousel li{
        width: 720px;
    }
}
/*end testimonials section*/

/*whats new section*/
.news-block{
    margin-bottom: 30px;
}
.news-block h2{
    margin-bottom: 20px;
}
.news-block .container{
    padding: 20px 15px;
}
.news-block .news-block-carousel li{
    background: none;
    margin-right: 43px;
    padding:0;
    width: 200px;
}
.btn-wrap{
    text-align: center;
}
@media screen and (min-width:1200px){
    .news-block .news-block-carousel li{
        margin-right: 30px;
    }
}
/*end whats new section*/

/*product tour section*/
#screenshots-block{
	background: url('/images/Backgrounds/background-screenshots.png') repeat-x center;
    margin-bottom: 30px;
}
#file-level-screenshots, 
#image-based-screenshots, 
#slq-screenshots, 
#exchange-screenshots{
    height: 600px;
    background-image: url('/images/carousel/baremetal/file_b/1.png');
    background-position: center;    
    background-size: contain;
    background-repeat: no-repeat;
}
#screenshots-block #sql-screenshots li, 
#screenshots-block #exchange-screenshots  li{
    margin-top: 110px;
}
.screenshot-carousel-wrapper {
    position: relative;
    width: 100%;
}
.screenshot-carousel {
    position: relative;
    overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 920px;
	padding-bottom: 10px;
	background-size: 100% auto;
}
.tabs.ui-tabs,
.tabs.ui-tabs .ui-tabs-nav,
.tabs.ui-tabs .ui-tabs-nav li,
.tabs.ui-tabs .ui-tabs-nav li a,
.tabs.ui-tabs .ui-tabs-panel{
	background: none;
	border: 0;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tabs.ui-tabs .ui-tabs-panel{
    margin: 0 auto;
    max-width: 950px;
}
.tabs.ui-tabs{
	position: relative;
	margin-bottom: 50px;
}
.tabs.ui-tabs .tabs-navigation {
    border:none;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 25px;
	position: relative;
}
.linux-screenshots .tabs.ui-tabs .tabs-navigation,
.mac-screenshots .tabs.ui-tabs .tabs-navigation{
    margin-bottom: 0;
}
.tabs.ui-tabs .ui-tabs-nav {
    clear: both;
	margin-bottom: -4px;
    overflow: hidden;
}
.tabs.ui-tabs .ui-tabs-nav li{
    float: left;
    margin-right: -1px;
	position: relative;
}
.tabs.ui-tabs .ui-tabs-nav li span.blue-border{
	background: #ccdeea;
	height: 43px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
}
.tabs.ui-tabs .ui-tabs-nav li a {
    border: 1px solid #cccccc;
    border-bottom: 4px solid #0087cc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #8e8e8e;
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding: 16px 10px 12px;
    text-align: center;
    width: 250px;
}
.tabs.ui-tabs .ui-tabs-nav li.ui-state-active a{
	color: #333;
}
.tabs.ui-tabs .ui-tabs-nav li:focus, 
.tabs.ui-tabs .ui-tabs-nav li a:focus{
	outline: 0;
}
.tabs.ui-tabs .tabs-navigation .moving-wrapper{
	width: 100%;
	position: relative;
}
    .tabs.ui-tabs .tabs-navigation .moving-wrapper .moving-border {
        background: #f6871f;
        bottom: 0;
        display: block;
        height: 4px;
        left: 0;
        position: relative;
        -moz-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -o-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -webkit-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        width: 250px;
    }
.linux-screenshots .screenshot-carousel, 
.mac-screenshots .screenshot-carousel {
    background-color: #ececec;
}
.screenshot-carousel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}
.screenshot-carousel li {
    background: none;
    float: left;
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
    width: 920px;
}
.screenshot-carousel li img{
    max-width: 100%;
}
.screenshot-carousel-nav .screenshot-counter{
	min-width: 60px;
	display: inline-block;
	vertical-align: middle;
}
.screenshot-carousel-nav>a{
	position: absolute;
	display: block;
	width: 32px;
	height: 54px;
}
.screenshot-carousel-nav a.screenshot-carousel-prev{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAA0CAMAAADYFhp2AAAAM1BMVEUAAAC3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7cVCnABAAAAEHRSTlMA7xAwz59gv4BQIN+vj3BA01M9yQAAAKNJREFUOMullUsSgCAMQ62AgvjJ/U/rMruUmbDOUF5J0y05pbZEMQJVKx6g7Uqwn8CrnxGIIhUvcOoiN/AkrIghFUegFo/1qsAhr/gCUxfpK6xds84V1ksWaT7rWGG9U/P01DxfYp4V1tQ8mnWb7IZxC99iEIm+qO7qPzJ/mn7xXEfvmhPAOTKmkTPt0zNfzJRi1nmJydx10ps7wKPnPnK2Gs8PmcEIuHKM4sIAAAAASUVORK5CYII=') /*/images/carousel-left.png*/ no-repeat center;
    position: absolute;
    top: 45%;
    left: -40px;
}
.screenshot-carousel-nav a.screenshot-carousel-prev:hover{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAA0CAMAAADYFhp2AAAAM1BMVEUAAAABh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8xFWfoSAAAAEHRSTlMA7xAwz59gv4BQIN+vj3BA01M9yQAAAKNJREFUOMullUsSgCAMQ62AgvjJ/U/rMruUmbDOUF5J0y05pbZEMQJVKx6g7Uqwn8CrnxGIIhUvcOoiN/AkrIghFUegFo/1qsAhr/gCUxfpK6xds84V1ksWaT7rWGG9U/P01DxfYp4V1tQ8mnWb7IZxC99iEIm+qO7qPzJ/mn7xXEfvmhPAOTKmkTPt0zNfzJRi1nmJydx10ps7wKPnPnK2Gs8PmcEIuHKM4sIAAAAASUVORK5CYII=') /*/images/carousel-left-active.png*/ no-repeat center;
}
.screenshot-carousel-nav a.screenshot-carousel-next{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAA0CAMAAADYFhp2AAAAM1BMVEUAAAC3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7cVCnABAAAAEHRSTlMA7xAwz59gv4BQIN+vj3BA01M9yQAAAJxJREFUOMutlVkSwCAIQ4tbF6vN/U/bI7zMqN8M8UGAo5Z8wCuKG0JSlQblmdKZICaHIpPYKU0SG9JLYncI6XNRtB30TSoPiXXFZ9BfJHZ59J3oH5O+pj30bLTXomejfaFgesNoFr1htCb1pSz8FybiunB1uUfcafZLclij8QTwHOE08kyvsw7eUou7bjisk7c33wBkXb1HcNXM9wOeIgi457dowQAAAABJRU5ErkJggg==') /*/images/carousel-right.png*/ no-repeat center;
    position: absolute;
    top: 45%;
    right: -40px;
}
.screenshot-carousel-nav a.screenshot-carousel-next:hover{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAA0CAMAAADYFhp2AAAAM1BMVEUAAAABh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8wBh8xFWfoSAAAAEHRSTlMA7xAwz59gv4BQIN+vj3BA01M9yQAAAJxJREFUOMutlVkSwCAIQ4tbF6vN/U/bI7zMqN8M8UGAo5Z8wCuKG0JSlQblmdKZICaHIpPYKU0SG9JLYncI6XNRtB30TSoPiXXFZ9BfJHZ59J3oH5O+pj30bLTXomejfaFgesNoFr1htCb1pSz8FybiunB1uUfcafZLclij8QTwHOE08kyvsw7eUou7bjisk7c33wBkXb1HcNXM9wOeIgi457dowQAAAABJRU5ErkJggg==') /*/images/carousel-right-active.png*/ no-repeat center;
}
.screenshot-carousel-nav>a.screenshot-carousel-prev.inactive{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAA0CAMAAADYFhp2AAAAM1BMVEUAAAC3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7cVCnABAAAAEHRSTlMA7xAwz59gv4BQIN+vj3BA01M9yQAAAKNJREFUOMullUsSgCAMQ62AgvjJ/U/rMruUmbDOUF5J0y05pbZEMQJVKx6g7Uqwn8CrnxGIIhUvcOoiN/AkrIghFUegFo/1qsAhr/gCUxfpK6xds84V1ksWaT7rWGG9U/P01DxfYp4V1tQ8mnWb7IZxC99iEIm+qO7qPzJ/mn7xXEfvmhPAOTKmkTPt0zNfzJRi1nmJydx10ps7wKPnPnK2Gs8PmcEIuHKM4sIAAAAASUVORK5CYII=') /*/images/carousel-left.png*/ no-repeat center;
	opacity: 0.4;
}
.screenshot-carousel-nav>a.screenshot-carousel-next.inactive{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAA0CAMAAADYFhp2AAAAM1BMVEUAAAC3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7cVCnABAAAAEHRSTlMA7xAwz59gv4BQIN+vj3BA01M9yQAAAJxJREFUOMutlVkSwCAIQ4tbF6vN/U/bI7zMqN8M8UGAo5Z8wCuKG0JSlQblmdKZICaHIpPYKU0SG9JLYncI6XNRtB30TSoPiXXFZ9BfJHZ59J3oH5O+pj30bLTXomejfaFgesNoFr1htCb1pSz8FybiunB1uUfcafZLclij8QTwHOE08kyvsw7eUou7bjisk7c33wBkXb1HcNXM9wOeIgi457dowQAAAABJRU5ErkJggg==') /*/images/carousel-right.png*/ no-repeat center;
	opacity: 0.4;
}
@media only screen and (max-width : 991px){
	.screenshot-carousel,
	.screenshot-carousel li{
    	max-width: 500px;
	}
    #screenshots-block #sql-screenshots li, 
    #screenshots-block #exchange-screenshots  li{
        margin-top: 40px;
    }
	.screenshot-carousel-nav>a{
		top: 160px;
	}
    #file-level-screenshots, 
    #image-based-screenshots, 
    #slq-screenshots, 
    #exchange-screenshots{
        height: 456px;
        background-size: contain;
    }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
	.screenshot-carousel,
	.screenshot-carousel li{	
    	max-width: 840px;
	}	
	.screenshot-carousel-nav>a{
		top: 245px;
	}	
}
/*end product tour section*/

/*Compare editions section*/
.comparison-table{
    margin-bottom: 30px;
    padding-top: 15px;
}
.comparison-table .full-comparison-link{
    font-size: large;
    text-decoration: underline;
}
.comparison-table .table-btn .btn{
    font-size: 14px;
    width: auto;
    padding: 12px 10px;
    text-transform: none;
}
/*.editions-compare-table.editions-compare-table-small th {
    white-space: nowrap;
}*/
@media screen and (max-width:991px){
    .editions-compare-table td,
    .editions-compare-table th{
        font-size: 15px;
        white-space: normal;
    }
    .editions-compare-table .notetext br{
        display: none;
    }
    .editions-compare-table.editions-compare-table-small td:first-child{
        width: 33%;
    }
}

.editions-compare-table-general td,
.editions-compare-table-general th{
    font-size: 16px;
    white-space: normal;
}
.editions-compare-table-general .nobr{
    white-space: nowrap;
}

@media screen and (max-width:1200px) {
    .editions-compare-table-general .nobr{
        white-space: normal;
    }
    .editions-compare-table-general .nobr:first-child{
        white-space: nowrap;
    }
}

@media screen and (max-width:991px) {
    .editions-compare-table-general td,
    .editions-compare-table-general th{
        font-size: 14px;
    }
    .editions-compare-table-general .nobr:first-child,
    .editions-compare-table th a{
        white-space: normal;
    }
}

/*end compare editions section*/

/*Estimate Your Backup Storage Cost*/
.calculator-block{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABUsAAAABCAYAAADn2v+iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxNDUwOEYxRUFFOTAxMUUzQTBCOUZBNTRFQThDNjY0QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxNDUwOEYxRkFFOTAxMUUzQTBCOUZBNTRFQThDNjY0QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE0NTA4RjFDQUU5MDExRTNBMEI5RkE1NEVBOEM2NjRDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE0NTA4RjFEQUU5MDExRTNBMEI5RkE1NEVBOEM2NjRDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AopwZwAAARBJREFUeNrsWEEOwyAMI9D/3/eWvaB/KmTq1EqR51DoeoyliNQYwyCtNOT1XiX9gnEzkD90d9YjHa1M5uez5yNEt4cSjddmZy4hvowf9ZLOWOlo5PBFTSH9megz8OkYm4jOtglybx2545vJ/AX6FqJdjBY1xfCF6FAjoCvglUl4e8z2xtuXkXP3OFbnevGePPHdYPMEAoFAIBAIBAKBwF3ow3od4Hu5OrnlvGhG18y4Clwj+amxbYP+CmP22IhmMx6b0VTQIqfG0/KJrA/X3SDO396Il52rmmclHtXZt968mOP5NOf8EpzhSD2wmlOHG61jHeDwf3mv7mXwvUHdlf/svcDVHZ+m+TvC733JR4ABAA4SmS1Kvc6CAAAAAElFTkSuQmCC') /*/images/gray-border.png*/ bottom center no-repeat;
    background-size: contain;
    padding: 40px 0 30px;
    margin-bottom: 50px;
    margin-top: 50px;    
}
.news-block + .calculator-block{  /*style for whs pages*/
    padding-top: 0;
}
.calculator-block .btn.blue-btn{
    font-size: 14px;
    margin-bottom: 20px;
    min-width: 200px;
    padding: 8px 0;
    width: auto;
}
#calculator-title{    
    max-width: 715px;
}
product-tour-container .ui-widget-header {
    border: 1px solid #e78f08;
    background: #fa8b07;
    color: #fff;
    font-weight: bold;
}
    product-tour-container .ui-state-default,
    product-tour-container .ui-widget-content .ui-state-default,
    product-tour-container .ui-widget-header .ui-state-default {
        border: 1px solid #5c6874;
        background: #273747;
        font-weight: bold;
        color: #1c94c4;
        border-radius: 0;
    }
product-tour-container .ui-widget-content {
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    position: relative;
    text-align: left;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.storage-slider .ui-state-default,
.storage-slider .ui-widget-content .ui-state-default,
.storage-slider .ui-widget-header .ui-state-default {
    border: 1px solid #5c6874;
    background: #273747;
    font-weight: bold;
    color: #1c94c4;
    border-radius: 0;
}
.storage-slider .ui-widget-content {
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    position: relative;
    text-align: left;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-slider-horizontal{    
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.6em;
    margin-left: -0.3em;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.5em;
    height: 1.8em;
    cursor: pointer;
}
.ui-slider-horizontal .ui-slider-range-min{
    background: #fa8b07;
    color: #fff;
    font-weight: bold;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
#storage-slider {
    margin: 30px 0 20px;
}
#storage-amount,
#storage-units {
    display: inline-block;
    font-size: 200%;
    font-weight: 300;
    width: auto;
}
#storage-amount:focus,
#storage-units:focus{
    outline: 0;
}
#storage-units{
    cursor: pointer;
}
#storage-amount {
    font-weight: normal;
    width: 100px;
}
.osSelect {
    border-radius: 0;
    height: 22px;
}
.btn.osSelect {
    font-size: 100% !important;
}
.osSelect .caret {
    position: inherit !important;
}
.storage-list {
    clear: both;
    margin-top: 35px;
    overflow: hidden;
}
.storage-list-item {
    float: left;
    width: 130px;
    margin-bottom: 15px;
    text-align: center;
}
    .storage-list-item .storage-title {
        display: block;
        font-size: 14px;
        font-weight: bold;
    }
    .storage-list-item .storage-cost {
        font-size: 28px;
        font-family: "wf_SegoeUILight", Arial, sans-serif;
    }
        .storage-list-item .storage-cost em {
            font-size: 18px;
            font-style: normal;
        }
    .storage-list-item .storage-icon {
        display: block;
        height: 60px;
        position: relative;
        margin-left: -5px;
    }
    .storages-list .storage figure img
    {
        display: block;
        margin: 0 auto;
    }
@media screen and (min-width:1200px){
    .storage-list{
        /*max-width: 950px;*/
        max-width: 785px;
        margin: 20px auto 0;
    }
    .link-container{
        text-align: center;
    }
}
@media screen and (max-width: 991px){
    .storage-list-item{
        width: 100px;
    }
}
/*end Estimate Your Backup Storage Cost*/
.comparison-table + .three-column-blocks-container{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABUsAAAABCAYAAADn2v+iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxNDUwOEYxRUFFOTAxMUUzQTBCOUZBNTRFQThDNjY0QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxNDUwOEYxRkFFOTAxMUUzQTBCOUZBNTRFQThDNjY0QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE0NTA4RjFDQUU5MDExRTNBMEI5RkE1NEVBOEM2NjRDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE0NTA4RjFEQUU5MDExRTNBMEI5RkE1NEVBOEM2NjRDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AopwZwAAARBJREFUeNrsWEEOwyAMI9D/3/eWvaB/KmTq1EqR51DoeoyliNQYwyCtNOT1XiX9gnEzkD90d9YjHa1M5uez5yNEt4cSjddmZy4hvowf9ZLOWOlo5PBFTSH9megz8OkYm4jOtglybx2545vJ/AX6FqJdjBY1xfCF6FAjoCvglUl4e8z2xtuXkXP3OFbnevGePPHdYPMEAoFAIBAIBAKBwF3ow3od4Hu5OrnlvGhG18y4Clwj+amxbYP+CmP22IhmMx6b0VTQIqfG0/KJrA/X3SDO396Il52rmmclHtXZt968mOP5NOf8EpzhSD2wmlOHG61jHeDwf3mv7mXwvUHdlf/svcDVHZ+m+TvC733JR4ABAA4SmS1Kvc6CAAAAAElFTkSuQmCC') /*/images/gray-border.png*/ top center no-repeat;
    background-size: contain;
    margin-top: 50px;
    padding: 50px 0 0;
}
.news-block .btn-wrap .btn,
.three-column-blocks .column .btn {
    margin: auto;
    font-size: 14px;
    text-transform: none;
    min-width: 200px;
    width: auto;
    padding: 15px 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 991px){
    .three-column-blocks .column ul{        
        margin:0 0 0 25px;
    }
    .three-column-blocks .column p,
    .three-column-blocks .column ul li a{
        font-size: 16px;
    }
    .three-column-blocks .column .notetext{
        padding: 0 25px;
    }
}
.modal {
    top: 78px;
}
.modal .editions-compare-table tr td:last-of-type{
    border-right: 0;
}
@media (min-width: 768px){
    .modal-lg {
        width: 500px;
    }
}