html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@font-face {
  font-family: 'BYekan';
  src: url('../fonts/BYekan.eot'); /* IE9 Compat Modes */
  src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/BYekan.woff') format('woff'), /* Modern Browsers */
       url('../fonts/BYekan.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/BYekan.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans-Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/OpenSans-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?4xdnv6');
	src:url('../fonts/icomoon.eot?#iefix4xdnv6') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?4xdnv6') format('truetype'),
		url('../fonts/icomoon.woff?4xdnv6') format('woff'),
		url('../fonts/icomoon.svg?4xdnv6#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
	content: "\e616";
}
.icon-phone:before {
	content: "\e942";
}
.icon-facebook2:before {
	content: "\ea8d";
}
.icon-instagram2:before {
	content: "\ea92";
}
.icon-twitter2:before {
	content: "\ea93";
}
.icon-feed3:before {
	content: "\ea95";
}
.icon-magnifier:before {
	content: "\e604";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-shopping-cart3:before {
	content: "\e610";
}
body {
    font-family: "BYekan";
    direction: rtl;
    background: #061550;
}
/* Socila Icon */
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin: 20px 3px 0px;
}.flaticon-facebook:before {
	content: "\e000";
}
.flaticon-instagram:before {
	content: "\e001";
}
.flaticon-linkedin:before {
	content: "\e002";
}
.flaticon-twitter:before {
	content: "\e003";
}
.flaticon-youtube:before {
	content: "\e004";
}
/* end social icon */
.clear {
    clear: both;
}
.pointer {
    cursor: pointer;
}
h1 {
    background: #e6000f;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 4px 10px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
    font-weight: bold;
}
h3 {
    color: #718e0c;
    font-size: 16px;
    //text-transform: uppercase;
}
h3 a{
    color: #e6000f;
    font-size: 14px;
    text-decoration: none;
}
h3 a:hover {
    color: #1d7fe3;
}
a {
    text-decoration: none;
    font-size: 14px;
    color: #98bd17;
}
a:hover {
    color: #000;
}
p {
    font-size:13px;
    text-align: justify;
    line-height: 22px;
}
p strong {
    font-weight: bold;
    font-size: 14px;
}
p .img {
    margin: 0px 5px;
    border:1px solid #ccc;
}
#container {
    width: 100%;
    //min-width: 1100px;
    display: table;
}
#slideshow {
    width: 100%;
   // height: 450px;
    margin: 0 auto;
    position: relative;
    top: 0;
    z-index: 1;
}
.bx-viewport {
    direction: ltr;
}
/* start menu after scroll show */
#menubar {
    width: 100%;
    height: 115px;
    background-color: rgba(255,255,255,0.95);
    top: 0;
    z-index: 2;
    -webkit-box-shadow: 1px 4px 5px -3px rgba(156,156,156,1);
    -moz-box-shadow: 1px 4px 5px -3px rgba(156,156,156,1);
    box-shadow: 1px 4px 5px -3px rgba(156,156,156,1);
    position: relative;
}
#menubar .fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}
#menubar .menu {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    //position: relative;
    padding: 10px 0px;
}
.logo {
    float: right;
    height: 50px;
    margin: 40px 0 0;
    padding: 4px 0 0;
    width: 250px;
}
.menu-item {
    float: left;
    height: 33px;
    margin: 40px 0px 0px 70px;
    //width: 550px;
    //position: relative;
}
.menu-item ul li {
    list-style: none;
    padding: 10px 0px 20px;
}
.menu-item li {
    display: inline;
    float: right;
}
.menu-item li a {
    padding: 5px 10px;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    margin: 0 4px;
    //font-weight: bold;
    border-radius: 2px;
    transition: 0.6s;
}
.menu-item li a:hover{
    background: #e6000f;
    color: #fff;
    transition: 0.6s;
}
#menubar .lng {
    width: 400px;
    height: 20px;
    float: left;
    text-align: left;
    direction: ltr;
    font-size: 13px;
}
#menubar .lng a{
    background: #e6000f;
    display: inline;
    font-size: 11px;
    padding: 2px 4px;
    margin: 0 10px 0 0;
    text-decoration: none;
    color: #fff;
    font-family: 'OpenSans';
    
}
#menubar .lng a:hover {
    background: #000;
    color:#fff;
}

