/* @override 
	http://www.gormanwilson.com/css_blue/style.css
	http://www.gormanwilson.com/css/style.css */


/* RS */
@media screen {
    * { margin: 0; padding: 0; }
    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, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        vertical-align: baseline;
    }
    a, input, textarea, button {outline: none;}
    a:focus, input:focus, textarea:focus {outline: none !important;}
	a:focus {color: #fff; text-decoration: none;}
    a:hover {text-decoration: underline;}
    ul, ol {list-style: none;
	}
    strong {font-weight: bold;}

    article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }

    .group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
    .group { display: inline-block; clear: both; }
    /* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */
    .clearfix{position: relative; z-index: -1;}
    .clearfix:before,
    .clearfix:after {
        display: table;
        content: " ";
    }

    .clearfix:after {
        clear: both;
    }

    body { 
    /*font-size: 62.5%/2px;*/
    font-family: montserrat, sans-serif; 
    font-weight: 400; 
    font-style: normal;
    }

    /*
        TYPOGRAPHY
    */
    a img { border: 0; display:inline-block;
	}
    a {color: #2e3548; /*GW new blue*/ 
    text-decoration: none; word-wrap: break-word;white-space:nowrap;}
    .zoomer:active { top: 0; }
    html, body {height: 100%;}

}



/******RESET******/
body img{
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.letterspace {
    letter-spacing: 2px;
}
.uppercase {
	text-transform: uppercase;
}
.yl-sk {
	color: #2e3548; /*GW new blue*/
}
.tc {
	text-align: center;
}
.font20 {
	font-size: 20px;
}
.mt20 {
	margin-top: 20px;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.line {
	border-top: 1px solid #e0e0e0;
	margin-top: 90px;
}
.btn-x {
	border: 2px solid #000;
	padding: 1px 7px;
	font-weight: bold;
}
.mt50 {
	margin-top: 50px;
}
.font12 {
	font-size: 12px;
} 
.fontsans {
	font-family: sans;
} 
.italic {
	font-style: italic;
}
.font13 {
	font-size: 13px !important;
}
/* Page wrap */
#page-wrap {
    width: 100%;
    position: relative;
    height: 100%;
}
.container {
    position: relative;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}
.ct:after {
    content: '';
    display: block;
    clear: both;
}
/* Header */
header {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    height: 110px;
    /*background-color: #2e3548;*/ /*GW new blue*/
    background: rgba(46,53,72,.9); /*GW new blue*/
    /*background: rgba(171,49,40,.9);*/ /*GW red*/
    /*background: rgba(0,0,0,.7);*/
    margin-top: 0px;
    padding-top: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.single-post header {
    background: #252525;
    height: 92px;
    padding-top: 16px;
    position: static;
}
.logo {
    width: 183px;
    margin-left: 15px;
}
.logo img {
    width: 100%;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
header.head-effect {

    position: fixed !important;
    height: 60px !important;
    margin-top: 0px  !important;
    padding: 13px 0  !important;
    background: rgba(46,53,72,.9); /*GW new blue*/
	z-index: 999999;
}
.head-effect .logo img {
    width: 60%;
}
.head-effect nav.menu {
    top: 3px !important;
}
.menu-mobile {display: none;}
nav.menu {
    position: absolute !important;
    top: 17px !important;
    right: 15px !important;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    
}
header nav ul:after {
    content: '';
    display: block;
    clear: both;
}
header nav ul li {
    float: left;
}
header nav ul li a {
    display: block;
    font-size: 1.2em/29px;
    font-family: montserrat, sans-serif; 
    font-weight: 400; 
    font-style: normal;
    color: #fff;
    padding: 4px 20px;
    border: 1px solid transparent;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
header nav ul li a:hover{
    color: #2e3548 !important; /*GW new blue*/
    background: #fff;
    border: 1px solid #2e3548; /*GW new blue*/
}
.current-page-item a {
    border: 1px solid #fff;
    color: #fff;
}

/* Banner */
#banner {
    position: relative;
	min-height: 750px;
	background-attachment: fixed;
    background-repeat: no-repeat;
}
#banner.fullscreen-banner {
    min-height: 100%;
}
.banner {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
#owl-banner .owl-wrapper-outer {overflow: visible !important;}
#owl-banner .owl-wrapper-outer:after {
    content: '';
    display: block;
    clear: both;
}
#owl-banner .slide-caption {
    text-align: center;
}
.banner .title {
	position: relative;
}
.banner .title h2 {
	font-size: 25px;
	font-family: montserrat, sans-serif; 
	font-weight: 400; 
	font-style: normal;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.banner .title:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px; height: 8px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    top: 37px;
    left: 0; right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.banner .title h2:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px; height: 1px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: -22px;
    left: -125px; right: 0;
}
.banner .title h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px; height: 1px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: -22px;
    left: 0; right: -125px;
}
.banner h1 {
	display: inline-block;
	font-family: montserrat, sans-serif; 
	font-weight: 700; 
	font-style: normal;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	border: 3px solid #fff;
	padding: 0 60px;
	margin-top: 50px;
	letter-spacing: 3px;
}
.banner h3 {
	position: relative;
    padding-bottom: 30px;
}
.banner h3 span {
	/*font: 1.6em montserrat, sans-serif;*/
	color: #fff;
	font-size: 25px;
	font-family: montserrat, sans-serif; 
	font-weight: 400; 
	font-style: italic;
	letter-spacing: 2px;
	margin-top: 35px;
    display: block;
}
.banner h3:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px; height: 8px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    top: 37px;
    left: 0; right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.banner h3 span:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px; height: 1px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: 8px;
    left: -125px; right: 0;
}
.banner h3 span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px; height: 1px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: 8px;
    left: 0; right: -125px;
}
#video-placeholder,
#video-fixed {
    /*position: fixed;*/
    top: 0; left: 0;
    width: 100%;
    z-index: -1;
}
#video-fixed.fullscreen-video {
    height: 100%;
}
#video-placeholder {
    background-size: cover;
    z-index: -2
}
#video-custom {
    width: 100%;
    height: 100%;
}
#video-custom:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0; left: 0;
    z-index: 9;
}
#banner-slide-img {
    position: relative;
    background: #fff;
    display: inline-block;
    width: 100%;
}
#owl-banner-img .item img {
    width: 100% !important;
}
.background-over {
    background: rgba(0,0,0,0.35);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9;
}
.banner .text-banner {
    position: absolute;
    z-index: 99999;
    text-align: center;
    margin: auto;
    left: 0;right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.play {
    position: absolute;
    width: 35px; height: 35px;
    margin: auto;
    bottom: 132px; left: 0; right: 0;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.pause {
    position: absolute;
    width: 35px; height: 35px;
    margin: auto;
    bottom: 80px; left: -40px; right: 0;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.volume {
    position: absolute;
    width: 35px; height: 35px;
    margin: auto;
    bottom: 80px; left: 0; right: -40px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.video-controls {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: 50px;
    z-index: 99999;
}
.parallax-video .video-controls {
    bottom: 0;
}
.volume:hover,
.play:hover,
.pause:hover {
    border: 2px solid #2e3548; /*GW new blue*/
    color: #2e3548; /*GW new blue*/
}
.index-banner-video .banner {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}
#owl-banner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
    display: inline-block;
    
}
.image-placeholder {
    /*z-index: -1;*/
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.index-banner-video .scroll-s1 {
    bottom: 30px !important;
}
.scroll-s1 {
    position: absolute;
    width: 45px; height: 45px;
    margin: auto;
    left: 0; right: 0;
    bottom: 58px;
    z-index: 99;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.scroll-s1 .icon {
    position: relative;
    width: 45px; height: 45px;
    text-align: center;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.scroll-s1 .icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    border: 2px solid #2e3548; /*GW new blue*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.scroll-s1 .icon:hover:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

/* Main Content */
#main-content {
    position: relative;
    z-index: 10;
    margin-top: -7px;
}
.first-content {
    background: #fff;
}
.second-content {
    background: #fff;
}
/* Title */
.title {
    position: relative;
    text-align: center;
}
.title h1 {
    display: inline-block;
    font-family: montserrat, sans-serif; 
    font-weight: 500; 
    font-style: normal;
    line-height: 60px;
    min-width: 250px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 3px;
    border: 3px solid #2e3548; /*GW new blue*/
    padding: 3px 12px;
}
.title span.icofont {
    position: absolute;
    display: block;
    font-size: 40px;
    color: #2e3548; /*GW new blue*/
    background: #fff;
    width: 65px;
    text-align: center;
    margin: auto;
    top: -25px;
    left: 0; right: 0;
}
/* Work */
#work {
    width: 100%;
    padding-top: 108px;
    padding-bottom: 90px;
    background: #FFF;
}
#work .ct {
    margin-top: 50px;
}
#work .ct .item {
    margin: 15px 15px 40px;
    border: 1px solid #7f8c8d;
}
#work .ct .item .image {
	display: inline-block;
	width: 100%;
    padding: 10px;
	position: relative;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
/*#work .ct .item .image img {width: 100%;}*/
#work .ct .item .image a {
	position: absolute;
	font: 700 1em/21px montserrat, sans-serif;
	color: #2e3548; /*GW new blue*/
	text-transform: uppercase;
	text-align: center;
	width: 79px; height: 21px;
	border: 1px solid #2e3548; /*GW new blue*/
	margin: auto;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 999;
	opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#work .ct .item .image a:after {
	content: '';
	display: block;
	position: absolute;
	width: 85px; height: 27px;
	margin: auto;
	top: -4px; left: -4px;
	border: 1px solid #2e3548; /*GW new blue*/
}
#work .ct .item:hover .image a {
	opacity: 1;
}
#work .ct .item .image a:hover {
    background: #2e3548; /*GW new blue*/
    color: #fff;
}
#work .ct .item .image:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0);
	background-clip: content-box;
	padding: 10px;
	top: 0; left: 0;
	-webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#work .ct .item:hover .image:after {
	background: rgba(0,0,0,.9);
	background-clip: content-box;
}

#work .ct .item figcaption {
    position: relative;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 50px;
}
#work .ct .item figcaption h2 {
    position: relative;
}
#work .ct .item figcaption h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 1px;
    background: #000;
    margin: auto;
    bottom: -12px;
    left: 0; right: 0;
}
#work .ct .item figcaption h2 a {
    display: block;
    font: 400 1.3em montserrat, sans-serif;
    color: #000;
    text-transform: uppercase;
}
#work .ct .item figcaption h3 i {
    display: block;
    font: 1.2em montserrat, sans-serif;
	font-style: italic;
    color: #2e3548; /*GW new blue*/
    margin-top: 24px;
}
#work .ct .item figcaption span.icofont {
    position: absolute;
    display: block;
    width: 70px;
    height: 37px;
    font-size: 20px;
    color: #000;
    line-height: 37px;
    border: 1px solid #7f8c8d;
    background: #fff;
    margin: auto;
    bottom: -18px;
    left: 0; right: 0;
    text-align: center;
}
#owl .owl-controls {
    margin-top: 0px !important;
}
.btn-np {
	text-align:center;
	margin-top: 15px;
}
#owl .owl-controls .owl-next,.btn-np .owl-next {
	display: inline-block;
    font-size: 0;
    color: transparent;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-work.png) no-repeat right top;
    width: 35px; height: 21px;
    margin: 0 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#owl .owl-controls .owl-prev,.btn-np .owl-prev {
	display: inline-block;
    font-size: 0;
    color: transparent;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-work.png) no-repeat left top;
    width: 35px; height: 21px;
    margin: 0 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#owl .owl-controls .owl-next:hover,.btn-np .owl-next:hover{
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-work-hover.png) no-repeat right top;
}
#owl .owl-controls .owl-prev:hover,.btn-np .owl-prev:hover {
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-work-hover.png) no-repeat left top;
}

#work figure .lightbox {
	display: none;
}
.img-lightbox > img {
    width: 100%;
}
.lightbox-ct h2 {
	margin-top: 20px;
}
.lightbox-ct h2 a {
	position: relative;
	font: 1.3em montserrat, sans-serif;
	color: #000;
	text-transform: uppercase;
}
.lightbox-ct h2 a:after {
	content: '';
	display: block;
	position: absolute;
	width: 70px; height: 1px;
	background: #000;
	margin: auto;
	bottom: -11px; left: 0; right: 0;
}
.lightbox-ct h3 i {
    display: block;
    font: 1.2em montserrat, sans-serif;
	font-style: italic;
    color: #2e3548;
    margin-top: 24px;
}
.lightbox-ct p {
	font: 300 1.3em/1.75em montserrat, sans-serif;
	color: #000;
	width: 80%;
	margin: 15px auto 0;
}
.lightbox-ct {
	padding-bottom: 40px;
    text-align: center;
}


/* Custome code css Lightbox */

#popup-all {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    max-width: 894px;
    padding: 20px;
    position: relative;
}

.popup-gallery-works {
    border: 1px solid #2e3548; /*GW new blue*/
    outline: 1px solid #2e3548; /*GW new blue*/
    outline-offset: 5px;
    display: block;
    padding: 5px;
    opacity: 1;
}
.img-slideshow img {
    float: left;
}
#popup-all .owl-wrapper-outer {
    max-width: 841px;
    text-align: center;
}
#popup-all .owl-controls {
    bottom: 19px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 99999;
}
#popup-all .owl-prev,
#popup-all .owl-next {
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 0;
    height: 21px;
    width: 35px;
    margin: 0 2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
#popup-all .owl-prev {
    background: url("http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-work.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    
}
#popup-all .owl-next {
    background: url("http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-work.png") no-repeat scroll right top rgba(0, 0, 0, 0);
}
#popup-all .mfp-close {
    background: #2e3548; /*GW new blue*/
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    
}
/*
.pp_nav {
	position: absolute;
	width: 80%;
	text-align: center;
	bottom: 10px;
    margin: auto;
    left: 0; right: 0;
}
.pp_nav .pp_arrow_next {
	display: inline-block;
    font-size: 0;
    color: transparent;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-work.png) no-repeat right top;
    width: 35px; height: 21px;
    margin: 0 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.pp_nav .pp_arrow_previous {
	display: inline-block;
    font-size: 0;
    color: transparent;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-work.png) no-repeat left top;
    width: 35px; height: 21px;
    margin: 0 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.pp_nav .pp_arrow_next:hover {
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-work-hover.png) no-repeat right top;
}
.pp_nav .pp_arrow_previous:hover {
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-work-hover.png) no-repeat left top;
}
*/

