﻿@import url('animate.css');
body {
    margin: 0px;
    padding: 0px;
    cursor: default;
    color: #a1a1a1;
    background-color:#fff;
    font-size:18px;
    font-weight: 300;
    line-height: 1.67;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

ul, ul li{text-decoration:none; border:0px;margin:0px;padding:0px;list-style:none;}
a{color:#000;text-decoration:none!important;cursor:pointer;} * a{color:inherit;} * a:focus{color:inherit;}
img{border:0px;vertical-align:middle;}
h1,h2,h3,h4,h5,h6{margin:0px;padding:0px; font-weight:normal;}
input:focus,a:focus,button:focus,textarea:focus {outline: none!important;box-shadow:none!important;}
.fa.fa-active-show,.fa.fa-hover-show,.active > .fa.fa-active-hidden,*:hover > .fa.fa-hover-hidden{
    display: none;
}
.active > .fa.fa-active-show,*:hover > .fa.fa-hover-show{
    display: inline-block;
}
.logo img, .anim,.imenu ul li a,.goTop,.text-box,.text-box-in,.table tr,.btn-send,.inav ul li a,.graymask,.sbox a,.catagories a,.sidebar,.content{
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
}
.goTop{
    background-color:#fff!important;
    color:#000!important;
    border-radius:50%;
    width:32px;
    height:30px;
    padding:6px 0 0!important;
    text-align:center;
    border:0!important;
}
.goTop:hover{
    color:#fff!important;
    background-color:#000!important;
}
.img-dila{/*image dilation*/
    overflow:hidden;
    display:block;
    position:relative;
}
.img-dila img {
    -webkit-transition: all .4s ease; /* Safari and Chrome */
  	-moz-transition: all .4s ease; /* Firefox */
  	-o-transition: all .4s ease; /* IE 9 */
  	-ms-transition: all .4s ease; /* Opera */
  	transition: all .4s ease;
}
.img-dila:hover img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}
.iblock,.vmiddle {
    display: inline-block;
}
.vmiddle {
    vertical-align: middle;
}
.pos-relative{
    position:relative;
}
.noCursor{
    cursor:default;
}
.noborder{
    border:0!important;
}


/*++267 LOGO*/
a.logo-267 {
	background-color:#eee;
	border-radius:50%;
	padding:6px;
    margin:10px auto;
}
a.logo-267:hover {
	background-color:#fafafa;
}
.pusher {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.pusher:hover, .pusher:focus, .pusher:active {
  -webkit-animation-name: pusher;
  animation-name: pusher;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes pusher { 50% { -webkit-transform: scale(0.8); transform: scale(0.8);} 100% { -webkit-transform: scale(1); transform: scale(1); } }
@keyframes pusher { 50% { -webkit-transform: scale(0.8); transform: scale(0.8);} 100% { -webkit-transform: scale(1); transform: scale(1); } }
/*--267 LOGO*/

.ihover{
    position:absolute;
    z-index:9;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
}
.nobg{
    background-color:transparent!important;
}
/*--OPTIONAL STATICS*/

ul.nav.navbar-nav,nav.navbar,a.navbar-brand{
    margin:0;
}
nav.navbar{
    border:none;
    border-radius:0px;
    min-height:inherit;
}

.navbar-toggle{
    border-color:#ddd;
    z-index:9;
    margin-right:0;
    position:absolute;
    right:10px;
    top:0;
}
.navbar-toggle.collapsed {/*CLOSED NO-CLICK!*/
    background-color: #333;
}
.navbar-toggle,.navbar-toggle:hover{/*OPEN CLICKED*/
    background-color:#00557f;
}
.navbar-toggle .icon-bar{
    background-color:#fff;
}
img.pull-left.mx{
    margin-left:0;
    margin-bottom:15px;
}
img.pull-left.px{
    padding-left:0;
    padding-bottom:15px;
}
img.pull-right.mx{
    margin-right:0;
    margin-bottom:15px;
}
img.pull-right.px{
    padding-right:0;
    padding-bottom:15px;
}
.slide > ul,.ibox-slide > ul,.gallery > ul{
    transform: scale(0);
}
.gallery .bx-viewport{
    height:200px;
    min-height:400px;
}


.content{
    color:#000;
    position:relative;
    padding:50px;
    padding-left:290px;
    padding-right:100px;
}
.content.p-0.py{
    padding-top:0;
    padding-bottom:0;
}
.content.compress{
    padding:100px;
    padding-left:370px;
    padding-right:180px;
}
.content a:hover{
    text-decoration:underline!important;
    color:#c60000;
}
.content a,.content a.noCursor{
    text-decoration:none!important;
    color:#00557f;
    font-weight:400;
}
.content-title,.content-title small{
    font-weight:200;
    font-size:30px;
    color:#000;
}
.content b{
    font-weight:600;
}
.sidebar,.searcher{
    background-color:#f5f5f5;
    position:fixed;
    z-index:97;
    top:0;
    bottom:0;
    height:100%;
}
.sidebar{
    font-size:16px;
    left:0;
    width:270px;
    border-right:3px solid #eae9e9;
}
.searcher{
    text-align:center;
    color:#000;
    padding-top:25px;

    right:0;
    width:80px;
}
.searcher a{
    padding:10px;
    color:#000;
    display:inline-block;
}
.searcher a:hover{
    opacity:0.5;
}
.triangle-top,.triangle-bottom{
    position:absolute;
    right:-3px;
}
.triangle-top {
    top:0;
	width: 0;
	height: 0;
	border-top: 70px solid #fff;
	border-left: 70px solid transparent;
}
.triangle-bottom {
    bottom:0;
	width: 0;
	height: 0;
	border-bottom: 70px solid #fff;
	border-left: 70px solid transparent;
}


.middler,.left-middle,.center-middle,.right-middle{
    width:101%;
    height:100%;
    border-spacing:0;
}
.middler{
    display:table;
    border-collapse: collapse;
    left:0;
    top:0;
    position:absolute;
    z-index:10;
}
.middler.static{
    position:static;
    z-index:auto;
}
.left-middle,.center-middle,.right-middle{
    vertical-align:middle;
    display:table-cell;
    text-align:left;
}

.center-middle{
    text-align:center;
}
.right-middle{
    text-align:right;
}
.top-middle{
    vertical-align:top;
}
.bottom-middle{
    vertical-align:bottom;
}

.logo img{
    /*max-width:120px;*/
    -webkit-filter: grayscale(100%); filter: grayscale(100%);
}

.sidebar:hover .logo img{
    -webkit-filter: grayscale(0%); filter: grayscale(0%);
}


.sidebar h5{
    color:#999;
    font-size:14px;
    line-height:125%;
}

.imenu ul li a{
    color: rgba(0,0,0,0.6);
    display:inline-block;
    font-weight:200;
    letter-spacing:0.8px;

    margin:3px 0;
}
.imenu ul li a:hover,.imenu ul li a.active{
    color:#000;
}
.graymask,.imenu ul li a img{
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
*:hover > .graymask,.imenu ul li a:hover img,.sbox:hover img{
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.side-footer{
    letter-spacing: .5px;
    font-size:11px;
}

.footer{
    background-color:#f5f5f5;
    text-align:center;
}
.search,.search-blur{
  display:none;
  background-color:#f5f5f5;
  position:fixed;
  left:0;
  top:0;
  z-index:98;
  width:100%;
}
.site.search-opened{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.search-blur{
  height:100%;
  opacity:0.7;
}
.search{
    z-index:99;
    border-bottom:1px solid #dcdcdc;
    padding:30px 20px;
}
.close-search{
    display:block;
    position:absolute;
    right:25px;
    top:50%;
    margin-top:-9px;
}
.close-search:hover{
    color:#000;
}
.search .form-control{
    border:0!important;
    background-color:transparent!important;
    border-radius:0!important;
    box-shadow:none!important;
    outline:none!important;
    font-size:30px;
    font-weight:200!important;
}
.text-box{
    background-color:#f5f5f5;
    padding:30px;
    margin-bottom:30px;
    border-right:1px solid #eae9e9;
}
.text-box-in{
    line-height:135%;
    font-size:30px;
    height:400px;
    overflow:hidden;
    position:relative;
    margin-bottom:30px;
    cursor:pointer;
    word-break:break-word;
}
.text-box .fa-terminal{
    color:#b9b9b9;
}
.text-box a:hover .fa-terminal{
    color:#000;
}
.text-box-in.expand{
    height:auto;
}
.expand{
    width:100%;
    cursor:default;
}
.expand .text-box{
    background-color:#fdfdfd;
}






.ibox {
    background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center 65%;
    background-image: url('../images/ring.gif');
}
.ibox.p-0{
    padding:0;
}
.ibox h3{
    font-weight:200;
    font-size:30px;
    line-height:130%;
    margin-bottom:20px;
    overflow:hidden;
    position:relative;
    height:40px;
}
.ibox-link{
    display:block;
    overflow:hidden;
    position:relative;
    height:250px;
    color:#fff!important;
    font-size:14px;
    font-weight:200;

    background-position:center 0;
    background-repeat:repeat-x;
    background-size:cover;
    background-attachment:fixed;

    box-sizing: inherit;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.ibox-link .middler > div{
    padding:0px 15px;
}
.ibox-link img{
    min-height:100%;
    object-fit:contain;
}
.ibox-link .middler,.ibox-link .ihover{
    opacity:0;
}
.ibox-link:hover .middler,.ibox-link:hover .ihover{
    opacity:1;
}
.iboxs.small .ibox-link{
    height:160px!important;
}
.iboxs.small .ibox h3{
    font-size:17px;
    font-weight:400;
    height:26px!important;
    margin-bottom:10px;
}


.ibox-link svg {
  position: absolute;
  z-index:11;
  top: 3%;
  left: 2%;
  width: 96%;
  height: 94%;
  margin:0;
}
.ibox-link rect {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 422, 0;
}
.ibox-link:hover rect {
  stroke-width: 3;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.bx-controls-direction a {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.bx-wrapper:hover .bx-controls-direction a {
    opacity: 0.6;
}
.gallery .bx-wrapper .bx-pager{
    bottom:10px;
}
.ibox-slide .bx-wrapper .bx-pager{
    text-align:right;
    bottom:0px;
}
.ibox-slide .bx-wrapper .bx-pager.bx-default-pager a:hover,.ibox-slide .bx-wrapper .bx-pager.bx-default-pager a.active{
    background:#333;
}
.ibox-slide .ibox{
    padding:0;
}



/*GOOGLE MAPS*/
.maps-area{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
#mapser{
    height:100%;
    position:relative;
}

/* white background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div
{
    /* we have to use !important because we are overwritng inline styles */
    background-color: transparent !important;
    box-shadow: none !important;
    width: auto !important;
    height:auto !important;
}

/* arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div
{
    display:none;
    background-color: #b5a152!important; 
    box-shadow: none !important;
}

/* close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child
{
    margin-right: 5px;
    margin-top: 5px;
}

/* image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img
{
    display: none;
}

/* positioning of infowindow */
.gm-style-iw
{
    top: 22px !important;
    /*left: -40px !important;*/
}
.gm-style-iw div{
    overflow:hidden;
}




.contact-form{
    position:absolute;
    z-index:9;
}
.contact-form:hover .contact-header{
    background-color:#00557f;
}
.contact-header{
    background-color:#464646;
    color:#fff;
    font-size:20px;
    line-height:140%;
    position:relative;
}
.contact-header a{
    color:#fff;
}
.contact-header a:hover{
    color:#eee;
}
.contact-content{
    background-color:rgba(255,255,255,0.8);
}
.contact-content .form-control,.contact-content input{
    border-radius:0!important;
    box-shadow:none!important;
    font-size:18px;
}
.contact-form .form-control:focus{
    border-color:#00557f!important;
    background-color:#fff!important;
}
.contact-content input[type="text"],.contact-content textarea{
    border:2px solid #dee1e3;
    color:#a3a6a9;
    background-color:transparent;
}
.contact-content input[type="button"],.contact-content input[type="submit"]{
    padding:7px!important;
    padding-top:10px!important;
    font-size:22px;
    background-color:#464646;
    color:#fff;
    font-weight:200;
}
.contact-form:hover .btn-send{
    background-color:#00557f;
}
.close-contact{
    position:absolute;
    right:5px;
    top:5px;
}

/*MARPAD*/

.inav.ifix{
    position:fixed;
    z-index:9;
    top:60px;
}
.inav ul li a{
    padding:5px 0 5px 12px;
    font-size:14px;
    color:#767676;
    display:block;
    line-height:140%;
}
.inav > ul > li > a{
    border-left:2px solid transparent;
}
.inav ul li a.active{
    color:#c60000;
}
.inav > ul > li{
}
.inav > ul > li.active > a,.inav > ul > li:hover > a{
    border-color: #00557f;
}
.inav ul li ul{
    margin-left:10px;
}
.inav ul li ul li a{
    padding-top:0;
    font-size:13px;
}

.components h1,.components h2{
    font-size:34px;
    line-height:130%;
    margin-bottom:15px!important;
}
.components h1{
    border-bottom:1px solid #eee;
    padding-bottom:5px;
}
.components strong{
    font-weight:400;
}
.components .is-visible {
    color: #468847;
    background-color: #dff0d8!important;
    text-align:center;
}
.components .is-hidden {
    text-align:center;
    color: #ccc;
    background-color: #f9f9f9!important;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout-info h4 {
    color: #1b809e;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.liner{
    background-color:#eee;
    height:1px;
    width:20%;
    margin-left:auto!important;
    margin-right:auto!important;
}

.sbox{
    /*margin-bottom:30px;*/
    font-size:16px;
    line-height:140%;
}
.sbox h3{
    margin:20px 0;
    font-size:24px;
    font-weight:300;
}
.content .sbox a,.sbox a{
    color:inherit;
    text-decoration:none!important;
}
img[data-src]{
    opacity:0;
}
/*.sbox a img{
    min-height:139px;
}
.sbox a img.all-complette{
    min-height:inherit!important;
}*/
.sbox:hover a{
    color:#00557f;
}

.catagories ul li{
    display:inline-block;
}
.catagories ul li a{
    display:block;
    padding:2px 15px;
    border:1px solid #f5f5f5;
    border-bottom-width:3px;
    margin-right:10px;
    margin-bottom:20px;
    border-radius:2px;
    color:#333!important;
    position:relative;
    background-color:#fdfdfd;
}
.catagories ul li:not(.active) a:hover{
    background-color:#fff;
    text-decoration:none!important;
    border-color:#eee;
    color:#000!important;
}





.catagories ul li.active a{
    background-color:#fff;
    text-decoration:none!important;
    cursor:default;
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.catagories ul li.active a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: -1px;
  border-width: 10px 10px 0 10px;
  border-color: #dbdbdb transparent transparent transparent;
}
.catagories ul li.active a:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.clone-menu{
    display:none;
    text-align:center;
    margin-top:10px;
}
.alertMessage{
    margin-top:15px;
}


/*SEARCH CSS*/
ul.search-list li a{
    display:block;
    padding:10px 15px;
    background-color:#464646;
    border-left:8px solid #000;
    color:#fff;
    font-size:18px;
    font-weight:300;
    margin-bottom:5px;
}
ul.search-list li a:hover{
    color:#fff;
    background-color:#00557f;
    border-color:#1c8ece;
    border-width:2px;
}
.search-title{
    margin:15px 0;
    display:block;
}
.search-result{
    font-size:30px;
    font-weight:200;
}
.sm-title{
    font-size:16px;
    line-height:140%;
    font-weight:600;
    color:#00557f;
    margin-bottom:15px;
}
.sm-title i{
    display:block;
    width:10%;
    height:4px;
    background-color:#00557f;
    margin-top:10px;
    color:#fff;
    position:relative;
}
video{
    border: 0;
    max-width: 100%;
}
.signuper .controller-OK{
    border-color:#449d44;
}
.blog-link{
    display:block;
    overflow:hidden;
    position:relative;
    height:30px;
    margin-top:4px;
}


.sidebar-toggle{
    display:inline-block;
    text-align:right;
    z-index:99;
    color:#00557f;
    position:relative;
    margin-top:15px;
    margin-right:7px;
}
body.no-sidebar .sidebar{
    left:-240px;
}
body.no-sidebar .content{
    padding-left:50px;
}
body.no-sidebar .content.compress{
    padding-left:130px;
}
body.no-sidebar .iboxs.row:not(.small) .ibox-link{
    height:320px;
}


@media (max-width: 767px) { /*mobile*/
    /*.iboxs.small .ibox-link,.ibox-link,.ibox-link img,.ibox h3{*/
    .ibox h3,.col-sm-12 .ibox-link,.col-sm-12 .ibox-link img,.blog-link{
        background-image:none!important;
        min-height:inherit!important;
        max-height:inherit!important;
        height:auto!important;
    }
    .ibox-slide .bx-wrapper .bx-pager.bx-default-pager a{
        margin-top:5px;
    }
    .ibox{
        padding:15px 10px 0;
    }
    .ibox-link{
        margin-left:-10px;
        margin-right:-10px;
        /*height:200px;*/
    }
    .ibox-slide .ibox-link{
        margin-left:0!important;
        margin-right:0!important;
    }
    .ibox h3{
        margin-bottom:15px;
    }
    .xs-block {
        display: block!important;
        width: 100%!important;
    }
    .catagories{
        text-align:center;
    }
    .catagories ul li{
        float:left;
        width:50%;
    }
    .catagories ul li a{
        padding-left:0;
        padding-right:0;
    }
    .catagories ul li.active a:before{
        display:none;
    }
    .catagories ul li.active a{
        background-color:#333;
        color:#fff!important;
        border-color:#000;
    }

    .size-18,.sidebar h5{
        font-size:18px!important;
    }
    .ibox h3,.content-title,.search-result{
        font-size:22px;
    }
    .content-title{
        line-height:130%;
    }
    .goTop{
        right:15px!important;
    }
    .text-box{
        padding:10px;
        margin-bottom:15px;
    }
    .sbox{
        margin-bottom:40px;
    }
    .sbox a img {
        min-height: inherit;
    }
    .clone-menu a{
        font-size:20px;
        margin:0 4px;
    }
    .map-closed .maps-area{
        position:relative;
        height:700px;
    }
    .gallery .bx-viewport {
        min-height: 200px;
    }
    .table-responsive table.iblock {
        display: table;
    }
    .searcher{
        padding-top:0!important;
    }
}

@media (max-width: 448px) { /*mobile xs*/
    .ibox-link {
        height:200px;
    }
}

@media (min-width:100px) and (max-width: 992px) { /*mobile and tablet*/
    .searcher,.sidebar,.sidebar .ihover{
        position:relative;
        z-index:1;
        width:auto;
        padding:10px 15px 0;
    }
    body.no-sidebar .sidebar{
        left:0;
    }
    .content,.content.compress,body.no-sidebar .content{
        padding:15px;
    }
    .footer,.navbar-toggle,.clone-menu{
        display:block!important;
    }
    .sidebar h5,.imenu{
        text-align:center;
    }
    .imenu ul li a{
        font-size:20px;
    }
    .imenu{
        display:none;
    }
    .searcher{
        text-align:right;
        padding-bottom:10px;
    }
    .sidebar{
        border:0;
    }
    .iboxs.small .hidden-xs{
        display:none;
    }
    .inav.ifix {
        top: 20px;
    }
}

@media (min-width:993px) and (max-width: 1200px) { /*Browser %125*/
    .content.compress {
        padding: 50px;
        padding-left: 320px;
        padding-right: 130px;
    }
    body.no-sidebar .content.compress{
        padding-left:80px;
    }
    .logo img{
        max-height:130px;
    }
    .imenu{
        margin:10px 0;
    }
    .hidden-1024{
        display:none;
    }
    .ibox-link{
        height:200px;
    }
    .ibox h3{
        height:80px;
    }
    .iboxs.small .hidden-xs{
        display:none;
    }
}

@media (min-width:1400px) {
    body.no-sidebar .iboxs.row:not(.small) .ibox-link{
        height:370px;
    }
}