/*
Flaticon icon font: Flaticon
Creation date: 09/04/2017 11:04
*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticons/flaticon.eot");
  src: url("../fonts/flaticons/flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/flaticons/flaticon.woff") format("woff"),
       url("../fonts/flaticons/flaticon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 0px;
    line-height: 20px;
}

.flaticon-technology-1:before { content: "\f100"; }
.flaticon-folder:before { content: "\f101"; }
.flaticon-gasoline:before { content: "\f102"; }
.flaticon-arrows-2:before { content: "\f103"; }
.flaticon-shape:before { content: "\f104"; }
.flaticon-back:before { content: "\f105"; }
.flaticon-remove:before { content: "\f106"; }
.flaticon-add:before { content: "\f107"; }
.flaticon-medal:before { content: "\f108"; }
.flaticon-landscape:before { content: "\f109"; }
.flaticon-people:before { content: "\f10a"; }
.flaticon-technology:before { content: "\f10b"; }
.flaticon-envelope:before { content: "\f10c"; }
.flaticon-clock:before { content: "\f10d"; }
.flaticon-left:before { content: "\f10e"; }
.flaticon-arrows-1:before { content: "\f10f"; }
.flaticon-science:before { content: "\f110"; }
.flaticon-damper:before { content: "\f111"; }
.flaticon-halloween:before { content: "\f112"; }
.flaticon-download-to-storage-drive:before { content: "\f113"; }
.flaticon-cup:before { content: "\f114"; }
.flaticon-office:before { content: "\f115"; }
.flaticon-arrows:before { content: "\f116"; }
.flaticon-phone:before { content: "\f117"; }


@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
       url("../fonts/fontawesome-webfont.woff") format("woff"),
       url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="fa-"], [class*=" fa-"], [class^="fa-"]:before, [class*=" fa-"]:before {
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
}

a:hover {
	color: #f00;
	text-decoration: none;
}


/*==============================================
    Mainmenu Area Css
===============================================*/
.header-section {
    background: #e6e7e8;
    padding: 31px 0;
}
.header-section .logo{ }

.header-right .social-links {
    overflow: hidden;
    margin-top: 16px;
}
.header-right .social-links li {
    display: inline-block;
    float: right;
    margin: 0px 25px 0px 0px;
    line-height: 16px;
}
.header-right .social-links li:first-child {
    margin: 0px;
}
.header-right .social-links li a i {
    color: #8b9498;
    font-size: 24px;
    transition: all 500ms ease;
}
.header-right .social-links li a:hover i{
    color: #FF0000;
}
/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-section {
    position: relative;
    z-index: 10;
    background: #FF0000;
}
.main-menu {
    float: left;
    position: relative;
}
@media(max-width: 767px) {
	.main-menu {
		float: none;
		position: relative;
	}
}
.main-menu .navbar-collapse {
    padding: 0px
}
.main-menu .navigation {
  float: left;
  margin: 0;
  position: relative;
}
.main-menu .navigation li {
    display: inline-block;
    float: left;
}
.main-menu .navigation li a {
    color: #222222;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    opacity: 1;
    padding: 27px 20px 28px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    font-family: 'Rubik', sans-serif;
}
.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
    color: #f9f9f9;
}
.main-menu .navigation > li.dropdown > a {}
.main-menu .navigation > li.dropdown > a:after {}
.main-menu .navigation > li > a:before{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 5px;
    background: #f9f9f9;
    content: "";
    transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}
.main-menu .navigation > li:hover a:before,
.main-menu .navigation > li.current a:before{
    width: 100%;
}


.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 130%;
    width: 250px;
    padding: 0px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    background: #f9f9f9;
    transition: all 500ms ease;
}
.main-menu .navigation > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation > li > ul > li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu .navigation > li > ul > li > a {
    width: 100%;
    display: block;
    background: none;
    padding: 16px 20px 14px 20px;
    color: #222222;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    display: block;
    float: none;
    text-transform: capitalize;
    position: relative;
    transition: all 500ms ease;
    font-family: 'Rubik', sans-serif;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #111111;
    background-color: #eabb06;
    padding-left: 45px;
}
.main-menu .navigation > li > ul li a::before {
    position: absolute;
    color: #222222;
    content: "\f10f";
    font-family: Flaticon;
    font-size: 16px;
    font-weight: 400;
    left: 20px;
    top: 15px;
    transform: translate3d(-15px, 0px, 0px);
    opacity: 0;
    transition: all 500ms ease;
}
.main-menu .navigation > li > ul li:hover a:before{
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;    
}

.main-menu .navigation > li > ul > li.dropdown > a:after{}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{}
.main-menu .navigation > li > ul > li > ul{}
.main-menu .navigation > li > ul li:hover ul {}
.main-menu .navigation > li > ul > li ul li {}
.main-menu .navigation > li > ul > li ul li:first-child{}
.main-menu .navigation > li > ul > li ul li a{ }
.main-menu .navigation > li > ul > li  > ul > li:hover > a{}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(images/icon/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}


.mainmenu-right-box {
    width: 280px;
    position: relative;
}
.mainmenu-right-box .quote-button {
    margin: 15px 0;
    width: 170px;
}
.mainmenu-right-box .quote-button a{
    background: #fff;
    display: inline-block;
    width: 170px;
    height: 45px;
    border: 1px dashed #d9d9d9;
    text-align: center;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 44px;
    transition: all 500ms ease;
}
.mainmenu-right-box .quote-button a i{
    color: #FF0000;
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
}
.mainmenu-section .quote-button a:hover{
    background: #222628;
    color: #fff;
}
.mainmenu-right-box .quote-button,
.mainmenu-right-box .search-option{
    display: table-cell;
    vertical-align: middle;
} 
.search-option {
    padding-left: 35px;
}
.outer-search-box {}
.outer-search-box .seach-toggle {
    background: #FF0000;
    border: 2px solid #FF0000;
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 70px;
    margin: 0;
    position: relative;
    text-align: center;
    transition: all 500ms ease;
    width: 75px;
    height: 75px;
}
.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active{
    background:#222628;
    color: #fff;
}
.search-box {
    background: #FF0000;
    border-top: 2px solid #eabb06;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0px;
    top: 150%;
    transition: all 500ms ease 0s;
    visibility: hidden;
}
.search-box.now-visible{
    top:100%;
    opacity:1;
    visibility:visible;	
}
.search-box .form-group{
    position:relative;
    padding:0px;
    margin:0px;
    width:100%;
    min-width:250px;
}
.search-box .form-group input[type="search"] {
    background: #f4f4f4;
    border: 1px solid #222;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 50px;
}
.search-box .form-group input[type="search"]:focus{
  border-color:#eabb06;	
}
.search-box .form-group button, 
.search-box .form-group input[type="submit"] {
  background: #222;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  transition: all 500ms ease 0s;
}
.search-box .form-group button:hover,
.search-box .form-group input:focus + button{
  color:#fff;
  background: #eabb06;
}

.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #0d0e0f;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
          animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
          animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.mainmenu-area.stricky-fixed .main-menu .navigation > li > a{
    color: #fff;
}



/*** 
=============================================
    solution  style
=============================================
***/
.solution-section {
    padding-top: 40px;
}
.single-solution-item{
    margin-bottom: 60px;
}
.single-solution-item .title-holder {
    margin-bottom: 30px;
}
.single-solution-item .title-holder h3 {
    font-size: 24px;
    margin: 0 0 5px;
}
.single-solution-item .title-holder p {
    color: #999999;
    margin: 0 0 17px;
}
.single-solution-item .title-holder .border{
    background: #FF0000;
    height: 5px;
    width: 60px;
    display: block;
}
.single-solution-item .img-holder{
    display: block;
    overflow: hidden;
    position: relative;  
}
.single-solution-item .img-holder img{
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;    
}
.single-solution-item:hover .img-holder img{
    transform: scale(1, 1);    
}
.single-solution-item:hover .img-holder .overlay-style-one{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);    
}
.single-solution-item .img-holder .overlay-style-one .box{
    
}
.single-solution-item .img-holder .overlay-style-one .box .content {
    text-align: left;
    vertical-align: bottom;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.single-solution-item .img-holder .overlay-style-one .box .content a {
    background: #FF0000;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    padding: 6px 15px 4px;
    border-radius: 3px;
    border: 2px solid #FF0000;
}
.single-solution-item .img-holder .overlay-style-one .box .content a:hover{
    background: #292d2f;
    color: #fff;
}
.single-solution-item .img-holder .icon-holder {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #FF0000;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 3px;
    transition: all 900ms ease;
    transform: translate3d(0px, 0px, 0px);
}
.single-solution-item:hover .img-holder .icon-holder{
    transform: translate3d(0px, 80px, 0px);
}
.single-solution-item .img-holder .icon-holder span:before {
    color: #222222;
    font-size: 25px;
    line-height: 25px;
    display: block;
    padding: 10px 0;
}
.single-solution-item .text-holder {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 3px 20px 1px;
	background: #f4f4f4;
}
.single-solution-item .text-holder p{
    margin: 0;    
}

.solution-section .solution-botton{
    border-top: 1px solid #f4f4f4;
    padding-top: 40px;
}
.solution-section .solution-botton .single-item {
    width: 100%;
}
.solution-section .solution-botton .single-item .img-holder{
    width: 120px;
    position: relative;
}
.solution-section .solution-botton .single-item .img-holder,
.solution-section .solution-botton .single-item .text-holder{
    display: table-cell;
    vertical-align: middle;
}
.solution-section .solution-botton .single-item .text-holder {
    padding-left: 20px;
    border: 1px solid #f4f4f4;
    padding-right: 20px;
}
.solution-section .solution-botton .single-item .text-holder h3 {
    margin: 0 0 7px;
}
.solution-section .solution-botton .single-item .text-holder p {
    color: #999999;
    margin: 0 0 8px;
}
.solution-section .solution-botton .single-item .text-holder a{
    color: #FF0000;
    font-size: 16px;
    font-weight: 400;
}
.solution-section .solution-botton .single-item .text-holder a span:before {
    display: inline-block;
    padding-right: 6px;
    font-size: 15px;
    line-height: 15px;
    transition: all 500ms ease;
}
.solution-section .solution-botton .single-item:hover .text-holder a span:before{}


/*** 
=============================================
    Latest blog  style
=============================================
***/
.latest-blog {
	padding: 20px 0;
	margin-bottom: 30px;
	display: inline-block;
}

.latest-blog  .news-grid-dtl {
	padding: 10px 30px;
}

.latest-blog  .news-grid-dtl h5 {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}

.latest-blog .owl-nav {
	position: absolute;
    top: 0;
    right: 0;
}
.latest-blog.owl-carousel button.owl-prev:hover, .latest-blog.owl-carousel button.owl-next:hover {
    color: #999;
}
.latest-blog.owl-carousel button.owl-prev {
    color: #232323;
    font-size: 26px;
    position: absolute;
    top: -60px;
	right: 50px;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    background: url(../images/testimonial-arrow.png);
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.latest-blog.owl-carousel button.owl-next {
    color: #232323;
    font-size: 26px;
    position: absolute;
    top: -60px;
	right: 0;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    background: url(../images/testimonial-arrow.png);
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}






/*** 
=============================================
    Footer section
=============================================
***/
.footer-main-block {
    background-color: #2A2A2A;
    background-repeat: repeat-x;
}

.footer-block {
    padding: 30px 0 30px;
}

.footer-heading {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 4.13;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.textwidget p {
    font-size: 14px;
    line-height: 1.57;
    padding: 12px 0 0;
    color: #888;
}

.textwidget a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: 0.7px;
    color: #3485B1;
    text-transform: uppercase;
}

.footer-widget ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 0.3px;
    padding: 10px 0 10px;
    color: #888;
    border-bottom: 1px solid #323232;
}

.footer-widget ul li:last-child {
    border-bottom: 0 solid #323232;
}

.footer-widget ul li {
    font-size: 13px;
    line-height: 1.85;
    font-weight: 400;
    color: #888;
    padding: 10px 0 10px;
    border-bottom: 1px solid #323232;
}

.footer-widget ul li:last-child {
    border-bottom: 0 solid #323232;
}

.footer-contact p {
    padding: 4px 0 10px;
    line-height: 1.69;
    font-weight: 400;
}

.footer-address li {
    font-size: 13px;
    line-height: 1.85;
    color: #888;
    padding: 10px 0 0;
}

.footer-address li span {
    color: #AAA;
}

.footer-widget .menu {
    padding-left: 0
}

.footer-widget ul.sub-menu {
    padding-left: 0;
}

.footer-widget ul.sub-menu li {
    padding-bottom: 0;
}

.copyright-text { margin-top: 40px; }

.copyright-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
	color: #fff;
}