#container-work .mix{
    display: none;
}
#container-work .item {margin: 0 0 76px !important;}

#filters {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin-bottom: 34px;
}

#filters .filter {
    cursor: pointer;
    display: inline-block;
    font: 12px/30px montserrat, sans-serif;
    color: #000;
    padding: 0 20px;
    margin: 10px;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#filters .filter:hover {
    border: 1px solid #000;
}
#filters .active {
    color: #fff;
    background: #2e3548; /*GW new blue*/
    border: 1px solid #2e3548; /*GW new blue*/
}
#filters .active:hover {
    border: 1px solid #2e3548; /*GW new blue*/
}


/* Blog content 1 */
#bg-parallax1 {
    /*background-image: url(img/blog-section-1.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 360px;
    text-align: center;
    position: relative;
}
#bg-parallax1 .ct {
    position: relative;
    margin-top: 108px;
    margin-bottom: 105px;
}
#bg-parallax1 .ct:after {
    /*content: '';
    display: block;
    position: absolute;
    width: 8px; height: 8px;
    background: #fff;
    margin: auto;
    top: 54px;
    left: 0; right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);*/
}
#bg-parallax1 h2 {
    position: relative;
    font-family: montserrat, sans-serif; 
    font-weight: 500; 
    font-style: normal;
    font-size: 2.4em;
    color: #fff;
    text-transform: uppercase;
}
#bg-parallax1 h2:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px; height: 1px;
    background: #fff;
    margin: auto;
    bottom: -22px;
    left: -120px; right: 0;
}
#bg-parallax1 h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px; height: 1px;
    background: #fff;
    margin: auto;
    bottom: -22px;
    left: 0; right: -120px;
}
#bg-parallax1 p {
    font-family: montserrat, sans-serif; 
    font-weight: 300; 
    font-style: normal;
    font-size: 1.4em;
    color: #fff;
    width: 70%;
    margin: 52px auto;
}

#bg-parallax1 div.container div.row div.ct.wow.fadeInUp.animated h3.quoted p {
	font-family: montserrat, sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 1.8em;
	line-height: 1.3em;
	color: #fff;
	/*width: 60%;*/
	margin: 52px auto;
	
}

.parallax-over {
    position: absolute;
    top: 0;
    width: 100%; height: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.5); /*original grey */
    /*background: rgba(46,53,72,.9);*/ /*GW new blue*/
}

/* Contact */

/*form#contact_form {
	width: 100%;
}*/
form#contact_form,
.contact-form button {
	/*position: relative;*/
	/*font: 300 1.4em montserrat, sans-serif;*/
	color: #000;
	/*border: 1px solid #fff;*/
    padding: 15px 0 ;
    /*outline-offset: 3px;
    outline: 1px solid #fff;*/
	background: none;
	/*min-width: 292px; height: 45px;*/
	/*text-transform: uppercase;*/
	/*margin: 38px auto 70px;*/
	/*letter-spacing: 10px;*/
	margin-bottom: 10px;
}
.contact-form button:hover {
	background: #fff;
	color: #2e3548; /*GW new blue*/
}
label {
	font: 300 1.3em/1.85em montserrat, sans-serif;
	color: #000;
	/*text-align: justify;*/
	
}

#contact_form h1,
div.ct h1 {
	display: inline-block;
	font-size: 2em/65px;
	font-family: montserrat, sans-serif; font-weight: 700; font-style: normal;
	min-width: 230px;
	/*text-align: center;*/
	text-transform: uppercase;
	color: #000;
	/*letter-spacing: 3px;*/
	/*border: 3px solid #2e3548;*/ /*GW new blue*/
}

#contact_form h1 {
	
}

/* About */
#about {
    width: 100%;
    padding-top: 83px;
    background: #FFF;
}
#about .text {
    font: 1.8em/1.5em montserrat, sans-serif;
    color: #2e3548; /*GW new blue*/
    font-style: italic;
    width: 65%;
    margin: 50px auto;
    text-align: center;
}
.timeline {
    padding-top: 33px;
	position: relative;
}
.timeline ul {
    position: relative;
}
.timeline ul:after {
    content: '';
    display: block;
    clear: both;
}
.timeline ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px; height: 106%;
    margin: auto;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background: radial-gradient(circle farthest-corner at center center, #7F8C8D 0%, #FFFFFF 100%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #7F8C8D 0%, #FFFFFF 100%);
    background: -o-radial-gradient(circle farthest-corner at center center, #7F8C8D 0%, #FFFFFF 100%);
    background: -ms-radial-gradient(circle farthest-corner at center center, #7F8C8D 0%, #FFFFFF 100%);
    background: -webkit-radial-gradient(center center, circle farthest-corner, #7F8C8D 0%, #FFFFFF 100%);
}
.timeline ul li:nth-child(odd) {
    float: left;
}
.timeline ul li:nth-child(even) {
    float: right;
}
.timeline ul li:nth-child(odd) .list-content {
    margin-right: 14.9%;
}
.timeline ul li:nth-child(even) .list-content {
    margin-left: 14.9%;
}
.timeline ul li .list-content {
    border: 1px solid #7f8c8d;
    position: relative;
    min-height: 152px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.timeline ul li .year {
    position: absolute;
    font: 700 1.6em/30px montserrat, sans-serif;
    color: #2e3548; /*GW new blue*/
    height: 30px;
    min-width: 42px;
    margin: auto;
    top: 0; bottom: 0;
}
.timeline ul li:nth-child(odd) .year {
    right: -75px;
}
.timeline ul li:nth-child(even) .year {
    left: -75px;
}
.timeline ul li .year:after {
    content: '';
    display: block;
    position: absolute;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/list-timeline.png) no-repeat center center;
    width: 20px; height: 20px;
    border: 2px solid #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: auto;
    top: 0; bottom: 0;
}
.timeline ul li:nth-child(odd) .year:after {
    left: -27px;
}
.timeline ul li:nth-child(even) .year:after {
    right: -27px;
}
.timeline ul li h2 {
    font: 700 1.4em montserrat, sans-serif;
    color: #2e3548; /*GW new blue*/
    text-transform: uppercase;
    margin-bottom: 12px;
}
.timeline .list-content a {
	display: inline-block;
    position: absolute;
}
.timeline ul li span.icofont {
    display: block;
    width: 69px; height: 69px;
    border: 1px solid #bdc3c7;
    text-align: center;
    font-size: 40px;
    color: #000;
    line-height: 69px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.timeline ul li span.icofont:hover {
	color: #2e3548; /*GW new blue*/
}
.timeline ul li p {
    font: 300 1.3em/1.7em montserrat, sans-serif;
    color: #000;
    margin-left: 79px;
}
.timeline a.loadmore {
	position: relative;
    display: block;
    width: 15px; height: 15px;
    text-align: center;
    padding-top: 1px;
    font-size: 0;
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/loadmore-ico.png) no-repeat 3px center;
	z-index: 999;
    color: transparent;
    margin: 54px auto 72px;
	cursor: pointer;
}
.timeline a.loadmore:hover {
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/loadmore-ico.png) no-repeat -18px center;
}
.timeline a.loadmore:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%; height: 100%;
    border: 2px solid #000;
	top: 0; left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.timeline a.loadmore:hover:after {
	border: 2px solid #2e3548; /*GW new blue*/
	-webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
	-webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.timeline a.loadmore:hover img {
	position: relative;
	top: 1px;
	margin-left: 18px;
	margin-top: 2px;
}

.timeline ul li:nth-child(1),
.timeline ul li:nth-child(2),
.timeline ul li:nth-child(3),
.timeline ul li:nth-child(4) {
	display: block !important;
}
/* Team */
#team {
    background: #fff;
    padding-bottom: 50px;
}
#team .title h1 {
    font: 700 2em/46px montserrat, sans-serif;
    min-width: 292px;
}
#team p {
    font: 1.8em/1.7em montserrat, sans-serif;
    color: #2e3548; /*GW new blue*/
    font-style: italic;
    text-align: center;
    width: 60%;
    margin: 25px auto 50px;
}
#team .ct .inner {	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#team figure {
	overflow: hidden;
}
#team .ct .image {
	position: relative;
    border: 1px solid #7f8c8d;
    padding: 10px;
}
#team .ct .image:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0);
	background-clip: content-box;
	top: 0; left: 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#team .ct .image:hover:after {
	background: rgba(0,0,0,.9);
	background-clip: content-box;
}
#team .image a {
	display: inline-block;
	position: absolute;
	margin: auto;
	top: 0; bottom: 0;
	width: 40px; height: 40px;
	border: 1px solid #2e3548; /*GW new blue*/
	padding: 2px;
	z-index: 9999;
	opacity: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#team .image a:hover span {
    background: #2e3548; /*GW new blue*/
    color: #fff !important;
}
#team .image a span.icofont {
	display: block;
	border: 1px solid #2e3548; /*GW new blue*/
	font-size: 20px;
	line-height: 32px;
	color: #2e3548; /*GW new blue*/
	text-align: center;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#team .image a.social1 {
	left: -80px; right: 0;
}
#team .image a.social2 {
	left: 0; right: -80px;
}
#team .image:hover a.social1 {
	left: -46px; right: 0;
	opacity: 1;
}
#team .image:hover a.social2 {
	left: 0; right: -46px;
	opacity: 1;
}
#team .ct .figcaption {
    position: relative;
    text-align: center;
	overflow: hidden;
    margin-top: 26px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#team .ct .figcaption:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px; height: 8px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: 61px;
    left: 0; right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#team .ct .figcaption h2 {
    font: 700 1.6em montserrat, sans-serif;
    color: #2e3548; /*GW new blue*/
    text-transform: uppercase;
    letter-spacing: 3px;
}
#team .ct .figcaption h2:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px; height: 1px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: 64px;
    left: 0; right: -123px;
}
#team .ct .figcaption h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px; height: 1px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: 64px;
    right: 0; left: -123px;
}
#team .ct .figcaption h3 {
    font: 400 1.2em montserrat, sans-serif;
    font-style: italic;
    color: #000;
    margin-top: 38px;
    margin-bottom: 30px;
}
#team .ct .image img {width: 100%;}

/* Blog content 2 */
#bg-parallax2 {
    background-image: url(img/blog-section-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 360px;
    position: relative;
}
#bg-parallax2 .tt {
	position: relative;
	text-align: center;
	margin-top: 45px;
}
#bg-parallax2 .tt h2 {
	font: 700 3em montserrat, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
#bg-parallax2 .tt:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px; height: 8px;
    background: #fff;
    margin: auto;
    top: 56px;
    left: 0; right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#bg-parallax2 .tt h2:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px; height: 1px;
    background: #fff;
    margin: auto;
    top: 60px;
    left: 0; right: -125px;
}
#bg-parallax2 .tt h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px; height: 1px;
    background: #fff;
    margin: auto;
    top: 60px;
    right: 0; left: -125px;
}
#bg-parallax2 .ct {
	margin-top: 65px;
}
#bg-parallax2 .ct .box {
	position: relative;
	text-align: center;
}
#bg-parallax2 .ct .box:after {
	content: '';
	display: block;
	position: absolute;
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/plus.png) no-repeat;
	width: 15px; height: 15px;
	left: -7px; top: 48px;
}
#bg-parallax2 .ct .box:first-child:after {display: none;}
#bg-parallax2 .ct .box .icofont {
	position: relative;
	width: 110px; height: 110px;
	margin: 0 auto 41px;
	text-align: center;
}
#bg-parallax2 .ct .box .icofont:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	border: 3px solid rgba(225,225,225,.5);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#bg-parallax2 .ct .box .icofont span  {
	font-size: 40px;
	color: #fff;
	line-height: 110px;
}
#bg-parallax2 .ct .box .countup,
#bg-parallax2 .ct .box .more-ct {
	display: inline;
	font-family: montserrat, sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
    letter-spacing: 2px !important;
}

/*  About  */
#about div.container div.row p {
font-family: montserrat, sans-serif; 
font-weight: 300; 
font-style: normal;
font-size: 1.5em;
line-height: 1.5em;
	margin: 52px 80px 32px;
	text-align: center;
}


/*  About  */

/* Services */
#services {
	width: 100%;
	padding-top: 93px;
    background: #FFF;
}
#services .ct {
	position: relative;
	margin-top: 142px;
}
#services .ct figcaption {
	border: 1px solid #2e3548; /*GW new blue*/
	min-height: 330px;
	padding: 33px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#services figcaption .tt {
	position: relative;
	text-align: center;
	margin-top: 56px;
}
#services figcaption .tt h3 {
	font-family: montserrat, sans-serif; 
	font-weight: 500; 
	font-style: normal;
	font-size: 1.7em;
	color: #2e3548; /*GW new blue*/
	text-transform: uppercase;
    letter-spacing: 3px;
}
#services figcaption .tt:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px; height: 8px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: -23px;
    left: 0; right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#services figcaption .tt h3:before {
    content: '';
    display: block;
    position: absolute;
    width: 33.5%; height: 1px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: -20px;
    left: 0; right: -42%;
}
#services figcaption .tt h3:after {
    content: '';
    display: block;
    position: absolute;
    width: 33.5%; height: 1px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: -20px;
    right: 0; left: -42%;
}
#services figcaption p {
	font-family: montserrat, sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 1.2em;
	color: #2e3548; /*GW new blue*/
	text-align: center;
	
	
	margin-top: 54px;
}
#services .ct .icofont {
	position: absolute;
	width: 104px; height: 104px;
	margin: auto;
	top: -52px;
	left: 0; right: 0;
	background: #fff;
	text-align: center;
	border: 1px solid #2e3548; /*GW new blue*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#services .ct .icofont span {
	font-size: 40px;
	color: #2e3548; /*GW new blue*/
	line-height: 86px;
	height: 103px;
	display: block;
	padding: 8px;
	/* background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/pattern.png) repeat; */
	background-clip: content-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#services  .contact-now {
	display: block;
	text-align: center;
	font-family: montserrat, sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 1.2em;
	color: #000;
	margin-top: 45px;
}
#services .link {
	text-align: center;
	margin-top: 33px;
	margin-bottom: 99px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#services .link a {
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	font-family: montserrat, sans-serif; 
	font-weight: 500; 
	font-style: normal;
	font-size: 1.2em;
	color: #2e3548; /*GW new blue*/
	text-transform: uppercase;
	min-width: 162px;
    letter-spacing: 3px;
	height: 46px;
	border: 1px solid #2e3548; /*GW new blue*/
	-webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#services .link a:after {
	content: '';
	display: inline-block;
	position: absolute;
	min-width: 170px;
	height: 54px;
	left: -5px; top: -5px;
	border: 1px solid #2e3548; /*GW new blue*/
}
#services .link a:hover {
	color: #fff;
	background: #2e3548; /*GW new blue*/
}

