.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: #108ae6;
}

h2 {
    color: #3e8ac5;
    font-family: Arial, sans-serif;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
}

h3 {
    color: #818181;
    font-family: Arial, sans-serif;
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 20px;
}

h4 {
    color: #3f3f3f;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 2px;
}

.moduleTitle.title {
    font-family: Arial, sans-serif;
    font-size: 48px;
    line-height: 52px;
    text-transform: none;
}

.alert-heading {
    color: inherit;
}

p {
    margin: 0;
    padding-bottom: 20px;
    text-shadow: none !important;
}

.icons-marker {
    font-size: 16.8px;
    line-height: 20px;
}


/*Buttons*/

.btn {
    padding: 6px 25px;
    font-size: 16px;
    line-height: 25px;
    background: #e7f5ff;
    color: #838383;
    text-shadow: none;
    border: 2px solid #e7f5ff;
    border-bottom-color: #a6a6a6;
    -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;
    border: 2px solid #e6e6e6;
    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: #108ae6;
    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: #108ae6;
    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: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    box-shadow: none;
    background: #108ae6;
    color: #ffffff;
    text-shadow: none;
    outline: none;
    border: 2px solid #ffffff;
}

#searchForm .btn.btn-primary {
    height: 28px;
}


/*Lists*/

ul.icon {
    margin: 0 0 57px;
    overflow: hidden;
    padding: 11px 0 0;
}

ul.icon li {
    float: left;
    max-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: 30%;
    left: 50%;
    margin: -28px 0 0 -24px;
    -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: 45% 40px 0;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 1;
    filter: alpha(opacity=1);
    -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.blue {
    background: #108ae6 !important;
}

ul.icon li a.blue:before {
    background: #108ae6;
}

ul.icon li a.blue:hover:before {
    background: url(/images/separator4.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.icon li a:hover img {
    opacity: 1;
    filter: alpha(opacity=0);
}

ul.icon li a:hover .image-title {
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.price {
    margin: 0 0 20px;
}

ul.price li {
    color: #3f3f3f;
    font-family: Arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
    list-style: none;
    letter-spacing: 1px;
    padding-bottom: 13px;
}

ul.price li a.link {
    display: inline-block;
    background: #4d4d4d;
    text-shadow: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 32px 6px 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: Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
    background: #108ae6;
    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: #108ae6;
    color: #ffffff;
    text-shadow: none;
}

.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
    background: #108ae6;
    color: #ffffff;
    text-shadow: none;
}


/*Forms*/

input[type='radio'],
input[type='checkbox'] {
    margin: -2px 0 0;
    width: auto !important;
}


/* Images */

.item_img,
.category_img {
    margin: 0 0 20px;
    position: relative;
}

.item_img {
    font-size: 0;
    line-height: 0;
}

.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: #108ae6;
}

.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 {
    background: url(/images/toyota-tsusho-1.jpg) center 0 no-repeat;
    padding-top: 55px;
}

#top-row .moduleTitle {
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 42px;
}


/*======================= HEADER =======================*/

#logo {
    margin-bottom: 51px;
    margin-top: 0px;
    padding-left: 0px;
}

#logo h1 {
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 0;
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
}


/*======================= NAVIGATION =======================*/

#navigation-row {
    width: 100%;
    background: #ffffff;
}

.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: #108ae6;
}

.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: #77b6e6;
    padding: 0 0 0 0px;
}

.navigation ul.sf-menu>li>a,
.navigation ul.sf-menu>li>span {
    font-size: 16px;
    line-height: 20px;
    font-family: Arial, 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;
    text-transform: uppercase;
}

.navigation ul.sf-menu>li>a:hover,
.navigation ul.sf-menu>li>span:hover {
    background: none;
    color: #77b6e6;
}

.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: Arial, 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: #108ae6;
}

.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: #108ae6;
}

.navigation ul.sf-menu.sf-vertical {
    width: 155px;
}

.navigation ul.sf-menu.sf-vertical li {
    width: 155px;
}

.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: #108ae6;
}

.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: #108ae6;
}

.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-bottom: 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: 15px;
    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: 115px;
    max-width: 450px;
}

.mod-newsflash-adv.services .item .item_content {
    overflow: hidden;
    padding: 40px 50px 0;
    max-width: 520px;
}

.mod-newsflash-adv.services .item .item_content .item_title {
    font-family: Arial, sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    color: white;
    max-width: 440px;
    margin-bottom: 19px;
}

.mod-newsflash-adv.services .item .item_content .item_introtext {
    font-family: Arial, 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:hover {
    color: #838383 !important;
}

.mod-newsflash-adv.services .item .item_content a.book {
    float: left;
    margin: 12px 30px 0 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    width: 50px;
    text-align: center;
    padding: 17px 10px;
    letter-spacing: 2px;
    background: #ffffff;
    color: #838383;
    text-shadow: none;
}

.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: 12px 0 0 30px;
}

.mod-newsflash-adv.services .item.even .item_fulltext .inner {
    float: left;
    margin-left: 115px;
}

.mod-newsflash-adv.services .item.color1 {
    background: #108ae6;
}

.mod-newsflash-adv.services .item.color1 .item_img {
    background: #dcdcdc;
}

.mod-newsflash-adv.services .item.color1 .item_img .item_fulltext {
    background: #0e77c6;
    color: #ffffff;
}

.mod-newsflash-adv.services .item.color1 .item_img:before {
    border-color: transparent transparent transparent #108ae6;
}

.mod-newsflash-adv.services .item.color1 a.book {
    color: #108ae6;
}