.footer-nav ul {
    text-align: right;
}

.footer-nav ul li {
    display: inline-block;
    padding: 0 5px;
}

.footer-nav ul li:last-child {
    padding: 0 0;
}

.footer-nav ul li a {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    font-weight: 300;
    color: #888;
    padding: 0 5px;
}

.footer-nav ul li a:hover {
    color: #ECC53F;
}

.copyright {
    background-image: url(../images/copy-bg.jpg);
}

@media(max-width:767px) {
    .copyright-text p {
        text-align: center;
    }
    .footer-nav ul {
        text-align: center;
    }
}

@media(max-width:992px) {
    .footer-widget {
        margin-bottom: 30px;
    }
}

@media(min-width: 768px) and (max-width: 992px) {
    .copyright {
        background-repeat: round;
    }
}

/*========================================*
* Home page
**========================================*/
#latest-article { margin-top: 20px; }
#latest-article .item {
	border: 1px solid #f2f2f2;
	padding: 20px;
	border-bottom2: 3px solid #FF0000;
	background: #f9f9f9;
	-webkit-box-shadow: 0px 3px 3px -1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 3px -1px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 2px -1px rgba(0,0,0,0.35);
	margin-bottom: 10px;
}
h2.latest-article {
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #FF0000;
}
h2.latest-article a {
	color: #FF0000;
	font-size: 20px;
}
h2.latest-article a:hover {
	color: #FF0000;
}

.yellow-button {
    background: #FF0000;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    padding: 6px 15px 4px;
    border-radius: 3px;
    border: 2px solid #FF0000;
}

.yellow-button:hover{
	background: #292d2f;
    color: #fff;
}

.news-grid-block {
	background:  #F3C809;
}


/*========================================*
* Pages
**========================================*/

.page-container {
	padding: 20px 0;
}

.post img { width: 100%; }

.divider {
	border-bottom: none;
    width: 100%;
    height: 42px;
    background: url(../images/divider_shadow.png) no-repeat center top;
	background-size: 100%;
	margin: 10px 0 30px 0;
}

@media(max-width: 748px) {
	.tabbable #tabs li {
		width: 100%;
		border-bottom: 1px solid #000;
	}
}
.tabbable li a {
	color: #000;
}
.tabbable li a:hover {
	color: #F2C50C;
}
.tab-content {
	padding: 30px;
}
.tab-content li {
	background: url(../images/bulletpoint_rot_8x8.png) 0px 4px no-repeat;
    padding-left: 15px;
    list-style: none;
    margin-bottom: 5px;
}


.tab-content table {
  border: 2px solid #333;
  background-color: #fff;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.tab-content table td {
  border: 1px solid #F2C50C;
  padding: 3px 2px;
}
.tab-content table tbody td {
  font-size: 13px;
}
.tab-content table tr:nth-child(even) {
  background: #F2C50C;
}
.tab-content table tr:first-child {
  background: #A40808;
}
.tab-content table tr:first-child td {
  font-size: 19px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #A40808;
}
table.redTable thead th:first-child {
  border-left: none;
}