/* Blog content 3 */
#bg-parallax3 {
    background-image: url(img/blog-section-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 360px;
	text-align: center;
    position: relative;
}
#bg-parallax3 .ct {
	padding: 66px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#bg-parallax3 .ct .icofont {
	position: relative;
}
#bg-parallax3 .ct .icofont span {
	display: block;
	font-size: 35px;
	color: #fff;
	text-align: center;
}
#bg-parallax3 .ct .icofont:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px; height: 8px;
    background: #fff;
    margin: auto;
    top: 53px;
    left: 0; right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#bg-parallax3 .ct .icofont h2:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px; height: 1px;
    background: #fff;
    margin: auto;
    top: 56px;
    left: 0; right: -125px;
}
#bg-parallax3 .ct .icofont h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px; height: 1px;
    background: #fff;
    margin: auto;
    top: 56px;
    right: 0; left: -125px;
}
#bg-parallax3 .ct p {
	font: 300 1.8em/1.7em montserrat, sans-serif;
	color: #fff;
	width: 80%;
	margin: 71px auto 0;
}
#bg-parallax3 .ct a {
	display: block;
	font: 300 1.8em montserrat, sans-serif;
	color: #2e3548; /*GW new blue*/
	margin-top: 6px;
}
#bg-parallax3 .ct .button {
	display: block;
	width: 116px; height: 35px;
	border: 1px solid #fff;
	color: #fff;
	font: 300 1.4em/35px montserrat, sans-serif;
	margin: 26px auto;
	position: relative;
	z-index: 999;
}
#owl2 .owl-controls {
	width: 100%;
    height: 0;
}
#owl2 .owl-controls .owl-next {
    position: absolute;
	display: inline-block;
    font-size: 0;
    color: transparent;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-tweet.png) no-repeat right top;
    width: 11px; height: 15px;
	padding-left: 0;
	padding-right: 0;
    margin: auto;
    top: 130px; bottom: 0; left: 220px; right: 0;
	z-index: 99;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#owl2 .owl-controls .owl-prev {
    position: absolute;
	display: inline-block;
    font-size: 0;
    color: transparent;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-tweet.png) no-repeat left top;
    width: 11px; height: 15px;
	padding-left: 0;
	padding-right: 0;
    margin: auto;
    top: 130px; bottom: 0; left: 0; right: 220px;
	z-index: 99;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#owl2 .owl-controls .owl-next:hover {
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-tweet-hover.png) no-repeat right top;
}
#owl2 .owl-controls .owl-prev:hover {
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-tweet-hover.png) no-repeat left top;
}

/* Parallax Video */
.parallax-video {
    background-image: url(img/blog-section-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 360px;
    text-align: center;
    position: relative;
    background-size: 100%;
}

/* Pricing */
#pricing {
	width: 100%;
	padding-top: 105px;
    padding-bottom: 99px;
    background: #FFF;

}
#pricing .text {
	font: 1.8em/1.7em montserrat, sans-serif;
	font-style: italic;
	color: #2e3548; /*GW new blue*/
	text-align: center;
	width: 60%;
	margin: 50px auto 0;
}
#pricing .ct {
	margin-top: 42px;
}
#pricing .box  {
	margin-top: 30px;
}
#pricing .box .inner {
	border: 1px solid #7f8c8d;
	min-height: 512px;
	padding: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#pricing .box .inner h3 {
	position: relative;
	margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#pricing .box .inner h3 span {
	font: 700 2em montserrat, sans-serif;
	color: #000;
	text-transform: uppercase;
	text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#pricing .box .inner h3:after {
    content: '';
    display: block;
    position: absolute;
    width: 28px; height: 28px;
    background: #fff;
    margin: auto;
    bottom: -32px;
    right: 0; left: 0;
	z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#pricing .box .inner h3 span:before {
	content: '';
    display: block;
    position: absolute;
    width: 8px; height: 8px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: -25px;
    left: 0; right: 0;
	z-index: 2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#pricing .box .inner h3 span:after {
	content: '';
    display: block;
    position: absolute;
    width: 100%; height: 1px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: -22px;
    left: 0; right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#pricing .box .caption {
	border: 1px solid #bdc3c7;
	padding: 30px 18px;
	text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#pricing .inner:hover .caption {
    background: #2e3548; /*GW new blue*/
    border: 1px solid #2e3548; /*GW new blue*/
}

#pricing .box .inner:hover h3 span,
#pricing:hover .box .inner:hover h2,
#pricing:hover .box .inner:hover span,
#pricing:hover .box .inner:hover ul li,
#pricing:hover .box .inner:hover .currency {
    color: #fff !important;
}

#pricing .box .inner:hover h3 span:after,
#pricing .box .inner:hover h3 span:before {
    background: #fff;
}
#pricing .box .inner:hover h3:after {
    background: #2e3548; /*GW new blue*/
}
#pricing .box .price {
	position: relative;
	padding-bottom: 6px;
	border-bottom: 1px solid #2e3548; /*GW new blue*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#pricing .box .inner:hover .price {
    border-bottom: 1px solid #fff;
}
.currency {
    vertical-align: super;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#pricing .box .price h2 {
	display: inline;
	font: 700 6em montserrat, sans-serif;
	color: #000;
	text-transform: uppercase;
}
#pricing .box .price h2 sup {
	font: 400 16px montserrat, sans-serif;
	color: #000;
	text-transform: uppercase;
	position: relative;
	top: 2px;
}
#pricing .box .price p.monthly {
	position: absolute;
	display: inline;
	font: 400 1.2em montserrat, sans-serif;
	color: #000;
	bottom: 21px; right: 20px;
}
#pricing .box ul {
	margin-top: 16px;
}
#pricing .box ul li {
	font: 300 1.3em/40px montserrat, sans-serif;
	color: #000;
}
#pricing .box .inner a {
	position: relative;
	display: block;
	font: 1.4em/46px montserrat, sans-serif;
	color: #fff;
	text-align: center;
	background: #2e3548; /*GW new blue*/
    border: 1px solid #2e3548; /*GW new blue*/
	text-transform: uppercase;
	letter-spacing: 3px;
	width: 162px; height: 46px;
	margin: 17px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#pricing .box .inner a:after {
	content: '';
	display: block;
	position: absolute;
	width: 170px; height: 54px;
	border: 1px solid #2e3548; /*GW new blue*/
	top: -5px; left: -5px;
}
#pricing .box .inner a:hover {
	background: none;
	color: #2e3548; /*GW new blue*/
}

/* Background video */
#bg-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 360px;
}
#bg-video .play {
    position: absolute;
    width: 84px; height: 84px;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/play.png) no-repeat;
    margin: auto;
    top: 0; bottom: 0; left: 0; right: 0;
    font-size: 0;
    color: transparent;
    border: 0;
    cursor: pointer;
    z-index: 9999;
}
#bg-video .pause {
    position: absolute;
    width: 35px; height: 35px;
    margin: auto;
    bottom: 30px; left: -40px; right: 0;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#bg-video .volume {
    position: absolute;
    width: 35px; height: 35px;
    margin: auto;
    bottom: 30px; left: 0; right: -40px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#bg-video .pause:hover,
#bg-video .volume:hover {
    color: #2e3548; /*GW new blue*/
    border: 2px solid #2e3548; /*GW new blue*/
}


#bg-video h2 {
    position: absolute;
    color: #fff;
    font: 2em montserrat, sans-serif;
    bottom: 100px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    z-index: 9999;
}
/* Lasted post */
#lasted-post {
    width: 100%;
    padding-top: 126px;
    text-align: center;
    background-color: #FFF;
    padding-bottom: 90px;
}
#lasted-post p.text {
    font-family: montserrat, sans-serif; 
    font-weight: 300; 
    font-style: normal;
    color: #2e3548; /*GW new blue*/
    font-size: 20px;
    width: 60%;
    margin: 50px auto 10px;
}
#lasted-post .ct .item {
	margin: 15px;
}
#owl-lasted .owl-controls {
    margin-top: 37px !important;
}
#owl-lasted .owl-controls .owl-next {
	display: inline-block;
    font-size: 0;
    color: transparent;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-work.png) no-repeat right top;
    width: 35px; height: 21px;
    margin: 0 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#owl-lasted .owl-controls .owl-prev {
	display: inline-block;
    font-size: 0;
    color: transparent;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-work.png) no-repeat left top;
    width: 35px; height: 21px;
    margin: 0 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#owl-lasted .owl-controls .owl-next:hover {
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-work-hover.png) no-repeat right top;
}
#owl-lasted .owl-controls .owl-prev:hover {
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-work-hover.png) no-repeat left top;
}
#owl-lasted  .image a {
	display: inline-block;
	position: absolute;
	margin: auto;
	top: 0; bottom: 0;
	width: 70%; height: 60px; /* originally width: 40px; height: 40px; */
	/* border: 1px solid #2e3548; */ /*GW new blue*/
	padding: 2px;
	z-index: 9999;
	opacity: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#owl-lasted  .image a:hover span {
    background: #fff;
    color: #2e3548 !important;
}
#owl-lasted  .image a span.icofont {
	display: block;
	/* border: 1px solid #2e3548; */ /*GW new blue*/
	font-size: 36px; /* original 16px; */
	line-height: 62px; /* originally  32px; */
	color: #2e3548; /*GW new blue*/
	text-align: center;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#owl-lasted  .image a.zoom {
	left: -80px; right: 0;
	
}
#owl-lasted  .image a.link {
	left: 0; right: -80px;
}
#owl-lasted  .box:hover a.zoom {
	left: 0px; right: 0;
	opacity: 1;
}
#owl-lasted  .box:hover a.link {
	left: 0; right: 0px; /* originally -54px */
	opacity: 1;
}
#owl-lasted .image {
	position: relative;
}
#owl-lasted .image:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0);
	background-clip: content-box;
	top: 0; left: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#owl-lasted .box:hover .image:after {
	background: rgba(45,47,72,.7);
	/*background: rgba(67.1%,18.8%,15.7%,.7);*/
	background-clip: content-box;
}
#lasted-post .box img {
    width: 100%;
}
#lasted-post .box {
    margin-top: 30px;
    min-height: 383px;
    
}

.inner  {
	min-height: 400px;
}

#lasted-post .box .inner {
    border: 1px solid #2e3548; /*GW new blue*/
    padding: 11px 11px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#lasted-post .box h3 {
    position: relative;
    margin: 22px auto 0;
    width: 90%;
}
#lasted-post a {
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#lasted-post .box h3 a {
    display: block;
    
    font-family: montserrat, sans-serif; 
    font-weight: 700; 
    font-style: normal;
    color: #2e3548; /*GW new blue*/
    text-align: center;
    text-transform: uppercase;
}

#lasted-post .box h3:after {
    content: '';
    display: block;
    position: absolute;
    width: 28px; height: 28px;
    background: #fff;
    margin: auto;
    bottom: -36px;
    right: 0; left: 0;
    z-index: 1;
}
#lasted-post .box h3 a:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px; height: 8px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: -26px;
    left: 0; right: 0;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#lasted-post .box h3 a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%; height: 1px;
    max-width: 230px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: -23px;
    left: 0; right: 0;
}
#lasted-post .caption {
    padding: 0 10px;
}
#lasted-post .caption p {
    position: relative;
    /*font: 1.3em/1.75em montserrat, sans-serif;*/
    color: #2e3548; /*GW new blue*/
    text-align: center;
    margin-top: 48px;
    padding-bottom: 27px;
}
#lasted-post .caption p:after {
    content: '';
    display: none; /* originally block - it is the little border-bottom */
    position: absolute;
    width: 100%; height: 1px;
    max-width: 230px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    bottom: 0;
    left: 0; right: 0;
}
#lasted-post .w-info {
    min-height: 75px;
}
#lasted-post .w-info > span {
    display: inline-block;
    /*font: 1.2em/75px montserrat, sans-serif;*/
    color: #2e3548; /*GW new blue*/
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 13px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#lasted-post .w-info > span .icofont {
    display: inline-block;
    font-size: 19px;
    color: #2e3548; /*GW new blue*/
    line-height: 75px;
    float: left;
}
#lasted-post .w-info > span a {
    display: inline-block;
    color: #000;
    padding-left: 8px;
}
#lasted-post .viewmore {
    text-align: center;
    margin-top: 62px;
}
#lasted-post .viewmore a {
    position: relative;font-family: montserrat, sans-serif; 
    display: block;
    font: 700 1.4em/46px montserrat, sans-serif;
    color: #2e3548; /*GW new blue*/
    width: 237px;
    height: 46px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    margin: auto;
    border: 1px solid #2e3548; /*GW new blue*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#lasted-post .viewmore a:after {
    content: '';
    display: block;
    position: absolute;
    width: 247px; height: 54px;
    left: -6px; top: -5px;
    border: 1px solid #2e3548; /*GW new blue*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#lasted-post .viewmore a:hover {
    color: #fff;
    background: #2e3548; /*GW new blue*/
}
#lasted-post .box h3 a:hover,
#lasted-post .w-info > span a:hover {
    color: #2e3548
}

/* Subscribe */
#subscribe {
    background-image: url(img/bg-subscribe.jpg);
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    min-height: 360px;
    text-align: center;
    position: relative;
}
#subscribe .inner {
    position: relative;
    border: 1px solid #fff;
    border-top: 0;
    margin-top: 78px;
    padding: 0 100px;
}
#subscribe .inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 33.8%; height: 1px;
    background: #fff;
    top: 0; left: 0;
}
#subscribe .inner:after {
    content: '';
    display: block;
    position: absolute;
    width: 33.8%; height: 1px;
    background: #fff;
    top: 0; right: 0;
}

