@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:200,500,700&subset=latin,latin-ext);

html, body {
    height: 100%;
}

@media only screen and (max-width: 480px) {
    
    .logo, .logo2 {
        top: 14px;
    }
    
    .carousel--custom, .carousel__item, .carousel__inner, .carousel__item {
        height: 500px;
        overflow: hidden;
    }
    
    .carousel--container {
        top: 20%;
    }
    
    .mobile-margin {
        margin-bottom: 20px;
    }
    
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    
    .logo, .logo2 {
        top: 5px;
    }

    .carousel--custom, .carousel__item, .carousel__inner, .carousel__item {
        height: 500px;
        overflow: hidden;
    }
    
    .about__heading-2 {
        margin-top: 430px;
    }
    
}

@media only screen and (max-width: 768px) {
    
    .logo, .logo2 {
        left: -30px;
    }
    
    #navbar {
        border: none;
        position: relative;
        top: 5px;
        z-index: 99;
    }
    
    .navbar--custom {
        margin: 0;
        padding: 0;
        height: 40px;
        top: 0;
    }
    
    .logo, .logo2 {
        width: 100%;
        text-align: center;
        display: block;
        position: relative;
        top: 9px;
        z-index: 1;
    }
    
    .logo, .logo__image {
        height: 30px;
        width: auto;
    }
    
    .navbar-header {
        position: relative;
        z-index: 100;
    }
    
    .navbar__list {
        margin-top: 0;
        padding: 20px 0;
        background: rgba(255, 255, 255, 0.7);
    }
    
    .navbar-default .navbar-nav > li > a {
        color: #545a60;
    }
    
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background: rgba(255, 255, 255, 0.5);
        color: #545a60;
        display: block;
    }
    
    .navbar-default .navbar-toggle {
        border: none;
        border-radius: 0;
        position: relative;
        z-index: 5;
    }
    
    .navbar-toggle--custom {
        /* background-color: transparent; */
    }
    
    .navbar-default .navbar-toggle--white .icon-bar {
        background-color: #ffffff;
    }
    
    .navbar-default .navbar-toggle--dark .icon-bar {
        background-color: #7d7d7d;
    }
    
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    
    .carousel--container {
        top: 30%;
    }
    
    .carousel--container {
        text-align: center;
    }
    
    .footer__heading-2 {
        margin-top: 150px;
        margin-bottom: 85px;
    }
    
    .mobile-hidden {
        display: none;
    }
    
    .mobile-center {
        text-align: center;
    }
    
    .benefits__mobile-margin--bottom {
        margin-bottom: 66px;   
    }
    
    .mobile-margin--bottom {
        margin-bottom: 30px;   
    }
    
    .main--padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .col-xs-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .mobile-padding--bottom {
        padding-bottom: 100px !important;
    }
    
    .min-width--sm {
        min-width: 100px;
    }
    
    .parallax {
        background-attachment: scroll;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    
    .footer__heading-2 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    footer p {
        padding-top: 30px;
    }
    
    .md-margin--top {
        margin-top: 20px;
    }
    
}

