/*custom
.footer-top{margin:25px 0;}*/
p, ol, ul{font-size:16px!important;font-weight: 500;}
p{line-height:30px;}
ol, ul{line-height:26px;}
h3{
	color:#444;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .5px;
    text-transform: uppercase;}
.footer-top{
	background: #f1f1f1;
    padding-top: 19px;
    margin-top: -19px;
	padding-bottom: 19px;
	}
body,h1,h2,h3,h4,h5,h6{
	/*font-family: 'Rubik',sans-serif!important;*/
	font-family: 'Roboto Condensed', sans-serif;
}
h2,h3{line-height:1.3!important;}
h4{font-size:19px!important; }
h3{font-size: 21px!important;}
h2{font-size:22px!important; text-transform: uppercase; }

/* Image as background*/
.image-bg {
    background: no-repeat center;
    width: 100%;
    min-height: 400px;
    background-size: cover; 
}

.footer-bottom, .location, .email,.phone{
	/*font-family: "Rubik",sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}
.footer-bottom li{margin:0!important; padding:0 0 5px!important; font-weight:normal; color:#444;}
.footer-bottom>li{display:block;;}

.footer-label {
    /*font-family: "Rubik",sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: .5px;
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    clear: both;
    margin-bottom: 14px;
}
.social-icon-wrap {
    position: relative;
    display: inline-block;
    margin: 5px 5px 5px 0!important;
    vertical-align: middle;
}
a i {
    background: #205D7A;
    color: #fff;
    width: 40px!important;
    height: 40px!important;
  
    font-size: 25px!important;
    text-align: center;
    margin-right: 0;
    padding-top: 8px;
    transition: all 0.2s ease-in-out;
}

/*a i {
    background: #205D7A;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    margin-right: 0;
    padding-top: 21%;
    transition: all 0.2s ease-in-out;
}*/
.fa-facebook {
    background:#3b5998
} 
.fa-instagram {
    background: #F30;
}
.fa-youtube-play{
	background:#C00;
	}
.fa-linkedin {
    background:#007bb6
}
.fa-twitter {
    background:#00aced
}
.fa-star{
	color:#FC0;
}
.google-plus {
    background:#dd4b39
}
.social-icon-wrap .fa-phone{
	background:#444;
}
.social-icon-wrap .fa-envelope-o{
	background:#CC3;}
a i:hover {
    opacity: .7;
}
.location i, .phone i,.email i{
margin-right:8px; margin-bottom:10px;
}
.fullboxfooter a{color:#FF6; text-decoration:none;}

/*=Sticky Scroll Styles=*/

.fixed {
	position:fixed;
	top:0;
	/*z-index:99999;*/
	margin-top:50px;
}
.clear{
	clear:both;
}
.sm-txt{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #444;}
.txt-center{text-align:center;}
/* SLIDER */
#main-slideshow{margin-top:-10px;}	
.topeight{/*margin-top:165px;*/ margin-top:0;}
.goog-te-gadget {
    /*font-family: Rubik;*/
	font-family: 'Roboto Condensed', sans-serif;

    font-size: 11px;
    color: rgba(220, 10, 10, 0.37);
    margin-top: 13px;
    white-space: nowrap;
}

.goog-te-gadget-simple {
   /* font-family: Rubik!important;*/
	font-family: 'Roboto Condensed', sans-serif;

    background-color: #fbfbfb!important;
	border:none!important;
	font-size:15px!important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 60px;
    width: auto!important; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
}

/* The Close Button */
.close {
    color: #444444;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.no-border{border-radius:0!important;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
	 padding: 10px 30px!important;}
.button {
	/*font-family: 'Rubik',sans-serif!important;*/
	font-family: 'Roboto Condensed', sans-serif;

    background-color: #fff!important; /* Green */
    border: none!important;
    color: #000000!important;
    padding: 12px 50px!important;
    text-align: center!important;
    text-decoration: none!important;
    display: inline-block!important;
    font-size: 1em!important;
	text-shadow:none!important;
	-webkit-box-shadow:none!important;
	border-radius:0!important;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
}
.button:hover, .no-border:hover{
    background-color: #fafafa!important; /* Green */
}
/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 360px!important;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
  font-size:13px!important;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
.text-small {
    font-size: 13px!important;
}
.footer-m ul
{
    margin: 0;
    padding: 0;
	font-size:15px!important;
}

.footer-m ul li
{
    list-style-type: none;
    display: inline;
}

.footer-m li:not(:first-child):before {
    content: " | ";
	
}
.footer-m li a:active{color:#444!important;}
label{font-weight:normal!important; font-size:16px!important;}
.iphorm-element-wrap-text input{max-width:470px!important; padding:6px!important;}
.contact-form{
	width:50%;
	margin:0 auto;
}
/* DIVIDER */
.div-section {
    margin-bottom: 40px;
}
.section-title {
    font-size: 42px;
    padding: 30px 0;
    margin: 0 0 30px 0;
	 
    font-weight: 400;
    text-align: center;
   
    border-bottom: 1px solid #acacac;
    position: relative;
}
.section-title:after, .page-title:after, .gallery-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -19px;
    width: 260px;
    height: 44px;
    margin-left: -130px;
    background: #fff url(../img/title-logo.png) no-repeat 50% 0;
}
.arrowtxt {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1f1f1f;
    text-decoration: none;
    border: 0;
    background: none;
    padding: 2px 0;
	margin:30px 0;
}
.arrowtxt:after {
    content: '';
    display: inline-block;
    vertical-align: initial;
    width: 13px;
    min-height: 7px;
    height: initial;
    background-image: url(../img/icon-arrow-right--blue.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: -3px;
    background-position-y: 50%;
    margin-left: 6px;
    -webkit-transition: background-position .3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: background-position .3s ease;
    -o-transition: background-position .3s ease;
    transition: background-position .3s ease false;
}
@media screen and (max-width: 414px) {
	/* search */
select.mobile-search{width:250px!important; margin:5px 0;}
input.mobile-search{width:250px!important;margin-top:5px;}
#search{text-align:center;}
#wrapper-body{padding: 10px !important;}
.mobile{margin-top:140px;}
.indicators-line > .carousel-indicators li{display:none;}
.left-content, .right-content,.col-sm-12,.col-xm-12{padding:0!important;}
.colimg img{width:100%!important; height:auto}
.trip-banner {
    margin-bottom: 92px;
}
/* !- 320 (portrait phones) */
@media screen and (max-width: 320px) {
.contact-form{
	width:100%;
	}
.iphorm-element-wrap-text input{max-width:100px!important; padding:6px!important;}
}

@media screen and (max-width: 991px) {

.content-left,.content-right{display:none;}
#wrapper-body{padding:0!important;}
}
.page-banner{height: 300px;}
.page-banner img{background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; width: 100%; min-height:300px}

/* TRIP PACKAGES*/
#wrapper-body{padding: 0 2em 0 2em;}
.main-img{widht:100%; height:390px; background:#444; cursor: pointer; margin-bottom:30px;}
.second-main-img{widht:100%; height:180px; background:#444; margin:30px 0;}
.second-main-img:nth-child(3n+1) {
    margin-top : 0;
}
.image-bg-services {
    background: no-repeat center;
    width: 100%;
    min-height: 224px;
    background-size: cover; 
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.second-main-img::after {
    display:block; 
    background-image: linear-gradient(to bottom, transparent 50%, black 100%);
    height: 224px;
    width: 100%;
    content:'';    
}
.main-img::after {
    display:block; 
    background-image: linear-gradient(to bottom, transparent 50%, black 100%);
    height: 390px;
    width: 100%;
    content:'';    
}
.category-box-big,.category-box-1,.category-box-2,.days-box{width:auto!important; padding:8px; height:35px; margin-left:20px; color:#fff; display:inline-block; white-space:nowrap;}
.category-box-big{background:#d6e232;  margin-top: 280px; position: absolute;}

.category-box-1,.category-box-2,.days-box{margin-top: 90px; position: absolute;}
.category-box-1{background:#3de0dd; }
.category-box-2{background:#d06b2b; }
.days-box{background:#444; opacity:0.9;}

.category-box-big-content,.category-box-small-content{margin:0 20px;  font-size:16px; color:#fff; }
.category-box-big-content{margin-top: 320px; position: absolute;}
.category-box-small-content{margin-top: 130px; position: absolute;}


.intro h2 {
 font-weight: 700;
 color: #0E78CF;
}
.intro h3 {
 margin-top: 0 !important;
 font-weight: 500;
 color: #0E78CF;
}
.intro p {
 font-size: 16px;
 line-height: 1.7;
}

@media(max-width:767px) {
.intro {
 padding: 2em 0 !important;
}
.img-circle{border-radius: 0%!important;}
}
@media(min-width:768px) {
.col-cunt-2 {
    overflow: hidden;
    padding: 25px 0;
    column-count: 2;
	 -webkit-column-count: 2;
     -moz-column-count: 2;
    column-gap: 30px;
	max-height:280px
}

	.bimg{
	width: 85%;
    height: 664px;
    overflow: hidden;
    background: #000;
    position: relative;
    left: 5%;}
.bimg2{
	width: 95%;
    height: 298px;
    overflow: hidden;
    margin-bottom: 32px;
    background: #000;
    position: relative;
    left: 5%;}
.bimg3{
	width: 95%;
    height: 298px;
    overflow: hidden;
    margin-top: 32px;
    background: #000;
    position: relative;
    right: 5%;}
.bimg img,.bimg2 img,.bimg3 img{width:100%; height:auto;}
a:hover>.bimg img,a:hover>.bimg2 img,a:hover>.bimg3 img {
    width:100%;
    height:auto;
	position:absolute;
    background-color:#000;
    opacity:0.8;
  }
  .img img {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.img{height:100%; margin-bottom:15px;}
.img img{ 
	background: no-repeat center;
    width: 100%;
	height:100%;	
	max-height:290px!important;	
	overflow:hidden;
    object-fit:cover;}

.btext{
	width: 282px;
    height: auto;
    padding: 40px;
    background: #fff;
    top: 110px;
    position: absolute;
    left: -5%;
	}
.about-txt{
	width: auto;
    height: auto;
	margin:0 3px;
    padding: 20px;
    background: #fff;
    top: 50px;
    position: absolute;
    left: -5%;
	}
.about-txt1{
	width: auto;
    height: auto;
	margin:0 3px;
    padding: 20px;
    background: #fff;
    top: 50px;
    position: absolute;
    right: -5%;
	}
.btext2{
	width: 220px;
    padding: 20px;
    background: #fff;
    top: 50px;
    position: absolute;
    left: -10%;}
.btext3{
	width: 220px;
    height: auto;
    padding: 20px;
    background: #fff;
    top: 100px;
    right: 0;
    position: absolute;}

.intro{
 padding: 5em !important;
}
.intro p{
 text-align: justify;
}
.logo-hide {display:none;}
}
/*read more button*/
.readMore {
	background-color:#444;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	padding:12px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #555;
	border-radius:0!important;
	-moz-border-radius:0!important;
	-webkit-border-radius:0!important;
	
}

.readMore:hover {
	background-color:#000000!important;
	color:#f1f1f1!important;
}
.readMore:active {
	position:relative;
	top:1px;
}
/* Gallery */
.gallery-img{float:left; margin:3px;}
.logo-hide{float:left;}

.bimg img,.bimg2 img,.bimg3 img{width:100%; height:auto;}
.simple_title {font-size: 30px;line-height: 40px;}
.simple_title2 {font-size: 25px;line-height: 30px;}
.btext,.btext1,.btext2,.btext3{margin:20px 0}
.p_text {
    font-size: 13px;
    line-height: 20px;
	/*margin-top: 20px;*/
	display:block
}
/*.sm li a { color:#fff!important; }*/
/*.active a {
    background-color: #fff;
    color: #000;
}*/
.catering {height:120px!important;}
.catering h2{font-weight:bold!important;}
.catering p, .catering-page p{font-size:15px!important; line-height:22px; margin:-10px 0;}
.catering-page{border:1px solid #444; margin:15px; float:left; width:100%; padding:40px; }
.catering-page h3{color:#F90;}
.catering-page h2{font-weight:bold; margin-top:-10px}
/*about image*/
.about-img{height:335px;}
.about-img img{
    background: no-repeat center;
    width: 100%;
    max-height: 335px;
    object-fit: cover;
}
.iphorm-theme-light-light .iphorm-elements .iphorm-element-wrap-text input, .iphorm-theme-light-light .iphorm-elements .iphorm-element-wrap-captcha input, .iphorm-theme-light-light .iphorm-elements .iphorm-element-wrap-password input, .iphorm-theme-light-light .iphorm-elements .iphorm-element-wrap select, .iphorm-theme-light-light .iphorm-elements .iphorm-element-wrap textarea {width:100%;}
.link-color a {
    color: #ED2224 !important;
    font-size: 1.5em;
}


.link-text{
    transition: color .5s cubic-bezier(.165,.84,.44,1) 80ms;
	color:#444;
	text-transform:uppercase;
	font-size:1.5rem;
	letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
}
.animated-link-style:before{
    content: '';
    display: inline-block;
    border-bottom: 2px solid;
    width: 1.5rem;
    margin-right: 1.125rem;
    vertical-align: middle;
    transform-origin: center left;
    transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
	color:#444;
}

.animated-link-style:hover::before{
    transform: scaleX(1.5);
}

.animated-link-style .link-text{
    display: inline-block;
    transform: translateZ(0);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
}

.animated-link-style:hover .link-text{
    transform: translateX(20px);
}
.big-bg{
	background:#fff;
    width: 100%;
	padding:0 40px;
}
.big-bg-odd{background:#fff/*f2f2f2*/;
    width: 100%;
	padding:0 40px;
  }
.big-bg img{/*float:right;margin-right: -15px;*/ display:block;max-width:100%; 
    height:380px;
    object-fit: cover;
    }
.big-bg-odd img{/*float:left;margin-left: -15px;*/ display:block;max-width:100%;height:380px;
    object-fit: cover;
    }
.gap{margin-top:25px; margin-bottom:25px;}
.gap-img{margin-top:15px; margin-bottom:15px;}
.left-content,.right-content{/*padding: 15px 10px 10px 50px;*/ padding: 0 30px;
    margin-top: 40px;
    box-sizing: border-box;}
.left-content p,.right-content p{  font-size: 20px;
    line-height: 1.7em;}
.left-content h1,.right-content h1{font-size: 40px;
    font-weight: 300;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;}
.left-content	h4 ,.right-content h4{
    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.33em;
    text-transform: uppercase;
}
.heading-component-title {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    line-height: 26px;
}
.heading-component-title::before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    border-left: 4px solid #35ad79;
    pointer-events: auto;
}
/*---------	17. Breadcrumbs --------- */
.breadcrumbs {
	padding: 0px;
	margin: 15px auto 5px;
	font-size: 13px;
	text-align: left;

}
.breadcrumbs a {
	color: #666;
	font-size: 13px;
	font-weight: normal;
}
.breadcrumbs span {
	display: inline-block;
	margin: 0 5px 0 5px;
	color: #ccc;
	font-size: 11px;
}
.breadcrumbs ul {
	margin: 0px;
	padding: 0px;
}
.breadcrumbs ul li {
	list-style-type: none;
	display: inline;
}
.breadcrumbs strong {
	font-weight: 600;
	color: #0083ff;
}
.schedule-bottom{font-size:1.6rem;color: #005152;border: 2px solid #005152; text-align:center; padding:15px; margin-left: 0;  margin-bottom: 15px;;margin-top:25px; float:right;margin-right:75px;}
.schedule:hover {
	background-color:#1d7071!important;
	color:#f1f1f1!important;
}
.schedule-bottom:active {
	position:relative;
	top:1px;
}
.schedule-bottom:hover {
	background-color:#005152!important;
	color:#fff!important;
}
.schedule:active {
	position:relative;
	top:1px;
}
.parent {
    width: 100%;
    margin: 20px;
    height: 380px;
    /*border: 1px solid blue;*/
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: rgba(52,73,94,0.75);*/
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .parent {width: 100%; margin: 20px 0px}
        .wrapper {padding: 20px 20px;}
}