#subscribe h2 {
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}
#subscribe h2 span {
    font-family: montserrat, sans-serif; 
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: -18px;
    display: block;
}
#subscribe h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px; height: 8px;
    background: #fff;
    margin: auto;
    top: 23px;
    left: 0; right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#subscribe h2 span:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px; height: 1px;
    background: #fff;
    margin: auto;
    top: 26px;
    left: 0; right: -125px;
}
#subscribe h2 span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px; height: 1px;
    background: #fff;
    margin: auto;
    top: 26px;
    right: 0; left: -125px;
}
#subscribe p.text {
    font-family: montserrat, sans-serif; 
    color: #fff;
    padding-top: 48px;
}
#subscribe form {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 22px;
    margin-bottom: 47px;
}
#subscribe input {
    width: 100%;
    border: 1px solid #fff;
    background: none;
    height: 48px;
    padding: 0 128px 0 18px;
    font-family: montserrat, sans-serif; 
    font-weight: 400; 
    font-style: normal;
    color: #2e3548; /*GW new blue*/
}
#subscribe button {
    border: 0;
    background: none;
    cursor: pointer;
    height: 32px;
    border-left: 1px solid #fff;
    position: absolute;
    top: 8px; right: 5px;
    padding: 0 28px;
    font-family: montserrat, sans-serif; 
    font-weight: 700; 
    font-style: normal;
    color: #2e3548; /*GW new blue*/
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Testimotial */
#testimonial {
	width: 100%;
	padding-top: 120px;
    background: #fff;
}
.fp-context-menu {display: none !important;}
#owl3 {
	text-align: center;
	padding-top: 37px;
}
#owl3 .image {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	width: 180px; 
    height: 180px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #7f8c8d;
    background-color: transparent;
    overflow: hidden;
}
#owl3 .image:after {
    position: absolute;
    content: "";
    border: 10px solid #FFF;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;

}
#owl3 .image img {
    -webkit-transform: rotate(-45deg) scale(1.5);
    -moz-transform: rotate(-45deg) scale(1.5);
    -ms-transform: rotate(-45deg) scale(1.5);
    -o-transform: rotate(-45deg) scale(1.5);
    transform: rotate(-45deg) scale(1.5);
}
#owl3 .owl-wrapper-outer {
    padding-top: 20px;
}
/*#owl3 .image:after {
	content: '';
	display: block;
	position: absolute;
	width: 189px; height: 189px;
	border: 1px solid #7f8c8d;
	top: 27px; left: 27px;
	z-index: 999;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
#owl3 .item p {
	font: 1.8em/1.7em montserrat, sans-serif;
	font-style: italic;
	color: #000;
	width: 73%;
	margin: 52px auto 0;
}
.owl-theme .owl-controls .owl-page span {
	width: 8px !important;
	height: 8px !important;
	border-radius: 0 !important;
	background: #bdc3c7 !important;
	margin: 10px !important;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.owl-theme .owl-controls .active span {
	width: 8px !important;
	height: 8px !important;
	border-radius: 0 !important;
	background: #2e3548 !important;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Client */
#client-fix-scroll {
	width: 100%; height: 150px;
	margin-top: -150px;
}
#client-wrapper {
    background: #FFF;
    padding-bottom: 80px;
}
#client {
	width: 100%;
	padding-top: 25px;
    background: #FFF;
}
#client .title h1 {
	font-family: montserrat, sans-serif; 
	font-weight: 700; 
	font-style: normal;
	min-width: 292px;
	margin-bottom: 22px;
}
#client .ct {
	margin-left: 10px;
	margin-right: 10px;
}
#client .ct a {
	display: inline-block;
	float: left;
	padding: 5px;
	width: 20%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#client .ct a img {
	border: 1px solid #7f8c8d;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#client .ct a:hover img {
	border: 1px solid #2e3548; /*GW new blue*/
}


/* Contact */
.contacting {
    /*background-image: url(img/bg-contact.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}

#contact {
	padding-top: 65px;
	text-align: center;
    position: relative;
    padding-bottom: 20px;
}
#contact #map_canvas,
.contact-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.contact-overlay {
    /*background: rgba(198,156,109,0.8);*/
    background: #2e3548; /*GW new blue*/
    z-index: 99;
}
#contact .container {
    position: relative;
    z-index: 999;
}
#contact .title h1 {
	position: relative;
	border: 3px solid #fff;
	border-top: 0;
	color: #fff;
}
#contact .title h1:before {
	content: '';
	display: block;
	position: absolute;
	width: 83px;
	height: 3px;
	background: #fff;
	top: 0; left: 0;
}
#contact .title h1:after {
	content: '';
	display: block;
	position: absolute;
	width: 83px;
	height: 3px;
	background: #fff;
	top: 0; right: 0;
}
#contact .title span.icofont {
	color: #fff;
	background: transparent;
}
#contact p {
	font-family: montserrat, sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	width: 60%;
	margin: 38px auto 23px;
}
.contact-form label label.error {
    color: #fff;
    display: block;
    font-family: montserrat, sans-serif; 
    font-weight: 300; 
    font-style: normal;
    font-size: 1em;
    text-align: left;
    padding: 10px 0 0 20px
}
.contact-form label.input {
	position: relative;
	display: block;
	margin-top: 30px;
}
.contact-form label.input:before {
	content: '';
	display: block;
	position: absolute;
	width: 40%; height: 1px;
	background: #fff;
	top: 0; left: 15px;
}
.contact-form label.input:after {
	content: '';
	display: block;
	position: absolute;
	width: 40%; height: 1px;
	background: #fff;
	top: 0; right: 15px;
}

.contact-form span.icon {
    display: block;
    position: absolute;
    width: 8px; height: 8px;
    background: #fff;
    margin: auto;
    top: -3px;
    left: 0; right: 0;
	z-index: 2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact-form label.input input{
	display: block;
	width: 100%;
	border: 1px solid #fff;
	border-top: 0;
	background: none;
	padding: 0 18px;
	height: 53px;
font-family: montserrat, sans-serif; 
font-weight: 300; 
font-style: normal;
	color: #fff;
}

.contact-form label.textarea{
	display: block;
	margin-top: 36px;
}
.contact-form textarea{
	display: block;
	width: 100%; height: 208px;
	border: 1px solid #fff;
	background: none;
	padding: 18px;
	line-height: 1.75em;
	/*font: 300 1.2em montserrat, sans-serif;*/
	font-family: montserrat, sans-serif; 
	font-weight: 300; 
	font-style: normal;
	color: #fff;
}
/* all */
::-webkit-input-placeholder { color:#fff; }
::-moz-placeholder { color:#fff; } /* firefox 19+ */
:-ms-input-placeholder { color:#fff; } /* ie */
input:-moz-placeholder { color:#fff; }

/* individual: webkit */
#field2::-webkit-input-placeholder { color:#fff; }
#field3::-webkit-input-placeholder { color:#fff; }
#field4::-webkit-input-placeholder { color:#fff; }

/* individual: mozilla */
#field2::-moz-placeholder { color:#fff; }
#field3::-moz-placeholder { color:#fff; }
#field4::-moz-placeholder { color:#fff; }

.contact-form button {
	position: relative;
	font-family: montserrat, sans-serif; 
	font-weight: 500; 
	font-style: normal;
	font-size: 1em;
	color: #fff;
	border: 1px solid #fff;
    padding: 0 15px;
    outline-offset: 3px;
    outline: 1px solid #fff;
	background: none;
	min-width: 292px; height: 45px;
	text-transform: uppercase;
	margin: 38px auto 70px;
	letter-spacing: 10px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.contact-form button:hover {
	background: #fff;
	color: #2e3548; /*GW new blue*/
}


/* Footer */
footer {
	width: 100%;
	padding-top: 55px;
	background: #2e3548; /* GW new blue */
	
}
#scroll-top {
	position: absolute;
	width: 66px; height: 66px;
	background: url(http://www.gormanwilsondesign.com/images/uploads/mainsitefiles/goTop.png) no-repeat;
	margin: auto;
	left: 0; right: 0;
	top: -88px;
	cursor: pointer;
	z-index: 999;
}
footer .phone,
footer .address ,
footer .mail {
	text-align: center;
	margin-top: 30px;
}
footer h2 {
	position: relative;
}
footer h2 span.icofont {
	font-size: 35px;
	color: #fff;
}
footer .phone p,
footer .address p,
footer .mail a {
    display: block;
	font-family: montserrat, sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	margin-top: 50px;
	word-wrap:break-word;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
footer .mail a:hover {
    color: #fff;
}

footer h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px; height: 8px;
    background: #fff;
    margin: auto;
    top: 53px;
    left: 0; right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer h2:before {
    content: '';
    display: block;
    position: absolute;
    width: 28%; height: 1px;
    background: #fff;
    /*color: #fff;*/
    margin: auto;
    top: 56px;
    left: 0; right: -35%;
}
footer h2 span.icofont:after {
    content: '';
    display: block;
    position: absolute;
    width: 28%; height: 1px;
    background: #fff;
    margin: auto;
    top: 56px;
    right: 0; left: -35%;
}

footer .social {
	text-align: center;
	margin-top: 67px;
}
footer .social a {
	position: relative;
	display: inline-block;
	width: 64px; height: 64px;
	text-align: center;
	margin: 0 30px;
}
footer .social a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	border: 3px solid #fff;
	top: 0; left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .social a:hover:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
footer .social .icofont {
	font-size: 28px;
	color: #2e3548; /*GW new blue*/
	line-height: 64px;
}
footer .copyright {
	width: 100%;
	background: #fff;
	text-align: center;
	margin-top: 68px;
}
footer .copyright p {
	font-family: montserrat, sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: .7em;
	color: #000;
	padding: 15px 15px;
}
footer .copyright p span.icofont {
	color: #2e3548; /*GW new blue*/
}

/* Preloader */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    z-index: 9999999999;
    text-align: center;
    top : 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
#preloader img {
    margin-bottom: 20px;
}
#preloader .spinner {
    width: 50px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
}

#preloader .spinner > div {
    background-color: #2e3548; /*GW new blue*/
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    -moz-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

#preloader .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

#preloader .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

#preloader .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

#preloader .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}
@-moz-keyframes stretchdelay {
    0%, 40%, 100% { -moz-transform: scaleY(0.4) }
    20% { -moz-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* Blog list */
.single-post #blog-page {
    padding-top: 58px;
}
.title-blog {
    margin-top: 108px;
    margin-bottom: 22px;
}
#blog-list > li {
    padding-top: 68px;
    padding-bottom: 37px;
    border-bottom: 1px solid #e3e1e1;
}
#blog-page ul li .image img,
#blog-page ul li .item img,
#blog-page article .image img,
#blog-page article .item img {
    width: 100%;
}
#owl-blog-list {
    overflow: hidden;
}
#blog-page .owl-theme .owl-controls {
    width: 100%; height: 0;
    margin-top: 0;
}
#blog-page .owl-theme .owl-controls .owl-buttons div.owl-prev {
    width: 30px; height: 43px;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-blog-list.png) no-repeat left center;
    overflow: hidden;
    font-size: 0;
    color: transparent;
    position: absolute;
    margin: auto;
    left: 0; top: 0; bottom: 0;
    z-index: 99;
}
#blog-page .owl-theme .owl-controls .owl-buttons div.owl-next {
    width: 30px; height: 43px;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/nav-slide-blog-list.png) no-repeat right center;
    overflow: hidden;
    font-size: 0;
    color: transparent;
    position: absolute;
    margin: auto;
    right: 0; top: 0; bottom: 0;
    z-index: 99;
}
#blog-page div.head {margin-bottom: 53px;}
#blog-page .title-list {
    position: relative;
}
#blog-page .title-list h2 {
    margin-left: 0; /* originally 100px */
}

div.image {
	padding-right: 0;
	
}

figure.item {
	margin-right: 10px;
}

a.popup-image {
	display: block;
	margin-top: 10px;
	text-align: center;
}

#blog-page .title-list h2 a {
    font-family: montserrat, sans-serif; 
    font-weight: 500; 
    font-style: normal;
    font-size: 2em;
    color: #2e3548; /*GW new blue*/
    text-transform: uppercase;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#blog-page .title-list h2 a:hover {
    color: #2e3548; /*GW new blue*/
}
#blog-page .title-list {
    padding-bottom: 7px;
}
#blog-page h3.icofont {
    position: absolute;
    width: 70px; height: 70px;
    border: 1px solid #2e3548; /*GW new blue*/
    line-height: 70px;
    left: 0; top: -10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#blog-page h3.icofont:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px; height: 8px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    top: -4px;
    left: 0; right: 0;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#blog-page h3.icofont:after {
    content: '';
    display: block;
    position: absolute;
    width: 24px; height: 18px;
    background: #fff;
    margin: auto;
    top: -7px;
    left: 0; right: 0;
    z-index: 1;
}
#blog-page h3.icofont span {
    display: block;
    font-size: 30px;
    color: #2e3548; /*GW new blue*/
    line-height: 68px;
}
#blog-page .meta {
    overflow: hidden;
    margin-left: 100px;
    margin-top: 8px;
}
#blog-page .meta span {
    position: relative;
    display: inline-block;
    float: left;
    font-family: montserrat, sans-serif; 
    font-weight: 300; 
    font-style: normal;
    font-size: .8em;
    color: #2e3548; /*GW new blue*/
    padding-right: 15px;
}
#blog-page .meta span a {
    color: #2e3548; /*GW new blue*/
}
#blog-page .meta span:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px; height: 12px;
    background: #2e3548; /*GW new blue*/
    top: 2px; right: 6px;
}
#blog-page .meta span:last-child:after {display: none;}
#blog-list .list-content aside p {
    /*font: 300 1.3em/1.7em montserrat, sans-serif;*/
    color: #000;
    margin-top: 40px;
    text-align: justify;
}
#blog-list .list-content aside a {
    position: relative;
    display: block;
    font: 700 1.4em/46px montserrat, sans-serif;
    color: #2e3548; /*GW new blue*/
    width: 162px; height: 46px;
    border: 1px solid #2e3548; /*GW new blue*/
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-left: 5px;
    margin-top: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#blog-list .list-content aside a:after {
    content: '';
    display: block;
    position: absolute;
    width: 170px; height: 54px;
    border: 1px solid #2e3548; /*GW new blue*/
    left: -5px; top: -5px;
}
#blog-list .list-content aside a:hover {
    color: #fff;
    background: #2e3548; /*GW new blue*/
}
#blog-page .quote {
    position: relative;
}
#blog-page .quote h3.icofont {
    top: 0 !important;
}
#blog-page .quote-ct  {
    background: #2e3548; /*GW new blue*/
    margin-left: 100px;
    margin-top: -10px;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#blog-page .quote-ct .inner {
    border: 1px solid #fff;
    padding: 20px;
}
#blog-page .quote-ct blockquote {
    font: 1.8em/1.7em montserrat, sans-serif;
    font-style: italic;
    color: #fff;
    letter-spacing: 1px;
}
#blog-page .quote-ct span {
    display: block;
    font: 700 1.2em montserrat, sans-serif;
    color: #edd2b2;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    margin-top: 10px;
}
#blog-page .page-ct .ct {
    margin-top: 45px;
}
#blog-page .page-ct .ct span.f {
    float: left;
    display: inline-block;
    font-family: montserrat, sans-serif; 
    font-weight: 300; 
    font-style: normal;
    
    color: #000;
    padding-right: 10px;
    margin-top: 10px;
}
#blog-page .page-ct .ct p {
   /* font-family: montserrat, sans-serif; font-weight: 500; font-style: normal;
    font-size: 14px;*/
    color: #2e3548; /*GW new blue*/
    text-align: justify;
}
#blog-page .page-ct .quote-ct {
    margin: 38px 0 38px 42px;
}
#blog-page .page-ct .list-content {
    border-bottom: 1px solid #e3e1e1;
    padding-bottom: 76px;
}
.comment {
    margin-top: 34px;
}
.comment h2,
.cmt-form h2{
    font: 700 1.6em montserrat, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.comment span {
    color: #2e3548; /*GW new blue*/
}

.comment .cf {
    overflow: hidden;
    position: relative;
    padding-bottom: 88px;
    border-bottom: 1px solid #e3e1e1;
    margin-top: 40px;
}
.comment .cf .avatar {
    position: absolute;
    width: 100px; height: 100px;
    border: 1px solid #7f8c8d;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.comment .cf .avatar img {
    width: 100%;
}
.comment .cf .cmt-ct {
    margin-left: 125px;
    position: relative;
}
.comment .cmt-ct h3 {
    font: 1.4em montserrat, sans-serif;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
}
.comment .cmt-ct span.info {
    font: 1.2em montserrat, sans-serif;
    font-style: italic;
    color: #2e3548; /*GW new blue*/
    margin-top: 8px;
}
.comment .cmt-ct p {
    font: 300 1.3em/1.75em montserrat, sans-serif;
    color: #000;
    margin-top: 22px;
}
.comment .cmt-ct a.reply {
    position: absolute;
    display: block;
    font: 700 1.2em/24px montserrat, sans-serif;
    color: #2e3548; /*GW new blue*/
    outline: 1px solid #2e3548; /*GW new blue*/
    padding: 0 10px;
    outline-offset: 3px;
    border: 1px solid #2e3548; /*GW new blue*/
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    right: 4px; bottom: -32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.comment .cmt-ct a:hover {
    color: #fff;
    background: #2e3548; /*GW new blue*/
}
.comment .cf-child {
    margin-left: 100px;
}
.comment .cf:last-child {padding-bottom: 128px;}

.cmt-form {
    margin-top: 60px;
}
.cmt-form form {
    width: 100%;
    margin-top: 12px;
}
.cmt-form label {
    display: block;
    margin-top: 30px;
}
.cmt-form label h3 {
    font: 1.2em montserrat, sans-serif;
    color: #000;
    text-transform: uppercase;
}
.cmt-form label input {
    border: 1px solid #2e3548; /*GW new blue*/
    padding: 0 20px;
    font: 1.2em montserrat, sans-serif;
    color: #2e3548; /*GW new blue*/
    margin-top: 12px;
    width: 100%; height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cmt-form label textarea {
    border: 1px solid #2e3548; /*GW new blue*/
    padding: 30px 20px;
    font: 1.2em montserrat, sans-serif;
    color: #2e3548; /*GW new blue*/
    margin-top: 12px;
    width: 100%; height: 246px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cmt-form button {
    cursor: pointer;
    float: right;
    height: 46px;
    padding: 0 15px; 
    margin: 20px 19px 40px;
    outline-offset: 3px; 
    outline: 1px solid #2e3548; /*GW new blue*/
    border: 1px solid #2e3548; /*GW new blue*/
    text-align: center;
    font: 700 1.4em montserrat, sans-serif;
    color: #2e3548; /*GW new blue*/
    text-transform: uppercase;
    letter-spacing: 2px;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.cmt-form button:hover {
    color: #fff;
    background: #2e3548; /*GW new blue*/
}
#blog-list video {
    position: relative;
}
#blog-list .play {
    position: absolute;
    width: 84px; height: 84px;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/play.png) no-repeat;
    margin: auto;
    top: 0; bottom: 0; left: 0; right: 0;
    font-size: 0;
    color: transparent;
    border: 0;
    cursor: pointer;
    z-index: 9999;
}
#blog-list .pause {

}
#blog-list .mb_YTVPBar {
    position: absolute;
    width: 100%;
    background: #000;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#blog-page .video:hover .mb_YTVPBar {
    opacity: 1;
}
#blog-page .video {
    height: 400px;
    position: relative;
}
#blog-video iframe {
    width: 100%;
    height: 100%;
}
#blog-video > p {
    display: none;
}
.placeholder-video-blog {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
#blog-page article.page-ct,
#sidebar {
    margin-top: 68px;
    list-style-type: none;
}
#sidebar {
border-left: 1px solid #e3e1e1;	/* sb. */

}


#sidebar .search {
    position: relative;
    margin-top: 0;
}
#sidebar .search form {
    width: 100%;
}
.search input {
    width: 100%;
    height: 53px;
    border: 1px solid #2e3548; /*GW new blue*/
    padding: 0 56px 0 20px;
    /*font: 1.2em montserrat, sans-serif;*/
    color: #2e3548; /*GW new blue*/
    font-style: italic;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search button {
    position: absolute;
    top: 17px; right: 20px;
    border: 0;
    background: none;
}
.search button span {
    font-size: 20px;
    color: #2e3548; /*GW new blue*/
}
#sidebar > div {
    margin-top: 0; /* originally 58px */
}
#sidebar a {
/*float: left;*/
/*clear: both;*/
	/*display: inline;*/
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#sidebar .categories li:hover:after,
#sidebar .recent-post li:hover:after  {
    background: #000;
}
#sidebar .categories li:hover a,
#sidebar .recent-post li:hover a {
    color: #2e3548; /*GW new blue*/
}

#sidebar div h2 {
    font-family: montserrat, sans-serif; 
    font-weight: 700; 
    font-style: normal;
    font-size: 1.2em;
    color: #2e3548; /*GW new blue*/
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #2e3548; /*GW new blue*/
}


#sidebar ul {
    margin-top: 20px;
    list-style-type: none;
    
}
#sidebar ul li {
    position: relative;
    
}
#sidebar ul li:after {
	
    /*content: '';
    display: block;*/
    position: absolute;
    width: 8px; height: 8px;
    background: #2e3548; /*GW new blue*/
    margin: auto;
    top: -3px; bottom: 0; left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.sidebarImage {
		
}

#sidebar ul li a {
    /*display: inline;*/ /*originally block*/
    font-family: montserrat, sans-serif; 
    font-weight: 300; 
    font-style: normal;
    font-size: 1.1em;
    line-height: 2.4em; /*originally 2.4em*/
    color: #2e3548; /*GW new blue*/
    border-bottom: 1px solid #e3e1e1;
    padding-left: 0;
    text-align: left;
    margin-bottom: 20px;
    
    
}

#sidebar .text-widget p {
	font-family: montserrat, sans-serif;
    font-size: 300 1.3em/1.7em;
    color: #2e3548; /*GW new blue*/
    margin-top: 22px;
}
#sidebar .tag .ct {
    margin-top: 29px;
    overflow: hidden;
}

#sidebar div.recent-post ul li img {
	/*max-width: 60px;*/
	float: right;
	clear: left;
	/*float: left;
	clear: both;*/
	vertical-align: middle;
	margin-bottom: 2px;
	margin-top: 2px;
	height: 150px;
	width: 100%;
	overflow: hidden;
	list-style-type: none;
}

.tag .ct a {
    display: inline-block;
    font: 300 1.3em/37px montserrat, sans-serif;
    color: #000;
    text-align: center;
    padding: 0 13px;
    border: 1px solid #7f8c8d;
    margin: 4px 3px;
}
.tag .ct a:hover {
    border: 1px solid #2e3548; /*GW new blue*/
    color: #2e3548; /*GW new blue*/
}
.pagination {
    margin-top: 48px;
    margin-bottom: 57px;
    padding: 0 15px;
}
.pagination ul {
    overflow: hidden;
}
.pagination ul li {
    float: left;
}
.pagination ul li a {
    display: block;
    font: 1.6em/35px montserrat, sans-serif;
    color: #000;
    width: 35px; height: 35px;
    border: 1px solid #7f8c8d;
    text-align: center;
    margin-right: 6px;
    margin-bottom: 6px;
}
.pagination .pagi-active a {
    border: 1px solid #000;
    background: #000;
    color: #2e3548; /*GW new blue*/
}
.pagination ul li:first-child a {
    font-size: 0;
    color: transparent;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/pagi-prev.png) no-repeat center center ;
}
.pagination ul li:last-child a {
    font-size: 0;
    color: transparent;
    background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/pagi-next.png) no-repeat center center ;
}


/* Fix bg full */
@media screen and (min-width: 1400px) {
	.banner,
	#bg-parallax1,
	#bg-parallax2,
	#bg-parallax3,
    #subscribe,
	.contacting {
		background-size: 100% !important;
	}
}
/* Responsive */
@media screen and (max-width: 992px) {
    .banner,
    #bg-parallax1,
    #bg-parallax2,
    #bg-parallax3,
    #subscribe,
    .contacting {
        background-position: center center !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }

	.menu-mobile {
		display: inline-block;
		position: absolute;
		width: 40px; height: 40px;
		background: none;
		top: 5px; right: 15px;
		cursor: pointer;
		z-index: 99999;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu-mobile p {
		position: relative;
		width: 40px;
		top: 20px;
		height: 2px;
		background: #fff;
	}
	.menu-mobile p:before {
		content: '';
		display: block;
		position: absolute;
		width: 100%; height: 100%;
		background: #fff;
		left: 0; top: 10px;
	}
	.menu-mobile p:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%; height: 100%;
		background: #fff;
		left: 0; top: -10px;
	}
	.head-effect .menu-mobile {
		top: -5px;
	}
	header nav.menu {
		position: fixed !important;
		background: rgba(0,0,0,.8);
		width: 200px; height: 100%;
		padding: 45px 20px;
		top: 0 !important;
		right: -200px !important;
		z-index: 999999999;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	header nav ul li {
		float: none;
	}
	html nav.nav-ef {
		right: 0 !important;
	}
	.m-ef {
		right: 215px;
	}
	.head-effect nav.menu {
		padding: 14px 20px !important;
	}
	#bg-parallax1 p {width: 70%;}
    #blog-page .meta span {line-height: 1.5em;}
}
@media screen and (max-width: 767px) {
	.timeline ul:before {display: none;}
	.timeline ul li {
		margin-bottom: 30px;
	}
	.timeline p.loadmore {margin-top: 10px;}
	#client .ct {
		padding: 0 15px;
	}
	#bg-parallax2 .ct .box {
		margin-bottom: 40px;
	}

	#services .ct figure {max-width: 400px; margin: 82px auto;}
	#services .ct figure:first-child {margin-top: 0;}
	#bg-parallax1 p {width: 80%;}
	.contact-form form {
		margin-left: -15px;
		margin-right: -15px;
	}
    #lasted-post .box {
        max-width: 400px;
        margin: 30px auto;
        float: none;
    }
    #subscribe .inner:before {
        content: '';
        display: block;
        position: absolute;
        width: 20%; height: 1px;
        background: #fff;
        top: 0; left: 0;
    }
    #subscribe .inner:after {
        content: '';
        display: block;
        position: absolute;
        width: 20%; height: 1px;
        background: #fff;
        top: 0; right: 0;
    }
    #container-work .element {
        max-width: 430px;
        margin: auto;
        left: 0 !important; right: 0 !important;
    }
    .text-banner {display: none;}
}
@media screen and (max-width: 639px) {
    #banner {
        min-height: 520px;
    }
    #video-custom {
        height: 600px;
    }
    .index-banner-video .banner {
        padding: 250px 0 150px;
    }
	.banner .title h2,
	.banner h3 p {
		font-size: 1.4em;
	}
	.banner h1 {
		font: 700 2.5em/50px montserrat, sans-serif;
		color: #fff;
		text-transform: uppercase;
		border: 3px solid #fff;
		min-width: 300px;
		height: 50px;
		margin-top: 50px;
		letter-spacing: 3px;
	}
	.banner .title:after, .banner h3:after {top: 35px;}
	#client .ct {text-align: center;}
	#client .ct a {
		width: auto;
		max-width: 150px;
		float: none;
	}
    #subscribe .inner {
        padding: 0 20px;
    }
    #container-work .element {
        max-width: 400px;
        margin: auto;
        left: 0 !important; right: 0 !important;
    }
    header {
    
        position: fixed !important;
        height: 60px !important;
        margin-top: 1px  !important;
        padding: 13px 0  !important;
        z-index: 999999;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    header .logo img {
        width: 60%;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    header nav.menu {
        top: 3px !important;
    }
    header .menu-mobile {
        top: -5px;
    }

	/*#owl-banner-img {
		height: 550px;
		
	}*/
	#banner-slide-img {
	    position: relative;
	    background: #fff;
	    display: none;
	    visibility: hidden;
	    /*display: inline-block;*/
	    /*max-height: 30%;*/
	    /*width: auto;*/
	}
	/* About */
	#about {
	    width: 100%;
	    padding-top: 100px;
	    background: #FFF;
	}
	#about h1 {
		line-height: 2.2em;
		padding-top: 10px;
	}
	/*  About  */
	#about div.container div.row p {
		font-family: montserrat, sans-serif; 
		font-weight: 300; 
		font-style: normal;
		font-size: 1em;
		line-height: 1.6em;
		margin: 20px;
		text-align: center;
	}
	
	#bg-parallax1 p {
	    font-family: montserrat, sans-serif; 
	    font-weight: 300; 
	    font-style: normal;
	    font-size: 1.3em;
	    line-height: 1.4em;
	    color: #fff;
	    width: 100%;
	    margin: 42px auto;
	}
	.title h1 {
	    display: inline-block;
	    font-family: montserrat, sans-serif; 
	    font-weight: 500; 
	    font-style: normal;
	    font-size: 1.2em;
	    line-height: 60px;
	    min-width: 250px;
	    text-align: center;
	    text-transform: uppercase;
	    color: #000;
	    letter-spacing: 3px;
	    border: 3px solid #2e3548; /*GW new blue*/
	    padding: 3px 12px;
	}
	#services figcaption p {
		font-family: montserrat, sans-serif; 
		font-weight: 300; 
		font-style: normal;
		font-size: 1.1em;
		color: #2e3548; /*GW new blue*/
		text-align: center;
		margin-top: 54px;
	}
	#services .ct figcaption {
		border: 1px solid #2e3548; /*GW new blue*/
		min-height: 330px;
		padding: 20px;
		margin-bottom: 30px;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	

	.contact-form label.input {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-top: 30px;
	}

	div.mail.col-xs-4.col-vs-12 {
		display: inline-block;
		font-family: montserrat, sans-serif; 
		font-weight:  300; 
		font-style: normal;
		font-size: 12px;
		min-width: 350px;
		text-align: center;
		text-transform: uppercase;
		color: #000;
		letter-spacing: 3px;
			}



	/*div.row {
	text-align: center;
	margin-top: 230px;
	}*/
}