/*======================= Gallery Page ========================*/
.item_img .articleGalleryZoom .BWfade,
.item_img .galleryZoomIcon .BWfade {
  display: none !important;
}
.item_img .articleGalleryZoom:before,
.item_img .galleryZoomIcon:before,
.item_img .articleGalleryZoom:after,
.item_img .galleryZoomIcon:after {
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.item_img .articleGalleryZoom:before,
.item_img .galleryZoomIcon:before {
  background: #000;
  opacity: 0;
  left: 0;
  top: 0;
  right: 0 !important;
  bottom: 0 !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item_img .articleGalleryZoom:after,
.item_img .galleryZoomIcon:after {
  left: 0 !important;
  top: 50% !important;
  right: 0 !important;
  bottom: 50% !important;
  width: 100%;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
  font-size: 0;
  line-height: 0;
  content: '\f00e';
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}
.item_img .articleGalleryZoom:hover:before,
.item_img .galleryZoomIcon:hover:before {
  opacity: 0.5;
}
.item_img .articleGalleryZoom:hover:after,
.item_img .galleryZoomIcon:hover:after {
  opacity: 1;
  font-size: 40px;
}
.img-full__left.span5 {
  padding-left: 0;
}
.view-article #prevArrow,
.view-article #nextArrow {
  display: none;
}
.gallery-grid .view {
  position: relative;
  overflow: hidden;
}
.gallery-grid .view .mask,
.gallery-grid .view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
}
.gallery-grid .view .mask .mask_wrap,
.gallery-grid .view .content .mask_wrap {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.gallery-grid .view .mask .mask_wrap:before,
.gallery-grid .view .content .mask_wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
  width: 0;
}
.gallery-grid .view .mask .mask_wrap .mask_cont,
.gallery-grid .view .content .mask_wrap .mask_cont {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5%;
  font-size: 12px;
  line-height: 20px;
  max-width: 99%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-grid .view .item_img {
  margin: 0;
}
.gallery-grid .view img {
  display: block;
  z-index: 1;
}
.gallery-grid .view h2,
.gallery-grid .view p {
  position: relative;
}
.gallery-grid .view .item_more a {
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  padding: 2%;
}
.filters b,
.sorting b,
.layout-mode b {
  display: block;
  margin: 0 0 15px;
}
.layout-mode {
  float: right;
}
ul#filters {
  margin: 0 0 15px;
}
ul#filters li {
  display: inline-block;
  vertical-align: top;
}
ul#filters li a {
  cursor: pointer;
}
ul#sort {
  margin: 0 0 15px;
  display: block;
}
ul#sort li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
ul#sort li a {
  cursor: pointer;
}
ul#sort li a:after {
  font-family: FontAwesome;
  margin-right: 5px;
}
ul#sort li a[data-order=asc]:after {
  content: '\f0d7';
}
ul#sort li a[data-order=desc]:after {
  content: '\f0d8';
}
ul#order {
  float: right;
  position: relative;
  z-index: 2;
}
ul#grid-list {
  margin: 0 0 15px;
}
ul#grid-list li {
  display: inline-block;
}
.gallery-grid .item_img {
  margin-right: 0;
}
.page-gallery_img {
  margin-left: 0;
}
.category_children .category_child {
  margin-bottom: 20px;
}
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: '';
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery.loaded .gallery-item {
  display: none;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
  margin-left: 1%;
}
@media(max-width: 747px) {
	ul.gallery.cols-3 .gap,
	ul.gallery.cols-3 .gallery-grid {
	  width: 100%;
	  margin-left: 1%;
	}
}
ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}
ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}
ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 24%;
}
.gallery-item {
  margin-bottom: 20px;
}
h4.item_title { margin-top: 0; }
#fancybox-thumbs ul li{ list-style: none; }
.item_img a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
	transition: all 0.5s ease;
	font-size: 0;
	line-height: 0;
}
.item_img a:before, .item_img a:after {
    content: "";
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.item_img a:before {
    top: 7px;
    right: 7px;
    left: 100%;
    bottom: 100%;
}
.cbp-l-filters-alignCenter.container {
    padding: 0!important
}

/*===== End gallery ======*/

.lang-switch a {
	font-weight: 700;
	font-size: 16px;
	color: #8b9498;
	margin-top: 20px;
	display: inline-block;
}