/* end menu  */

.main {
    width: 1000px;
    margin: 0 auto;
    //padding: 30px 0px 0px;
    display: table;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #c8c8c8;
}

.about {
    padding:20px;
    display: table;
}
.about img {
    float: right;
    padding: 0px 0px 0px 40px;
}
.newad {
    padding-left:0px;
    width:120px;
    height:120px;
    float:right;
    margin:10px 0px;
}
.navigation {
   // margin: 100px auto 0px;
    width: 100%;
    height: 40px;
    background: #041355;
    color: #fff;
    //font-style: italic;
    font-size: 9px;
    text-transform: uppercase;
    //border-bottom: 1px solid #ccc;
    //padding: 0px 10px;
}
.navigation_bar {
    width: 980px;
    margin: 0 auto;
    padding:10px;
    font-size: 13px;
}
.navigation a {
    font-size: 13px;
    text-decoration: none;
    color: #e6000f;
}
.navigation a:hover {
    color: #ccc;
}
.sub{
    height: 30px;
    right: 10%;
    margin: 15px 0;
    position: absolute;
    width: 100%;
}
.sub a {
    font-size: 13px;
}
.test {
    font-weight: bold;
}
.content {
    width:960px;
    margin: 10px auto;
    padding: 20px;
    height: 400px;
    display: table;
    background: #c8c8c8;
}
.content .topimg {
    padding: 10px 0px;
}
.content .icon {
    float: left;
    clear: both;
}
.content .product-discription {
    display: inline-table;
}
.content table {
    width: 100%;
    margin: 0px 0px 30px 0px;
    direction: rtl;
}
.content table td {
    padding: 4px 8px;
}
.content table tr {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: #e2e2e2;
    color: #000;
    direction: ltr;
}
.content table tr:nth-child(-n+1) {
    background: #a0c9ff;
    color: #fff;
}
.video_view {
    width: 100%;
    height: 270px;
    background: #ffe3a0;
    margin: 20px 0px;
    display: inline-block;
}
.video_view .text {
    width: 1000px;
    margin: 10px auto;
    color: #415260;
    font-size: 13px;
    line-height: 25px;
    
}
/* map maker */
#map_wrapper {
    height: 350px;
    border: 6px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(166,166,166,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(166,166,166,1);
    box-shadow: 0px 0px 5px 0px rgba(166,166,166,1);
    margin: 50px 0px 0px ;
    width: 500px;
    float: left;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
.info_content p{
    direction: rtl;
    font-family: "Mehraz";
}
.info_content h3{
    font-size: 16px;
    color: #d81d26;
    font-family: "Mehraz";
}
/* map maker end */

.video_view .player {
    width: 350px;
    height: 200px;
    margin: 0px 0px 0px 10px;
    float: right;
    background: #f0f0f0;
}
.inquery-form {
    width: 958px;
    height: 300px;
    margin: 20px auto;
}
.inquery-form input[type=text] {
    border: 1px solid #2d2f56;
    clear: both;
    float: right;
    height: 20px;
    margin: 3px 0;
    padding: 4px;
    width: 400px;
    font: 13px "BYekan";
    color: #768998;
}
.inquery-form input[type=text]:focus{
    border: 1px solid #aa0101;
}
.inquery-form .msg {
    border: 1px solid #2d2f56;
    height: 130px;
    margin: 2px 5px;
    padding: 4px;
    width: 524px;
    font: 13px "BYekan";
    color: #768998;
}
.inquery-form .msg:focus{
    border: 1px solid #aa0101;
}
.inquery-form input[type=submit] {
    background: none repeat scroll 0 0 #768998;
    border: medium none;
    color: #fff;
    display: table;
    float: left;
    font: 13px "BYekan";
    height: 30px;
    margin: 5px;
    text-transform: uppercase;
    //width: 100px;
}
.inquery-form input[type=submit]:hover {
    background: #002848;
    color: #ffe3a0;
}
.error-inquery {
    font-size: 13px;
    height: 18px;
    //padding: 0 14px;
    //width: 450px;
    color: #ff1800;
}
.product-bg {
    width: 100%;
    height: 300px;
    //margin: 5px 0px 20px 0px;
    //background: #ececec;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.product-bg .product-index {
    margin: 0 50px;
    padding: 15px 0;
    position: relative;
    width: 859px;
}
.product-list {
    float: right;
    margin: 15px;
    width: 200px;
    height: 200px;
}
.product-list h3 {
    padding: 5px 0px 0px 0px;
}
.product-list a {
    text-decoration: none;
    color: #1a5787;
}
.product-list a:hover {
    color: #b58d2d;
}

.product-item {
    width: 200px;
    height: 180px;
  //  margin: 0px 5px;
    border: 1px solid #c8c8c8;
    //background: #fff;
    position: relative;
}
.product-item img {
    width: 200px;
    height: 180px;
}
.news {
    width: 500px;
    height: 125px;
    margin: 0 auto;
    overflow: hidden;
    display: table;
    padding: 20px 0px;
}
.news_list {
    width: 900px;
    height: 125px;
    margin: 0 auto;
    overflow: hidden;
    display: table;
    padding: 20px 0px;
}
.news-item {
    width: 450px;
    height: 85px;
    margin: 10px 20px 10px;
    float: left;
}
.news_item_list {
    width: 95%;
    height: 120px;
    margin: 10px 20px 10px;
    float: left;
}
.news_item_list img{
    width: 100px;
    height: 100px;
    float: right;
    margin: 0px 0px 0px 10px;
    border: 1px solid #000;
}
.news_item_list p{
    color: #747474;
}
.news-item img{
    width: 80px;
    height: 80px;
    padding: 10px 0px;
    float: right;
    padding: 0px 0px 0px 10px;
}
.news-item p{
    color: #747474;
}
.news-letter {
    float: right;
    height: 275px;
    margin: 0 auto;
    padding: 20px 20px 0px;
    //width: 440px;
    //border-left: 1px solid #ccc;
}

.news-letter .form {
    float: left;
    height: 220px;
    margin: 0 0 0 20px;
    padding: 0 30px;
}
.news-letter input[type=text] {
    width: 300px;
    height: 22px;
    background: #fff;
    border: 1px solid #888888;
    display: table;
    margin: 5px;
    padding: 4px 8px;
    font: 13px 'BYekan';
}
.news-letter input[type=text]:focus {
    background: #cb000d;
    border: 1px solid #cb000d;
    color: #fff;

}
.news-letter input[type=submit] {
    background: #000;
    border: medium none;
    color: #fff;
    //display: table;
    //float: right;
    font: bold 13px "BYekan";
    height: 30px;
    margin: 5px;
    text-transform: uppercase;
    width: 100px;
}
.news-letter input[type=submit]:hover {
    background: #cb000d;
    color: #fff;
}
.footer_bg {
    width: 100%;
    background: #c8c8c8;
    padding: 10px 0px 0px;
    border-top: 3px solid #061550;
}
.footer_bar {
    width: 100%;
    height: 25px;
    background: #ffe3a0;
    margin: 20px 0px;
}
.footer {
    width: 1000px;
    height: 140px;
    margin: 0 auto;
}
.footer p{
    font-size: 11px;
}
.footer .address {
    width: 400px;
    float: right;
    height: 100px;
    text-align: right;
}
.footer .address span {
    font-weight: bold;
}
.footer .menu {
    width: 600px;
    float: right;
}
.footer .menu ul{
    list-style: none;
    float: right;
    margin: 0px 20px;
}
.footer .menu ul li {
    padding: 5px 0px;
}
.footer .menu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    color:#000;
}
.footer .menu ul li a:hover {
    color: #b58d2d;
}
.footer .copyright {
    color: #fff;
    float: right;
    font-size: 10px;
    margin: 40px 0 0;
    text-align: left;
    text-transform: uppercase;
    width: 600px;
}
.footer .social {
    padding: 20px 0 10px;
}
.social span {
    font-size: 20px;
    color: #000;
    transition: 0.6s;
}
.social span:hover {
    color: #000;
}
/* inquery style start */
#inquery {
    background-color: rgba(255, 255, 255, 0.92);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    min-width: 550px;
    display: none;
}
#inquery .form-box {
    width: 500px;
    height: 450px;
    position: fixed;
    top:150px;
    left: 30%;
    background: #9ab4cc;
}
#inquery a {
    color: #fff;
    float: right;
    font-size: 44px;
    padding: 1px 10px;
    text-decoration: none;
}
#inquery a:hover {
    color: #7da2c4;
}
#inquery label {
    display: block;
    font-size: 13px;
    padding: 5px 0;
    color:#fff;
}
#inquery input[type=text]
{
    font: 13px 'BYekan';
    height: 22px;
    padding: 4px;
    width: 400px;
    border: 1px solid #7da2c4; 
}
#inquery input[type=text]:focus
{
    border: 1px solid #0c2c4a;
}
#inquery input[type=submit]
{
    background: #0c2c4a;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 30px;
    padding: 4px;
    width: 120px;  
}
#inquery input[type=submit]:hover
{
    background: #42739f;
    color: #fff;
}
#inquery .msg
{
    font-size: 14px;
    height: 70px;
    padding: 4px;
    width: 400px;
    border: 1px solid #7da2c4;
    
}
#inquery .msg:focus
{
    border: 1px solid #0c2c4a;
}
#inquery h3 {
    font-size: 18px;
    padding: 10px;
    color:#fff;
}
#inquery p {
    font-size: 13px;
    color: #000;
    padding: 5px 13px;
    width: 100%;
}
#inquery .error-inquery {
    font-size: 13px;
    height: 18px;
    padding: 0 14px;
    width: 450px;
    color: #ff1800;
}
#inquery form {
    width: 450px;
    padding: 0px 25px;
}
/* end enquery form style */
.owl-carousel .owl-wrapper-outer {
    direction: ltr;
    margin: 0 16px;
}
.item-index {
    text-align: right;
    width: 202px;
}
.imgbox {
    
    width: 200px;
    height: 250px;
    float: left;
    margin: 8px;
    display: inline-table;

}
.imgbox .imgfirst {
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;
}
.imgbox img {
    width: 100px;
    height: 100px;
    float: left;
    margin: 2px 4px;
    border: 1px solid #ccc;
}
.imgboxs {
    
    width: 250px;
    height: 250px;
    float: right;
    margin: 8px;
    display: inline-table;

}
.imgboxs img {
    width: 250px;
    height: 250px;
    float: right;
    margin: 2px 4px;
    border: 1px solid #ccc;
}
hr { 
    border: 0; 
    height: 0; 
    border-top: 1px solid rgba(0, 0, 0, 0.1); 
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
}