@media screen and (max-width: 479px) {


#sidebar div.recent-post ul li {
	/*max-width: 60px;*/
	/*display: inline-block;
	float: left;
	clear: right;*/
	/*float: left;
	clear: both;*/
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 2px;
	margin-top: 2px;
	/*height: 150px;*/
	/*width: 50%;*/
	overflow: hidden;
	list-style-type: none;
}

	#team .ct figure,
	#pricing .box {
		max-width: 320px;
		margin: auto;
	}
	#pricing .box {
		margin-top: 30px;
	}
	#pricing .box:first-child {
		margin-top: 0;
	}
	header nav.menu {
		width: 150px;
		right: -150px !important;
	}
	header nav ul li {
		float: none;
	}
	html nav.nav-ef {
		right: 0 !important;
	}
	.m-ef {
		right: 165px;
	}
	.head-effect nav.menu {
		padding: 14px 20px !important;
	}
	.banner .title h2,
	.banner h3 p {
		font-size: 1.2em;
	}
	.banner h1 {
		font: 700 2em/40px montserrat, sans-serif;
		color: #fff;
		text-transform: uppercase;
		border: 3px solid #fff;
		min-width: 270px;
		height: 40px;
		margin-top: 50px;
		letter-spacing: 3px;
	}
	.banner .title:after, .banner h3:after {top: 32px;}
	.timeline ul li .list-content {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.timeline ul li .year:after {display: none !important;}
	.timeline ul li .year {
		position: static;
		border-bottom: 1px solid #7f8c8d;
		text-align: center;
		margin-bottom: 10px;
	}
	.timeline .list-content a {
		display: block;
		position: static;
		width: 69px;
		margin: auto;
	}
	.timeline ul li p {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 20px;
		text-align: justify;
	}
	.contact-form .button {
		padding-left: 19px;
		padding-right: 19px;
	}
	.contact-form button {
		width: 100%;
	}
	.contact-form button:after {
		width: auto;
		margin: auto;
		left: -5px;
		right: -5px
	}
	#client .ct a {
		max-width: 120px;
	}
	#client .title h1,
	#team .title h1 {
		min-width: 250px;
	}
	footer .copyright p {
		font-size: .9em;
	}
    #blog-page h3.icofont {
        width: 50px; height: 50px;
    }
    #blog-page .title-list h2 a {
        font-size: 1.6em;
    }
    #blog-page h3.icofont span {
        font-size: 25px;
        line-height: 48px;
    }
    #blog-page .title-list h2,
    #blog-page .meta,
    #blog-page .quote-ct {
        margin-left: 60px;
    }
    #blog-page h3.icofont {top: 0;}
    #blog-page .page-ct .quote-ct {
        margin: 38px 0;
    }
    .comment .cf .avatar {
        position: static;
    }
    .comment .cf .cmt-ct {margin-left: 0;}
    .comment .cf-child {margin-left: 30px;}
    #banner-video #owl-banner {display: none !important;}
    #filters li {
        display: block;
        margin: 10px 0;
    }

    #container-work .element {
        max-width: 320px;
        margin: auto;
        left: 0 !important; right: 0 !important;
    }
    #blog-page .video {
        height: 250px;
    }
    #bg-parallax2 .ct .box:after {display: none;}


}



