.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #0eabb5;
}
h2, h3 {
    color: #404040;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    line-height: 60px;
}
h4 {
    color: #3f3f3f;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 1.5px;
}
h5 {
    margin: 12px 0 0 0 !important;
}
.moduleTitle.title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
}
.alert-heading {
    color: inherit;
}
p {
    margin: 0;
    padding-bottom: 20px;
}
.icons-marker {
    font-size: 16.8px;
    line-height: 20px;
}
/*Buttons*/
.btn {
    padding: 4px 14px;
    font-size: 14px;
    line-height: 20px;
    background: #ffffff;
    color: #838383;
    text-shadow: none;
    border: 1px solid #e6e6e6;
    border-bottom-color: #e6e6e6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn:hover {
    text-decoration: none;
    background: #e6e6e6;
    color: #000000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn.disabled {
    cursor: default !important;
}
.btn-primary, .btn-small {
    background: #0eabb5;
    color: #ffffff;
    text-shadow: none;
    border: none;
    outline: none !important;
}
.btn-primary:hover, .btn-small:hover {
    background: #0e73b5;
    color: #ffffff;
}
.btn-primary.submitButton, .btn-small.submitButton {
    float: right;
}
.btn-primary.disabled, .btn-small.disabled {
    background: #0e73b5;
    color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-primary:focus, .btn-small:focus, .btn-primary:active, .btn-small:active {
    background: #0eabb5;
    color: #ffffff;
    text-shadow: none;
}
.btn-primary:focus:hover, .btn-small:focus:hover, .btn-primary:active:hover, .btn-small:active:hover {
    background: #0e73b5;
    color: #ffffff;
}
.btn-info {
    background: #404040;
    color: #ffffff;
    text-shadow: none;
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
    box-shadow: none;
    background: #0eabb5;
    color: #ffffff;
    text-shadow: none;
    outline: none;
}
#searchForm .btn.btn-primary {
    height: 28px;
}
hr {
    clear: both;
    margin-bottom: 40px;
    height: 0;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0));
    background-image: -moz-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0));
    background-image: -ms-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0));
    background-image: -o-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0));
    border-width: 1px 0 0;
}
/*Lists*/
ul.icon {
    margin: 0 0 40px;
    overflow: hidden;
    padding: 11px 0 0;
}
ul.icon li {
    float: left;
    width: 33.3333333%;
}
ul.icon li a {
    display: block !important;
    height: 157px;
    position: relative;
}
ul.icon li a:before {
    width: 100%;
    position: absolute;
    top: -10px;
    height: 10px;
    content: "";
}
ul.icon li a img {
    position: absolute;
    top: 66%;
    left: 50%;
    margin: -75px 0 0 -45px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
ul.icon li a .image-title {
    display: block;
    color: #ffffff;
    padding: 35% 40px 0;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
ul.icon li a.blue {
    background: #0eabb5 !important;
}
ul.icon li a.blue:before {
    background: #0eabb5;
}
ul.icon li a.blue:hover:before {
    background: url(../images/template/separator1.png) center top no-repeat !important;
}
ul.icon li a.orange {
    background: #d89a32 !important;
}
ul.icon li a.orange:before {
    background: #d89a32;
}
ul.icon li a.orange:hover:before {
    background: url(../images/template/separator2.png) center top no-repeat !important;
}
ul.icon li a.yellow {
    background: #d6c15f !important;
}
ul.icon li a.yellow:before {
    background: #d6c15f;
}
ul.icon li a.yellow:hover:before {
    background: url(../images/template/separator3.png) center top no-repeat !important;
}
ul.price {
    margin: 0 auto;
    display: table;
}
ul.price li {
    color: #3f3f3f;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 28px;
    list-style: none;
    letter-spacing: 1px;
    display: table-cell;
    padding: 10px;
}
ul.price li a.link {
    display: inline-block;
    background: #4d4d4d;
    text-shadow: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    padding: 4px 32px 4px 22px;
    text-transform: uppercase;
    position: relative;
}
ul.price li a.link:after {
    content: "";
    position: absolute;
    right: 19px;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent white;
}
ul.price li a.link:hover {
    background: #d7d7d7 !important;
    color: #ffffff !important;
    text-shadow: none !important;
}
ul.item_list, .categories-module, .archive-module {
    margin: 0 0 20px;
}
ul.item_list li, .categories-module li, .archive-module li {
    list-style: none;
    padding: 0 0 4px;
}
ul.item_list li a, .categories-module li a, .archive-module li a {
    background: url(../images/template/marker.gif) 0 -65px no-repeat;
    padding-left: 17px;
}
ul.item_list li a:hover, .categories-module li a:hover, .archive-module li a:hover {
    background: url(../images/template/marker.gif) 0 7px no-repeat !important;
    color: #cec9c9;
}
ul.categories-module h5 {
    font-size: 1em;
    line-height: inherit;
    font-weight: normal;
    margin: 0;
}
/*Pagination*/
.pagination {
    height: auto;
    margin: 0;
    padding: 0 0 50px;
}
.pagination ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0 auto;
    width: 100%;
}
.pagination ul li {
    display: inline-block;
    margin-right: 10px;
}
.pagination ul li .pagenav, .pagination ul li .hasTooltip {
    text-transform: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: none;
    background: #404040;
    color: #ffffff;
    text-shadow: none;
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pagination ul li span.pagenav, .pagination ul li .span.hasTooltip {
    background: #0eabb5;
    color: #ffffff;
    text-shadow: none;
}
.pagination ul li a.pagenav, .pagination ul li a.hasTooltip {
    background: #404040;
    color: #ffffff;
    text-shadow: none;
}
.pagination ul li a.pagenav:hover, .pagination ul li a.hasTooltip:hover {
    background: #0eabb5;
    color: #ffffff;
    text-shadow: none;
}
.pagination ul li.num span.pagenav, .pagination ul li.num span.hasTooltip {
    background: #0eabb5;
    color: #ffffff;
    text-shadow: none;
}
/*Forms*/
input[type='radio'], input[type='checkbox'] {
    margin: -2px 0 0;
}
/* Images */
.item_img, .category_img {
    margin: 0 0 20px;
    position: relative;
}
.item_img {
    font-size: 0;
    line-height: 0;
}
#mainbottom .item_img {
    float: left;
    margin-right: 20px;
}
.item_img a {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.item_img a:after {
    content: '\f14d';
    font-family: FontAwesome;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 3;
}
.item_img a.touchGalleryLink:after {
    display: none;
}
.item_img a:hover:after {
    font-size: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #0eabb5;
}
.item_img a .BWfade {
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
}
.item_img a img {
    opacity: 0.99;
    filter: alpha(opacity=99);
}
.img-intro__left, .img-full__left {
    float: left;
    margin: 0 30px 10px 0;
    max-width: 50%;
}
.img-intro__right, .img-full__right {
    float: right;
    margin: 0 0 10px 30px;
    max-width: 50%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#system-message > div {
    margin: 20px 0;
}
/*======================= TOP =======================*/
#top-row {
    padding-top: 40px;
    background: url(../images/template/top-bg.jpg) no-repeat bottom center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}
#top-row .moduleTitle {
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
}
#top-row h3.title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
}
#top-row .container {
    position: relative;
}
/*======================= HEADER =======================*/

#logo h1 {
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 0;
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
}
.item_introtext .phone {
    padding-bottom: 20px
}
/*======================= NAVIGATION =======================*/
#navigation-row {
    width: 100%;
    background: #ffffff;
}
.navigation ul.sf-menu {
    margin-bottom: 20px;
}
.navigation ul.sf-menu > li {
    padding: 0 0 3px;
    margin: 0;
}
.navigation ul.sf-menu > li.sfHover > a, .navigation ul.sf-menu > li.sfHover > span {
    background: none;
    color: #0eabb5;
}
.navigation ul.sf-menu > li.active > a, .navigation ul.sf-menu > li.current > a, .navigation ul.sf-menu > li.active > span, .navigation ul.sf-menu > li.current > span {
    background: none;
    color: #0eabb5;
    padding: 0px;
}
.navigation ul.sf-menu > li > a, .navigation ul.sf-menu > li > span {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    background: none;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover, .navigation ul.sf-menu > li > span:hover {
    background: none;
    color: #0eabb5;
}
.navigation ul.sf-menu li > ul {
    top: 22px;/*Define 1st SubMenu position*/
}
.navigation ul.sf-menu ul {
    width: 155px;/*Define menu width*/
}
.navigation ul.sf-menu li li ul {
    /*Define SubMenu position*/
    top: 0px;
    left: 157px;
}
.navigation ul.sf-menu li li li ul {
    /*Define 2nd+ SubMenu position*/
    top: 0px;
    left: 157px;
}
.navigation ul.sf-menu ul {
    background: none;
    padding: 0px;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
    display: block !important;
}
.navigation ul.sf-menu ul li a, .navigation ul.sf-menu ul li span {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    background: none;
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover, .navigation ul.sf-menu ul li span:hover {
    background: none;
    color: #0eabb5;
}
.navigation ul.sf-menu ul li.active > a, .navigation ul.sf-menu ul li.sfHover > a, .navigation ul.sf-menu ul li.active > span, .navigation ul.sf-menu ul li.sfHover > span {
    background: none;
    color: #0eabb5;
}
.navigation ul.sf-menu.sf-vertical {
    width: 155px;
}
.navigation ul.sf-menu.sf-vertical li {
    width: 255px;
}
.navigation ul.sf-menu.sf-vertical > li:hover > ul, .navigation ul.sf-menu.sf-vertical > li.sfHover > ul {
    /*Define 1st SubMenu position*/
    left: 20px;
}
.navigation ul.sf-menu.sf-vertical ul {
    position: relative;
    left: 20px;
    top: 0;
}
.navigation ul.sf-menu.sf-vertical ul li a, .navigation ul.sf-menu.sf-vertical ul li span {
    display: inline-block;
    font-weight: bold;
    padding: 0px;
    text-transform: uppercase;
}
.navigation ul.sf-menu.sf-vertical ul li a:hover, .navigation ul.sf-menu.sf-vertical ul li span:hover {
    background: none;
    color: #0eabb5;
}
.navigation ul.sf-menu.sf-vertical ul li.active > a, .navigation ul.sf-menu.sf-vertical ul li.sfHover > a, .navigation ul.sf-menu.sf-vertical ul li.active > span, .navigation ul.sf-menu.sf-vertical ul li.sfHover > span {
    background: none;
    color: #0eabb5;
}
.navigation ul.sf-menu.sf-navbar {
    height: 20px;
    padding-bottom: 20px;
    margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul, .navigation ul.sf-menu.sf-navbar li.sfHover > ul {
    /*Define 1st SubMenu position*/
    top: 22px;
    left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
    width: auto;
    padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
    width: 155px;
    top: 20px;
}
.search-block {
    text-align: right;
}
.search-block input {
    max-width: 100%;
}
.masonry .item {
    margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
.mod-newsflash-adv.services .item {
    color: white;
   margin: 0;
}
.mod-newsflash-adv.services .item .item_img {
    margin-bottom: 0;
    width: 50%;
    position: relative;
    float: left;
    text-align: right;
}
.mod-newsflash-adv.services .item .item_img:before {
    content: "";
    position: absolute;
    top: 59px;
    right: 0px;
    z-index: 999;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #000000 transparent transparent;
}
.mod-newsflash-adv.services .item .item_img .item_fulltext {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    z-index: 1;
    font-size: 14px;
    line-height: 20px;
    padding-top: 43px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mod-newsflash-adv.services .item .item_img .item_fulltext .inner {
    float: right;
    margin-right: 65px;
    max-width: 650px;
}
.mod-newsflash-adv.services .item .item_content {
    overflow: hidden;
    padding: 40px 114px 0;
    max-width: 430px;
}
.mod-newsflash-adv.services .item .item_content .item_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-weight: bold;
    color: white;
    max-width: 380px;
    margin-bottom: 19px;
}
.mod-newsflash-adv.services .item .item_content .item_introtext {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
    letter-spacing: 1px;
}
.mod-newsflash-adv.services .item .item_content a {
    color: #ffffff;
}
.mod-newsflash-adv.services .item .item_content a.book:hover {
    background-image: url(../images/phone-hover.png);
}
.mod-newsflash-adv.services .item .item_content a.book {
    float: left;
    margin: 20px 30px 0 0;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
}
.mod-newsflash-adv.services .item.even .item_img {
    float: right;
    text-align: left;
}
.mod-newsflash-adv.services .item.even .item_img:before {
    right: auto;
    left: 0;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #000000;
}
.mod-newsflash-adv.services .item.even .item_title {
    float: right;
}
.mod-newsflash-adv.services .item.even .item_content {
    float: right;
    text-align: right;
}
.mod-newsflash-adv.services .item.even a.book {
    float: right;
    margin: 20px 0 0 30px;
}
.mod-newsflash-adv.services .item.even .item_fulltext .inner {
    float: left;
    margin-left: 65px;
}
.mod-newsflash-adv.services .item.color1 {
    background: #0eabb5;
}
.mod-newsflash-adv.services .item.color1 .item_img {
    background: #dcdcdc;
}
.mod-newsflash-adv.services .item.color1 .item_img .item_fulltext {
    background: #0497a0;
}
.mod-newsflash-adv.services .item.color1 .item_img .item_fulltext a {
    color: #fff;
}
.mod-newsflash-adv.services .item.color1 .item_img .item_fulltext a:hover {
    color: #333;
}
.mod-newsflash-adv.services .item.color1 .item_img:before {
    border-color: transparent transparent transparent #0eabb5;
}
.mod-newsflash-adv.services .item.color2 {
    background: #d89a32;
}
.mod-newsflash-adv.services .item.color2 .item_img {
    background: #eaeaea;
}
.mod-newsflash-adv.services .item.color2 .item_img .item_fulltext {
    background: #d28f1f;
    /*	color: #fac366; */
    color: #fff;
}
.mod-newsflash-adv.services .item.color2 .item_img .item_fulltext a {
    color: #fff;
}
.mod-newsflash-adv.services .item.color2 .item_img .item_fulltext a:hover {
    color: #333;
}
.mod-newsflash-adv.services .item.color2 .item_img:before {
    border-color: transparent #d89a32 transparent transparent;
}
.mod-newsflash-adv.services .item.color3 {
    background: #d6c15f;
}
.mod-newsflash-adv.services .item.color3 .item_img {
    background: #ababab;
}
.mod-newsflash-adv.services .item.color3 .item_img .item_fulltext {
    background: #cab552;
    /*color: #fff1ae;*/
    color: #fff;
}
.mod-newsflash-adv.services .item.color3 .item_img .item_fulltext a {
    color: #fff;
}
.mod-newsflash-adv.services .item.color3 .item_img .item_fulltext a:hover {
    color: #333;
}
.mod-newsflash-adv.services .item.color3 .item_img:before {
    border-color: transparent transparent transparent #d6c15f;
}
.mod-newsflash-adv.services .item:hover .item_fulltext {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mod-newsflash-adv.mod-newsflash-adv__book .item_content, .mod-newsflash-adv.book .item_content {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
}
.mod-newsflash-adv.mod-newsflash-adv__book .item_introtext, .mod-newsflash-adv.book .item_introtext {
    background-color: #ddd;
    padding: 0;
    min-height: 360px;
}
.mod-newsflash-adv.mod-newsflash-adv__book .item_introtext p, .mod-newsflash-adv.book .item_introtext p {
    padding: 15px;
}
.mod-newsflash-adv.mod-newsflash-adv__book .item_content .item_title, .mod-newsflash-adv.book .item_content .item_title {
    background: #3f3f3f;
    color: #ffffff;
    text-shadow: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 52px;
    margin: 0;
    padding: 15px 0 12px;
    text-align: center;
    position: relative;
}
.mod-newsflash-adv.mod-newsflash-adv__book .item_content .item_title:before, .mod-newsflash-adv.book .item_content .item_title:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -11px;
}
.mod-newsflash-adv .isotope {
    margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
    padding: 0 1.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
    text-align: center;
}
ul.list_book {
    margin: 0;
}
ul.list_book li {
    list-style: none;
}
ul.list_book li ul {
    margin: 0;
    text-transform: uppercase;
}
ul.list_book li ul li {
    list-style: none;
    line-height: 18px;
}
ul.list_book li.bg1 {
    background: #4d4d4d;
    color: #838383;
    text-shadow: none;
}
ul.list_book li.bg1 ul {
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 200px;
    padding: 7px 0 11px;
}
ul.list_book li.bg1 ul li strong, ul.list_book li.bg1 ul li span {
    display: inline-block;
    line-height: 72px;
    margin-bottom: -15px;
}
ul.list_book li.bg1 ul li strong {
    font-size: 60px;
}
ul.list_book li.bg1 ul li span {
    font-size: 24px;
    text-transform: none;
}
ul.list_book li.bg2 {
    background: #e3e3e3;
    color: #4d4d4d;
    text-shadow: none;
}
ul.list_book li.bg2 ul {
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 128px;
    padding: 17px 0 30px;
}
ul.list_book li.bg2 ul li {
    line-height: 16px;
    overflow: hidden;
}
ul.list_book li.bg2 ul li strong {
    float: left;
    font-size: 48px;
    display: inline-block;
    line-height: 48px;
    margin-bottom: 3px;
}
ul.list_book li.bg2 ul li span {
    float: left;
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
}
ul.list_book li.bg2 ul li a {
    background: #4d4d4d;
    color: #ffffff;
    text-shadow: none;
    display: block;
    margin: 17px 0 0;
    padding: 7px 0 8px;
}
ul.list_book li.bg2 ul li a:hover {
    background: #ffffff;
    color: #4d4d4d;
    text-shadow: none;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#content-top-row .moduletable .moduleTitle.title {
    line-height: 36px;
}
#content-top-row .moduletable:hover .moduleTitle.title {
    color: #cfcfcf;
}
#content-top-row .moduletable:hover .price li {
    color: #cfcfcf;
}
/*======================= CONTENT =======================*/
#content-row {
    /*padding-bottom: @baseLineHeight;*/
    padding-top: 30px;
}
#component {
    min-height: 0;
}
.item {
    margin-bottom: 20px;
}
.item:after {
    content: '';
    display: block;
    clear: both;
}
.page-header {
    border: none;
    padding: 0;
    margin: 0;
}
.item_info_dl {
    margin: 0 0 10px;
}
.item_info_dl dd {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 16px;
    margin: 0 20px 0 0;
    display: inline;
    color: #3f3f3f;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.item_info_dl dd > * {
    display: inline;
}
.item_info_dl dd .fa {
    color: #0eabb5;
}
.item_info_dl dd a {
    color: #3f3f3f;
}
.item_info_dl dd a:hover {
    color: #0eabb5;
}
.item_icons.btn-group.pull-right {
    margin: 0px 0 10px 10px;
    position: relative;
    z-index: 10;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
    padding: 0;
    float: none;
}
/*===== Home Page ======*/
.custom {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.25em;
    font-weight: bold;
    color: #03c7de;
    letter-spacing: 1px;
    padding-top: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.custom .title {
    color: #03c7de;
    font-weight: bold;
    text-transform: uppercase;
}
.custom .title span {
    display: block;
}
.custom .phone {
    float: left;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-right: 20px;
}
/*===== About Page ======*/
/*===== Gallery Page ======*/
ul.gallery {
    margin: 0;
    text-align: justify;
    font-size: 0.1px;
    display: block;
    line-height: 0;
}
ul.gallery:after {
    content: "";
    display: inline-block;
    width: 100%;
}
ul.gallery .gallery-item {
    list-style: none;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
    color: inherit;
}
ul.gallery .gap {
    list-style: none;
}
ul.gallery .gallery-grid .item_img {
    margin-right: 0;
    float: none;
    max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
    opacity: 0.99;
    filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
    float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
    float: left;
    margin: 0 20px 20px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
    background: none !important;
    line-height: inherit;
    border: none;
    color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
    display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
    color: #999;
}
ul.gallery .gallery-grid .view a {
    color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
    color: #999;
}
ul.gallery .gap {
    display: inline-block;
}
ul.gallery .gallery-list {
    margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
    display: none;
}
ul.gallery .gallery-list a.galleryZoom {
    display: none;
}
ul.gallery .item_more a {
    vertical-align: top;
}
ul.gallery.cols-3 .gap, ul.gallery.cols-3 .gallery-grid {
    width: 32%;
}
ul.gallery.cols-1 .gap, ul.gallery.cols-1 .gallery-grid {
    width: 100%;
}
ul.gallery.cols-2 .gap, ul.gallery.cols-2 .gallery-grid {
    width: 48%;
}
ul.gallery.cols-4 .gap, ul.gallery.cols-4 .gallery-grid {
    width: 24%;
}
.fa-search-plus:before {
    display: none;
}
.gallery-grid .view .item_more a.galleryZoom {
    display: none;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
    margin-bottom: 30px;
}
blockquote {
    padding: 0;
    margin: 0;
    border-left: none;
}
blockquote p {
    margin-bottom: 0;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
}
blockquote small {
    text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
    overflow: hidden;
}
/*===== Blog Page ======*/
.tags {
    clear: both;
}
.addthis_toolbox {
    padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.moduletable.fright {
    float: right;
}
aside .moduleTitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
aside .moduleTitle.title {
    line-height: 47px;
    color: #cfcfcf;
    margin-bottom: 18px;
}
aside .moduletable {
    margin-bottom: 40px;
}
aside .mod-search {
    padding: 0;
    display: block;
}
aside .mod-search form {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 320px;
}
aside .mod-search form #searchword {
    background: #ebebeb;
    color: #838383;
    text-shadow: none;
    margin: 0;
    border: none;
    height: 31px;
    padding: 0 30px 0 10px;
    width: 100%;
    line-height: 31px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
aside .mod-search form input[type="image"] {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
    padding: 4px 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
aside .mod-search form input[type="image"]:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.mod-menu .nav.menu li a, .list1 ul li a {
    display: inline;
}
.mod-menu .nav.menu li a:hover, .list1 ul li a:hover {
    background: none;
}
.tagspopular ul {
    margin: 0 20px 25px;
    display: block;
    text-align: center
}
.tagspopular ul li {
    list-style: none;
    padding: 0;
    display: inline-block;
}
.tagspopular li, ul.tags.inline li {
    border-radius: 0px;
    user-select: none;
    display: inline-block;
    margin: 0 0px 5px 0;
    border: 3px solid #e5e5e5 !important;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.tagspopular li:hover {
    border-color: #333333 !important;
}
.tagspopular li a, ul.tags.inline li a {
    display: block;
    color: #ababab !important;
    text-decoration: none;
    padding: 7px 15px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background: transparent;
    text-shadow: none !important;
    font-weight: 400;
}
.tagspopular li:hover a, ul.tags.inline li:hover a {
    color: #333333 !important;
}
ul.tags {
    clear: none !important;
}
ul.tags.inline {
    margin-left: 0;
    list-style: none;
    width: auto;
    display: inline-block;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
#bottom-row {
    background: #d6c15f;
    color: #fff1ae;
    text-shadow: none;
    padding-bottom: 35px;
    padding-top: 36px;
}
#bottom-row .moduleTitle {
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 22px;
}
#bottom-row .mod-newsflash-adv blockquote {
    background: #cab552;
    color: #fff1ae;
    text-shadow: none;
    margin-bottom: 31px;
    padding: 24px 30px 27px;
    position: relative;
}
#bottom-row .mod-newsflash-adv blockquote:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #cab552 transparent transparent transparent;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -16px;
}
#bottom-row .mod-newsflash-adv small {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: .7px;
    display: block;
    text-align: center;
}
#bottom-row .mod-newsflash-adv small span {
    display: block;
}
#bottom-row .mod-newsflash-adv small a {
    color: #fff1ae;
}
#bottom-row .mod-newsflash-adv small a:hover {
    color: #ffffff;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
    padding-top: 40px;
}
#footer-wrapper .moduleTitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
#copyright {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #e1e1e1;
    margin-bottom: 20px;
}
#copyright .year:after {
    content: '|';
    padding: 0 0 0 4px;
}
#copyright a {
    color: #e1e1e1;
}
#copyright a:hover {
    color: #0eabb5;
}
.social {
    margin: 10px 0 60px;
}
.social li {
    display: inline;
    list-style: none;
    margin: 0 18px 0 0;
}
.social li a {
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 0px;
    line-height: 0px;
    color: white;
}
.social li.lastItem img {
/*margin-top: -15px;*/
    /*margin-left: -2px;*/
}
.social li a.fa {
    position: relative;
}
.social li a.fa:before {
    font: 18px/18px FontAwesome;
}
.social li a:hover {
    color: #0eabb5;
}
.social li img {
    float: left;
}
.mod-languages {
    float: right;
}
ol {
    counter-reset: li;
    margin-left: 5px;
    padding-left: 0;
    margin-top: 20px;
}
ol > li {
    height: 40px;
    line-height: 40px;
    list-style: none outside none;
    margin: 0 0 10px 20px;
    padding: 4px 8px 4px 30px;
    position: relative;
}
ol > li:before {
    -moz-box-sizing: border-box;
    color: #FFFFFF;
    content: counter(li, decimal);
    counter-increment: li;
    font-size: 24px;
    left: -1em;
    margin-right: 8px;
    position: absolute;
    text-align: center;
    width: 40px;
    background-color: #0eabb5;
}
.nn_tabs > ul.nav-tabs {
    width: 100%;
}
.nn_tabs .nav-tabs {
    border-bottom: 1px solid #0eabb5;
}
.nn_tabs > ul.nav-tabs > li {
    width: 50%;
}
.nn_tabs > ul.nav-tabs > li > a {
    color: #0eabb5;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    text-align: center;
    line-height: 36px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
}
.nn_tabs .nav-tabs>li.active>a, .nn_tabs .nav-tabs>li.active>a:hover {
    background-color: #0eabb5;
    color: #fff;
}
.nn_tabs.outline_handles ul.nav-tabs>li a, .nn_tabs.outline_handles ul.nav-tabs>li a:hover {
    border: none;
}
.nn_tabs.top>ul.nav-tabs>li.active>a:focus, .nn_tabs.top>ul.nav-tabs>li>a:focus {
    border-bottom-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.nn_tabs.outline_content>.tab-content {
    border: none;
    border-top: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0x;
}
.contact_details h3, .contact_misc h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}
table td {
    padding: 5px 10px;
    border: 1px solid #CCC;
}
table tr td:last-child {
    font-weight: bold;
}
div.mod-languages ul.lang-inline li.lang-active a {
    color: #fff;
}
a.button {
    padding: 5px 14px;
    background-color: #0eabb5;
    color: #fff;
    display: inline-block;
}
a.modal {
    background-color: #0eabb5;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 320px;
    line-height: 50px;
    height: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
}
a.modal:before {
    font-family: FontAwesome;
    content: "\f040";
    margin-right: 15px;
}
.fb-like.fb_iframe_widget {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}
li.item-482.lastItem {
    border: 1px solid #f38922;
    padding: 8px 8px 8px;
    width: 100px;
    margin: -12px 0 0 0;
    text-align: right;
    float: right;
    display: inherit;
    line-height: 0;
}
ul.nav.menu.icon li:hover img {
    opacity: 0;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
ul.nav.menu.icon li img {
    display: block;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    opacity: 1;
}
ul.nav.menu.icon li:hover span {
    display: block;
    opacity: 1;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
ul.nav.menu.icon li span {
    opacity: 0;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
#submenu-klastr ul {
    list-style-type: none !important;
    margin: 0px 0px 2em 0px !important;
    font-size: 18px;
}
#submenu-klastr li {
    line-height: 20px;
    display: inline;
    margin: 0 10px 0 0;
    text-decoration: underline;
}
.modul-vyhledavani {
    position: absolute;
    top: -2px;
    right: 0
}
.modul-vyhledavani input {
    width: 160px !important;
    height: 34px;
    border-radius: 0px;
    border: none;
}
.tagswci .item.span4 {
    margin-left: 0;
}
.tagswci a {
    display: block;
    width: 80%;
}
.tagswci .title {
    font-weight: bold;
    margin-bottom: 10px;
}
.tagswci img {
    margin-right: 5px;
    margin-bottom: 10px;
}
.tagswci p {
    display: grid;
    margin: 0;
    font-size: 12px;
    padding: 0 5px;
    width: 60%;
}
div#copyright-row {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
div.produkty {
    display: inline-grid;
    width: 30%;
    text-align: center;
    margin: 0;
    padding: 0 1%;
}
div.produkty p.icon-produkty span.fa {
    width: 30px;
    height: 30px;
    color: #11abb5;
    font-size: 28px;
    border: 2px solid #11abb5;
    padding: 22px 20px 18px 20px;
    border-radius: 38px;
    display: block;
    text-align: center;
    margin: 0px auto 0px auto;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
div.produkty:hover p.icon-produkty span.fa {
    color: #fff;
    background: #11abb5;
    border: 2px solid #11abb5;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
div.produkty h4.produkty, .sprocket-mosaic-item h2.sprocket-mosaic-title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    min-height: 40px;
    margin-top: 5px;
    width: auto;
    border-bottom: 1px solid #bdbdbd;
    letter-spacing: -1px;
    font-weight: 400;
    color: #000 !important;
}
div.produkty p.produkty {
    margin: 10px 0 20px 0;
}
div.clou5 {
    width: 100px;
    height: 34px;
    color: #fff;
    line-height: 35px;
    border: 1px solid #f38922;
    background: #f38922;
    display: block;
    text-align: center;
    padding: 0 5px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
div.clou5:hover {
    background: #11abb5;
    border: 1px solid #11abb5;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
div.clou5 p {
    padding-bottom: 0;
}
div.clou5 img {
    padding: 0px 0px 0 5px;
    margin-top: -3px;
}
.moduletable.span3.modul-jazyky {
    margin-top: -30px;
}
a .clou5, .clou5 a {
    color: #fff;
}
div.clenove-detail {
    margin-bottom: 2em;
    display: inline-block;
}
body.clenove .item_fulltext div.clenove-detail img {
    max-width: 150px !important;
    margin: 0 2em 1em 0;
}
body.projekty .item_fulltext div.clenove-detail img {
    max-width: 250px !important;
    margin: 0 2em 1em 0;
}
body.partneri .item_fulltext div.clenove-detail img {
    max-width: 250px !important;
    margin: 0 2em 1em 0;
}
.droppicslightbox .droppicspictures {
    display: inline-block;
    width: 100%;
}
img {
    border-radius: 0px !important;
}
#showcase-row .item_img img {
    width: 100%;
}
.items-leading {
    margin-bottom: 30px;
}
.footer_logo {
    margin-bottom: 20px;
    display: block;
}
.page-category {
    text-align: center;
}
.team {
    text-align: center
}
.team h3 {
    font-weight: 600;
    font-size: 30px;
    text-align: left
}
.kontakt .alignleft {
    float: left;
    display: block;
    padding-right: 20px;
    width: 270px;
    min-height: 120px;
}
.contact_misc .alignleft {
    float: left;
    display: block;
    padding-right: 20px;
    width: 210px;
    min-height: 120px;
}
li.lastItem a span.image-title {
    top: -10px;
    position: relative;
}
span#link_tab {
    height: auto;
    width: auto;
    display: block;
    top: -4em;
    position: relative;
}
#jform_captcha-lbl {
    display: none !important;
}
#logo .gold {
    margin-top: 40px;
    max-width: 300px;
}