.hover_menu {
    background: #0e105a;
    height: 400px;
    min-width: 1050px;
    opacity: 0.98;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 5;
    top:115px;
    color: #fff;
    display: none;
    
}
.hover_content {
    width: 1050px;
    height: 364px;
    z-index: 4;
    margin: 0 auto;
    padding: 20px 10px;
}

#parent_cat {
    width: 100px;
    height: 100px;
    display: block;
    //clear: both;
    float: right;
    margin: 15px 10px;
    border:5px solid #777777;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#parent_cat:hover {
    border:5px solid #e6000f;
}

#parent_cat img{
    width: 80px;
    height: 80px;
    padding:10px;
}
#parent_cat h2 {
    //font-size: 15px;
    padding: 5px 0;
}
#parent_cat a {
    padding: 0px;
    margin: 0px;
    background: none;
    color: #fff;
}

/* ============================================================
  NAVIGATION
============================================================ */
nav ul {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
nav ul li {
  display: inline-block;
  margin-bottom: 4px;
}
nav ul li a {
  display: block;
  padding: 5px 20px;
  color: #fff;
  background-color: #32c896;
}
nav ul li a:hover {
  color: #fff;
  background-color: #238b68;
}
nav ul li a.active {
  color: #fff;
  background-color: #238b68;
}

/* ============================================================
  GLOBAL
============================================================ */
.effects {
  padding-left: 15px;
  float: right;
}
.effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  //width: 25%;
  overflow: hidden;
  border: 1px solid #ccc;
  width: 150px;
  //height: 150px;
}
.effects .img:nth-child(n) {
  margin-right: 5px;
}
.effects .img:first-child {
  margin-left: -15px;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  width: 161px;
  height: 161px;;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
    border: 5px solid #fff;
    color: #fff;
    display: block;
    font-size: 19px;
    line-height: 20px;
    padding: 20px;
    position: absolute;
    text-align: center;
    z-index: 100;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  margin: 0 auto -30px auto;
}
#effect-1 .img.hover .overlay {
  height: 100%;
}
.hover a:hover{
    color: #e6000f;
}