@media only screen and (min-width: 768px) {
    
    .logo, .logo2 {
        position: relative;
        top: -8px;
        left: 0;
    }
    
    .logo, .logo__image {
        height: 50px;
        width: auto;
    }
    
    .carousel--container {
        top: 70%;
        transform: translateY(-70%);
    }
    
    .carousel--custom, .carousel__item, .carousel__inner, .carousel__item {
        height: 500px;
        overflow: hidden;
    }
    
    .header {
        height: 500px;
    }
    
    .header__inner {
        height: 500px;
        width: 100%;
        position: fixed;
    }
    
    .carousel--container {
        text-align: left;
    }
    
    .bottom__inner {
        min-height: 1245px;
    }
    
    .desktop-hidden {
        display: none;
    }
    
    .main--padding {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    
    .desktop-right {
        text-align: right;
    }

    .parallax {
        background-attachment: fixed;
    }
    
}

@media only screen and (max-width: 1200px) {
    
    .logo2 {
        left: 20px;
    }
    
    footer p {
        padding-top: 30px;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    
    .navbar--custom {
        padding-top: 26px;
        height: 90px;
        top: 0;
        z-index: 999;
    }
    
    .navbar-header {
        float: none;
    }
    
    .navbar-toggle {
        display: block;
    }
    
    .navbar-collapse {
        border-top: 1px solid transparent !important;
        box-shadow: inset 0 1px 0 transparent;
    }
    
    .navbar-collapse.collapse {
        display: none !important;
    }
    
    .navbar-nav {
        float: none !important;
    }
    
    .navbar-nav > li {
        float: none;
    }
    
    .navbar-default .navbar__list--white > li > a {
        padding: 8px 25px;
        background: transparent;
        color: #ffffff;
        border: 1px solid transparent;
        border-radius: 30px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .navbar-default .navbar__list--dark {
        padding: 15px;
        background: #ffffff;
    }
    
    .navbar-default .navbar__list--dark > li > a {
        padding: 8px 25px;
        background: transparent;
        color: #7d7d7d;
        border: 1px solid transparent;
        border-radius: 30px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .navbar-default .navbar__list--dark > li > a:hover, .navbar-default .navbar__list--dark > li > a:focus, .current-menu-item {
        font-weight: 400;
        color: #68d9ff;
        border: 1px solid #68d9ff;
    }
    
    .navbar-default .navbar__list--white > li > a:hover, .navbar-default .navbar__list--white > li > a:focus, .current-menu-item {
        font-weight: 400;
        color: #ffffff;
        border: 1px solid #ffffff;
    }
    
    .navbar-collapse.collapse.in { 
        display: block !important;
    }
    
    .collapsing {
        overflow: hidden !important;
    }
    
    .navbar-default .navbar-toggle {
        border: none;
        border-radius: 0;
    }
    
    .navbar-toggle--custom {
        background-color: transparent;
    }
    
    .navbar-default .navbar-toggle--white .icon-bar {
        background-color: #ffffff;
    }
    
    .navbar-default .navbar-toggle--dark .icon-bar {
        background-color: #7d7d7d;
    }
    
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    
    .sm-center {
        text-align: center;
    }
    
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .footer__heading-2 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
}

@media only screen and (min-width: 1200px) {
    
    .navbar--custom {
        padding-top: 26px;
        height: 90px;
        top: 0;
        z-index: 999;
    }

    .navbar-default .navbar__list--white > li > a {
        padding: 8px 25px;
        background: transparent;
        color: #ffffff;
        border: 1px solid transparent;
        border-radius: 30px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-default .navbar__list--white > li > a:hover, .navbar-default .navbar__list--white > li > a:focus, .navbar__list--white .current-menu-item {
        font-weight: 400;
        color: #ffffff;
        border: 1px solid #ffffff;
    }
    
    .navbar-default .navbar__list--dark > li > a {
        padding: 8px 25px;
        background: transparent;
        color: #7d7d7d;
        border: 1px solid transparent;
        border-radius: 30px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-default .navbar__list--dark > li > a:hover, .navbar-default .navbar__list--dark > li > a:focus, .navbar__list--dark .current-menu-item {
        font-weight: 400;
        color: #68d9ff;
        border: 1px solid transparent;
    }
    
    .footer__heading-2 {
        margin-top: 300px;
        margin-bottom: 170px;
    }
    
    footer p {
        padding-top: 50px;
    }
    
    .about__inner {
        height: 371px;
        width: 371px;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    
    .navbar--custom {
        padding-top: 26px;
        height: 90px;
        top: 0;
        z-index: 999;
    }
    
    .navbar-header {
        float: none;
    }
    
    .navbar-toggle {
        display: block;
    }
    
    .navbar-collapse {
        border-top: 1px solid transparent !important;
        box-shadow: inset 0 1px 0 transparent;
    }
    
    .navbar-collapse.collapse {
        display: none !important;
    }
    
    .navbar-nav {
        float: none !important;
    }
    
    .navbar-nav > li {
        float: none;
    }
    
    .navbar-default .navbar__list--white > li > a {
        padding: 8px 25px;
        background: transparent;
        color: #ffffff;
        border: 1px solid transparent;
        border-radius: 30px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .navbar-default .navbar__list--dark {
        padding: 15px;
        background: #ffffff;
    }
    
    .navbar-default .navbar__list--dark > li > a {
        padding: 8px 25px;
        background: transparent;
        color: #7d7d7d;
        border: 1px solid transparent;
        border-radius: 30px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .navbar-default .navbar__list--dark > li > a:hover, .navbar-default .navbar__list--dark > li > a:focus, .current-menu-item {
        font-weight: 400;
        color: #68d9ff;
        border: 1px solid #68d9ff;
    }
    
    .navbar-default .navbar__list--white > li > a:hover, .navbar-default .navbar__list--white > li > a:focus, .current-menu-item {
        font-weight: 400;
        color: #ffffff;
        border: 1px solid #ffffff;
    }
    
    .navbar-collapse.collapse.in { 
        display: block !important;
    }
    
    .collapsing {
        overflow: hidden !important;
    }
    
    .navbar-default .navbar-toggle {
        border: none;
        border-radius: 0;
    }
    
    .navbar-toggle--custom {
        background-color: transparent;
    }
    
    .navbar-default .navbar-toggle--white .icon-bar {
        background-color: #ffffff;
    }
    
    .navbar-default .navbar-toggle--dark .icon-bar {
        background-color: #7d7d7d;
    }
    
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    
    .sm-center {
        text-align: center;
    }
    
    .ipad-visible {
        display: block !important;
    }
    
    .mobile-padding--bottom {
        padding-bottom: 50px !important;
    }
    
    .parallax {
        background-attachment: scroll;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    .parallax {
        background-attachment: scroll;
    }
    
}

body {
    font-size: 62.5%;
}

.body {
	background: #ffffff;
}

.overflow-x {
    overflow-x: hidden;
}

.page-wrapper {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
}

h1 a, h1 a:hover, h1 a:focus {
    color: #ffffff;
    text-decoration: none;
}

h3 a, h3 a:hover, h3 a:focus {
    color: #212121;
    text-decoration: none;
}

p, li {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

strong {
    font-weight: 700;
}

.navbar--custom {
    width: 100%;
    border: none;
}

.navbar__item {
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    color: #ffffff;
    text-transform: uppercase;
}

.header {
    position: relative;
    z-index: 1;
}

.carousel--container {
    position: relative;
    left: 0;
    z-index: 2;
}

.carousel__heading-2 {
    margin: 0 0 30px 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 6.4em;
    font-weight: 300;
    color: #ffffff;
}

.carousel__paragraph {
    font-size: 2.4em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6em;
}

.carousel--indicators {
    width: 100%;
    position: absolute;
    top: 570px;
    z-index: 100000000;
}

.carousel-indicators--custom {
    float: left;
    position: absolute;
    top: 0;
    left: 76px;
}

.carousel__shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.main {
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.main__heading-2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 6.4em;
    color: #212121;
    font-weight: 200;
}

.main p {
    margin-top: 20px;
    font-size: 2.4em;
    font-weight: 300;
    color: #000000;
    line-height: 1.6em;
}

.info {
    background-color: #ffffff;
    background-image: url(images/na_bg_1.jpg);
    position: relative;
    z-index: 2;
}

.info--padding {
    padding: 60px 0 80px 0;
}

.info p {
    margin-top: 20px;
    font-size: 2.4em;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.6em;
}

.services {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.services--padding {
    padding: 60px 0 80px 0;
}

.services p {
    margin-top: 20px;
    font-size: 2.4em;
    font-weight: 300;
    color: #000000;
    line-height: 1.6em;
}

.services ul {
    margin: 18px 0 0 16px;
    padding: 0;
}

.services li {
    padding-left: 16px;
    font-size: 2.4em;
    font-weight: 300;
    color: #000000;
    line-height: 1.6em;
}

.background--cover {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: /*@@prefixmycss->No equivalent*/;
    -moz-background-size: cover;
    -o-background-size: /*@@prefixmycss->No equivalent*/;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.parallax {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: /*@@prefixmycss->No equivalent*/;
    -moz-background-size: cover;
    -o-background-size: /*@@prefixmycss->No equivalent*/;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.bottom {
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.bottom__inner {
    background: #ffffff url(images/bg_bottom.jpg) no-repeat center bottom;
    position: relative;
    z-index: 4;
}

.footer__heading-2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 6.4em;
    color: #ffffff;
    font-weight: 200;
}

.footer__image {
    height: auto;
    max-width: 100%;
    border-radius: 50%;
}

.footer p {
    font-size: 2.4em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6em;
}

.footer p a, .footer p a:hover, .footer p a:focus {
    color: #ffffff;
    text-decoration: none;
}

.footer__span {
    margin-top: 9px;
    font-size: 2em;
    font-weight: 200;
    color: #ffffff;
}

.footer__inner {
    margin-top: 80px;
}

.heading-2--center {
    text-align: center;
}

.block-padding--90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.block-padding--80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.block-padding--60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.background--grey {
    background: #ededed;
}

.background--blue {
    background: #4bd1fe;
}

.download__inner {
    height: 410px;
}

.visually-hidden {
    display: none;
}

.heading--left {
    text-align: left;
}

.heading--right, .align-right {
    text-align: right;
}

.align-center, .paragraph--center {
    text-align: center;
}

.heading--padding {
    padding: 26px 32px 32px 32px;
}

.row--margin-top {
    margin-top: 50px;
}

.btn--rounded-grey {
    margin-top: 2.6em;
    margin-left: 32px;
    margin-right: 32px;
    padding: 8px 25px;
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    color: #bfbfbf;
    border: 1px solid #bfbfbf;
    border-radius: 30px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--rounded-blue {
    margin-left: 22px;
    padding: 8px 25px;
    background: #4bd1fe;
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    color: #ffffff;
    border: 1px solid #4bd1fe;
    border-radius: 30px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--rounded-blue-2 {
    margin-top: 30px;
    padding: 8px 35px;
    background: #4bd1fe;
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    color: #ffffff;
    border: 1px solid #4bd1fe;
    border-radius: 30px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--rounded-white {
    padding: 8px 25px;
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--rounded-white2 {
    margin-top: 2.6em;
    margin-left: 32px;
    margin-right: 32px;
    padding: 8px 25px;
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--rounded-margin {
    margin-top: 2.6em;
}

.btn--rounded-grey:hover, .btn--rounded-grey:focus {
    background: #bfbfbf;
    color: #ffffff;
}

.btn--rounded-blue:hover, .btn--rounded-blue:focus, .btn--rounded-blue-2:hover, .btn--rounded-blue-2:focus {
    background: #3ac1ee;
    color: #ffffff;
}

.btn--rounded-white:hover, .btn--rounded-white:focus, .btn--rounded-white2:hover, .btn--rounded-white2:focus {
    background: #ffffff;
    color: #279fc6;
}

.news__more {
    margin-top: 20px;
    padding-bottom: 30px;
}

.btn--normal {
    padding: 8px 10px 9px 0;
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 3.2em;
    font-weight: 300;
    color: #393939;
    border: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.arrow__image {
    margin-top: 50px;
}

.slide-down {
    width: 100%;
    position: absolute;
    z-index: 2;
}

.gmap {
    height: 570px;
    width: 100%;
    position: relative;
    z-index: 1;
    display: none;
}

#gmap {
    height: 570px;
    width: 100%;
    position: relative;
    z-index: 1;
    display: block;
}

.gmap__shadow {
    background: url(images/gmap_shadow.png) repeat-x top left;
    height: 110px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.down {
    background: #1f2223;
    margin-top: -400px;
    height: 400px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.no-col-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.logo2 {
    display: none;
}

.logo2, .logo2__image {
    height: auto;
    max-width: 100%;
}

.navbar--transparent {
    background: transparent;
}

.navbar--white {
    background: #ffffff;
    -moz-box-shadow: 0px 0px 5px #c4d4d5;
    -webkit-box-shadow: 0px 0px 5px #c4d4d5;
    box-shadow: 0px 0px 5px #c4d4d5;
}

.benefits {
    margin-top: -265px;
    background: url(images/bg_benefits.png) no-repeat top center;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.benefits__circle {
    margin: 0 auto;
    height: 190px;
    width: 190px;
    border-radius: 50%;
}

.benefits__circle--dark-blue {
    background: #4beffe url(images/bg_benefits__circle.png) no-repeat center center;
}

.benefits__circle--light-blue {
    background: #4beffe url(images/bg_benefits__circle.png) no-repeat center center;
}

.benefits__circle--light-green {
    background: #4bfec9 url(images/bg_benefits__circle.png) no-repeat center center;
}

.benefits__heading-2 {
    margin-top: 170px;
    margin-bottom: 60px;
    font-family: 'Work Sans', sans-serif;
    font-size: 6.4em;
    font-weight: 200;
    color: #ffffff;
}

.benefits__heading-3 {
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 3.2em;
    color: #ffffff;
    text-transform: uppercase;
}

.benefits__paragraph {
    font-size: 2.2em;
    color: #ffffff;
    line-height: 1.6em;
}

.gallery {
    position: relative;
    z-index: 2;
}

.gallery img {
    height: auto;
    max-width: 100%;
}

.bottom__shadow {
    background: url(images/bottom_shadow.png) repeat-x top left;
    height: 110px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.carousel__shadow {
    background: rgba(31, 34, 35, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.info__image {
    height: 200px;
    width: auto;
    max-width: 100%;
}


/* HOME GALLERY */

.container-fluid {
	padding-right:0px;
	padding-left:0px;
	margin-right: auto;
	margin-left: auto;
	max-width:1920px;
}

.gallery .row {
	margin-left:0px;
	margin-right:0px;
}

.relative {
	position:relative;
}

img {
	max-width:100%;
	height:auto;
}
.gallery {
	width:100%;
}
.gallery-item,
.gallery-wrap {
	float:left;
	box-sizing:border-box;
	min-height:1px;
	overflow:hidden;
}
.gallery-item {
	width:100%;
	position:relative;
}
.gallery-item img {
	width:auto;
	max-width:none;
}
.gallery-item a {
	display:block;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}
.wrap-1 {
	width:16.66666667%;
}
.wrap-2,
.wrap-3 {
	width:83.33333333%;
}
.wrap-2-first,
.wrap-3-inner,
.wrap-3-last {
	width:40%;
	box-sizing:border-box;
}
.wrap-3-inner .gallery-item {
	width:50%;
}
.wrap-3-inner .gallery-item.wrap-3-inner-first {
	width:100%;
}
.wrap-2-inner {
	width:20%;
	box-sizing:border-box;
}
/* .wrap-3-inner-wrap .gallery-item {
	width:50%;
} */
/* .wrap-3-inner-wrap .gallery-item.wrap-3-inner-first {
	width:100%;
} */
.wrap-3-first {
	width:20%;
}
.wrap-2 img {
	min-width:100%;
}
.gallery-item:hover a {/* 
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05); */
}
.show-img {
	position:absolute;
	top:50%;
	margin:auto;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	right:0; left:0;
	text-align:center;
	font-size:30px;
	color:#FFF;
	z-index:6;
	opacity:0;
}
.show-img p {
	font-size:18px;
	font-weight:300;
}
.gallery-item:hover .show-img {
	opacity:1;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }