/* 
    Document   : Logosol main stylesheet
    Created on : 2013-4-4, 15:10:57
    Author     : Nikolai Tenev
*/
*:focus, .btn:focus {
    outline: none;
}
#typeYouTube {
    display: none;
}
.container #content {
    background-color: #fff;
}
html {
    height: 100%;
}
html img {
    max-width: none;
}
body {
    height: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}
a, a:focus{
    color: #7d569f;
}
a:hover {
    color: #3c294d;
}
/* header */
#headerWrapper {
    padding-top: 1px;
    width: 100%;
    min-width: 1000px;
    background-color: #fff;
    background-position: top left;
    background-repeat: repeat-x;
    position: relative;
    z-index: 100;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#header {
    width: 988px;
    margin: 14px auto 0;
    vertical-align: baseline;
}
/** brand **/
#brandLogo {
    width: 282px;
    height: 40px;
    float: left;
}
#brandLogo a {
    display: block;
    width: 282px;
    height: 40px;
}
#brandLogo a img {
    width: 282px;
    height: 40px;
}
/** ! brand **/
/** main menu **/
#mainNavigation {
    float: right;
    margin-top: 11px;
}
/*** superfish skin ***/
#mainNavigation .sf-sub-indicator {
    display: none;
}
#mainNavigation .sf-menu ul {
    width: 180px;
    list-style: none;
    background-color: #ececec;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
#mainNavigation .sf-menu a, #mainNavigation .sf-menu span {
    position: relative;
    z-index: 1000;
    font-size: 13px;
    color: #59347a;
    padding: 11px 13px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#mainNavigation .sf-menu li:hover a,
#mainNavigation .sf-menu li.sfHover a,
#mainNavigation .sf-menu li:hover span,
#mainNavigation .sf-menu li.sfHover span {
    background-color: #ececec;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#mainNavigation .sf-menu ul li {
    border-bottom: 1px solid #c6c6c6;
    width: 165px;
    margin: 0 0 0 7px;
    padding: 3px 0;
}
#mainNavigation .sf-menu ul li:last-child {
    border-bottom: 0 none;
    padding-bottom: 5px;
}
#mainNavigation .sf-menu ul li a,
#mainNavigation .sf-menu ul li span{
    color: #000000;
    padding: 3px 5px;
    display: block;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}
#mainNavigation .sf-menu ul li a:hover,
#mainNavigation .sf-menu ul li span:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #d8d2de;
    color: #7d569f;
}
/*** ! superfish skin ***/
/** ! main menu **/
/* ! header */
/* slideshow */
#slideshow {
    min-width: 1000px;
    position: relative;
    background-color: #ebebeb;
    overflow: hidden;
}
#slideshow .slides {
    width: 1400px!important;
    height: 460px!important;
}
#slideshow .slide {
    color: #fff;
    width: 1400px!important;
    height: 460px;
    padding-top: 1px;
    background-size: 100% 100%;
}
#slideshow .slide div {
    width: 440px;
    margin: 145px 0 0 0;
    padding: 10px 15px 5px 110px;
    background: rgba(0,0,0,0.7);
    text-align: right;
}
#slideshow .slide div h2 {
    font-size: 25px;
    margin: 5px 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
#slideshow .slide div p {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 2px 2px 3px rgba(0, 0, 0, 0.5);
    word-spacing: 2px;
}
#slideshowPager {
    position: absolute;
    bottom: 175px;
    left: 50%;
    z-index: 5;
}
#slideshowPager a {
    margin: 0 2px 0 2px;
    font-size: 0;
    background-color: #fff;
    display: block;
    width: 11px;
    height: 11px;
    display: block;
    float: left;
    border-radius: 11px;
}
#slideshowPager a:hover, #slideshowPager a.activeSlide {
    font-size: 0;
    background-color: #7d569f;
}
.backgroundShadow {
    box-shadow: 5px 0 10px -4px rgba(0, 0, 0, 0.6), -5px 0 10px -4px rgba(0, 0, 0, 0.6);
}
#slideshow .backgroundShadow {
    width: 1400px!important;
    height: 550px;
    margin: 0 auto;
    position: relative;
}
#content .backgroundShadow {
    width: 1400px!important;
    height: 550px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.overlay {
    background-color: #ebebeb;
    *background-color: #ebebeb;
    background: -moz-linear-gradient(top,  rgba(235,235,235,0) 0%, rgba(235,235,235,0) 10%, rgba(235,235,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,0)), color-stop(10%,rgba(235,235,235,0)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(235,235,235,0) 0%,rgba(235,235,235,0) 10%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(235,235,235,0) 0%,rgba(235,235,235,0) 10%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(235,235,235,0) 0%,rgba(235,235,235,0) 10%,rgba(235,235,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(235,235,235,0) 0%,rgba(235,235,235,0) 10%,rgba(235,235,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ebebeb', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}
#slideshow .backgroundShadow .overlay {
    width: 1450px;
    height: 90px;
    position: absolute;
    left: -25px;
}
#content .backgroundShadow .overlay {
    width: 1450px;
    height: 90px;
    position: absolute;
    left: -25px;
    bottom: -15px;
    background: -moz-linear-gradient(top,  rgba(235,235,235,0) 0%, rgba(235,235,235,0) 10%, rgba(235,235,235,1) 80%, rgba(235,235,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,0)), color-stop(10%,rgba(235,235,235,0)), color-stop(80%,rgba(235,235,235,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(235,235,235,0) 0%,rgba(235,235,235,0) 10%,rgba(235,235,235,1) 80%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(235,235,235,0) 0%,rgba(235,235,235,0) 10%,rgba(235,235,235,1) 80%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(235,235,235,0) 0%,rgba(235,235,235,0) 10%,rgba(235,235,235,1) 80%,rgba(235,235,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(235,235,235,0) 0%,rgba(235,235,235,0) 10%,rgba(235,235,235,1) 80%,rgba(235,235,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ebebeb', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}
/* ! slideshow */
/* content */
/** box **/
.box {
    float: left;
    width: 303px;
    height: 160px;
    padding: 0 20px 0 0;
}
.box h3 {
    margin: 14px 0 5px 40px;
    line-height: 20px;
}
.box h3 a {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding: 0 15px 0 0;
    background-image: url('../images/boxHeaderBullet.png');
    background-position: 100% 4px;
    background-repeat: no-repeat;
}
.box div {
    margin: 0 0 0 18px;
}
.box div a {
    display: block;
    float: left;
    width: 86px;
    height: 78px;
    margin: 8px 15px 0 0;
}
.box div>div.pull-right {
    width: 180px;
    margin: 0;
    line-height: 14px;
}
.box.rightBottomBorder {
    background-image: url('../images/rightBottomBorder.png');
    background-position: bottom right;
    background-color: transparent;
    background-repeat: no-repeat;
}
.box.rightBorder {
    background-image: url('../images/rightBorder.png');
    background-position: center right;
    background-color: transparent;
    background-repeat: no-repeat;
}
.box.bottomBorder {
    background-image: url('../images/bottomBorder.png');
    background-position: bottom center;
    background-color: transparent;
    background-repeat: no-repeat;
}
/** ! box **/
/** homepage **/
#homepage, #innerpage {
    padding: 6px 5px 6px 5px;
    width: 969px;
    margin: 0 auto;
    position: relative;
    top: -160px;
    z-index: 5;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
}
/** ! homepage **/
#contentWrapper {
    overflow: hidden;
    min-width: 1000px;
}
#content {
    background-color: #ebebeb;
    position: relative;
    min-width: 1000px;
}
/** innerpage **/
#innerpage {
    position: relative;
    top: 0;
    margin-top: 125px;
    margin-bottom: 125px;
}
/*** breadcrumbs ***/
.breadcrumbs {
    padding: 10px 0 10px 15px;
    color: #777777;
}
.breadcrumbs a {
    color: #777777;
}
.breadcrumbs a:hover {
    color: #7d569f;
    text-decoration: none;
}
/*** ! breadcrumbs ***/
.innerPage {
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
    overflow: hidden;
    background-image: url('../images/page.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

.leftColumn {
    width: 203px;
    float: left;
    padding: 5px 0 0 12px;
    margin: 0 6px 0 0;
}
.leftColumn nav {
    background: #e8e8e8;
    padding: 10px;
    margin-bottom: 10px;
}
.leftColumn nav h3 {
    font-size: 14px;
    line-height: 18px;
    color: #7d569f;
    border-bottom: 1px #c6c6c6 solid;
    padding: 5px 15px 5px 0;
    margin: 0;
}
.leftColumn nav h3:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.leftColumn nav h3 a {
    padding-right: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #7d569f;
    background-image: url('../images/boxHeaderBullet.png');
    background-position: right center;
    background-repeat: no-repeat;
}
.leftColumn nav h3 a:hover {
    text-decoration: none;
    color: #4B246D;
}
.leftColumn nav ul {
    list-style: none;
    margin: 0;
    border-bottom: 1px #c6c6c6 solid;
    padding: 5px 0;
    width: 183px;
}
.leftColumn nav ul li a {
    line-height: 18px;
    color: #000;
    padding: 3px 5px;
    display: block;
}
.leftColumn nav ul li.active a {
    background: #d5cedb;
    color: #7d569f;
    font-weight: bold;
}
.leftColumn nav ul li a:hover {
    background: rgba(213, 206, 219, 0.5);
    display: block;
    color: #7d569f;
    text-decoration: none;
}
.rightColumn {
    float: left;
    width: 720px;
    padding: 5px 14px 0 14px;
}
.rightColumn.max {
    float: left;
    width: 938px;
}
.rightColumn h1 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #333;
    font-weight: bold;
}
.pdfDocs.rightColumn h1 {
    font-size: 16px;
}
.rightColumn h2 {
    color: #7d569f;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px 0;
    padding: 0;
    padding: 4px 0;
}
.rightColumn .subSection {
    border-bottom: 1px solid #b39cc6;
    padding-bottom: 10px;
    margin-bottom: 18px;
}
.rightColumn .subSection table p {
    margin: 0;
}
.rightColumn .subSection:last-child {
    border-bottom: none;
}
.rightColumn .subSection .leftColumn {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
}
.rightColumn .subSection .rightColumn {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}
.rightColumn .subSection .subproductLinks .dropdown-menu, .rightColumn .subSection .subsoftwareLinks .dropdown-menu {
    border: 0 none;
    background-color: #e0e0e0;
    color: #411c62;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    margin-top: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.rightColumn .subSection .subproductLinks .dropdown-menu > li > a, .rightColumn .subSection .subsoftwareLinks .dropdown-menu > li > a {
    padding: 3px 5px;
    white-space: pre;
}
.rightColumn .subSection .subproductLinks .dropdown-menu > li > a:hover, .rightColumn .subSection .subproductLinks .dropdown-menu > li > a:focus, .rightColumn .subSection .subproductLinks .dropdown-submenu:hover > a, .rightColumn .subSection .subproductLinks .dropdown-submenu:focus > a,
.rightColumn .subSection .subsoftwareLinks .dropdown-menu > li > a:hover, .rightColumn .subSection .subsoftwareLinks .dropdown-menu > li > a:focus, .rightColumn .subSection .subsoftwareLinks .dropdown-submenu:hover > a, .rightColumn .subSection .subsoftwareLinks .dropdown-submenu:focus > a {
    color: #e3e3e3;
    text-decoration: none;
    background-color: #76746b;
    background-image: none;
}
.rightColumn .btn-group .btn-info, .rightColumn .btn-group .btn-info,
.rightColumn .btn-info, .rightColumn .btn-info,
.rightColumn .btn-group.open .btn-info.dropdown-toggle {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    padding: 0px 10px;
    color: #411c62;
    line-height: 24px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    text-shadow: none;
    background-color: #e0e0e0;
    *background-color: #e0e0e0;
    background-image: -moz-linear-gradient(top, #f3f3f3, #dbdbdb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#dbdbdb));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #dbdbdb);
    background-image: -o-linear-gradient(top, #f3f3f3, #dbdbdb);
    background-image: linear-gradient(to bottom, #f3f3f3, #dbdbdb);
    background-repeat: repeat-x;
    border-color: #cbcbcb #a0a0a0 #cbcbcb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffdbdbdb', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.rightColumn .btn-group .btn-info .caret, .rightColumn .btn-group .btn-info .caret, .downloadIcon a .caret {
    border: none;
    border-top: 8px solid #7d569f;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.rightColumn .btn-info .caret.caretRight, .rightColumn .btn-info .caret.caretRight {
    border: none;
    border-left: 8px solid #7d569f;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.rightColumn .btn .caret, .rightColumn .btn .caret {
    margin-top: 9px;
}
.rightColumn .btn .caret.caretRight, .rightColumn .btn .caret.caretRight {
    margin: 7px 0 0 10px;
}
.brochureLink {
    display: block;
    background-image: url('../images/pdf-i.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    line-height: 20px;
    color: #555;
}
.rightColumn h2.brochureSubtitle {
    margin: 5px 0 0 0;
}
.rightColumn .galleryPics {
    margin: 10px 0 10px 0;
}
.rightColumn .galleryPics a {
    position: relative;
    display: inline-block;
    margin: 5px;
}
.rightColumn .galleryPics img {
    width: 132px;
    height: 88px;
}
.rightColumn .galleryPics>a>span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('../images/video-overlay.png') no-repeat center center;
}
.googleMap img {
    max-width: none;
}
/** ! innerpage **/
/* ! content */
/* ! footer */
#footerWrapper {
    box-shadow: 0 -6px 6px -4px rgba(0, 0, 0, 0.2);
    min-width: 1000px;
    margin-top: -80px;
    background-color: #fff;
    position: relative;
    /*height: 100%;*/
}
#footer {
    width: 988px;
    margin: 0 auto;
    padding-top: 10px;
    background-color: #fff;
    height: 130px;
    position: relative;
}
#footer.row-fluid {
    width: auto;
    margin: 0;
    padding-top: 0;
    background-color: #fff;
    height: auto;
    position: static;
}
#footerNav {
    float: left;
}
#footerNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer ul li {
    float: left;
}
#footer ul li a {
    color: #7d569f;
    font-weight: bold;
    border-right: 1px #7d569f solid;
    padding: 0 8px;
}
#footer ul li:last-child a {
    border-right: 0 none;
}
#copyrightHolder {
    float: right;
    color: #7d569f;
    font-style: normal;
    font-weight: bold;
    margin-right: 7px;
}
/* ! footer */
.downloadIcon {
    text-align: right;
    font-weight: bold;
    margin-right: 90px;
}
.downloadIcon a {
    display: inline-block;
    padding-left: 27px;
    line-height: 24px;
    font-size: 14px;
}

.downloadIcon a .caret {
    vertical-align: middle;
    margin-left: 5px;
}