/* ============================================================
  EFFECT 2 - SLIDE IN TOP
============================================================ */
#effect-2 .overlay {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-2 .overlay a.expand {
  left: 0;
  right: 0;
  top: 50%;
  margin: -30px auto 0 auto;
}
#effect-2 .img.hover .overlay {
  height: 100%;
}

/* ============================================================
  EFFECT 3 - SLIDE IN LEFT
============================================================ */
#effect-3 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
}
#effect-3 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto 0 auto -30px;
}
#effect-3 .img.hover .overlay {
  width: 100%;
}

/* ============================================================
  EFFECT 4 - SLIDE IN RIGHT
============================================================ */
#effect-4 .overlay {
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
}
#effect-4 .overlay a.expand {
  top: 0;
  bottom: 0;
  right: 50%;
  margin: auto -30px auto 0;
}
#effect-4 .img {
  overflow: hidden;
}
#effect-4 .img.hover .overlay {
  width: 100%;
}

/* ============================================================
  EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
#effect-5 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-5 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-5 .img.hover .overlay {
  opacity: 1;
}
#effect-5 .img.hover .overlay a.expand {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-6 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-6 .img.hover .overlay {
  opacity: 1;
}
#effect-6 .img.hover .overlay a.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media only screen and (max-width: 1100px) {
  .effects {
    padding-left: 5px;
  }
  .effects .img {
    width: 150px;
  }
  .effects .img:nth-child(n) {
    margin-right: 5px;
  }
  .effects .img:first-child {
    margin-left: 0;
  }
  .effects .img:nth-child(2n-1) {
    margin-left: -5px;
  }
  .effects .img:nth-child(2n) {
    margin-right: 0;
  }
  .effects .img:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  .effects .img {
    width: 100%;
  }
  .effects .img:nth-child(n) {
    margin-right: 0;
  }
  .effects .img:first-child {
    margin-left: 0;
  }
  .effects .img:nth-child(2n-1) {
    margin-left: 0;
  }
  .effects .img:nth-child(2n) {
    margin-right: 0;
  }
  .effects .img:last-child {
    margin-right: 0;
  }
  .effects .img img {
    margin: 0 auto;
  }
}