/*box new*/
.box-th {
	margin-bottom: 20px;
}
.box-th .tt {
	position: relative;
	text-align: center;
	margin-top: 56px;
}
.box-th .tt h3 {
	font: bold 16px montserrat, sans-serif;
	color: #2e3548; /*GW new blue*/
	text-transform: uppercase;
	letter-spacing: 3px;
}
.box-th  .cont{
	font: normal 13px montserrat, sans-serif;
	color: #000;
	text-align: center;
	margin-top: 54px;
	text-align: justify;
	line-height: 23px;
}
.box-th  .cont p {
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.box-th .tt:after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #2e3548; /*GW new blue*/
	margin: auto;
	bottom: -23px;
	left: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.box-th .tt h3:before {
   content: '';
	display: block;
	position: absolute;
	width: 43%;
	height: 1px;
	background: #2e3548; /*GW new blue*/
	margin: auto;
	bottom: -20px;
	left: 0;
	right: -52%;
}
.box-th .tt h3:after {
    content: '';
	display: block;
	position: absolute;
	width: 44%;
	height: 1px;
	background: #2e3548; /*GW new blue*/
	margin: auto;
	bottom: -20px;
	right: 0;
	left: -55%;
}
.icon-twet {
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/icon-twet.png);
	width: 23px;
	height: 19px;
	display: inline-block;
}
.icon-gg{
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/icon-gg.png);
	width: 21px;
	height: 18px;
	display: inline-block;
}
.icon-li {
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/icon-li.png);
	width: 22px;
	height: 22px;
	display: inline-block;
}
.icon-twet:hover {
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/icon-tweth.png);
}
.icon-gg:hover{
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/icon-ggh.png);
}
.icon-li:hover {
	background: url(http://www.gormanwilson.com/images/uploads/mainsitefiles/icon-lih.png);
}






.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'moon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="moon-"] {
*/
.moon-home, .moon-home-2, .moon-home-3, .moon-home-4, .moon-home-5, .moon-home-6, .moon-home-7, .moon-home-8, .moon-home-9, .moon-home-10, .moon-home-11, .moon-office, .moon-newspaper, .moon-pencil, .moon-pencil-2, .moon-pencil-3, .moon-pencil-4, .moon-pencil-5, .moon-pencil-6, .moon-quill, .moon-quill-2, .moon-quill-3, .moon-pen, .moon-pen-2, .moon-pen-3, .moon-pen-4, .moon-pen-5, .moon-marker, .moon-home-12, .moon-marker-2, .moon-blog, .moon-blog-2, .moon-brush, .moon-palette, .moon-palette-2, .moon-eyedropper, .moon-eyedropper-2, .moon-droplet, .moon-droplet-2, .moon-droplet-3, .moon-droplet-4, .moon-paint-format, .moon-paint-format-2, .moon-image, .moon-image-2, .moon-image-3, .moon-images, .moon-image-4, .moon-image-5, .moon-image-6, .moon-images-2, .moon-image-7, .moon-camera, .moon-camera-2, .moon-camera-3, .moon-camera-4, .moon-music, .moon-music-2, .moon-music-3, .moon-music-4, .moon-music-5, .moon-music-6, .moon-piano, .moon-guitar, .moon-headphones, .moon-headphones-2, .moon-play, .moon-play-2, .moon-movie, .moon-movie-2, .moon-movie-3, .moon-film, .moon-film-2, .moon-film-3, .moon-film-4, .moon-camera-5, .moon-camera-6, .moon-camera-7, .moon-camera-8, .moon-camera-9, .moon-dice, .moon-gamepad, .moon-gamepad-2, .moon-gamepad-3, .moon-pacman, .moon-spades, .moon-clubs, .moon-diamonds, .moon-king, .moon-queen, .moon-rock, .moon-bishop, .moon-knight, .moon-pawn, .moon-chess, .moon-bullhorn, .moon-megaphone, .moon-new, .moon-connection, .moon-connection-2, .moon-podcast, .moon-radio, .moon-feed, .moon-connection-3, .moon-radio-2, .moon-podcast-2, .moon-podcast-3, .moon-mic, .moon-mic-2, .moon-mic-3, .moon-mic-4, .moon-mic-5, .moon-book, .moon-book-2, .moon-books, .moon-reading, .moon-library, .moon-library-2, .moon-graduation, .moon-file, .moon-profile, .moon-file-2, .moon-file-3, .moon-file-4, .moon-file-5, .moon-file-6, .moon-files, .moon-file-plus, .moon-file-minus, .moon-file-download, .moon-file-upload, .moon-file-check, .moon-file-remove, .moon-file-7, .moon-file-8, .moon-file-plus-2, .moon-file-minus-2, .moon-file-download-2, .moon-file-upload-2, .moon-file-check-2, .moon-file-remove-2, .moon-file-9, .moon-copy, .moon-copy-2, .moon-copy-3, .moon-copy-4, .moon-paste, .moon-paste-2, .moon-paste-3, .moon-stack, .moon-stack-2, .moon-stack-3, .moon-folder, .moon-folder-download, .moon-folder-upload, .moon-folder-plus, .moon-folder-plus-2, .moon-folder-minus, .moon-folder-minus-2, .moon-folder8, .moon-folder-remove, .moon-folder-2, .moon-folder-open, .moon-folder-3, .moon-folder-4, .moon-folder-plus-3, .moon-folder-minus-3, .moon-folder-plus-4, .moon-folder-remove-2, .moon-folder-download-2, .moon-folder-upload-2, .moon-folder-download-3, .moon-folder-upload-3, .moon-folder-5, .moon-folder-open-2, .moon-folder-6, .moon-folder-open-3, .moon-certificate, .moon-cc, .moon-tag, .moon-tag-2, .moon-tag-3, .moon-tag-4, .moon-tag-5, .moon-tag-6, .moon-tag-7, .moon-tags, .moon-tags-2, .moon-tag-8, .moon-barcode, .moon-barcode-2, .moon-qrcode, .moon-ticket, .moon-cart, .moon-cart-2, .moon-cart-3, .moon-cart-4, .moon-cart-5, .moon-cart-6, .moon-cart-7, .moon-cart-plus, .moon-cart-minus, .moon-cart-add, .moon-cart-remove, .moon-cart-checkout, .moon-cart-remove-2, .moon-basket, .moon-basket-2, .moon-bag, .moon-bag-2, .moon-bag-3, .moon-coin, .moon-coins, .moon-credit, .moon-credit-2, .moon-calculate, .moon-calculate-2, .moon-support, .moon-phone, .moon-phone-2, .moon-phone-3, .moon-phone-4, .moon-contact-add, .moon-contact-remove, .moon-contact-add-2, .moon-contact-remove-2, .moon-call-incoming, .moon-call-outgoing, .moon-phone-5, .moon-phone-6, .moon-phone-hang-up, .moon-phone-hang-up-2, .moon-address-book, .moon-address-book-2, .moon-notebook, .moon-envelop, .moon-envelop-2, .moon-mail-send, .moon-envelop-opened, .moon-envelop-3, .moon-pushpin, .moon-location, .moon-location-2, .moon-location-3, .moon-location-4, .moon-location-5, .moon-location-6, .moon-location-7, .moon-compass, .moon-compass-2, .moon-map, .moon-map-2, .moon-map-3, .moon-map-4, .moon-direction, .moon-history, .moon-history-2, .moon-clock, .moon-clock-2, .moon-clock-3, .moon-clock-4, .moon-watch, .moon-clock-5, .moon-clock-6, .moon-clock-7, .moon-alarm, .moon-alarm-2, .moon-bell, .moon-bell-2, .moon-alarm-plus, .moon-alarm-minus, .moon-alarm-check, .moon-alarm-cancel, .moon-stopwatch, .moon-calendar, .moon-calendar-2, .moon-calendar-3, .moon-calendar-4, .moon-calendar-5, .moon-print, .moon-print-2, .moon-print-3, .moon-mouse, .moon-mouse-2, .moon-mouse-3, .moon-mouse-4, .moon-keyboard, .moon-keyboard-2, .moon-screen, .moon-screen-2, .moon-screen-3, .moon-screen-4, .moon-laptop, .moon-mobile, .moon-mobile-2, .moon-tablet, .moon-mobile-3, .moon-tv, .moon-cabinet, .moon-archive, .moon-drawer, .moon-drawer-2, .moon-drawer-3, .moon-box, .moon-box-add, .moon-box-remove, .moon-download, .moon-upload, .moon-disk, .moon-cd, .moon-storage, .moon-storage-2, .moon-database, .moon-database-2, .moon-database-3, .moon-undo, .moon-redo, .moon-rotate, .moon-rotate-2, .moon-flip, .moon-flip-2, .moon-unite, .moon-subtract, .moon-interset, .moon-exclude, .moon-align-left, .moon-align-center-horizontal, .moon-align-right, .moon-align-top, .moon-align-center-vertical, .moon-align-bottom, .moon-undo-2, .moon-redo-2, .moon-forward, .moon-reply, .moon-reply-2, .moon-bubble, .moon-bubbles, .moon-bubbles-2, .moon-bubble-2, .moon-bubbles-3, .moon-bubbles-4, .moon-bubble-notification, .moon-bubbles-5, .moon-bubbles-6, .moon-bubble-3, .moon-bubble-dots, .moon-bubble-4, .moon-bubble-5, .moon-bubble-dots-2, .moon-bubble-6, .moon-bubble-7, .moon-bubble-8, .moon-bubbles-7, .moon-bubble-9, .moon-bubbles-8, .moon-bubble-10, .moon-bubble-dots-3, .moon-bubble-11, .moon-bubble-12, .moon-bubble-dots-4, .moon-bubble-13, .moon-bubbles-9, .moon-bubbles-10, .moon-bubble-blocked, .moon-bubble-quote, .moon-bubble-user, .moon-bubble-check, .moon-bubble-video-chat, .moon-bubble-link, .moon-bubble-locked, .moon-bubble-star, .moon-bubble-heart, .moon-bubble-paperclip, .moon-bubble-cancel, .moon-bubble-plus, .moon-bubble-minus, .moon-bubble-notification-2, .moon-bubble-trash, .moon-bubble-left, .moon-bubble-right, .moon-bubble-up, .moon-bubble-down, .moon-bubble-first, .moon-bubble-last, .moon-bubble-replu, .moon-bubble-forward, .moon-bubble-reply, .moon-bubble-forward-2, .moon-user, .moon-users, .moon-user-plus, .moon-user-plus-2, .moon-user-minus, .moon-user-minus-2, .moon-user-cancel, .moon-user-block, .moon-users-2, .moon-user-2, .moon-users-3, .moon-user-plus-3, .moon-user-minus-3, .moon-user-cancel-2, .moon-user-block-2, .moon-user-3, .moon-user-4, .moon-user-5, .moon-user-6, .moon-users-4, .moon-user-7, .moon-user-8, .moon-users-5, .moon-vcard, .moon-tshirt, .moon-hanger, .moon-quotes-left, .moon-quotes-right, .moon-quotes-right-2, .moon-quotes-right-3, .moon-busy, .moon-busy-2, .moon-busy-3, .moon-busy-4, .moon-spinner, .moon-spinner-2, .moon-spinner-3, .moon-spinner-4, .moon-spinner-5, .moon-spinner-6, .moon-spinner-7, .moon-spinner-8, .moon-spinner-9, .moon-spinner-10, .moon-spinner-11, .moon-spinner-12, .moon-microscope, .moon-binoculars, .moon-binoculars-2, .moon-search, .moon-search-2, .moon-zoom-in, .moon-zoom-out, .moon-search-3, .moon-search-4, .moon-zoom-in-2, .moon-zoom-out-2, .moon-search-5, .moon-expand, .moon-contract, .moon-scale-up, .moon-scale-down, .moon-expand-2, .moon-contract-2, .moon-scale-up-2, .moon-scale-down-2, .moon-fullscreen, .moon-expand-3, .moon-contract-3, .moon-key, .moon-key-2, .moon-key-3, .moon-key-4, .moon-key-5, .moon-keyhole, .moon-lock, .moon-lock-2, .moon-lock-3, .moon-lock-4, .moon-unlocked, .moon-lock-5, .moon-unlocked-2, .moon-wrench, .moon-wrench-2, .moon-wrench-3, .moon-wrench-4, .moon-settings, .moon-equalizer, .moon-equalizer-2, .moon-equalizer-3, .moon-cog, .moon-cogs, .moon-cog-2, .moon-cog-3, .moon-cog-4, .moon-cog-5, .moon-cog-6, .moon-cog-7, .moon-factory, .moon-hammer, .moon-tools, .moon-screwdriver, .moon-screwdriver-2, .moon-wand, .moon-wand-2, .moon-health, .moon-aid, .moon-patch, .moon-bug, .moon-bug-2, .moon-inject, .moon-inject-2, .moon-construction, .moon-cone, .moon-pie, .moon-pie-2, .moon-pie-3, .moon-pie-4, .moon-pie-5, .moon-pie-6, .moon-pie-7, .moon-stats, .moon-stats-2, .moon-stats-3, .moon-bars, .moon-bars-2, .moon-bars-3, .moon-bars-4, .moon-bars-5, .moon-bars-6, .moon-stats-up, .moon-stats-down, .moon-stairs-down, .moon-stairs-down-2, .moon-chart, .moon-stairs, .moon-stairs-2, .moon-ladder, .moon-cake, .moon-gift, .moon-gift-2, .moon-balloon, .moon-rating, .moon-rating-2, .moon-rating-3, .moon-podium, .moon-medal, .moon-medal-2, .moon-medal-3, .moon-medal-4, .moon-medal-5, .moon-crown, .moon-trophy, .moon-trophy-2, .moon-trophy-star, .moon-diamond, .moon-diamond-2, .moon-glass, .moon-glass-2, .moon-bottle, .moon-bottle-2, .moon-mug, .moon-food, .moon-food-2, .moon-hamburger, .moon-cup, .moon-cup-2, .moon-leaf, .moon-leaf-2, .moon-apple-fruit, .moon-tree, .moon-tree-2, .moon-paw, .moon-steps, .moon-flower, .moon-rocket, .moon-meter, .moon-meter2, .moon-meter-slow, .moon-meter-medium, .moon-meter-fast, .moon-dashboard, .moon-hammer-2, .moon-balance, .moon-bomb, .moon-fire, .moon-fire-2, .moon-lab, .moon-atom, .moon-atom-2, .moon-magnet, .moon-magnet-2, .moon-magnet-3, .moon-magnet-4, .moon-dumbbell, .moon-skull, .moon-skull-2, .moon-skull-3, .moon-lamp, .moon-lamp-2, .moon-lamp-3, .moon-lamp-4, .moon-remove, .moon-remove-2, .moon-remove-3, .moon-remove-4, .moon-remove-5, .moon-remove-6, .moon-remove-7, .moon-remove-8, .moon-briefcase, .moon-briefcase-2, .moon-briefcase-3, .moon-airplane, .moon-airplane-2, .moon-paper-plane, .moon-car, .moon-gas-pump, .moon-bus, .moon-truck, .moon-bike, .moon-road, .moon-train, .moon-ship, .moon-boat, .moon-cube, .moon-cube-2, .moon-cube-3, .moon-cube4, .moon-pyramid, .moon-pyramid-2, .moon-cylinder, .moon-package, .moon-puzzle, .moon-puzzle-2, .moon-puzzle-3, .moon-puzzle-4, .moon-glasses, .moon-glasses-2, .moon-glasses-3, .moon-sun-glasses, .moon-accessibility, .moon-accessibility-2, .moon-brain, .moon-target, .moon-target-2, .moon-target-3, .moon-gun, .moon-gun-ban, .moon-shield, .moon-shield-2, .moon-shield-3, .moon-shield-4, .moon-soccer, .moon-football, .moon-baseball, .moon-basketball, .moon-golf, .moon-hockey, .moon-racing, .moon-eight-ball, .moon-bowling-ball, .moon-bowling, .moon-bowling-2, .moon-lightning, .moon-power, .moon-power-2, .moon-switch, .moon-power-cord, .moon-cord, .moon-socket, .moon-clipboard, .moon-clipboard-2, .moon-signup, .moon-clipboard-3, .moon-clipboard-4, .moon-list, .moon-list-2, .moon-list-3, .moon-numbered-list, .moon-list-4, .moon-list-5, .moon-playlist, .moon-grid, .moon-grid-2, .moon-grid-3, .moon-grid-4, .moon-grid-5, .moon-grid-6, .moon-tree-3, .moon-tree-4, .moon-tree-5, .moon-menu, .moon-menu-2, .moon-circle-small, .moon-menu-3, .moon-menu-4, .moon-menu-5, .moon-menu-6, .moon-menu-7, .moon-menu-8, .moon-menu-9, .moon-cloud, .moon-cloud-2, .moon-cloud-3, .moon-cloud-download, .moon-cloud-upload, .moon-download-2, .moon-upload-2, .moon-download-3, .moon-upload-3, .moon-download-4, .moon-upload-4, .moon-download-5, .moon-upload-5, .moon-download-6, .moon-upload-6, .moon-download-7, .moon-upload-7, .moon-globe, .moon-globe-2, .moon-globe-3, .moon-earth, .moon-network, .moon-link, .moon-link-2, .moon-link-3, .moon-link2, .moon-link-4, .moon-link-5, .moon-link-6, .moon-anchor, .moon-flag, .moon-flag-2, .moon-flag-3, .moon-flag-4, .moon-flag-5, .moon-flag-6, .moon-attachment, .moon-attachment-2, .moon-eye, .moon-eye-blocked, .moon-eye-2, .moon-eye-3, .moon-eye-blocked-2, .moon-eye-4, .moon-eye-5, .moon-eye-6, .moon-eye-7, .moon-eye-8, .moon-bookmark, .moon-bookmark-2, .moon-bookmarks, .moon-bookmark-3, .moon-spotlight, .moon-starburst, .moon-snowflake, .moon-temperature, .moon-temperature-2, .moon-weather-lightning, .moon-weather-rain, .moon-weather-snow, .moon-windy, .moon-fan, .moon-umbrella, .moon-sun, .moon-sun-2, .moon-brightness-high, .moon-brightness-medium, .moon-brightness-low, .moon-brightness-contrast, .moon-contrast, .moon-moon, .moon-bed, .moon-bed-2, .moon-star, .moon-star-2, .moon-star-3, .moon-star-4, .moon-star-5, .moon-star-6, .moon-heart, .moon-heart-2, .moon-heart-3, .moon-heart-4, .moon-heart-broken, .moon-heart-5, .moon-heart-6, .moon-heart-broken-2, .moon-heart-7, .moon-heart-8, .moon-heart-broken-3, .moon-lips, .moon-lips-2, .moon-thumbs-up, .moon-thumbs-up-2, .moon-thumbs-down, .moon-thumbs-down-2, .moon-thumbs-up-3, .moon-thumbs-up-4, .moon-thumbs-up-5, .moon-thumbs-up-6, .moon-people, .moon-man, .moon-male, .moon-woman, .moon-female, .moon-peace, .moon-yin-yang, .moon-happy, .moon-happy-2, .moon-smiley, .moon-smiley-2, .moon-tongue, .moon-tongue-2, .moon-sad, .moon-sad-2, .moon-wink, .moon-wink-2, .moon-grin, .moon-grin-2, .moon-cool, .moon-cool-2, .moon-angry, .moon-angry-2, .moon-evil, .moon-evil-2, .moon-shocked, .moon-shocked-2, .moon-confused, .moon-confused-2, .moon-neutral, .moon-neutral-2, .moon-wondering, .moon-wondering-2, .moon-cursor, .moon-cursor-2, .moon-point-up, .moon-point-right, .moon-point-down, .moon-point-left, .moon-pointer, .moon-hand, .moon-stack-empty, .moon-stack-plus, .moon-stack-minus, .moon-stack-star, .moon-stack-picture, .moon-stack-down, .moon-stack-up, .moon-stack-cancel, .moon-stack-checkmark, .moon-stack-list, .moon-stack-clubs, .moon-stack-spades, .moon-stack-hearts, .moon-stack-diamonds, .moon-stack-user, .moon-stack-4, .moon-stack-music, .moon-stack-play, .moon-move, .moon-resize, .moon-resize-2, .moon-warning, .moon-warning-2, .moon-notification, .moon-notification-2, .moon-question, .moon-question-2, .moon-question-3, .moon-question-4, .moon-question-5, .moon-plus-circle, .moon-plus-circle-2, .moon-minus-circle, .moon-minus-circle-2, .moon-info, .moon-info-2, .moon-blocked, .moon-cancel-circle, .moon-cancel-circle-2, .moon-checkmark-circle, .moon-checkmark-circle-2, .moon-cancel, .moon-spam, .moon-close, .moon-close-2, .moon-close-3, .moon-close-4, .moon-close-5, .moon-checkmark, .moon-checkmark-2, .moon-checkmark-3, .moon-checkmark-4, .moon-spell-check, .moon-minus, .moon-plus, .moon-minus-2, .moon-plus-2, .moon-enter, .moon-exit, .moon-enter-2, .moon-exit-2, .moon-enter-3, .moon-exit-3, .moon-exit-4, .moon-play-3, .moon-pause, .moon-stop, .moon-backward, .moon-forward-2, .moon-play-4, .moon-pause-2, .moon-stop-2, .moon-backward-2, .moon-forward-3, .moon-first, .moon-last, .moon-previous, .moon-next, .moon-eject, .moon-volume-high, .moon-volume-medium, .moon-volume-low, .moon-volume-mute, .moon-volume-mute-2, .moon-volume-increase, .moon-volume-decrease, .moon-volume-high-2, .moon-volume-medium-2, .moon-volume-low-2, .moon-volume-mute-3, .moon-volume-mute-4, .moon-volume-increase-2, .moon-volume-decrease-2, .moon-volume5, .moon-volume4, .moon-volume3, .moon-volume2, .moon-volume1, .moon-volume0, .moon-volume-mute-5, .moon-volume-mute-6, .moon-loop, .moon-loop-2, .moon-loop-3, .moon-loop-4, .moon-loop-5, .moon-shuffle, .moon-shuffle-2, .moon-wave, .moon-wave-2, .moon-arrow-first, .moon-arrow-right, .moon-arrow-up, .moon-arrow-right-2, .moon-arrow-down, .moon-arrow-left, .moon-arrow-up-2, .moon-arrow-right-3, .moon-arrow-down-2, .moon-arrow-left-2, .moon-arrow-up-left, .moon-arrow-up-3, .moon-arrow-up-right, .moon-arrow-right-4, .moon-arrow-down-right, .moon-arrow-down-3, .moon-arrow-down-left, .moon-arrow-left-3, .moon-arrow-up-left-2, .moon-arrow-up-4, .moon-arrow-up-right-2, .moon-arrow-right-5, .moon-arrow-down-right-2, .moon-arrow-down-4, .moon-arrow-down-left-2, .moon-arrow-left-4, .moon-arrow-up-left-3, .moon-arrow-up-5, .moon-arrow-up-right-3, .moon-arrow-right-6, .moon-arrow-down-right-3, .moon-arrow-down-5, .moon-arrow-down-left-3, .moon-arrow-left-5, .moon-arrow-up-left-4, .moon-arrow-up-6, .moon-arrow-up-right-4, .moon-arrow-right-7, .moon-arrow-down-right-4, .moon-arrow-down-6, .moon-arrow-down-left-4, .moon-arrow-left-6, .moon-arrow, .moon-arrow-2, .moon-arrow-3, .moon-arrow-4, .moon-arrow-5, .moon-arrow-6, .moon-arrow-7, .moon-arrow-8, .moon-arrow-up-left-5, .moon-arrow-square, .moon-arrow-up-right-5, .moon-arrow-right-8, .moon-arrow-down-right-5, .moon-arrow-down-7, .moon-arrow-down-left-5, .moon-arrow-left-7, .moon-arrow-up-7, .moon-arrow-right-9, .moon-arrow-down-8, .moon-arrow-left-8, .moon-arrow-up-8, .moon-arrow-right-10, .moon-arrow-bottom, .moon-arrow-left-9, .moon-arrow-up-left-6, .moon-arrow-up-9, .moon-arrow-up-right-6, .moon-arrow-right-11, .moon-arrow-down-right-6, .moon-arrow-down-9, .moon-arrow-down-left-6, .moon-arrow-left-10, .moon-arrow-up-left-7, .moon-arrow-up-10, .moon-arrow-up-right-7, .moon-arrow-right-12, .moon-arrow-down-right-7, .moon-arrow-down-10, .moon-arrow-down-left-7, .moon-arrow-left-11, .moon-arrow-up-11, .moon-arrow-right-13, .moon-arrow-down-11, .moon-arrow-left-12, .moon-arrow-up-12, .moon-arrow-right-14, .moon-arrow-down-12, .moon-arrow-left-13, .moon-arrow-up-13, .moon-arrow-right-15, .moon-arrow-down-13, .moon-arrow-left-14, .moon-arrow-up-14, .moon-arrow-right-16, .moon-arrow-down-14, .moon-arrow-left-15, .moon-arrow-up-15, .moon-arrow-right-17, .moon-arrow-down-15, .moon-arrow-left-16, .moon-arrow-up-16, .moon-arrow-right-18, .moon-arrow-down-16, .moon-arrow-left-17, .moon-menu-10, .moon-menu-11, .moon-menu-close, .moon-menu-close-2, .moon-enter-4, .moon-enter-5, .moon-esc, .moon-backspace, .moon-backspace-2, .moon-backspace-3, .moon-tab, .moon-transmission, .moon-transmission-2, .moon-sort, .moon-sort-2, .moon-key-keyboard, .moon-key-A, .moon-key-up, .moon-key-right, .moon-key-down, .moon-key-left, .moon-command, .moon-checkbox-checked, .moon-checkbox-unchecked, .moon-square, .moon-checkbox-partial, .moon-checkbox, .moon-checkbox-unchecked-2, .moon-checkbox-partial-2, .moon-checkbox-checked-2, .moon-checkbox-unchecked-3, .moon-checkbox-partial-3, .moon-radio-checked, .moon-radio-unchecked, .moon-circle, .moon-circle-2, .moon-crop, .moon-crop-2, .moon-vector, .moon-rulers, .moon-scissors, .moon-scissors-2, .moon-scissors-3, .moon-filter, .moon-filter-2, .moon-filter-3, .moon-filter-4, .moon-font, .moon-font-size, .moon-type, .moon-text-height, .moon-text-width, .moon-height, .moon-width, .moon-bold, .moon-underline, .moon-italic, .moon-strikethrough, .moon-strikethrough-2, .moon-font-size-2, .moon-bold-2, .moon-underline-2, .moon-italic-2, .moon-strikethrough-3, .moon-omega, .moon-sigma, .moon-nbsp, .moon-page-break, .moon-page-break-2, .moon-superscript, .moon-subscript, .moon-superscript-2, .moon-subscript-2, .moon-text-color, .moon-highlight, .moon-pagebreak, .moon-clear-formatting, .moon-table, .moon-table-2, .moon-insert-template, .moon-pilcrow, .moon-left-to-right, .moon-right-to-left, .moon-paragraph-left, .moon-paragraph-center, .moon-paragraph-right, .moon-paragraph-justify, .moon-paragraph-left-2, .moon-paragraph-center-2, .moon-paragraph-right-2, .moon-paragraph-justify-2, .moon-indent-increase, .moon-indent-decrease, .moon-paragraph-left-3, .moon-paragraph-center-3, .moon-paragraph-right-3, .moon-paragraph-justify-3, .moon-indent-increase-2, .moon-indent-decrease-2, .moon-share, .moon-new-tab, .moon-new-tab-2, .moon-popout, .moon-embed, .moon-code, .moon-console, .moon-seven-segment-0, .moon-seven-segment-1, .moon-seven-segment-2, .moon-seven-segment-3, .moon-seven-segment-4, .moon-seven-segment-5, .moon-seven-segment-6, .moon-seven-segment-7, .moon-seven-segment-8, .moon-seven-segment-9, .moon-share-2, .moon-share-3, .moon-mail, .moon-mail-2, .moon-mail-3, .moon-mail-4, .moon-google, .moon-google-plus, .moon-google-plus-2, .moon-google-plus-3, .moon-google-plus-4, .moon-google-drive, .moon-facebook, .moon-facebook-2, .moon-facebook-3, .moon-facebook-4, .moon-instagram, .moon-twitter, .moon-twitter-2, .moon-twitter-3, .moon-feed-2, .moon-feed-3, .moon-feed-4, .moon-youtube, .moon-youtube-2, .moon-vimeo, .moon-vimeo2, .moon-vimeo-2, .moon-lanyrd, .moon-flickr, .moon-flickr-2, .moon-flickr-3, .moon-flickr-4, .moon-picassa, .moon-picassa-2, .moon-dribbble, .moon-dribbble-2, .moon-dribbble-3, .moon-forrst, .moon-forrst-2, .moon-deviantart, .moon-deviantart-2, .moon-steam, .moon-steam-2, .moon-github, .moon-github-2, .moon-github-3, .moon-github-4, .moon-github-5, .moon-wordpress, .moon-wordpress-2, .moon-joomla, .moon-blogger, .moon-blogger-2, .moon-tumblr, .moon-tumblr-2, .moon-yahoo, .moon-tux, .moon-apple, .moon-finder, .moon-android, .moon-windows, .moon-windows8, .moon-soundcloud, .moon-soundcloud-2, .moon-skype, .moon-reddit, .moon-linkedin, .moon-lastfm, .moon-lastfm-2, .moon-delicious, .moon-stumbleupon, .moon-stumbleupon-2, .moon-stackoverflow, .moon-pinterest, .moon-pinterest-2, .moon-xing, .moon-xing-2, .moon-flattr, .moon-foursquare, .moon-foursquare-2, .moon-paypal, .moon-paypal-2, .moon-paypal-3, .moon-yelp, .moon-libreoffice, .moon-file-pdf, .moon-file-openoffice, .moon-file-word, .moon-file-excel, .moon-file-zip, .moon-file-powerpoint, .moon-file-xml, .moon-file-css, .moon-html5, .moon-html5-2, .moon-css3, .moon-chrome, .moon-firefox, .moon-IE, .moon-opera, .moon-safari, .moon-IcoMoon {
    font-family: 'moon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.moon-image:before {
    content: "\e02b";
}
.moon-image-2:before {
    content: "\e02c";
}
.moon-image-3:before {
    content: "\e02d";
}
.moon-images:before {
    content: "\e02e";
}
.moon-image-4:before {
    content: "\e02f";
}
.moon-image-5:before {
    content: "\e030";
}
.moon-image-6:before {
    content: "\e031";
}
.moon-images-2:before {
    content: "\e032";
}
.moon-image-7:before {
    content: "\e033";
}
.moon-phone-3:before {
    content: "\e0dc";
}
.moon-cube:before {
    content: "\e266";
}
.moon-cube-2:before {
    content: "\e267";
}
.moon-cube-3:before {
    content: "\e268";
}
.moon-cube4:before {
    content: "\e269";
}
.moon-location:before {
    content: "\e0f1";
}
.moon-location-2:before {
    content: "\e0f2";
}
.moon-location-3:before {
    content: "\e0f3";
}
.moon-location-4:before {
    content: "\e0f4";
}
.moon-location-5:before {
    content: "\e0f5";
}
.moon-location-6:before {
    content: "\e0f6";
}
.moon-location-7:before {
    content: "\e0f7";
}
.moon-lamp:before {
    content: "\e24b";
}
.moon-lamp-2:before {
    content: "\e24c";
}
.moon-lamp-3:before {
    content: "\e24d";
}
.moon-lamp-4:before {
    content: "\e24e";
}
.moon-envelop:before {
    content: "\e0eb";
}
.moon-envelop-2:before {
    content: "\e0ec";
}
.moon-mail-send:before {
    content: "\e0ed";
}
.moon-envelop-opened:before {
    content: "\e0ee";
}
.moon-envelop-3:before {
    content: "\e0ef";
}
.moon-pushpin:before {
    content: "\e0f0";
}
.moon-film:before {
    content: "\e047";
}
.moon-film-2:before {
    content: "\e048";
}
.moon-film-3:before {
    content: "\e049";
}
.moon-film-4:before {
    content: "\e04a";
}
.moon-trophy-star:before {
    content: "\e21f";
}
.moon-file:before {
    content: "\e077";
}
.moon-link:before {
    content: "\e2c9";
}
.moon-link-2:before {
    content: "\e2ca";
}
.moon-link-3:before {
    content: "\e2cb";
}
.moon-link2:before {
    content: "\e2cc";
}
.moon-link-4:before {
    content: "\e2cd";
}
.moon-link-5:before {
    content: "\e2ce";
}
.moon-link-6:before {
    content: "\e2cf";
}
.moon-twitter:before {
    content: "\e49d";
}
.moon-twitter-2:before {
    content: "\e49e";
}
.moon-twitter-3:before {
    content: "\e49f";
}
.moon-feed-2:before {
    content: "\e4a0";
}
.moon-feed-3:before {
    content: "\e4a1";
}
.moon-feed-4:before {
    content: "\e4a2";
}
.moon-dribbble:before {
    content: "\e4af";
}
.moon-dribbble-2:before {
    content: "\e4b0";
}
.moon-dribbble-3:before {
    content: "\e4b1";
}
.moon-pinterest:before {
    content: "\e4d6";
}
.moon-pinterest-2:before {
    content: "\e4d7";
}
.moon-search:before {
    content: "\e1b6";
}
.moon-search-2:before {
    content: "\e1b7";
}
.moon-search-3:before {
    content: "\e1ba";
}
.moon-search-4:before {
    content: "\e1bb";
}
.moon-stats:before {
    content: "\e1fe";
}
.moon-stats-2:before {
    content: "\e1ff";
}
.moon-stats-3:before {
    content: "\e200";
}
.moon-heart:before {
    content: "\e302";
}
.moon-heart-2:before {
    content: "\e303";
}
.moon-heart-3:before {
    content: "\e304";
}
.moon-heart-4:before {
    content: "\e305";
}
.moon-user:before {
    content: "\e185";
}
.moon-users:before {
    content: "\e186";
}
.moon-user-plus:before {
    content: "\e187";
}
.moon-user-plus-2:before {
    content: "\e188";
}
.moon-user-minus:before {
    content: "\e189";
}
.moon-user-minus-2:before {
    content: "\e18a";
}
.moon-user-cancel:before {
    content: "\e18b";
}
.moon-user-block:before {
    content: "\e18c";
}
.moon-users-2:before {
    content: "\e18d";
}
.moon-user-2:before {
    content: "\e18e";
}
.moon-users-3:before {
    content: "\e18f";
}
.moon-user-plus-3:before {
    content: "\e190";
}
.moon-user-minus-3:before {
    content: "\e191";
}
.moon-user-cancel-2:before {
    content: "\e192";
}
.moon-user-block-2:before {
    content: "\e193";
}
.moon-user-3:before {
    content: "\e194";
}
.moon-user-4:before {
    content: "\e195";
}
.moon-user-5:before {
    content: "\e196";
}
.moon-user-6:before {
    content: "\e197";
}
.moon-users-4:before {
    content: "\e198";
}
.moon-user-7:before {
    content: "\e199";
}
.moon-user-8:before {
    content: "\e19a";
}
.moon-users-5:before {
    content: "\e19b";
}
.moon-pyramid:before {
    content: "\e26a";
}
.moon-pyramid-2:before {
    content: "\e26b";
}
.moon-vector:before {
    content: "\e43e";
}
.moon-cog:before {
    content: "\e1df";
}
.moon-cogs:before {
    content: "\e1e0";
}
.moon-cog-2:before {
    content: "\e1e1";
}
.moon-cog-3:before {
    content: "\e1e2";
}
.moon-cog-4:before {
    content: "\e1e3";
}
.moon-cog-5:before {
    content: "\e1e4";
}
.moon-cog-6:before {
    content: "\e1e5";
}
.moon-cog-7:before {
    content: "\e1e6";
}
.moon-paper-plane:before {
    content: "\e25c";
}

.moon-code:before {
    content: "\e480";
}
.moon-history:before {
    content: "\e0ff";
}
.moon-history-2:before {
    content: "\e100";
}
.moon-bubble-dots-4:before {
    content: "\e168";
}
.moon-headphones:before {
    content: "\e040";
}
.moon-headphones-2:before {
    content: "\e041";
}

.moon-briefcase:before {
    content: "\e257";
}
.moon-briefcase-2:before {
    content: "\e258";
}
.moon-briefcase-3:before {
    content: "\e259";
}
.moon-clock:before {
    content: "\e101";
}
.moon-clock-2:before {
    content: "\e102";
}
.moon-clock-3:before {
    content: "\e103";
}
.moon-clock-4:before {
    content: "\e104";
}
.moon-watch:before {
    content: "\e105";
}
.moon-clock-5:before {
    content: "\e106";
}
.moon-clock-6:before {
    content: "\e107";
}
.moon-clock-7:before {
    content: "\e108";
}