.mod-newsflash-adv.services .item.color1 a.book:hover {
    background: #0e77c6 !important;
    color: #ffffff !important;
    text-shadow: none !important;
}

.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: #ffffff;
}

.mod-newsflash-adv.services .item.color2 .item_img:before {
    border-color: transparent #d89a32 transparent transparent;
}

.mod-newsflash-adv.services .item.color2 a.book {
    color: #d89a32;
}

.mod-newsflash-adv.services .item.color2 a.book:hover {
    background: #d28f1f !important;
    color: #ffffff !important;
    text-shadow: none !important;
}

.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-color: #d6c15f;
    /*
  background: #cab552;*/
    color: #ffffff;
}

.mod-newsflash-adv.services .item.color3 .item_img:before {
    border-color: transparent transparent transparent #d6c15f;
}

.mod-newsflash-adv.services .item.color3 a.book {
    color: #d6c15f;
}

.mod-newsflash-adv.services .item.color3 a.book:hover {
    background: #cab552 !important;
    color: #ffffff !important;
    text-shadow: none !important;
}

.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: Arial, sans-serif;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
}

.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: Arial, sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 15px 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: #c5c5c5;
    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: 200px;
    padding: 17px 0 30px;
}

ul.list_book li.bg2 ul li {
    line-height: 16px;
    overflow: hidden;
}

ul.list_book li.bg2 ul li strong {
    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: 47px;
}

#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: Arial, 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: #108ae6;
}

.item_info_dl dd a {
    color: #3f3f3f;
}

.item_info_dl dd a:hover {
    color: #108ae6;
}

.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: Arial, sans-serif;
    line-height: 18px;
    font-weight: bold;
    color: #77b6e6;
    letter-spacing: 1px;
    padding-top: 6%;
    margin-bottom: 40px;
    text-transform: uppercase;
}

div.custom h5 {
    padding-top: 24.5%;
}

.custom .title {
    color: #77b6e6;
    font-weight: bold;
    text-transform: uppercase;
}

.custom .title span {
    display: block;
}

.custom .phone {
    float: left;
    font-size: 48px;
    line-height: 220px;
    letter-spacing: 2px;
    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 .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%;
}


/*===== 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: Arial, 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;
}

.tagspopular ul li {
    list-style: none;
    display: inline-block;
    padding: 0 15px 12px 0;
}


/*======================= 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: Arial, 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: 20px;
}

#footer-wrapper .moduleTitle {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: uppercase;
    max-width: 96%;
    color: #ffffff;
    border-bottom: 1px solid #4d8dbe;
}

#copyright {
    font-family: Arial, sans-serif;
    padding-top: 0px;
    text-transform: uppercase;
    color: #ffffff;
    width: 24%;
    margin-bottom: 20px;
    padding-left: 0px;
}

#copyright .year:after {
    content: '|';
    padding: 0 0 0 4px;
}

#copyright a {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 30px;
}

#copyright a:hover {
    color: #108ae6;
}

.social {
    margin: 4px 0 76px;
}

.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 a.fa {
    position: relative;
}

.social li a.fa:before {
    font: 18px/18px FontAwesome;
}

.social li a:hover {
    color: #108ae6;
}


/*----- OWN STYLES -----*/

div.legend {
    color: #f1f1f1;
    font-size: 22px;
    text-align: right;
    padding: 6px 0;
}

div.legend img {
    padding-left: 30px;
    padding-right: 5px;
}

div.p-inline {
    margin: 5px 0 20px 0;
}

div.p-inline p {
    display: inline;
}

div.p-inline a {
    padding: 8px 15px;
    color: #0f89e5;
    background-color: #f9f9f9;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    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;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
    /* Adjust as needed */
    background-color: rgba(0, 0, 0, 0.1);
}

#formular {
    width: 100%;
}

#formular select,
#formular input,
#formular textarea {
    width: 100%;
}

#formular textarea {
    height: auto;
}

#formular input[type="checkbox"] {
    width: 10%;
}

#formular label {
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 0px;
}

#formular p.needed:before {
    content: "\f005";
    position: relative;
    color: red;
    font-size: 8px;
    line-height: 8px;
    left: 0;
    top: -3px;
    margin-right: 10px;
    font-weight: normal !important;
    font-family: 'FontAwesome';
}

#formular label.needed:after {
    content: "\f005";
    position: relative;
    color: red;
    font-size: 8px;
    line-height: 8px;
    left: 0;
    top: -3px;
    margin-left: 10px;
    font-weight: normal !important;
    font-family: 'FontAwesome' !important;
}

#formular .btn {
    background: #ff9f1a;
    padding: 10px;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

#formular .btn:hover {
    background: #b36800;
    color: #fff;
}

#formular .btn:after {
    font-family: 'FontAwesome' !important;
    content: "\f105";
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    left: 0;
    top: 0px;
    margin-left: 20px;
    font-weight: normal !important;
}

#formular #radio label {
    display: block;
    width: auto;
}

#formular #radio input {
    width: auto;
}

#formular #radio input[type="radio"] {
    opacity: 1;
    margin: 0px 3px;
    width: auto;
}

#formular #radio {
    margin-bottom: 10px;
    width: auto;
}

#formular #radio span {
    margin-right: 15px;
    width: auto;
}

.galleryZoom {
    display: none !important;
}

.menuHighlight {
    padding-left: 0 !important;
    padding-bottom: 1px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 35px;
    border-bottom: 1px solid #4d8dbe;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

div.item_introtext div.contact_details div.contact_details_item.span4 {
    display: inline !important;
}

div.item_introtext div.contact_details {
    width: 80%
}

a.btn-full {
    width: 90%;
    margin-bottom: 20px;
}