.box-header.animation-slide:after
{
visibility: hidden;
}
.box-header.slide:after
{
animation-name: slide;
-webkit-animation-name: slide;
animation-timing-function: cubic-bezier(.75, 0, .25, 1);	
-webkit-animation-timing-function: cubic-bezier(.75, 0, .25, 1);
animation-duration: 0.6s;	
-webkit-animation-duration: 0.6s;
visibility: visible;
}
@keyframes slide 
{
0% 
{
width: 0;	
}
100% 
{
width: 50px;	
}		
}
@-webkit-keyframes slide 
{
0% 
{
width: 0;
}
100% 
{
width: 50px;
}		
} .animated-element
{
visibility: hidden;
position: relative;
}
.comment-box .animated-element.date .arrow-date,
.comment-box.animated-element .arrow-comments
{
visibility: hidden;
}
.fadeIn, .scale, .slideRight, .slideRight200, .slideRight25, .slideLeft, .slideLeft50, .slideDown, .slideDown200, .slideUp,
.comment-box .fadeIn.date .arrow-date, .comment-box .scale.date .arrow-date, .comment-box .slideRight.date .arrow-date, .comment-box .slideRight200.date .arrow-date, .comment-box .slideLeft.date .arrow-date, .comment-box .slideLeft50.date .arrow-date, .comment-box .slideDown.date .arrow-date, .comment-box .slideDown200.date .arrow-date, .comment-box .slideUp.date .arrow-date,
.comment-box.fadeIn .arrow-comments, .comment-box.scale .arrow-comments, .comment-box.slideRight .arrow-comments, .comment-box.slideRight200 .arrow-comments, .comment-box.slideLeft .arrow-comments, .comment-box.slideLeft50 .arrow-comments, .comment-box.slideDown .arrow-comments, .comment-box.slideDown200 .arrow-comments, .comment-box.slideUp .arrow-comments
{
animation-timing-function: cubic-bezier(.75, 0, .25, 1);	
-webkit-animation-timing-function: cubic-bezier(.75, 0, .25, 1);		
visibility: visible !important;
} .fadeIn
{	
animation-name: fadeIn;
-webkit-animation-name: fadeIn;	
}
@keyframes fadeIn 
{
0% 
{
opacity: 0;
}
100% 
{
opacity: 1;
}
}
@-webkit-keyframes fadeIn 
{
0% 
{
opacity: 0;
}
100% 
{
opacity: 1;
}
} .scale
{
animation-name: scale;
-webkit-animation-name: scale;
}
@keyframes scale 
{
0% 
{
transform: scale(0.2);	
}
100% 
{
transform: scale(1);	
}		
}
@-webkit-keyframes scale 
{
0% 
{
-webkit-transform: scale(0.2);	
}
100% 
{
-webkit-transform: scale(1);
}		
} .slideRight
{
animation-name: slideRight;
-webkit-animation-name: slideRight;	
}
@keyframes slideRight 
{
0% 
{
opacity: 0;
transform: translateX(-100%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRight 
{
0% 
{
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideRight200
{
animation-name: slideRight200;
-webkit-animation-name: slideRight200;	
}
@keyframes slideRight200 
{
0%
{
opacity: 0;
transform: translateX(-200%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRight200 
{
0%
{
opacity: 0;
-webkit-transform: translateX(-200%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideRight25
{
animation-name: slideRight25;
-webkit-animation-name: slideRight25;	
}
@keyframes slideRight25
{
0% 
{
opacity: 0;
transform: translateX(-25%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRight25
{
0% 
{
opacity: 0;
-webkit-transform: translateX(-25%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideLeft
{
animation-name: slideLeft;
-webkit-animation-name: slideLeft;
}
@keyframes slideLeft 
{
0% 
{
opacity: 0;
transform: translateX(100%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}	
}
@-webkit-keyframes slideLeft 
{
0% 
{
opacity: 0;
-webkit-transform: translateX(100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideLeft50
{
animation-name: slideLeft50;
-webkit-animation-name: slideLeft50;
}
@keyframes slideLeft50 
{
0% 
{
opacity: 0;
transform: translateX(50%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}	
}
@-webkit-keyframes slideLeft50 
{
0% 
{
opacity: 0;
-webkit-transform: translateX(50%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideDown
{
animation-name: slideDown;
-webkit-animation-name: slideDown;				
}
@keyframes slideDown 
{
0% 
{
opacity: 0;
transform: translateY(-100%);
}
100% 
{
opacity: 1;
transform: translateY(0%);
}		
}
@-webkit-keyframes slideDown 
{
0% 
{
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateY(0%);
}	
} .slideDown200
{
animation-name: slideDown200;
-webkit-animation-name: slideDown200;				
}
@keyframes slideDown200
{
0% 
{
opacity: 0;
transform: translateY(-100%);
}
100% 
{
opacity: 1;
transform: translateY(0%);
}		
}
@-webkit-keyframes slideDown200
{
0% 
{
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateY(0%);
}	
} .slideUp
{
animation-name: slideUp;
-webkit-animation-name: slideUp;
}
@keyframes slideUp 
{
0% 
{
opacity: 0;
transform: translateY(100%);
}
100%
{
opacity: 1;
transform: translateY(0%);
}	
}
@-webkit-keyframes slideUp 
{
0% 
{
opacity: 0;
-webkit-transform: translateY(100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateY(0%);
}	
}.header-top-sidebar form.search {
float: right;
width: 20%;
margin-top: 8px;
}
.footer .widget .contact-data li .value {
padding: .8em 0 .5em 15px;
}@media screen and (max-width:1249px)
{
.vc_col-sm-6 .vc_col-sm-6 table td, 
.vc_col-sm-6 .vc_col-sm-6 table th
{
padding: 11px 5px;
} .site-container.boxed,
.boxed .header-container.sticky.move
{
max-width: 1090px;
} .header,
.header-top-sidebar,
.site-container .vc_row,
.site-container .vc_row.full-width .wpb_column .vc_row,
.site-container .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
.home-box-container-list,
.footer,
.copyright-area
{
width: 990px;
}
.page-header-left
{
width: 730px;
}
.sf-menu>li>a
{
height: 24px;
}
.header.layout-1 .sf-menu li a, .header.layout-1 .sf-menu li a:visited
{
padding: 11px 10px 11px 8px;
}
.header.layout-1 .sf-menu>li.menu-item-has-children>a, .header.layout-1 .sf-menu>li.menu-item-has-children>a:visited
{
padding: 11px 3px 11px 8px;
}
.header.layout-1 .sf-menu>li.menu-item-has-children>a::after,
.header.layout-1 .sf-menu>li.menu-item-has-children.current-menu-item:hover>a::after,
.header.layout-1 .sf-menu>li.menu-item-has-children.current-menu-ancestor:hover>a::after
{
margin-left: 1px;
} .sf-menu>li.menu-item-has-children>a::after,
.sf-menu>li.menu-item-has-children.current-menu-item:hover>a::after,
.sf-menu>li.menu-item-has-children.current-menu-ancestor:hover>a::after
{
vertical-align: middle;
margin-top: -2px;
}
.header.layout-1 .sf-menu li ul li
{
width: 156px;
padding: 0 8px;
}
.header.layout-1 .sf-menu li a,
.header.layout-1 .sf-menu li a:visited,
.header.layout-1 .sf-menu li ul li a
{
font-size: 13px;
}
.header.layout-1 .sf-menu li ul
{
width: 172px;
}
.header.layout-1 .sf-menu li.wide ul.sub-menu
{
width: 344px;
}
.header.layout-1 ul.sf-menu li li:hover ul, .header.layout-1 ul.sf-menu li li.sfHover ul,
.header.layout-1 ul.sf-menu li li li:hover ul, .header.layout-1 ul.sf-menu li li li.sfHover ul
{
left: 172px;
}
.header.layout-1 .sf-menu li.left-flyout:hover ul ul 
{
left: -174px;
} .home-box,
.home-box-container-list.for-home-slider .home-box,
.scrolling-list-fix-block,
.wpb_column .home-box-container-list .scrolling-list-fix-block
{
width: 270px;
}
.home-box-container-list.for-home-slider
{
position: relative;
margin-top: -194px;
}
.home-box-container
{
padding: 19px 30px 30px;
}
.home-box .news
{
margin-top: 22px;
}
.home-box .more
{
margin-top: 21px;
}
.home-box .scrolling-controls
{
margin-top: -59px;
height: 36px;
}
.home-box .scrolling-controls .header-right
{
margin-top: 1px;
}
.vc_col-sm-12 .scrolling-list-fix-block
{
width: 930px;
}
.vc_col-sm-10 .scrolling-list-fix-block
{
width: 760px;
}
.vc_col-sm-9 .scrolling-list-fix-block
{
width: 675px;
}
.vc_col-sm-8 .scrolling-list-fix-block
{
width: 590px;
}
.vc_col-sm-6 .scrolling-list-fix-block
{
width: 420px;
}
.vc_col-sm-3 .scrolling-list-fix-block
{
width: 165px;
}
.vc_col-sm-2 .scrolling-list-fix-block
{
width: 120px;
} .vc_col-sm-3 .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 223px;
}
.vc_col-sm-3 .tabs-box-navigation.sf-menu li.wide ul li
{
width: 203px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 138px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.wide ul li
{
width: 118px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li:hover ul, 
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.sfHover ul
{
top: 66px;
} .post-footer .post-footer-details li
{
margin-right: 5px;
}
.post-footer-details li.post-footer-author+li.post-footer-category,
.post-footer-details li.post-footer-date,
.post-footer-details li.post-footer-comments
{	
margin-left: 5px;
padding-left: 10px;
}
.post-footer-details li.separator
{
margin: 0 10px 10px 5px;
}
.comment-box
{
width: 105px;
}
.comment-box .date .value
{
width: 90px;
padding: 11px 5px 12px;
}
.comment-box .comments-number
{
width: 100px;
}
.comments .comments-number a
{
width: 90px;
}
#comments_list .comment-details
{
width: 405px;
}
#comments_list .children .comment-details
{
width: 295px;
}
#comments_list .comment-author-avatar,
#comments_list .comment-author-avatar img
{
width: 90px;
height: 90px;
}
#comments_list .comment-author-avatar
{
margin-right: 25px;
}
#comments_list .children
{
margin-left: 110px;
}
.comment-form-container
{
margin-left: 130px;
}
.vc_col-sm-12 #comments_list .comment-details 
{
width: 745px;
}
.vc_col-sm-12 #comments_list .children .comment-details
{
width: 635px;
}
.vc_col-sm-10 #comments_list .comment-details
{
width: 575px;
}
.vc_col-sm-10 #comments_list .children .comment-details
{
width: 465px;
}
.vc_col-sm-9 #comments_list .comment-details
{
width: 490px;
}
.vc_col-sm-9 #comments_list .children .comment-details
{
width: 380px;
}
.vc_col-sm-6 #comments_list .comment-details
{
width: 235px;
}
.vc_col-sm-6 #comments_list .children .comment-details
{
width: 205px;
}
.vc_col-sm-6 #comments_list .children
{
margin-left: 30px;
}
.vc_col-sm-6 .comment-form-container
{
margin-left: 0;
}
.vc_col-sm-4 #comments_list .comment-details,
.vc_col-sm-4 #comments_list .children .comment-details
{
width: 100%;
}
.vc_col-sm-4 .comment-form input[type="submit"]
{
width: 140px;
} .vc_col-sm-3 .accordion .ui-accordion-content .item-footer .mc-button
{
float: left;
}
.vc_col-sm-3 .accordion .ui-accordion-content .item-footer .mc-button:last-child
{
margin-top: 10px;
}
.vc_col-sm-3 .accordion .ui-accordion-content .item-footer .mc-button,
.vc_col-sm-2 .item-content .thumb-image,
.vc_col-sm-6 .accordion.wide .ui-accordion-content .vc_col-sm-6 .item-footer .mc-button
{
margin-right: 0;
}
.vc_col-sm-6 .accordion.wide .ui-accordion-content .vc_col-sm-6 .item-footer .mc-button:last-child
{
margin-top: 10px;
} .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 330px;
}
.vc_col-sm-10 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 250px;
}
.vc_col-sm-9 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 207px;
}
.vc_col-sm-8 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
clear: both;
max-width: 100%;
}
.vc_col-sm-8 .gallery-item-details-list .details-box .controls
{
position: static;
float: left;
margin-bottom: 15px;
}
.vc_col-sm-4 .controls li.separator
{
margin: 0 15px;
}
.vc_col-sm-2 .controls li.separator
{
margin: 0 10px;
} .mc-gallery .gallery-box,
.gallery-box img,
.gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-2-columns .gallery-box,
.vc_col-sm-3 .gallery-2-columns .gallery-box img,
.vc_col-sm-3 .gallery-2-columns .mc-preloader,
.vc_col-sm-6 .gallery-2-columns .gallery-box,
.vc_col-sm-6 .gallery-2-columns .gallery-box img,
.vc_col-sm-6 .gallery-2-columns .mc-preloader,
.vc_col-sm-9 .gallery-3-columns .gallery-box,
.vc_col-sm-9 .gallery-3-columns .gallery-box img,
.vc_col-sm-9 .gallery-3-columns .mc-preloader,
.vc_col-sm-6 .gallery-3-columns .gallery-box,
.vc_col-sm-6 .gallery-3-columns .gallery-box img,
.vc_col-sm-6 .gallery-3-columns .mc-preloader,
.vc_col-sm-3 .gallery-3-columns .gallery-box,
.vc_col-sm-3 .gallery-3-columns .gallery-box img,
.vc_col-sm-3 .gallery-3-columns .mc-preloader
{
width: 225px;
}
.gallery-box img,
.wpb_column .gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-2-columns .gallery-box img,
.vc_col-sm-3 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-6 .gallery-2-columns .gallery-box img,
.vc_col-sm-6 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-9 .gallery-3-columns .gallery-box img,
.vc_col-sm-9 .gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-6 .gallery-3-columns .gallery-box img,
.vc_col-sm-6 .gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-3-columns .gallery-box img,
.vc_col-sm-3 .gallery-3-columns .gallery-box .mc-preloader
{
height: 150px;
}
.gallery-2-columns .gallery-box,
.gallery-2-columns .gallery-box img,
.gallery-2-columns .gallery-box .mc-preloader
{
width: 480px;
}
.gallery-2-columns .gallery-box img,
.gallery-2-columns .gallery-box .mc-preloader
{
height: 320px;
}
.vc_col-sm-9 .gallery-2-columns .gallery-box,
.vc_col-sm-9 .gallery-2-columns .gallery-box img,
.vc_col-sm-9 .gallery-2-columns .mc-preloader
{
width: 352.5px;
}
.vc_col-sm-9 .gallery-2-columns .gallery-box img,
.vc_col-sm-9 .gallery-2-columns .gallery-box .mc-preloader
{
height: 235px;
}
.gallery-3-columns .gallery-box,
.gallery-3-columns .gallery-box img,
.gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box img,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-2-columns .gallery-box,
.vc_col-sm-8 .gallery-2-columns .gallery-box img,
.vc_col-sm-8 .gallery-2-columns .mc-preloader,
.vc_col-sm-4 .gallery-2-columns .gallery-box,
.vc_col-sm-4 .gallery-2-columns .gallery-box img,
.vc_col-sm-4 .gallery-2-columns .mc-preloader,
.vc_col-sm-4 .gallery-3-columns .gallery-box,
.vc_col-sm-4 .gallery-3-columns .gallery-box img,
.vc_col-sm-4 .gallery-3-columns .mc-preloader
{
width: 310px;
}
.gallery-3-columns .gallery-box img,
.gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box img,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-2-columns .gallery-box img,
.vc_col-sm-8 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-4 .gallery-2-columns .gallery-box img,
.vc_col-sm-4 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-4 .gallery-3-columns .gallery-box img,
.vc_col-sm-4 .gallery-3-columns .gallery-box .mc-preloader
{
height: 206.667px;
}
.vc_col-sm-10 .gallery-box,
.vc_col-sm-10 .gallery-box img,
.vc_col-sm-10 .gallery-box .mc-preloader,
.vc_col-sm-10 .gallery-3-columns .gallery-box,
.vc_col-sm-10 .gallery-3-columns .gallery-box img,
.vc_col-sm-10 .gallery-3-columns .mc-preloader
{
width: 253.33px;
}
.vc_col-sm-10 .gallery-box img,
.vc_col-sm-10 .gallery-box .mc-preloader,
.vc_col-sm-10 .gallery-3-columns .gallery-box img,
.vc_col-sm-10 .gallery-3-columns .gallery-box .mc-preloader
{
height: 168.883px;
}
.vc_col-sm-8 .gallery-box,
.vc_col-sm-8 .gallery-box img,
.vc_col-sm-8 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-3-columns .gallery-box,
.vc_col-sm-8 .gallery-3-columns .gallery-box img,
.vc_col-sm-8 .gallery-3-columns .mc-preloader
{
width: 196.66px;
}
.vc_col-sm-8 .gallery-box img,
.vc_col-sm-8 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-3-columns .gallery-box img,
.vc_col-sm-8 .gallery-3-columns .gallery-box .mc-preloader
{
height: 131.1px;
}
.vc_col-sm-4 .gallery-box,
.vc_col-sm-4 .gallery-box img,
.vc_col-sm-4 .gallery-box .mc-preloader
{
width: 285px;
}
.vc_col-sm-4 .gallery-box img,
.vc_col-sm-4 .gallery-box .mc-preloader
{
height: 190px;
}
.vc_col-sm-4 .mc-gallery.horizontal-carousel .gallery-box
{
margin-left: 12.5px;
}
.vc_col-sm-2 .gallery-box,
.vc_col-sm-2 .gallery-box img,
.vc_col-sm-2 .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-2-columns .gallery-box,
.vc_col-sm-2 .gallery-2-columns .gallery-box img,
.vc_col-sm-2 .gallery-2-columns .mc-preloader,
.vc_col-sm-2 .gallery-3-columns .gallery-box,
.vc_col-sm-2 .gallery-3-columns .gallery-box img,
.vc_col-sm-2 .gallery-3-columns .mc-preloader
{
width: 140px;
}
.vc_col-sm-2 .gallery-box img,
.vc_col-sm-2 .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-2-columns .gallery-box img,
.vc_col-sm-2 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-3-columns .gallery-box img,
.vc_col-sm-2 .gallery-3-columns .gallery-box .mc-preloader
{
height: 93.33px;
}
.vc_col-sm-10 .gallery-2-columns .gallery-box,
.vc_col-sm-10 .gallery-2-columns .gallery-box img,
.vc_col-sm-10 .gallery-2-columns .mc-preloader
{
width: 395px;
}
.vc_col-sm-10 .gallery-2-columns .gallery-box img,
.vc_col-sm-10 .gallery-2-columns .gallery-box .mc-preloader
{
height: 263.33px;
}
.vc_col-sm-4 .gallery-2-columns.dm_pagination .gallery-box-2,
.vc_col-sm-6 .gallery-3-columns.dm_pagination .gallery-box-3,
.vc_col-sm-10 .gallery-4-columns.dm_pagination .gallery-box-4,
.vc_col-sm-4 .gallery-2-columns.dm_simple .gallery-box-2,
.vc_col-sm-6 .gallery-3-columns.dm_simple .gallery-box-3,
.vc_col-sm-10 .gallery-4-columns.dm_simple .gallery-box-4
{
margin-top: 30px;
} .vc_col-sm-12 .photostream .gallery-box:nth-child(11n+1),
.vc_col-sm-10 .photostream .gallery-box:nth-child(9n+1),
.vc_col-sm-9 .photostream .gallery-box:nth-child(8n+1),
.vc_col-sm-8 .photostream .gallery-box:nth-child(8n+1),
.vc_col-sm-6 .photostream .gallery-box:nth-child(6n+1),
.vc_col-sm-4 .photostream .gallery-box:nth-child(4n+1)
{
margin-left: 10px;
}
.vc_col-sm-12 .photostream .gallery-box:nth-child(9n+1),
.vc_col-sm-10 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-9 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-8 .photostream .gallery-box:nth-child(6n+1),
.vc_col-sm-6 .photostream .gallery-box:nth-child(4n+1),
.vc_col-sm-4 .photostream .gallery-box:nth-child(3n+1)
{
margin-left: 0;
}
.photostream.default .gallery-box img,
.vc_col-sm-9 .photostream.default .gallery-box img
{
width: 96px;
height: 96px;
}
.vc_col-sm-8 .photostream.default .gallery-box img,
.vc_col-sm-6 .photostream.default .gallery-box img
{
width: 100px;
height: 100px;
} .vc_col-sm-4 .timeline-item .timeline-left
{
width: 132px;
min-width: 132px;
}
.vc_col-sm-4 .timeline-item label
{
max-width: 90px;
padding: 7px 8px 8px;
}
.vc_col-sm-4 .timeline-item .label-triangle
{
margin-right: 25px;
}
.vc_col-sm-4 .timeline-content
{
padding: 12px 0 16px 25px;
}
.vc_col-sm-4 .timeline-content span
{
float: left;
clear: both;
}
.vc_col-sm-4 .timeline-content span.timeline-title
{
margin-right: 0;
}
.vc_col-sm-4 .timeline-content span.timeline-subtitle
{
margin-top: 5px;
}
.vc_col-sm-3 .timeline-item .timeline-left
{
display: block;
width: auto;
min-width: 0;
}
.vc_col-sm-3 .timeline-item .label-container .timeline-circle,
.vc_col-sm-3 .timeline-item .label-triangle
{
display: none;
}
.vc_col-sm-3 .timeline-item label
{
float: left;
clear: both;
max-width: 100%;
}
.vc_col-sm-3 .timeline-content span.timeline-subtitle
{
display: block;
}
.vc_col-sm-3 .timeline-content
{
display: block;
clear: both;
border: none;
padding: 12px 0 16px;
} .wpb_column .announcement
{
padding: 20px 30px;
}
.vc_col-sm-2 .announcement
{
padding: 2px;
}
.vc_col-sm-2 .announcement .more
{
padding: 2px;
} .timetable .event-container
{
padding: 12px 8px;
}
.tip
{
padding: 12px;
} .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 270px;
}
.vc_col-sm-3 .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 185px;
}
.vc_col-sm-2 .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 120px;
}
.vc_col-sm-4 .contact-form .vc_col-sm-8 p,
.vc_col-sm-4 .contact-form .vc_col-sm-4 input[type="submit"]
{
margin-top: 0;
}
.vc_col-sm-4 .contact-form .vc_col-sm-4 input[type='submit']
{
width: 150px;
}
.vc_col-sm-2 .contact-form .vc_col-sm-4 input[type='submit']
{
width: 140px;
} .ui-datepicker
{
width: 288px;
} .vc_col-sm-2 .contact-data li .value
{
padding: 13px 15px;
}
.vc_col-sm-3 .contact-data li
{
display: block;
word-wrap: break-word;
}
.vc_col-sm-3 .contact-data li .value
{
display: block;
padding: 13px 15px;
}
.vc_col-sm-3 .contact-data li::before
{
display: none;
} .footer-banner-box
{
width: 330px;
}
.footer-banner-box p
{
font-size: 26px;
} .rev_slider h1,
.rev_slider h2,
.rev_slider p
{
margin-left: 50px;
}
.rev_slider h1,
.rev_slider h2
{
font-size: 55px;
line-height: 64px;
margin-top: -20px
}
.rev_slider p
{
margin-top: -34px;
} .vc_col-sm-12 .comment-form .vc_col-sm-6
{
width: 415px;
}
.vc_row .vc_col-sm-10
{
width: 820px;
}
.vc_row .vc_col-sm-9
{
width: 735px;
}
.vc_row .vc_col-sm-8 
{
width: 650px;
}
.vc_row .vc_col-sm-6
{
width: 480px;
}
.vc_col-sm-10 .vc_col-sm-6
{
width: 395px;
}
.vc_col-sm-10 .comment-form .vc_col-sm-6
{
width: 330px;
}
.vc_col-sm-9 .vc_col-sm-6
{
width: 352px;
}
.vc_row .vc_col-sm-4,
.vc_col-sm-8 .vc_col-sm-6
{
width: 310px;
}
.vc_col-sm-9 .comment-form .vc_col-sm-6
{
width: 287px;
}
.vc_row .vc_col-sm-3,
.vc_col-sm-6 .vc_col-sm-6,
.vc_col-sm-6 .comment-form .vc_col-sm-6
{
width: 225px;
}
.vc_col-sm-10 .vc_col-sm-8
{
width: 526px;
}
.vc_col-sm-10 .vc_col-sm-4
{
width: 264px;
}
.vc_col-sm-9 .vc_col-sm-8
{
width: 470px;
}
.vc_col-sm-9 .vc_col-sm-4
{
width: 235px;
}
.vc_col-sm-8 .vc_col-sm-8
{
width: 413px;
}
.vc_col-sm-8 .vc_col-sm-4
{
width: 207px;
}
.vc_col-sm-6 .vc_col-sm-8
{
width: 300px;
}
.vc_col-sm-6 .vc_col-sm-4
{
width: 150px;
}
.vc_row .vc_col-sm-4 .vc_col-sm-8,
.vc_row .vc_col-sm-4 .vc_col-sm-4
{
width: 100%;
margin-top: 40px;
margin-left: 0;
}
.vc_row .vc_col-sm-4 .vc_col-sm-8:first-child,
.vc_row .vc_col-sm-4 .vc_col-sm-4:first-child
{
margin-top: 0;
}
.vc_row .vc_col-sm-2,
.vc_col-sm-4 .vc_col-sm-6
{
width: 140px;
} .vc_row .vc_col-sm-12 .post-content
{
width: 860px;
}
.vc_row .vc_col-sm-10 .post-content
{
width: 690px;
}
.vc_row .vc_col-sm-9 .post-content
{
width: 605px;
}
.vc_row .vc_col-sm-8 .post-content
{
width: 520px;
}
.vc_row .vc_col-sm-6 .post-content
{
width: 350px;
}
.vc_row .vc_col-sm-4 .post-content
{
width: 100%;
}
.vc_col-sm-4 .comment-box
{
width: 100%;
margin-bottom: 30px;
margin-right: 0;
}
.vc_col-sm-4 .comment-box li
{
float: left;
width: auto;
}
.vc_col-sm-4 .comment-box .comments-number
{
width: auto;
margin-top: 0;
margin-left: 2px;
}
.vc_col-sm-4 .comments .comment-box .comments-number
{
float: left;
width: auto;
margin-left: 0;
}
.vc_col-sm-4 .comments .comment-box .comments-number a,
.vc_col-sm-4 .comment-box .date .value
{
width: auto;
}
.vc_col-sm-4 .comment-box .date .value,
.vc_col-sm-4 .comment-box .date .arrow-date,
.vc_col-sm-4 .comment-box .comments-number a,
.vc_col-sm-4 .comment-box .arrow-comments
{
clear: both;
float: none;
}
.vc_col-sm-4 .comment-box .date .arrow-date,
.vc_col-sm-4 .comment-box .arrow-comments
{
left: 0;
right: auto;
} .vc_col-sm-8 .comment-form .vc_col-sm-6
{
width: 245px;
} .vc_col-sm-12 .scrolling-list li .left
{
width: 950px;
}
.vc_col-sm-10 .scrolling-list li .left
{
width: 780px;
}
.vc_col-sm-8 .scrolling-list li .left
{
width: 610px;
}
.vc_col-sm-6 .scrolling-list li .left
{
width: 440px;
}
.vc_col-sm-4 .scrolling-list li .left
{
width: 270px;
}
.vc_col-sm-3 .scrolling-list li .left
{
width: 185px;
}
.vc_col-sm-2 .scrolling-list li .left
{
width: 100px;
}
}
@media screen and (max-width:1009px)
{
body
{
font-size: 13px;
}
blockquote
{
padding-left: 23px;
margin-bottom: 23px;
}
.description p,
p.description
{
padding: 21px 0;
} .site-container.boxed,
.boxed .header-container.sticky.move
{
max-width: 850px;
} h1
{
font-size: 24px;
}
h2
{
font-size: 22px;
}
h3,
blockquote
{
font-size: 16px;
}
h4,
table td:first-child, table th:first-child
{
font-size: 14px;
}
h5
{
font-size: 12px;
}
.sentence
{
margin-top: 21px;
}
.sentence-author
{
margin-top: 20px;
} .header,
.header-top-sidebar,
.site-container .vc_row,
.site-container .vc_row.full-width .wpb_column .vc_row,
.site-container .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
.home-box-container-list,
.footer,
.copyright-area
{
width: 750px;
}
.header
{
padding-top: 18px;
padding-bottom: 10px;
}
.header.top-sidebar-visible
{	
padding-top: 34px;
}
.header-separator,
.layout-3.header,
.header-container-layout-4 .header
{
padding-top: 18px;
}
.header-left
{
display: block;
width: 100%;
text-align: center;
margin-bottom: 18px;
}
.layout-2 .header-left
{
text-align: left;
}
.layout-2 .header-left,
.layout-4 .header-left
{
margin-bottom: 0;
}
.header-left a
{
display: inline-block;
}
.header-right
{
clear: both;
float: left;
}
.menu-main-menu-container
{
display: table;
margin-left: auto;
margin-right: auto;
}
.header-container-layout-2 .menu-main-menu-container
{
display: block;
margin: 0;
} .slider-navigation .slider-control,
.single .post-content .slider-navigation .slider-control,
.slider-navigation .slider-control a
{
height: 30px;
}
.for-home-slider .slider-navigation
{
top: -30px;
} .vc_col-sm-3 .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 172px;
}
.vc_col-sm-3 .tabs-box-navigation.sf-menu li.wide ul li
{
width: 158px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 172px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.wide ul li
{
width: 158px;
}
.vc_row .vc_col-sm-2 .tabs-box-navigation.sf-menu li:hover ul, 
.vc_row .vc_col-sm-2 .tabs-box-navigation.sf-menu li.sfHover ul
{
top: 70px;
} .sf-menu li
{ margin-left: 5px;
}
.sf-menu li a, .sf-menu li a:visited
{
padding: 11px 10px 11px 8px;
}
.sf-menu>li.menu-item-has-children>a, .sf-menu>li.menu-item-has-children>a:visited
{
padding: 11px 3px 11px 8px;
}
.sf-menu>li.menu-item-has-children>a::after,
.sf-menu>li.menu-item-has-children.current-menu-item:hover>a::after,
.sf-menu>li.menu-item-has-children.current-menu-ancestor:hover>a::after
{
margin-top: -1px;
margin-left: 1px;
}
.sf-menu li a,
.sf-menu li a:visited,
.sf-menu li ul li a
{
font-size: 13px;
}
.sf-menu li ul
{
width: 172px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{ }
.sf-menu li ul li
{
width: 156px;
padding: 0 8px;
}
.sf-menu li ul li a,
.sf-menu li:hover ul a, .sf-menu>li.menu-item-has-children:hover ul a,
.sf-menu li ul li.menu-item-type-custom a,
.sf-menu>li.menu-item-has-children:hover ul li.menu-item-type-custom a
{
padding: 12px 0;
}
.sf-menu li ul li a:hover, .sf-menu li ul li.selected a, .sf-menu li ul li.current-menu-item a,
.sf-menu>li.menu-item-has-children ul li a:hover, .sf-menu>li.menu-item-has-children:hover ul li.selected a, .sf-menu>li.menu-item-has-children:hover ul li.current-menu-item a,
.sf-menu>li.menu-item-has-children:hover ul li.selected ul li a:hover,.sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li a:hover, .sf-menu>li.menu-item-has-children:hover ul li ul li.selected a, .sf-menu>li.menu-item-has-children:hover ul li ul li.current-menu-item a, .sf-menu>li.menu-item-has-children:hover ul li.selected ul li.selected a, .sf-menu>li.menu-item-has-children:hover ul li.selected ul li.current-menu-item a,
.sf-menu>li.menu-item-has-children:hover ul li.menu-item-type-custom a:hover, .sf-menu li ul li.menu-item-type-custom a:hover
{
padding-bottom: 11px;
}
.sf-menu>li.menu-item-has-children:hover ul li.menu-item-type-custom a,
.sf-menu>li.menu-item-has-children:hover ul li.selected ul li a,
.sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li a,
.sf-menu li ul li.menu-item-type-custom a
{
padding-bottom: 12px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul,
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
{
left: 172px;
}
.sf-menu li.left-flyout:hover ul ul 
{
left: -174px;
}
.sf-menu li.wide ul.sub-menu
{
width: 344px;
}
.sf-menu li li.wide ul.sub-menu
{
width: 184px;
} .theme-page
{
padding-bottom: 50px;
}
.page-margin-top,
.page_margin_top,
.single .post-content h2.page-margin-top, .single .post-content h3.page-margin-top, .single .post-content h4.page-margin-top, .single .post-content h5.page-margin-top,
.single .post-content h2.page_margin_top, .single .post-content h3.page_margin_top, .single .post-content h4.page_margin_top, .single .post-content h5.page_margin_top
{
margin-top: 35px;
}
.page-margin-top-section,
.page_margin_top_section,
.single .post-content h2.page-margin-top-section, .single .post-content h3.page-margin-top-section, .single .post-content h4.page-margin-top-section, .single .post-content h5.page-margin-top-section,
.single .post-content h2.page_margin_top_section, .single .post-content h3.page_margin_top_section, .single .post-content h4.page_margin_top_section, .single .post-content h5.page_margin_top_section
{
margin-top: 50px;
}
.top-hint
{
top: 18px;
} .page-header-left
{
width: 530px;
}
.page-header-right
{
width: 220px;
} .search .search-input
{
width: 180px;
}
.search .search-input:focus
{
width: 200px;
} .bread-crumb
{
padding: 10px 0 0;
} .slider li
{
height: 520px;
}
.slider-content-box
{
margin-top: -488px;
min-height: 286px;
}
.slider-content .subtitle
{
line-height: 120%;	
}
.slider-content h1
{
font-size: 56px;
} .home-box-container
{
padding: 13px 17px 23px;
}
.home-box,
.home-box-container-list.for-home-slider .home-box,
.scrolling-list-fix-block,
.wpb_column .home-box-container-list .scrolling-list-fix-block
{
width: 216px;
}
.home-box-container-list.for-home-slider
{
margin-top: -62px;
}
.home-box .news
{
margin-top: 13px;
}
.home-box .news .text
{
line-height: 1.69231;
}
.home-box .more
{
margin-top: 16px;
}
.home-box .scrolling-controls
{
margin-top: -44px;
height: 31px;
}
.home-box .header-right
{
width: 59px;
}
.scrolling-list-control-left, 
.scrolling-list-control-right
{
width: 28px;
height: 28px;
}
.vc_col-sm-12 .scrolling-list-fix-block
{
width: 716px;
}
.vc_col-sm-10 .scrolling-list-fix-block
{
width: 588px;
}
.vc_col-sm-9 .scrolling-list-fix-block
{
width: 524px;
}
.vc_col-sm-8 .scrolling-list-fix-block
{
width: 460px;
}
.vc_col-sm-6 .scrolling-list-fix-block
{
width: 332px;
}
.vc_col-sm-3 .scrolling-list-fix-block
{
width: 140px;
}
.vc_col-sm-2 .scrolling-list-fix-block
{
width: 90px;
} .home-box .scrolling-list-wrapper 
{
margin-top: 1px;
}
.scrolling-list-control-left, 
.scrolling-list-control-right
{
line-height: 24px;
} .icons-list a,
.icons-list span
{	
margin-left: 20px;
}
.header-top-sidebar .template-cart
{
padding-left: 20px;
} .more.medium
{
padding: 13px;
} .vc_col-sm-4 .mc-features-small .text 
{
margin-left: 82px;
}
.vc_col-sm-4 .mc-features-small .item-content .text h3 
{
margin-bottom: 6px;
}
.vc_col-sm-4 .mc-features-small .item-footer
{
margin-top: 7px;
}
.vc_col-sm-3 .mc-features .hexagon
{	
float: none;
}
.vc_col-sm-3 .mc-features .text
{
margin-left: 0;
margin-top: 23px;
} .wpb_column .layout-row .blog.page-margin-top-section,
.wpb_column .layout-column .blog.page-margin-top-section,
.wpb_column .layout-column .blog.page-margin-top-section:first-child,
.vc_col-sm-3 .layout-column .blog.page-margin-top-section:first-child,
.vc_col-sm-2 .layout-column .blog.page-margin-top-section:first-child,
.wpb_column .layout-row .blog.page_margin_top_section,
.wpb_column .layout-column .blog.page_margin_top_section,
.wpb_column .layout-column .blog.page_margin_top_section:first-child,
.vc_col-sm-3 .layout-column .blog.page_margin_top_section:first-child,
.vc_col-sm-2 .layout-column .blog.page_margin_top_section:first-child
{
margin-top: 50px;
}
.wpb_column .layout-row .blog.page-margin-top,
.wpb_column .layout-column .blog.page-margin-top,
.wpb_column .layout-column .blog.page-margin-top:first-child,
.vc_col-sm-3 .layout-column .blog.page-margin-top:first-child,
.vc_col-sm-2 .layout-column .blog.page-margin-top:first-child,
.wpb_column .layout-row .blog.page_margin_top,
.wpb_column .layout-column .blog.page_margin_top,
.wpb_column .layout-column .blog.page_margin_top:first-child,
.vc_col-sm-3 .layout-column .blog.page_margin_top:first-child,
.vc_col-sm-2 .layout-column .blog.page_margin_top:first-child
{
margin-top: 35px;
}
.comment-box
{
width: 95px;
margin-right: 20px;
}
.comment-box .date .value,
.comments .comments-number a
{
width: 80px;
}
.comment-box .comments-number
{
width: 90px;
}
.comment-box .date .value,
.comment-box .comments-number a
{
font-size: 11px;
}
.vc_col-sm-3 .layout-column .blog.page-margin-top
{
}
.layout-row .blog,
.post,
.post-footer,
.vc_col-sm-3 .layout-row .blog,
.vc_col-sm-2 .layout-row .blog,
.vc_col-sm-3 .layout-row .post,
.vc_col-sm-2 .layout-row .post,
.vc_col-sm-3 .layout-column .blog,
.vc_col-sm-2 .layout-column .blog,
.vc_col-sm-3 .layout-column .post,
.vc_col-sm-2 .layout-column .post,
.vc_col-sm-3 .layout-column .blog.page-margin-top,
.vc_col-sm-3 .layout-column .blog.page-margin-top-section,
.vc_col-sm-2 .layout-column .blog.page-margin-top,
.vc_col-sm-2 .layout-column .blog.page-margin-top-section,
.vc_col-sm-3 .layout-column .blog.page_margin_top,
.vc_col-sm-3 .layout-column .blog.page_margin_top_section,
.vc_col-sm-2 .layout-column .blog.page_margin_top,
.vc_col-sm-2 .layout-column .blog.page_margin_top_section
{
margin-top: 30px;
} .comments .comment-box .arrow-comments
{
clear: both;
float: none;
left: 0;
right: auto;
}
.comments .comment-box .comments-number a
{
clear: both;
float: none;
}
#comments_list
{
clear: both;
margin-top: 30px;
}
#comments_list .comment-details
{
width: 379px;
}
#comments_list .children .comment-details
{
width: 334px;
}
#comments_list .comment-details .post-footer
{
margin-top: 31px;
}
#comments_list .children
{
margin-left: 45px;
}
.vc_col-sm-12 #comments_list .comment-details
{
width: 635px;
}
.vc_col-sm-12 #comments_list .children .comment-details
{
width: 590px;
}
.vc_col-sm-10 #comments_list .comment-details
{
width: 507px;
}
.vc_col-sm-10 #comments_list .children .comment-details
{
width: 462px;
}
.vc_col-sm-9 #comments_list .comment-details
{
width: 443px;
}
.vc_col-sm-6 #comments_list .children .comment-details
{
width: 398px;
}
.vc_col-sm-6 #comments_list .comment-details
{
width: 251px;
}
.vc_col-sm-6 #comments_list .children .comment-details
{
width: 221px;
}
.vc_col-sm-4 #comments_list
{
margin-top: 0;
}
.vc_col-sm-4 #comments_list .children,
.vc_col-sm-3 #comments_list .children
{
margin-left: 15px;
}
.vc_col-sm-4 .comment-form .wpb_column
{
margin-top: 8px;
}
.vc_col-sm-4 .comment-form .wpb_column:first-child
{
margin-top: 0;
}
.vc_col-sm-4 .comment-form .vc_col-sm-6
{
width: 100%;
margin-left: 0;
}
.vc_col-sm-4 .comment-form input[type="submit"]
{
width: 150px;
}
.vc_col-sm-2 .comment-form input[type="submit"]
{
width: 110px;
padding: 11px 0;
} .comment-form-container
{
margin-left: 0;
} .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 198px;
}
.contact-form .tabs-box-navigation.sf-menu li:hover ul, .contact-form .tabs-box-navigation.sf-menu li.sfHover ul
{
top: 46px;
}
.vc_col-sm-6 .contact-form .vc_col-sm-8 p,
.vc_col-sm-6 .contact-form .vc_col-sm-4 input[type="submit"]
{
margin-top: 0;
}
.vc_col-sm-3 .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 134px;
}
.vc_col-sm-2 .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 100px;
padding: 11px 5px;
}
.vc_col-sm-2 .contact-form .vc_col-sm-4 input[type='submit']
{
width: 110px;
} .ui-datepicker
{
width: 216px;
}
.ui-datepicker-header
{
padding: 0;
}
.ui-datepicker table td, .ui-datepicker table th
{
padding: 5px 8px;
} .widget_categories ul,
.widget_archive ul,
.widget_archive select
{
margin-top: 23px;
}
.appointment-widget .sentence
{
margin-top: 32px;
} .accordion.wide .tabs-navigation
{
margin-bottom: 28px;
}
.accordion.medium .ui-accordion-content
{
padding: 23px 0;
}
.item-content .thumb-image
{
margin-right: 20px;
}
.accordion .ui-accordion-content .item-footer .mc-button
{
font-size: 12px;
padding: 12px 10px;
}
.vc_col-sm-3 .item-content .thumb-image
{
margin-right: 10px;
} .ui-tabs-panel p
{
padding: 20px 0 21px;
} .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
font-size: 16px;
line-height: 1.625;
}
.tabs-box-navigation.sf-menu .tabs-box-navigation-selected::after
{
margin-top: 5px;
}
.tabs-box-navigation.sf-menu li:hover ul, 
.tabs-box-navigation.sf-menu li.sfHover ul
{
top: 48px;
} .thin-list li,
.thin_list li
{
margin-right: 15px;
} .wpb_column .announcement
{
padding: 20px;
}
.vc_col-sm-2 .announcement
{
padding: 2px;
}
.vc_col-sm-2 .announcement h1
{
font-size: 18px;
}
.vc_col-sm-2 .announcement .more
{
padding: 2px;
} .vc_col-sm-4 .notification-box h2
{
width: auto;
clear: both;
margin-left: 0;
margin-top: 78px;
}
.vc_col-sm-4 .notification-box h5
{
margin-left: 0;
} .timetable .event-container
{
font-size: 12px;
}
.timetable th, .timetable .event-container,
.tooltip .tooltip-content
{
padding: 8px 4px;
}
.timetable td
{
height: 30px;
}
.timetable .hours
{
margin: 10px 0;
} .gallery-item-details-list>.gallery-item-details>.vc_row
{
padding-bottom: 35px;
}
ul.gallery-item-details-list.margin-bottom
{
margin-bottom: 35px;
}
.gallery-item-details-list .details-box p
{
padding: 21px 0;
}
.gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 215px;
}
.mc-gallery .gallery-box,
.gallery-box img,
.gallery-box .mc-preloader,
.gallery-3-columns .gallery-box,
.gallery-3-columns .gallery-box img,
.gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box img,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
width: 230px;
}
.vc_col-sm-6 .gallery-box,
.vc_col-sm-6 .gallery-box img,
.vc_col-sm-6 .gallery-box .mc-preloader
{
width: 285px;
}
.gallery-box img,
.gallery-box .mc-preloader,
.gallery-3-columns .gallery-box img,
.gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box img,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
height: 153.333px;
}
.vc_col-sm-6 .gallery-box img,
.vc_col-sm-6 .gallery-box .mc-preloader
{
height: 190px;
}
.gallery-2-columns .gallery-box,
.gallery-2-columns .gallery-box img,
.gallery-2-columns .gallery-box .mc-preloader
{
width: 360px;
}
.gallery-2-columns .gallery-box img,
.gallery-2-columns .gallery-box .mc-preloader
{
height: 240px;
}
.gallery-item-details-list.not-hidden li.gallery-item-details
{
margin-top: 35px;
}
.vc_col-sm-6 .mc-gallery.horizontal-carousel li.gallery-box
{
margin-left: 40.5px;
margin-right: 0;
}
.vc_col-sm-10 .gallery-box,
.vc_col-sm-10 .gallery-box img,
.vc_col-sm-10 .gallery-box .mc-preloader,
.vc_col-sm-10 .gallery-3-columns .gallery-box,
.vc_col-sm-10 .gallery-3-columns .gallery-box img,
.vc_col-sm-10 .gallery-3-columns .mc-preloader
{
width: 187.33px;
}
.vc_col-sm-10 .gallery-box img,
.vc_col-sm-10 .gallery-box .mc-preloader,
.vc_col-sm-10 .gallery-3-columns .gallery-box img,
.vc_col-sm-10 .gallery-3-columns .gallery-box .mc-preloader
{
height: 124.883px;
}
.vc_col-sm-9 .gallery-box,
.vc_col-sm-9 .gallery-box img,
.vc_col-sm-9 .gallery-box .mc-preloader,
.vc_col-sm-9 .gallery-2-columns .gallery-box,
.vc_col-sm-9 .gallery-2-columns .gallery-box img,
.vc_col-sm-9 .gallery-2-columns .mc-preloader,
.vc_col-sm-9 .gallery-3-columns .gallery-box,
.vc_col-sm-9 .gallery-3-columns .gallery-box img,
.vc_col-sm-9 .gallery-3-columns .mc-preloader
{
width: 264px;
}
.vc_col-sm-9 .gallery-box img,
.vc_col-sm-9 .gallery-box .mc-preloader,
.vc_col-sm-9 .gallery-2-columns .gallery-box img,
.vc_col-sm-9 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-9 .gallery-3-columns .gallery-box img,
.vc_col-sm-9 .gallery-3-columns .gallery-box .mc-preloader
{
height: 176px;
}
.vc_col-sm-8 .gallery-box,
.vc_col-sm-8 .gallery-box img,
.vc_col-sm-8 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-2-columns .gallery-box,
.vc_col-sm-8 .gallery-2-columns .gallery-box img,
.vc_col-sm-8 .gallery-2-columns .mc-preloader,
.vc_col-sm-8 .gallery-3-columns .gallery-box,
.vc_col-sm-8 .gallery-3-columns .gallery-box img,
.vc_col-sm-8 .gallery-3-columns .mc-preloader
{
width: 232px;
}
.vc_col-sm-8 .gallery-box img,
.vc_col-sm-8 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-2-columns .gallery-box img,
.vc_col-sm-8 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-3-columns .gallery-box img,
.vc_col-sm-8 .gallery-3-columns .gallery-box .mc-preloader
{
height: 154.667px;
}
.vc_col-sm-4 .gallery-box,
.vc_col-sm-4 .gallery-box img,
.vc_col-sm-4 .gallery-box .mc-preloader,
.vc_col-sm-4 .gallery-2-columns .gallery-box,
.vc_col-sm-4 .gallery-2-columns .gallery-box img,
.vc_col-sm-4 .gallery-2-columns .mc-preloader,
.vc_col-sm-4 .gallery-3-columns .gallery-box,
.vc_col-sm-4 .gallery-3-columns .gallery-box img,
.vc_col-sm-4 .gallery-3-columns .mc-preloader
{
width: 238px;
}
.vc_col-sm-4 .mc-gallery .gallery-box img,
.vc_col-sm-4 .mc-gallery .gallery-box .mc-preloader,
.vc_col-sm-4 .gallery-2-columns .gallery-box img,
.vc_col-sm-4 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-4 .gallery-3-columns .gallery-box img,
.vc_col-sm-4 .gallery-3-columns .gallery-box .mc-preloader
{
height: 158.667px;
}
.vc_col-sm-4 .mc-gallery.horizontal-carousel .gallery-box
{
margin-left: 0;
margin-right: 30px;
}
.vc_col-sm-3 .gallery-box,
.vc_col-sm-3 .gallery-box img,
.vc_col-sm-3 .gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-2-columns .gallery-box,
.vc_col-sm-3 .gallery-2-columns .gallery-box img,
.vc_col-sm-3 .gallery-2-columns .mc-preloader,
.vc_col-sm-3 .gallery-3-columns .gallery-box,
.vc_col-sm-3 .gallery-3-columns .gallery-box img,
.vc_col-sm-3 .gallery-3-columns .mc-preloader
{
width: 174px;
}
.vc_col-sm-3 .gallery-box img,
.vc_col-sm-3 .gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-2-columns .gallery-box img,
.vc_col-sm-3 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-3-columns .gallery-box img,
.vc_col-sm-3 .gallery-3-columns .gallery-box .mc-preloader
{
height: 116px;
}
.vc_col-sm-2 .gallery-box,
.vc_col-sm-2 .gallery-box img,
.vc_col-sm-2 .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-2-columns .gallery-box,
.vc_col-sm-2 .gallery-2-columns .gallery-box img,
.vc_col-sm-2 .gallery-2-columns .mc-preloader,
.vc_col-sm-2 .gallery-3-columns .gallery-box,
.vc_col-sm-2 .gallery-3-columns .gallery-box img,
.vc_col-sm-2 .gallery-3-columns .mc-preloader
{
width: 110px;
}
.vc_col-sm-2 .gallery-box img,
.vc_col-sm-2 .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-2-columns .gallery-box img,
.vc_col-sm-2 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-3-columns .gallery-box img,
.vc_col-sm-2 .gallery-3-columns .gallery-box .mc-preloader
{
height: 73.33px;
}
.vc_col-sm-10 .gallery-2-columns .gallery-box,
.vc_col-sm-10 .gallery-2-columns .gallery-box img,
.vc_col-sm-10 .gallery-2-columns .mc-preloader
{
width: 296px;
}
.vc_col-sm-10 .gallery-2-columns .gallery-box img,
.vc_col-sm-10 .gallery-2-columns .gallery-box .mc-preloader
{
height: 197.33px;
}
.vc_col-sm-6 .gallery-2-columns .gallery-box,
.vc_col-sm-6 .gallery-2-columns .gallery-box img,
.vc_col-sm-6 .gallery-2-columns .mc-preloader,
.vc_col-sm-6 .gallery-3-columns .gallery-box,
.vc_col-sm-6 .gallery-3-columns .gallery-box img,
.vc_col-sm-6 .gallery-3-columns .mc-preloader
{
width: 366px;
}
.vc_col-sm-6 .gallery-2-columns .gallery-box img,
.vc_col-sm-6 .gallery-2-columns .gallery-box .mc-preloader,
.vc_col-sm-6 .gallery-3-columns .gallery-box img,
.vc_col-sm-6 .gallery-3-columns .gallery-box .mc-preloader
{
height: 244px;
}
.vc_col-sm-10 .gallery-item-details-list .details-box .controls,
.vc_col-sm-9 .gallery-item-details-list .details-box .controls
{
position: static;
float: left;
margin-bottom: 15px;
}
.vc_col-sm-10 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header,
.vc_col-sm-9 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
clear: both;
max-width: 100%;
}
.vc_col-sm-4 .controls li.separator,
.vc_col-sm-2 .controls li.separator
{
display: none;
}
.vc_col-sm-6 .gallery-2-columns.dm_pagination .gallery-box-2,
.vc_col-sm-9 .gallery-3-columns.dm_pagination .gallery-box-3,
.vc_col-sm-8 .gallery-3-columns.dm_pagination .gallery-box-3,
.vc_col-sm-6 .gallery-3-columns.dm_pagination .gallery-box-2,
.gallery-4-columns.dm_pagination .gallery-box-4,
.vc_col-sm-9 .gallery-4-columns.dm_pagination .gallery-box-3,
.vc_col-sm-8 .gallery-4-columns.dm_pagination .gallery-box-3,
.vc_col-sm-6 .gallery-4-columns.dm_pagination .gallery-box-2,
.vc_col-sm-6 .gallery-2-columns.dm_simple .gallery-box-2,
.vc_col-sm-9 .gallery-3-columns.dm_simple .gallery-box-3,
.vc_col-sm-8 .gallery-3-columns.dm_simple .gallery-box-3,
.vc_col-sm-6 .gallery-3-columns.dm_simple .gallery-box-2,
.gallery-4-columns.dm_simple .gallery-box-4,
.vc_col-sm-9 .gallery-4-columns.dm_simple .gallery-box-3,
.vc_col-sm-8 .gallery-4-columns.dm_simple .gallery-box-3,
.vc_col-sm-6 .gallery-4-columns.dm_simple .gallery-box-2
{
margin-top: 30px;
} .vc_col-sm-12 .photostream .gallery-box:nth-child(9n+1),
.vc_col-sm-10 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-9 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-8 .photostream .gallery-box:nth-child(6n+1),
.vc_col-sm-6 .photostream .gallery-box:nth-child(4n+1),
.vc_col-sm-4 .photostream .gallery-box:nth-child(3n+1)
{
margin-left: 10px;
}
.vc_col-sm-12 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-10 .photostream .gallery-box:nth-child(5n+1),
.vc_col-sm-9 .photostream .gallery-box:nth-child(5n+1),
.vc_col-sm-8 .photostream .gallery-box:nth-child(4n+1),
.vc_col-sm-6 .photostream .gallery-box:nth-child(3n+1),
.vc_col-sm-4 .photostream .gallery-box:nth-child(2n+1),
.vc_col-sm-3 .photostream .gallery-box
{
margin-left: 0;
}
.wpb_column .photostream.default .gallery-box img
{
width: 100px;
height: 100px;
}
.vc_col-sm-12 .photostream.default .gallery-box img
{
width: 98px;
height: 98px;
} .contact-data li .value
{
font-size: 13px;
}
.contact-data li::before
{
width: 55px;
}
.theme-page .vc_row .contact-data li .value
{
padding: 13px 10px;
}
.footer .widget .contact-data li .value
{
padding: 10px 0 10px 10px;
} .footer-banner-box
{
width: 250px;
padding: 20px 17px 15px;
}
.footer-banner-box p
{
font-size: 20px;
} .footer-box-container
{
margin-top: 40px;
} .rev_slider h1,
.rev_slider h2
{
font-size: 50px;
line-height: 62px;
margin-top: -15px;
}
.rev_slider p
{
margin-top: -30px;
} .vc_row [class*="vc_col-sm"]
{
margin-left: 18px;
}
.vc_row .vc_col-sm-10
{
width: 622px;
}
.vc_row .vc_col-sm-9
{
width: 558px;
}
.vc_row .vc_col-sm-8
{
width: 494px;
}
.vc_row .vc_col-sm-6,
.vc_col-sm-12 .comment-form .vc_col-sm-6
{
width: 366px;
}
.vc_col-sm-10 .vc_col-sm-6,
.vc_col-sm-10 .comment-form .vc_col-sm-6
{
width: 302px;
}
.vc_col-sm-9 .vc_col-sm-6,
.vc_col-sm-9 .comment-form .vc_col-sm-6
{
width: 270px;
}
.vc_row .vc_col-sm-4,
.vc_col-sm-8 .vc_col-sm-6
{
width: 238px;
}
.vc_row .vc_col-sm-3,
.vc_col-sm-6 .vc_col-sm-6,
.vc_col-sm-6 .comment-form .vc_col-sm-6
{
width: 174px;
}
.vc_col-sm-4 .vc_col-sm-6,
.vc_row .vc_col-sm-2
{
width: 110px;
}
.vc_col-sm-10 .vc_col-sm-8
{
width: 402px;
}
.vc_col-sm-10 .vc_col-sm-4
{
width: 202px;
}
.vc_col-sm-9 .vc_col-sm-8
{
width: 360px;
}
.vc_col-sm-9 .vc_col-sm-4
{
width: 180px;
}
.vc_col-sm-8 .vc_col-sm-8
{
width: 317px;
}
.vc_col-sm-8 .vc_col-sm-4
{
width: 159px;
}
.vc_col-sm-6 .vc_col-sm-8,
.vc_col-sm-6 .vc_col-sm-4
{
width: 100%;
margin-top: 40px;
margin-left: 0;
}
.vc_col-sm-6 .vc_col-sm-8:first-child,
.vc_col-sm-6 .vc_col-sm-4:first-child
{
margin-top: 0;
} .vc_col-sm-8 .comment-form .vc_col-sm-6
{
width: 238px;
} .vc_row .vc_col-sm-12 .post-content
{
width: 635px;
}
.vc_row .vc_col-sm-10 .post-content
{
width: 507px;
}
.vc_row .vc_col-sm-9 .post-content
{
width: 443px;
}
.vc_row .vc_col-sm-8 .post-content
{
width: 379px;
}
.vc_row .vc_col-sm-6 .post-content
{
width: 251px;
} .vc_col-sm-4 .gallery-box img
{
width: 238px;
} .vc_col-sm-12 .scrolling-list li .left
{
width: 710px;
}
.vc_col-sm-10 .scrolling-list li .left
{
width: 582px;
}
.vc_col-sm-8 .scrolling-list li .left
{
width: 454px;
}
.vc_col-sm-6 .scrolling-list li .left
{
width: 326px;
}
.vc_col-sm-4 .scrolling-list li .left
{
width: 198px;
}
.vc_col-sm-3 .scrolling-list li .left
{
width: 134px;
}
.vc_col-sm-2 .scrolling-list li .left
{
width: 70px;
}
}
@media screen and (max-width:767px)
{
.vc_row .wpb_column table td, 
.vc_row .wpb_column table th
{
padding: 11px 15px;
} .site-container.boxed
{
max-width: 562px;
} .header,
.header-top-sidebar,
.site-container .vc_row,
.site-container .vc_row.full-width .wpb_column .vc_row,
.site-container .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
.home-box-container-list,
.footer,
.copyright-area,
.horizontal-carousel.testimonials .vc_col-sm-6
{
width: 462px;
}
.header-top-sidebar .thin-list li,
.header-top-sidebar .thin_list li
{
clear: both;
margin-right: 0;
margin-top: 10px;
}
.header-top-sidebar .thin-list li:first-child,
.header-top-sidebar .thin_list li:first-child
{
margin-top: 0;
}
.header-top-sidebar .icons-list
{
margin-top: -15px;
}
.header,
.header-container.sticky.transition .header
{
padding: 18px 0;
}
.header-container-layout-2 .header.layout-2,
.header-container-layout-3 .header.layout-3
{
padding-bottom: 0;
}
.site-container .header-container-layout-4 .header.layout-4
{
padding: 0;
}
.header.layout-2 .header-top-right-sidebar-container
{
float: left;
clear: both;
width: 100%;
margin-top: 25px;
}
.header .header-left a:first-child
{
display: table-cell;
width: 432px;
}
.header.layout-2 .mobile-menu,
.header.layout-4 .mobile-menu
{
padding-bottom: 18px;
}
.header.layout-1 .mobile-menu,
.header.layout-2 .mobile-menu,
.header.layout-3 .mobile-menu,
.header.layout-4 .mobile-menu
{
width: 100%;
} .header,
.layout-2.header,
.layout-4.header
{
padding: 18px 0;
}
.header-separator
{
display: none;
}
.menu-main-menu-container
{
display: none;
}
.header-container .header-left
{
display: table;
}
.header-left
{
text-align: left;
margin-bottom: 0;
}
.top-info-list li.separator
{
display: none;
}
.top-info-list li
{
width: 50%;
}
.mc-smart-column .wpb_wrapper
{
width: auto !important;
position: static !important;
}
.mc-smart-column
{
height: auto !important;
} .site-container .header .sf-menu
{
display: none;
}
.mobile-menu-container
{
display: block;
}
.header .mobile-menu-switch
{
display: table-cell;
}
.mobile-menu-divider
{
margin-top: 18px;
}
.header.layout-4 .menu-main-menu-container
{
display: none;
}
.menu-item-has-children
{
position: relative;
}
.mobile-menu.collapsible-mobile-submenus .menu-item-has-children a.template-arrow-menu
{
position: absolute;
width: 46px;
height: 45px;
top: 0;
right: 0;
margin: 0;
padding: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
border: none;
border-bottom: 1px solid #E8E8E8;
}
.mobile-menu.collapsible-mobile-submenus .menu-item-has-children a.template-arrow-menu::before
{
position: absolute;
left: 17px;
top: 16px;
font-family: 'template';
content: "\68";
}
.menu-item-has-children a.template-arrow-menu:hover
{
text-decoration: none;
}
.mobile-menu.collapsible-mobile-submenus>ul>li:first-child>a.template-arrow-menu
{
top: 1px;
}
.collapsible-mobile-submenus .menu-item-has-children ul
{
display: none;
}
.collapsible-mobile-submenus .menu-item-has-children .menu-item-has-children ul
{
display: block;
} .wpb_column .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 348px;
}
.wpb_column .tabs-box-navigation.sf-menu li.wide ul li
{
width: 158px;
} .page-header-left,
.page-header-right
{
width: auto;
float: left;
clear: both;
}
.page-header-right
{
margin-top: 15px;
}
.top-hint
{
display: none;
} .footer
{
height: auto;
} .search .search-input
{
width: 200px;
}
.search .search-input:focus
{
width: 240px;
} .slider li
{
height: 315px;
}
.slider-content-box
{
margin-top: -285px;
min-height: 230px;
}
.slider-content .subtitle
{
margin-top: 10px;
}
.slider-content h1
{
font-size: 36px;
}
.for-home-slider .slider-navigation
{
position: relative;
margin-top: -30px;
top: 0;
} .home-box-container-list,
.home-box-container-list.for-home-slider>.wpb_wrapper>ul
{
display: block;
}
.wpb_column .home-box-container
{
padding: 13px 23px 23px;
}
.home-box,
.home-box-container-list.for-home-slider .home-box,
.wpb_column .scrolling-list-fix-block,
.wpb_column .home-box-container-list .scrolling-list-fix-block
{
width: 416px;
}
.home-box .header-right
{
width: 69px;
}
.home-box .scrolling-controls
{
height: 36px;
margin-top: -49px;
}
.home-box .scrolling-controls .header-right
{
margin-top: 2px;
} .scrolling-controls .header-right
{
margin-top: 0;
}
.scrolling-list-control-left, 
.scrolling-list-control-right
{
width: 33px;
height: 33px;
line-height: 28px;
}
.scrolling-list.footer-recent-posts li
{
width: auto;
} .vc_col-sm-4 .mc-features-small .text 
{
margin-left: 87px;
}
.vc_col-sm-4 .mc-features-small .item-content .text h3 
{
margin-bottom: 11px;
}
.vc_col-sm-4 .mc-features-small .item-footer
{
margin-top: 12px;
}
.vc_col-sm-3 .mc-features .hexagon,
.vc_col-sm-2 .mc-features .hexagon
{	
float: left;
}
.vc_col-sm-3 .mc-features .text,
.vc_col-sm-2 .mc-features .text
{
margin-left: 117px;
} .vc_row .columns .blog,
.vc_row .wpb_column .layout-column .blog,
.wpb_column.vc_col-sm-6.post
{
margin-top: 30px;
}
.comment-box
{
width: 100%;
margin-bottom: 30px;
margin-right: 0;
}
.comment-box li
{
float: left;
width: auto;
}
.comment-box .comments-number
{
width: auto;
margin-top: 0;
margin-left: 2px;
}
.comments .comment-box .comments-number
{
float: left;
width: auto;
}
.comments .comment-box .comments-number a
{
width: auto;
}
.vc_row .wpb_column .comment-box .date .value
{
width: auto;
padding: 11px 13px 12px;
}
body .comment-box .date .value,
.comment-box .date .arrow-date,
.comment-box .comments-number a,
.comment-box .arrow-comments
{
clear: both;
float: none;
}
.comment-box .date .arrow-date,
.comment-box .arrow-comments
{
left: 0;
right: auto;
}
.comment-box .date .value, 
.comment-box .comments-number a
{
font-size: 12px;
} #comments_list
{
margin-top: 0;
}
.wpb_column #comments_list .comment-author-avatar
{
display: block;
}
.wpb_column #comments_list .comment-details
{
width: 347px;
}
.wpb_column #comments_list .children .comment-details
{
width: 302px;
}
.wpb_column #comments_list .children
{
margin-left: 45px;
}
.vc_col-sm-2 .comment-form input[type="submit"]
{
width: 150px;
padding: 11px 19px;
} .contact-form p,
.contact-form input[type="submit"]
{
margin-top: 0;
}
.wpb_column .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 260px;
padding: 11px 20px;
}
.wpb_column .contact-form .tabs-box-navigation.sf-menu li:hover ul, .wpb_column .contact-form .tabs-box-navigation.sf-menu li.sfHover ul
{
top: 48px;
}
.vc_col-sm-2 .contact-form .vc_col-sm-4 input[type='submit']
{
width: 150px;
} .ui-datepicker
{
width: 440px;
}
.ui-datepicker-header
{
padding: 10px;
}
.ui-datepicker table td, .ui-datepicker table th
{
padding: 8px;
} .accordion.medium .ui-accordion-content
{
padding: 20px 0;
}
.accordion .ui-accordion-content .item-footer .mc-button
{
font-size: 13px;
padding: 12px 19px;
}
.wpb_column .accordion .ui-accordion-content .item-footer .mc-button,
.wpb_column .accordion.wide .ui-accordion-content .wpb_column .item-footer .mc-button
{
margin-right: 10px;
}
.wpb_column .accordion .ui-accordion-content .item-footer .mc-button:first-child,
.wpb_column .accordion.wide .ui-accordion-content .item-footer .mc-button:last-child
{
margin-right: 0;
}
.wpb_column .accordion .ui-accordion-content .item-footer .mc-button
{
float: right;
}
.wpb_column .accordion .ui-accordion-content .item-footer .mc-button:last-child,
.wpb_column .accordion.wide .ui-accordion-content .wpb_column .item-footer .mc-button:last-child
{
margin-top: 0;
} .item-content,
.blog.simple .item-content
{
margin-top: 40px;
}
.wpb_column .item-content .thumb-image
{
margin-right: 20px;
} .tabs-navigation li a
{
padding: 10px;
}
.tabs-navigation li a:hover,
.tabs-navigation li a.selected,
.tabs-navigation li.ui-tabs-active a
{
padding-bottom: 9px;
}
.tabs.small li a
{
padding: 16px 12px 18px;
} .horizontal-carousel.testimonials .vc_col-sm-6
{
margin-top: 0;
margin-right: 23px;
} .wpb_column .timeline-item .timeline-left
{
display: table-cell;
width: 167px;
min-width: 167px;
}
.wpb_column .timeline-item label
{
float: right;
clear: none;
max-width: 110px;
padding: 7px 20px 8px;
}
.wpb_column .timeline-item .label-triangle
{
margin-right: 40px;
}
.wpb_column .timeline-content
{
display: table-cell;
padding: 22px 0 26px 40px;
border-left: 1px solid #E5E5E5;
}
.wpb_column .timeline-content span
{
float: none;
clear: none;
}
.wpb_column .timeline-content span.timeline-title
{
margin-right: 10px;
}
.wpb_column .timeline-content span.timeline-subtitle
{
display: inline;
margin-top: 7px;
}
.wpb_column .timeline-item .label-container .timeline-circle,
.wpb_column .timeline-item .label-triangle
{
display: block;
} .announcement .vertical-align-cell
{
display: block;
}
.announcement .vertical-align-cell:first-child
{
width: 100%;
padding-right: 0;
}
.announcement .vertical-align-cell:last-child
{	
width: 100%;
text-align: left;
margin-top: 23px;
}
.vc_col-sm-2 .announcement
{
padding: 20px;
}
.vc_col-sm-2 .announcement h1
{
font-size: 24px;
}
.vc_col-sm-2 .announcement .more
{
padding: 13px;
} .wpb_column .notification-box h2
{
width: calc(100% - 95px);
clear: none;
margin-left: 78px;
margin-top: 0;
}
.wpb_column .notification-box h5
{
margin-left: 79px;
} .timetable
{
display: none;
}
.timetable.small
{
display: block;
}
.timetable.small .items-list a
{
width: 360px;
}
.timetable.small .items-list.mode12 a
{
width: 315px;
} .vc_row .wpb_column .mc-gallery .gallery-box,
.vc_row .wpb_column .mc-gallery .gallery-box img,
.vc_row .wpb_column .mc-gallery .gallery-box .mc-preloader
{
width: 225px;
}
.vc_row .wpb_column  .mc-gallery .gallery-box img,
.vc_row .wpb_column  .mc-gallery .gallery-box .mc-preloader
{
height: 150px;
}
.vc_col-sm-8 .vc_col-sm-6 .gallery-box,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box img,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
width: 100%;
}
.vc_col-sm-8 .vc_col-sm-6 .gallery-box img,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
height: 308px;
}
.vc_col-sm-4 .gallery-box img
{
height: auto;
}
.gallery-box .item-details
{
padding: 14px 0;
}
.gallery-box:hover .item-details
{
padding-bottom: 13px;
}
.gallery-box .social-icons, 
.gallery-item-details-list .social-icons
{
margin-top: 10px;
}
.gallery-box .description
{
padding: 10px 10px 13px;
}
.wpb_column .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 310px;
}
.wpb_column .gallery-item-details-list .details-box .controls
{
position: absolute;
margin-bottom: 0;
}
.wpb_column .controls li.separator
{
display: block;
margin: 0 20px;
}
.wpb_column .gallery-2-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-3-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-4-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-2-columns.dm_simple .gallery-box-2,
.wpb_column .gallery-3-columns.dm_simple .gallery-box-2,
.wpb_column .gallery-4-columns.dm_simple .gallery-box-2
{
margin-top: 0;
}
.wpb_column .gallery-3-columns.dm_pagination .gallery-box-3,
.wpb_column .gallery-4-columns.dm_pagination .gallery-box-3,
.wpb_column .gallery-3-columns.dm_simple .gallery-box-3,
.wpb_column .gallery-4-columns.dm_simple .gallery-box-3
{
margin-top: 30px;
} .vc_row .wpb_column .photostream .gallery-box
{
margin-left: 10px;
}
.wpb_column .photostream .gallery-box:nth-child(4n+1)
{
margin-left: 0;
}
.vc_col-sm-12 .photostream.default .gallery-box img
{
width: 100px;
height: 100px;
} .wpb_column .mc-gallery.horizontal-carousel li.gallery-box
{
margin-right: 12px;
margin-left: 0;
} .theme-page .vc_row .contact-data li .value
{
padding: 13px 30px 13px 20px;
}
.wpb_column .contact-data li::before
{
width: 75px;
}
.wpb_column .contact-data li
{
display: table;
}
.wpb_column .contact-data li .value,
.wpb_column .contact-data li::before
{
display: table-cell;
}
.footer .widget .contact-data li .value
{
padding: 10px 0 10px 15px;
} .footer-banner-box-container
{
display: block;
}
.footer-banner-box
{
width: 100%;
padding: 26px 23px 23px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.footer-banner-box p
{
font-size: 26px;
} .menu-footer-menu-container 
{
clear: both;
float: left;
margin-top: 23px;
} .page-template-404 p
{
font-size: 14px;
} .rev_slider h1,
.rev_slider h2
{
font-size: 34px;
font-weight: 300;
line-height: 42px;
margin-top: -45px;
}
.rev_slider p
{
font-size: 18px;
margin-top: -112px;
} .vc_row .wpb_column
{
width: 100%;
margin-top: 40px;
}
.vc_row .wpb_column:first-child
{
margin-top: 0;
}
.vc_row .vc_col-sm-6
{
width: 100%;
}
.vc_row [class*="vc_col-sm"]
{
margin-left: 0;
} .comment-form .wpb_column,
.contact-form .wpb_column
{
margin-top: 8px;
}
.comment-form .wpb_column:first-child,
.contact-form .wpb_column
{
margin-top: 0;
} .vc_row .vc_col-sm-12 .blog.column_left, .vc_row .vc_col-sm-12 .blog.column_right,
.vc_row .vc_col-sm-10 .blog.column_left, .vc_row .vc_col-sm-10 .blog.column_right,
.vc_row .vc_col-sm-9 .blog.column_left, .vc_row .vc_col-sm-9 .blog.column_right,
.vc_row .vc_col-sm-8 .blog.column_left, .vc_row .vc_col-sm-8 .blog.column_right,
.wpb_column .comment-form .vc_col-sm-6,
.vc_row .wpb_column .post-content
{
width: 100%;
} .wpb_column .scrolling-list li .left
{
width: 422px;
} .scroll-top.animated-element
{
right: 10px;
bottom: 10px;
}
}
@media screen and (max-width:479px)
{ .site-container.boxed
{
max-width: 400px;
} h1
{
font-size: 22px;
}
h2
{
font-size: 18px;
} .header,
.header-top-sidebar,
.site-container .vc_row,
.site-container .vc_row.full-width .wpb_column .vc_row,
.site-container .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
.home-box-container-list,
.footer,
.copyright-area,
.horizontal-carousel.testimonials .vc_col-sm-6
{
width: 300px;
}
.header-top-sidebar .thin-list,
.header-top-sidebar .thin_list,
.header-top-sidebar .icons-list
{
clear: both;
width: 100%;
}
.header-top-sidebar .icons-list
{
margin-top: 17px;
} .header .header-left a:first-child
{
width: 270px;
}
.top-info-list li .value
{
font-size: 18px;
} .sf-menu li.wide ul.sub-menu
{
width: 174px;
} .copyright-area-container .icons-list
{
clear: both;
float: left;
margin-left: 0;
margin-top: 20px;
} .slider li
{
height: 210px;
}
.slider-content-box
{
margin-top: -195px;
min-height: 175px;
}
.slider-content h1
{
font-size: 24px;
} .home-box,
.home-box-container-list.for-home-slider .home-box,
.wpb_column .scrolling-list-fix-block,
.wpb_column .home-box-container-list .scrolling-list-fix-block
{
width: 254px;
} .wpb_column #comments_list .comment-details
{
width: 300px;
}
.wpb_column #comments_list .comment-author-avatar
{
display: none;
}
.wpb_column #comments_list .children
{
margin-left: 30px;
}
.wpb_column #comments_list .children .comment-details
{
width: 270px;
}
#comments_list .comment-details .post-footer
{
margin-top: 21px;
}
#comments_list li.comment,
#comments_list .children li.comment
{
margin-top: 30px;
} .wpb_column .timeline-item .timeline-left
{
width: 132px;
min-width: 132px;
}
.wpb_column .timeline-item label
{
max-width: 90px;
padding: 7px 8px 8px;
}
.wpb_column .timeline-item .label-triangle
{
margin-right: 25px;
}
.wpb_column .timeline-content
{
padding: 12px 0 16px 25px;
}
.wpb_column .timeline-content span
{
float: left;
clear: both;
}
.wpb_column .timeline-content span.timeline-title
{
margin-right: 0;
}
.wpb_column .timeline-content span.timeline-subtitle
{
margin-top: 5px;
} .vc_col-sm-2 .announcement h1
{
font-size: 22px;
} .timetable.small .items-list a
{
width: 200px;
}
.timetable.small .items-list.mode12 a
{
width: 155px;
}
.tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 268px;
} .ui-datepicker
{
width: 278px;
} .wpb_column .controls li.separator
{
margin: 0 10px;
} .mc-gallery,
.vc_row .wpb_column .mc-gallery .gallery-box,
.vc_row .wpb_column .mc-gallery .gallery-box img,
.vc_row .wpb_column .mc-gallery .gallery-box .mc-preloader
{
width: 285px;
}
.vc_row .wpb_column .mc-gallery .gallery-box img,
.vc_row .wpb_column .mc-gallery .gallery-box .mc-preloader
{
height: 190px;
}
.vc_col-sm-8 .vc_col-sm-6 .gallery-box img,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
height: 200px;
}
.wpb_column .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 175px;
}
.wpb_column .gallery-2-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-3-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-4-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-2-columns.dm_simple .gallery-box-2,
.wpb_column .gallery-3-columns.dm_simple .gallery-box-2,
.wpb_column .gallery-4-columns.dm_simple .gallery-box-2
{
margin-top: 30px;
} .wpb_column .photostream .gallery-box:nth-child(4n+1)
{
margin-left: 10px;
}
.wpb_column .photostream .gallery-box:nth-child(3n+1)
{
margin-left: 0;
}
.wpb_column .photostream.default .gallery-box img
{
width: 90px;
height: 90px;
} .wpb_column .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 298px;
}
.wpb_column .tabs-box-navigation.sf-menu li.wide ul li
{
width: 282px;
} .wpb_column .mc-gallery.horizontal-carousel li.gallery-box
{
margin-left: 7.5px;
margin-right: 0;
} div.p_table_1.p_table_responsive li.row_style_1 .css3_grid_vertical_align>span, div.p_table_1.p_table_responsive li.row_style_2 .css3_grid_vertical_align>span, div.p_table_1.p_table_responsive li.row_style_3 .css3_grid_vertical_align>span, div.p_table_1.p_table_responsive li.row_style_4 .css3_grid_vertical_align>span
{
padding: 0 2px !important;
} .rev_slider h1,
.rev_slider h2
{
font-weight: 400;
font-size: 24px;
line-height: 32px;
margin-top: -46px;
}
.rev_slider h1,
.rev_slider h2,
.rev_slider p
{
margin-left: 20px;
}
.rev_slider p
{
display: none;
}   .wpb_column .scrolling-list li .left
{
width: 260px;
}
}
@media screen and (max-device-width: 480px)
{
body
{
-webkit-text-size-adjust: none;
}
}@font-face {
font-family: 'features';
src:    url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/features/fonts/features.eot?do5ipg);
src:    url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/features/fonts/features.eot?do5ipg#iefix) format('embedded-opentype'),
url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/features/fonts/features.ttf?do5ipg) format('truetype'),
url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/features/fonts/features.woff?do5ipg) format('woff'),
url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/features/fonts/features.svg?do5ipg#features) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="features-"]::before, [class*=" features-"]::before { font-family: 'features' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.features-facebook::before {
content: "\f000";
}
.features-paypal::before {
content: "\f001";
}
.features-twitter::before {
content: "\f002";
}
.features-list::before {
content: "\f003";
}
.features-document-missing::before {
content: "\f004";
}
.features-document::before {
content: "\f005";
}
.features-science::before {
content: "\f006";
}
.features-bacteria::before {
content: "\f007";
}
.features-brain::before {
content: "\f008";
}
.features-molecule::before {
content: "\f009";
}
.features-lab::before {
content: "\f010";
}
.features-dna::before {
content: "\f011";
}
.features-test-tube::before {
content: "\f012";
}
.features-baby::before {
content: "\f013";
}
.features-baby-bed::before {
content: "\f014";
}
.features-baby-bottle::before {
content: "\f015";
}
.features-teddy-bear::before {
content: "\f016";
}
.features-glasses::before {
content: "\f017";
}
.features-ambulance::before {
content: "\f018";
}
.features-dental-shield::before {
content: "\f019";
}
.features-dentist::before {
content: "\f020";
}
.features-plaster::before {
content: "\f021";
}
.features-heart-beat::before {
content: "\f022";
}
.features-medical-bed::before {
content: "\f023";
}
.features-first-aid::before {
content: "\f024";
}
.features-medical-cast::before {
content: "\f025";
}
.features-medical-document::before {
content: "\f026";
}
.features-medical-cross::before {
content: "\f027";
}
.features-healthcare::before {
content: "\f028";
}
.features-medical-scissors::before {
content: "\f029";
}
.features-pill::before {
content: "\f030";
}
.features-mortar::before {
content: "\f031";
}
.features-medical-results::before {
content: "\f032";
}
.features-pulse::before {
content: "\f033";
}
.features-drip::before {
content: "\f034";
}
.features-hospital::before {
content: "\f035";
}
.features-stethoscope::before {
content: "\f036";
}
.features-syringe::before {
content: "\f037";
}
.features-burns::before {
content: "\f038";
}
.features-config::before {
content: "\f039";
}
.features-pet-box::before {
content: "\f040";
}
.features-cat::before {
content: "\f041";
}
.features-dog::before {
content: "\f042";
}
.features-leaf::before {
content: "\f043";
}
.features-spa::before {
content: "\f044";
}
.features-spa-bamboo::before {
content: "\f045";
}
.features-spa-lotion::before {
content: "\f046";
}
.features-toothbrush::before {
content: "\f047";
}
.features-fitness::before {
content: "\f048";
}
.features-signpost::before {
content: "\f049";
}
.features-home::before {
content: "\f050";
}
.features-location::before {
content: "\f051";
}
.features-map::before {
content: "\f052";
}
.features-quote::before {
content: "\f053";
}
.features-app::before {
content: "\f054";
}
.features-money::before {
content: "\f055";
}
.features-credit-card::before {
content: "\f056";
}
.features-wallet::before {
content: "\f057";
}
.features-chart::before {
content: "\f058";
}
.features-balance::before {
content: "\f059";
}
.features-briefcase::before {
content: "\f060";
}
.features-cart::before {
content: "\f061";
}
.features-frostbite::before {
content: "\f062";
}
.features-ear::before {
content: "\f063";
}
.features-piano::before {
content: "\f064";
}
.features-video::before {
content: "\f065";
}
.features-speaker::before {
content: "\f066";
}
.features-movie::before {
content: "\f067";
}
.features-image::before {
content: "\f068";
}
.features-gallery::before {
content: "\f069";
}
.features-graph::before {
content: "\f070";
}
.features-tags::before {
content: "\f071";
}
.features-plus::before {
content: "\f072";
}
.features-cross::before {
content: "\f073";
}
.features-minus::before {
content: "\f074";
}
.features-network::before {
content: "\f075";
}
.features-x-ray::before {
content: "\f076";
}
.features-time::before {
content: "\f077";
}
.features-lock::before {
content: "\f078";
}
.features-certificate::before {
content: "\f079";
}
.features-heart::before {
content: "\f080";
}
.features-address::before {
content: "\f081";
}
.features-book::before {
content: "\f082";
}
.features-box::before {
content: "\f083";
}
.features-diary::before {
content: "\f084";
}
.features-tablet::before {
content: "\f085";
}
.features-battery::before {
content: "\f086";
}
.features-mobile::before {
content: "\f087";
}
.features-phone::before {
content: "\f088";
}
.features-laptop::before {
content: "\f089";
}
.features-screen::before {
content: "\f090";
}
.features-keyboard::before {
content: "\f091";
}
.features-chat::before {
content: "\f092";
}
.features-doctor::before {
content: "\f093";
}
.features-people::before {
content: "\f094";
}
.features-medical-staff::before {
content: "\f095";
}
.features-id::before {
content: "\f096";
}
.features-email::before {
content: "\f097";
}
.features-clock::before {
content: "\f098";
}
.features-lifeline::before {
content: "\f099";
}
.features-tick::before {
content: "\f100";
}
.features-pen::before {
content: "\f101";
}
.features-pin::before {
content: "\f102";
}
.features-printer::before {
content: "\f103";
}
.features-eye::before {
content: "\f104";
}@font-face {
font-family: 'template';
src:    url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/template/fonts/template.eot?kgai9y);
src:    url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/template/fonts/template.eot?kgai9y#iefix) format('embedded-opentype'),
url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/template/fonts/template.ttf?kgai9y) format('truetype'),
url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/template/fonts/template.woff?kgai9y) format('woff'),
url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/template/fonts/template.svg?kgai9y#template) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="template-"]::before, [class*=" template-"]::before,
[class^="template-"]::after, [class*=" template-"]::after { font-family: 'template' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.template-check::before {
content: "\42";
}
.template-chevron::before {
content: "\41";
}
.template-arrow-circle::before {
content: "\7a";
}
.template-arrow-circle-after::after {
content: "\7a";
}
.template-cart::before {
content: "\79";
}
.template-cart-after::after {
content: "\79";
}
.template-search::before {
content: "\78";
}
.template-search-after::after {
content: "\78";
}
.template-mail::before {
content: "\77";
}
.template-mail-after::after {
content: "\77";
}
.template-phone::before {
content: "\76";
}
.template-phone-after::after {
content: "\76";
}
.template-location::before {
content: "\75";
}
.template-location-after::after {
content: "\75";
}
.template-plus-2::before {
content: "\6d";
}
.template-plus-2-after::after {
content: "\6d";
}
.template-remove-2::before {
content: "\6f";
}
.template-minus-2::before {
content: "\6e";
}
.template-minus-2-after::after {
content: "\6e";
}
.template-arrow-horizontal-2::before {
content: "\63";
}
.template-arrow-vertical-1::before {
content: "\62";
}
.template-arrow-horizontal-1::before {
content: "\61";
}
.template-arrow-horizontal-1-after::after {
content: "\61";
}
.template-minus-1::before {
content: "\6b";
}
.template-plus-1::before {
content: "\6a";
}
.template-remove-1::before {
content: "\6c";
}
.template-remove-1-after::after {
content: "\6c";
}
.template-menu-1::before {
content: "\70";
}
.template-menu-2::before {
content: "\71";
}
.template-comment-1::before {
content: "\73";
}
.template-comment-1-after::after {
content: "\73";
}
.template-comment-2::before {
content: "\74";
}
.template-quote::before {
content: "\72";
}
.template-arrow-horizontal-3::before {
content: "\64";
}
.template-arrow-vertical-3::before {
content: "\65";
}
.template-arrow-horizontal-5::before {
content: "\68";
}
.template-arrow-vertical-5::before {
content: "\69";
}
.template-arrow-horizontal-4::before {
content: "\66";
}
.template-arrow-vertical-4::before {
content: "\67";
}@font-face {
font-family: 'social';
src:    url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/social/fonts/social.eot?ynqsmo);
src:    url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/social/fonts/social.eot?ynqsmo#iefix) format('embedded-opentype'),
url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/social/fonts/social.ttf?ynqsmo) format('truetype'),
url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/social/fonts/social.woff?ynqsmo) format('woff'),
url(//www.westgarden.com.tw/wp-content/themes/medicenter/fonts/social/fonts/social.svg?ynqsmo#social) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="social-"]::before, [class*=" social-"]::before { font-family: 'social' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-email::before {
content: "\47";
}
.social-location::before {
content: "\45";
}
.social-mobile::before {
content: "\46";
}
.social-envato::before {
content: "\43";
}
.social-angies-list::before {
content: "\44";
}
.social-twitter::before {
content: "\61";
}
.social-facebook::before {
content: "\62";
}
.social-github::before {
content: "\63";
}
.social-rss::before {
content: "\64";
}
.social-pinterest::before {
content: "\65";
}
.social-google-plus::before {
content: "\66";
}
.social-linkedin::before {
content: "\67";
}
.social-xing::before {
content: "\68";
}
.social-youtube::before {
content: "\69";
}
.social-instagram::before {
content: "\6a";
}
.social-flickr::before {
content: "\6b";
}
.social-tumblr::before {
content: "\6c";
}
.social-dribbble::before {
content: "\6d";
}
.social-skype::before {
content: "\6e";
}
.social-foursquare::before {
content: "\6f";
}
.social-vk::before {
content: "\70";
}
.social-weibo::before {
content: "\71";
}
.social-reddit::before {
content: "\72";
}
.social-stumbleupon::before {
content: "\73";
}
.social-behance::before {
content: "\74";
}
.social-spotify::before {
content: "\75";
}
.social-deviantart::before {
content: "\76";
}
.social-soundcloud::before {
content: "\77";
}
.social-vine::before {
content: "\78";
}
.social-yelp::before {
content: "\79";
}
.social-paypal::before {
content: "\7a";
}
.social-houzz::before {
content: "\41";
}
.social-vimeo::before {
content: "\42";
}@keyframes aslAnFadeInDrop {
0% {
opacity: 0;
transform: translate(0, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
}
@-webkit-keyframes aslAnFadeInDrop {
0% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
}
@keyframes aslAnFadeOutDrop {
0% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
}
@-webkit-keyframes aslAnFadeOutDrop {
0% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
}
.hiddend {
display: none !important;
}
div.asl_w.asl_an_fadeInDrop,
div.asl_w.asl_an_fadeOutDrop {
-webkit-animation-duration: 100ms;
animation-duration: 100ms;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
div.asl_w.asl_an_fadeInDrop {
animation-name: aslAnFadeInDrop;
-webkit-animation-name: aslAnFadeInDrop;
}
div.asl_w.asl_an_fadeOutDrop {
animation-name: aslAnFadeOutDrop;
-webkit-animation-name: aslAnFadeOutDrop;
}
div.asl_w.asl_main_container {
transition: width 130ms linear;
-webkit-transition: width 130ms linear;
}
div.asl_w,
div.asl_w *,
div.asl_r,
div.asl_r *,
div.asl_s,
div.asl_s * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
-o-box-sizing: content-box;
box-sizing: content-box;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
text-transform: none;
text-shadow: none;
box-shadow: none;
text-decoration: none;
text-align: left;
letter-spacing: normal;
}
div.asl_r,
div.asl_r * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.asl_r {
box-sizing: border-box;
margin: 12px 0 0 0;
}
div.asl_m .proinput input::-ms-clear {
display: none !important;
width: 0 !important;
height: 0 !important;
}
div.asl_m .proinput input::-ms-reveal {
display: none !important;
width: 0 !important;
height: 0 !important;
}
div.asl_m input[type="search"]::-webkit-search-decoration,
div.asl_m input[type="search"]::-webkit-search-cancel-button,
div.asl_m input[type="search"]::-webkit-search-results-button,
div.asl_m input[type="search"]::-webkit-search-results-decoration {
display: none;
}
div.asl_m input[type="search"] {
appearance: auto !important;
-webkit-appearance: none !important;
}
.clear {
clear: both;
}
.hiddend {
display: none;
}
div.asl_m textarea:focus,
div.asl_m input:focus {
outline: none;
}
div.asl_m {
width: 100%;
height: auto;
border-radius: 0;
background: rgba(255, 255, 255, 0);
overflow: hidden;
position: relative;
z-index: 200;
}
div.asl_m .probox {
width: auto;
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #fff;
box-shadow: 1px 0 3px #ccc inset;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
div.asl_m .probox .proinput {
width: 1px;
height: 100%;
margin: 0 0 0 10px;
padding: 0 5px;
float: left;
box-shadow: none;
position: relative;
flex: 1 1 auto;
-webkit-flex: 1 1 auto;
order: 5;
-webkit-order: 5;
}
div.asl_m .probox .proinput form {
height: 100%; margin: 0 !important;
padding: 0 !important;
display: block !important;
max-width: unset !important;
}
div.asl_m .probox .proinput input:before,
div.asl_m .probox .proinput input:after,
div.asl_m .probox .proinput form:before,
div.asl_m .probox .proinput form:after {
display: none;
}
div.asl_m .probox .proinput input {
height: 28px;
border: 0;
background: transparent;
width: 100%;
box-shadow: none;
margin: -1px;
padding: 0;
left: 0;
line-height: normal !important;
display: block;
min-height: unset;
max-height: unset;
}
div.asl_m .probox .proinput input::-webkit-input-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input::-moz-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input:-ms-input-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input:-moz-placeholder {
opacity: .85;
}
div.asl_m .proinput input.orig {
padding: 0 !important;
margin: 0 !important;
background: transparent !important;
border: none !important;
background-color: transparent !important;
box-shadow: none !important;
z-index: 10;
position: relative;
}
div.asl_m .proinput input.autocomplete {
padding: 0 !important;
margin: 0;
background: transparent !important;
border: none !important;
background-color: transparent !important;
box-shadow: none !important;
opacity: .2;
}
div.asl_m .probox .proinput input.autocomplete {
border: 0;
background: transparent;
width: 100%;
box-shadow: none;
margin: 0;
margin-top: -28px !important;
padding: 0;
left: 0;
position: relative;
z-index: 9;
}
div.asl_m .probox .proinput.iepaddingfix {
padding-top: 0;
}
div.asl_m .probox .proinput .loading {
width: 32px;
background: #000;
height: 100%;
box-shadow: none;
}
div.asl_m .probox .proloading,
div.asl_m .probox .proclose,
div.asl_m .probox .promagnifier,
div.asl_m .probox .prosettings {
width: 20px;
height: 20px;
background: none;
background-size: 20px 20px;
float: right;
box-shadow: none;
margin: 0;
padding: 0;
text-align: center;
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
z-index: 100;
}
div.asl_m .probox .promagnifier {
order: 10;
-webkit-order: 10;
}
div.asl_m .probox .prosettings {
order: 1;
-webkit-order: 1;
}
div.asl_m .probox .proloading,
div.asl_m .probox .proclose {
background-position: center center;
display: none;
background-size: auto;
background-repeat: no-repeat;
background-color: transparent;
order: 6;
-webkit-order: 6;
}
div.asl_m .probox .proclose {
position: relative;
cursor: pointer;
}
div.asl_m .probox .promagnifier .innericon,
div.asl_m .probox .prosettings .innericon,
div.asl_m .probox .proclose .innericon {
background-size: 20px 20px;
background-position: center center;
background-repeat: no-repeat;
background-color: transparent;
width: 100%;
height: 100%;
text-align: center;
overflow: hidden;
line-height: initial;
display: block;
}
div.asl_m .probox .promagnifier .innericon svg,
div.asl_m .probox .prosettings .innericon svg,
div.asl_m .probox .proloading svg {
height: 100%;
width: 22px;
vertical-align: baseline;
display: inline-block;
}
div.asl_m .probox .proloading {
padding: 2px;
box-sizing: border-box;
}
div.asl_m .probox div.asl_loader,
div.asl_m .probox div.asl_loader * {
box-sizing: border-box !important;
margin: 0;
padding: 0;
box-shadow: none;
}
div.asl_m .probox div.asl_loader {
box-sizing: border-box;
display: flex;
flex: 0 1 auto;
flex-direction: column;
flex-grow: 0;
flex-shrink: 0;
flex-basis: 28px;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
div.asl_m .probox div.asl_loader-inner {
width: 100%;
margin: 0 auto;
text-align: center;
height: 100%;
}
@-webkit-keyframes rotate-simple {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate-simple {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
div.asl_m .probox div.asl_simple-circle {
margin: 0;
height: 100%;
width: 100%;
animation: rotate-simple .8s infinite linear;
-webkit-animation: rotate-simple .8s infinite linear;
border: 4px solid #fff;
border-right-color: transparent !important;
border-radius: 50%;
box-sizing: border-box;
}
div.asl_m .probox .proclose svg {
background: #333;
border-radius: 50%;
position: absolute;
top: 50%;
width: 20px;
height: 20px;
margin-top: -10px;
left: 50%;
margin-left: -10px;
fill: #fefefe;
padding: 4px;
box-sizing: border-box;
box-shadow: 0 0 0 2px rgba(255, 255, 255, .9);
}
div.asl_r * {
text-decoration: none;
text-shadow: none;
}
div.asl_r .results .asl_nores {
overflow: hidden;
width: auto;
height: 100%;
line-height: initial;
text-align: center;
margin: 0;
background: #fff;
padding: 10px 3px;
color: #222;
}
div.asl_r.horizontal {
padding: 2px 0 10px;
}
div.asl_r.horizontal .results .nores {
background: transparent;
}
div.asl_r .results {
overflow: hidden;
width: auto;
height: 0;
margin: 0;
padding: 0;
}
div.asl_r.horizontal .results {
height: auto;
width: auto;
}
div.asl_r .results .item {
overflow: hidden;
width: auto;
margin: 0;
padding: 3px;
position: relative;
background: #f4f4f4;
border-left: 1px solid rgba(255, 255, 255, .6);
border-right: 1px solid rgba(255, 255, 255, .4);
animation-delay: 0s;
animation-duration: 1s;
animation-fill-mode: both;
animation-timing-function: ease;
backface-visibility: hidden;
-webkit-animation-delay: 0s;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
-webkit-animation-timing-function: ease;
-webkit-backface-visibility: hidden;
}
div.asl_r.vertical .results .item:last-child {
margin-bottom: 0;
}
div.asl_r.vertical .results .item:last-child:after {
height: 0;
margin: 0;
width: 0;
}
div.asl_r .results .item .asl_image {
overflow: hidden;
background: transparent;
margin: 2px 8px 0 0;
padding: 0;
float: left;
background-position: center;
background-size: cover;
}
div.asl_r .results .item .asl_image img {
width: 100%;
height: 100%;
}
div.asl_r .results .item .asl_content {
overflow: hidden;
height: auto;
background: transparent;
margin: 0;
padding: 3px 3px 5px 3px;
}
div.asl_r .results .item .asl_content h3 {
margin: 0;
padding: 0;
display: inline;
line-height: inherit;
}
div.asl_r .results .item .asl_content .asl_desc {
margin-top: 4px;
font-size: 12px;
line-height: 18px;
}
div.asl_r .results .item div.etc {
margin-top: 4px;
}
div.asl_r .results a span.overlap {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
div.asl_r p.showmore {
text-align: center;
padding: 0;
margin: 0;
font-weight: normal;
font-family: Open Sans;
color: #055e94;
font-size: 12px;
line-height: 30px;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
background-color: #fff;
margin-top: 3px;
cursor: pointer;
}
div.asl_r p.showmore span {
font-weight: normal;
font-family: Open Sans;
color: #055e94;
font-size: 12px;
line-height: 30px;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
display: block;
text-align: center;
cursor: pointer;
}
.results .asl_nores .asl_keyword {
padding: 0 6px;
cursor: pointer;
font-weight: bold;
font-family: Open Sans;
}
div.asl_r .resdrg {
height: auto;
}
div.asl_w .group:first-of-type {
margin: 0 0 -3px;
}
div.asl_s.searchsettings {
width: 200px;
height: auto;
position: absolute;
display: none;
z-index: 1101;
border-radius: 0 0 3px 3px;
visibility: hidden;
padding: 0;
}
div.asl_s.searchsettings form {
display: flex;
flex-wrap: wrap;
margin: 0 0 12px 0 !important;
padding: 0 !important;
}
div.asl_s.searchsettings .asl_option_inner {
margin: 2px 10px 0 10px;
*padding-bottom: 10px;
}
div.asl_s.searchsettings.ie78 .asl_option_inner {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
div.asl_s.searchsettings .asl_option_label {
font-size: 14px;
line-height: 20px !important;
margin: 0;
width: 150px;
text-shadow: none;
padding: 0;
min-height: 20px;
border: none;
background: transparent;
float: none;
}
div.asl_s.searchsettings .asl_option_inner input[type=checkbox] {
display: none !important;
}
div.asl_s.searchsettings.ie78 .asl_option_inner input[type=checkbox] {
display: block;
}
div.asl_s.searchsettings.ie78 .asl_option_label {
float: right !important;
}
div.asl_s.searchsettings .asl_option {
display: flex;
flex-direction: row;
-webkit-flex-direction: row;
align-items: flex-start;
margin: 0 0 10px 0;
cursor: pointer;
}
div.asl_s.searchsettings .asl_option.asl-o-last,
div.asl_s.searchsettings .asl_option:last-child {
margin-bottom: 0;
}
div.asl_s.searchsettings .asl_option_inner {
width: 17px;
height: 17px;
position: relative;
flex-grow: 0;
-webkit-flex-grow: 0;
flex-shrink: 0;
-webkit-flex-shrink: 0;
}
div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox {
cursor: pointer;
position: absolute;
width: 17px;
height: 17px;
top: 0;
padding: 0;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
overflow: hidden;
font-size: 0 !important;
color: rgba(0, 0, 0, 0);
} div.asl_r.vertical .results,
div.asl_s.searchsettings .asl_sett_scroll {
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
}
div.asl_r.vertical .results {
scrollbar-color: rgba(0, 0, 0, 0.5) rgb(255,255,255);
}
div.asl_r.vertical .results::-webkit-scrollbar {
width: 10px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar {
width: 6px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-track {
background: transparent;
box-shadow: inset 0 0 12px 12px transparent;
border: none;
}
div.asl_r.vertical .results::-webkit-scrollbar-track {
background: rgb(255, 255, 255);
box-shadow: inset 0 0 12px 12px transparent;
border: solid 2px transparent;
}
div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
background: transparent;
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0);
border: solid 2px transparent;
border-radius: 12px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
border: none;
}
div.asl_r.vertical:hover .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings:hover .asl_sett_scroll::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
@media (hover: none), (max-width: 500px) {
div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
} div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:after {
opacity: 0;
font-family: 'aslsicons2';
content: "\e800";
font-weight: normal !important;
background: transparent;
border: none !important;
box-sizing: content-box;
color: #fff;
height: 100%;
width: 100%;
padding: 0 !important;
margin: 1px 0 0 0 !important;
line-height: 17px;
text-align: center;
text-decoration: none;
text-shadow: none;
display: block;
font-size: 11px !important;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
div.asl_s.searchsettings.ie78 .asl_option_inner .asl_option_checkbox:after {
display: none;
}
div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:hover::after {
opacity: .3;
}
div.asl_s.searchsettings .asl_option_inner input[type=checkbox]:checked+.asl_option_checkbox:after {
opacity: 1;
}
div.asl_s.searchsettings fieldset {
position: relative;
float: left;
}
div.asl_s.searchsettings fieldset {
background: transparent;
font-size: .9em;
margin: 12px 0 0 !important;
padding: 0;
width: 192px;
}
div.asl_s.searchsettings fieldset .asl_option_label {
width: 130px;
display: block;
}
div.asl_s.searchsettings form fieldset legend {
padding: 5px 0 8px 10px;
}
#asl_hidden_data {
display: none !important;
}
.asl_r .item { .asl__af-tt-container {
position: relative;
z-index: 2;
.asl__af-tt-link {
transition: opacity 0.2s;
&:hover {
opacity: 0.7;
}
}
}
.average-rating {
--percent: 0%;
--color: #2EA3F2;
--bg-color: rgba(0,0,0,0.2);
--size: 17px;
position: relative;
appearance: none;
width: auto;
display: inline-block;
vertical-align: baseline;
font-size: var(--size);
line-height: calc(var(--size) - 15%);
color: var(--bg-color);
background: linear-gradient(90deg, var(--color) var(--percent), var(--bg-color) var(--percent));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
.asl_r .item {
.price {
--regular-price-color: #666;
--sale_price_color: #666;
color: var(--regular-price-color);
del {
opacity: .5;
display: inline-block;
text-decoration: line-through;
color: var(--regular-price-color);
}
ins {
margin-left: 0.5em;
text-decoration: none;
font-weight: 700;
display: inline-block;
color: var(--sale_price_color);
}
}
.add-to-cart-container {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
z-index: 10;
width: 100%;
margin: 12px 0;
.add-to-cart-quantity {
padding: 8px 0 8px 8px;
background: #eaeaea;
width: 32px;
border-radius: 4px 0 0 4px;
height: 18px;
min-height: unset;
display: inline-block;
font-size: 13px;
line-height: normal;
}
.add-to-cart-button {
padding: 8px;
border-radius: 4px;
background: #6246d7;
color: white;
height: 18px;
min-height: unset;
display: block;
text-align: center;
min-width: 90px;
font-size: 13px;
line-height: normal;
&.add-to-cart-variable {
border-radius: 4px;
}
&.loading {
content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
}
a.added_to_cart {
flex-basis: 100%;
margin-top: 8px;
}
}
.add-to-cart-container:has(.add-to-cart-quantity) {
.add-to-cart-button {
border-radius: 0 4px 4px 0;
}
}
}
.rtl .asl_content,
.rtl .asl_nores,
.rtl .asl_content *,
.rtl .asl_nores *,
.rtl .searchsettings form {
text-align: right !important;
direction: rtl !important;
}
.rtl .asl_nores>* {
display: inline-block;
}
.rtl div.asl_r .results .item .asl_image {
float: right;
margin: 2px 0 0 8px;
}
.rtl .searchsettings .asl_option {
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
}
.rtl .asl_option {
direction: ltr;
}
.rtl .asl_label,
.rtl .asl_option div.asl_option_label {
text-align: right !important;
}
.rtl .asl_label {
max-width: 1000px !important;
width: 100%;
direction: rtl !important;
}
.rtl .asl_label input[type=radio] {
margin: 0 0 0 6px !important;
}
.rtl .asl_option_cat_level-0 div.asl_option_label {
font-weight: bold !important;
}
.rtl fieldset .asl_option_cat_level-1 {
margin-right: 12px !important;
margin-left: 0;
}
.rtl fieldset .asl_option_cat_level-2 {
margin-right: 24px !important;
margin-left: 0;
}
.rtl fieldset .asl_option_cat_level-3 {
margin-right: 36px !important;
margin-left: 0;
}
.rtl .searchsettings legend {
text-align: right !important;
display: block;
width: 100%;
}
.rtl .searchsettings input[type=text],
.rtl .searchsettings select {
direction: rtl !important;
text-align: right !important;
}
.rtl div.asl_w.asl_s.searchsettings form,
.rtl div.asl_w.asl_sb.searchsettings form {
flex-direction: row-reverse !important;
}
.rtl div.horizontal.asl_r div.item {
float: right !important;
}
.rtl p.asl-try {
direction: rtl;
text-align: right;
margin-right: 10px;
width: auto !important;
}