/* ------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Abel|Merriweather');

/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------ */

body {
	background: #fff;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	font: 400 14px/1.8 "Raleway", sans-serif;
	color: #777;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

/* ------------------------------------------------------------------
Selection
------------------------------------------------------------------ */

::-moz-selection {
	background: #000;
	color: #fff;
}

::-webkit-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

/* ------------------------------------------------------------------
Transition Elements
------------------------------------------------------------------- */

a,
.btn {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

/* ------------------------------------------------------------------
Reset Box-Shadow
------------------------------------------------------------------- */

.btn,
.well,
.panel,
.progress,
.form-control, .form-control:hover, .form-control:focus {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
}

/* ------------------------------------------------------------------
Reset Border-Radius
------------------------------------------------------------------- */

.well, .label, .alert,
.modal-content {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

a {
	/*color: rgba(91, 218, 209, 0.8);*/
	color: rgb(212, 67, 129);
}

a:hover, a:focus {
	text-decoration: none;
	color: #555;
	outline: 0;
}

.bg-dark a {
	color: #aaa;
}

.bg-dark a:hover,
.bg-dark a:focus {
	color: #fff;
}

.text-light {
	color: rgba(255, 255, 255, 0.7);
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6,
.text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6 {
	color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.4;
	font-weight: 400;
	color: rgba(105, 188, 184, 1);
}

h1, .h1 {
	font-size: 28px;
}

h2, .h2 {
	font-size: 24px;
}

h3, .h3 {
	font-size: 18px;
}

h4, .h4 {
	font-size: 16px;
}

h5, .h5 {
	font-size: 14px;
}

h6, .h6 {
	font-size: 12px;
}

p, ol, ul, blockquote {
	margin: 0 0 20px;
}

blockquote {
	border-color: #f7f7f7;
}

blockquote.serif-quote {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

.font-alt {
	font-family: "Abel", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.font-serif {
	font-family: "Merriweather", "Times New Roman", serif;
	letter-spacing: 1px;
	font-style: italic;
}

.rotate {
	text-shadow: none !important;
}

.font-alt-color {
	font-family: "Abel", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(91,218,209,0.8);
}

.font-alt-color-team {
	font-family: "Abel", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(236,217,103,0.95);
}

.font-alt-portfolio {
	font-family: "Abel", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #111;
}

/* ------------------------------------------------------------------
Buttons
------------------------------------------------------------------- */

.btn {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	padding: 8px 37px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
}

.btn.focus, .btn:focus,
.btn.active.focus, .btn.active:focus,
.btn:active.focus, .btn:active:focus {
	background: none;
	outline: 0;
}

/* Button types */

.btn.btn-round {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.btn.btn-circle {
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	     -o-border-radius: 30px;
	        border-radius: 30px;
}

/* Green/Black Button */

.btn.btn-b {
	background: #111111;
	color: #fff;
}

.btn.btn-b:hover, .btn.btn-b:focus {
	background: rgba(17, 17, 17, 0.8);
}

.btn.btn-b {
	background: rgba(115, 161, 164, 0.9);
	color: #fff;
}

/* Button sizes */

.btn.btn-lg {
	font-size: 12px;
	padding: 12px 45px;
}

.btn.btn-sm {
	letter-spacing: 1px;
	font-size: 10px;
	padding: 6px 25px;
}

.btn.btn-xs {
	letter-spacing: 0;
	font-size: 10px;
	padding: 4px 19px;
}

/* ------------------------------------------------------------------
Pagination
------------------------------------------------------------------- */

.pagination > li {
	display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
	background: #f7f7f7;
	border: 0;
	height: 32px;
	width: 32px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 32px;
	font-size: 10px;
	color: #111;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background: #111;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background: #f0f0f0;
	color: #111;
}

/* ------------------------------------------------------------------
Content Box
------------------------------------------------------------------- */

.content-box {
	text-align: center;
	margin: 25px 0;
}

/* hiring */

.content-box-left {
	margin: 40px 0;
}

.content-box-left p, li {
	font-size: 16px;
}

/* end */

.content-box-icon {
	font-size: 42px;
	color: #111;
}

.content-box-icon img {
	max-width: 50%;
}

.content-box-title {
	text-align: center;
	margin: 5px 0 18px;
	color: rgba(230,60,130, 0.9);
}

.content-box-title a {
	text-align: center;
	margin: 5px 0 18px;
	color: rgba(230,60,130, 0.9);
}

.content-box-title a:hover {
	text-align: center;
	margin: 5px 0 18px;
	color: rgba(85,85,1, 0.9);
}

/* Alt content box */

.alt-content-box {
	position: relative;
	padding-left: 55px;
	margin: 25px 0;
}

.alt-content-box-icon {
	position: absolute;
	height: 38px;
	width: 38px;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 38px;
	font-size: 28px;
	color: #111;
}

.alt-content-box-title {
	margin: 0 0 18px;
}

/* ------------------------------------------------------------------
Owl Sliders - Press Quotes
------------------------------------------------------------------- */

.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
	position: absolute;
	background: #fff;
	display: block;
	height: 40px;
	width: 40px;
	top: 50%;
	margin: -20px 10px 0;
	padding: 0;
	opacity: 0;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	color: #111;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: -20px;
}

.owl-carousel .owl-controls .owl-buttons .owl-next{
	right: -20px;
}


.owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
	opacity: 0.5;
	left: 0px;
}

.owl-carousel:hover .owl-controls .owl-buttons .owl-next {
	opacity: 0.5;
	right: 0px;
}

/* Pagination */

.owl-pagination {
	position: absolute;
	z-index: 3;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}

.slider-testimonials .owl-pagination {
	bottom: -50px;
	margin: 0;
}

/* Slider images */

.slider-images .owl-pagination {
	bottom: 10px;
	margin: 0;
}

.owl-page {
	position: relative;
	background: rgba(155, 255, 255, 0.7);
	display: inline-block;
	overflow: hidden;
	height: 6px;
	width: 6px;
	margin: 6px 4px;
	text-indent: -200%;
	z-index: 1000;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
	   -moz-box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
	     -o-box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
	        box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
	-webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.owl-page.active {
	-webkit-transform: scale(1.3);
	   -moz-transform: scale(1.3);
	     -o-transform: scale(1.3);
	        transform: scale(1.3);
}

.quote-author {
	color: #111;
}

/* ------------------------------------------------------------------
Overlays
------------------------------------------------------------------- */

.bg-light {
	background-color: #f7f7f7;
	height: 100%;
	width: 100%;
}

.bg-dark {
	background-color: #111;
	height: 100%;
	width: 100%;
}

.bg-color {
	background-color: #111;
	height: 100%;
	width: 100%;
}

.bg-color-2 {
	background-color: #111;
	height: 100%;
	width: 100%;
}

.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6,
.bg-dark-30 h1, .bg-dark-30 h2, .bg-dark-30 h3, .bg-dark-30 h4, .bg-dark-30 h5, .bg-dark-30 h6,
.bg-dark-60 h1, .bg-dark-60 h2, .bg-dark-60 h3, .bg-dark-60 h4, .bg-dark-60 h5, .bg-dark-60 h6,
.bg-dark-90 h1, .bg-dark-90 h2, .bg-dark-90 h3, .bg-dark-90 h4, .bg-dark-90 h5, .bg-dark-90 h6,
.bg-dark .content-box-icon, .bg-dark-30 .content-box-icon, .bg-dark-60 .content-box-icon, .bg-dark-90 .content-box-icon {
	color: #fff;
}

.bg-film:before,
.bg-dark-30:before,
.bg-dark-60:before,
.bg-dark-90:before,
.bg-light-30:before,
.bg-light-60:before,
.bg-light-90:before,
.bg-color:before,
.bg-color-2:before {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.bg-color:before {
	content: "";
	left: 0;
	top: 0;
}

.bg-color-2:before {
	background: linear-gradient(180deg, rgba(14,155,197,1) 0%,rgba(49,15,97,0.1) 80%);
	content: "";
	left: 0;
	top: 0;
}

.bg-dark-30:before {
	background: rgba(34, 34, 34, 0.3);
	content: "";
	left: 0;
	top: 0;
}

.bg-dark-60:before {
	background: rgba(34, 34, 34, 0.6);
	content: "";
	left: 0;
	top: 0;
}

.bg-dark-90:before {
	background: rgba(34, 34, 34, 0.9);
	content: "";
	left: 0;
	top: 0;
}

.bg-light-30:before {
	background: rgba(255, 255, 255, 0.3);
	content: "";
	left: 0;
	top: 0;
}

.bg-light-60:before {
	background: rgba(255, 255, 255, 0.6);
	content: "";
	left: 0;
	top: 0;
}

.bg-light-90:before {
	background: rgba(255, 255, 255, 0.9);
	content: "";
	left: 0;
	top: 0;
}

.bg-film:before {
	background: url(../images/dot.gif);
	opacity: 0.09;
	content: "";
	left: 0;
	top: 0;
}

/* ------------------------------------------------------------------
Testimonials
------------------------------------------------------------------- */

.testimonials {

	background: linear-gradient(145deg, rgba(50,75,105,1) 0%,rgba(110,163,145,1) 100%); 
	height: 100%;
	width: 100%;
}

.testimonials .font-serif {
	color: #222;
}

/* ------------------------------------------------------------------
Navigation
------------------------------------------------------------------- */

.navbar {
	padding: 0rem 1rem;
}

.navbar:before {
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	opacity: 0;
	-webkit-transition:opacity .35s linear;
	transition:opacity .35s linear;
	z-index: -1;
}

.navbar-light .navbar-toggler {
	color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
}

.navbar-dark {
 	color: #fff;
}

.navbar-light-bg {
 	opacity: 1;
 	color: #fff;
}

.navbar-dark>.container {
 	position: relative;
 	min-width: 100%;
}

.navbar-light>.container {
 	position: relative;
 	min-width: 100%;
}

.navbar-dark>.container:after {
 	content: '';
 	position: absolute;
 	bottom: -.4rem;
 	left: 0;
 	right: 0;
 	border-top: 1px solid rgba(255,255,255,.1);
}

.navbar-dark .navbar-brand-svg-i {
 	color: #f5ba4b;
}

.navbar-light {
 	color: #212529;
}

.navbar-light .navbar-brand-svg-i {
 	color: #f5ba4b;
}

.navbar-brand {
 	line-height: 1.75rem;
 	font-weight: 500;
 	color: inherit!important;
}

.navbar-brand-svg {
 	height: 1.75rem;
 	width: auto;
 	width: 5.14063rem;
}

.navbar-brand-img {
 	height: 1.75rem;
 	width: auto;
}

.navbar-nav .nav-link {
 	position: relative;
 	padding-top: 0;
 	padding-bottom: 0;
 	font-size: 11px;
 	font-weight: 400;
 	letter-spacing: 2px;
 	text-transform: uppercase;
 	-webkit-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
 	-webkit-transition-property: color;
 	transition-property: color;
}

.section-scroll {
 	padding-left: 20px;
}

a.section-scroll {
 	color: #828282;
}

a.section-scroll:hover {
 	color: #444;
}

 @media (min-width:1200px){
 	.navbar-nav .nav-link:before {
 	display: none;
 	content: '';
 	position: absolute;
 	bottom: calc(-1.25rem);
 	left: 1rem;
 	right: 1rem;
 	border-top: 3px solid #f5ba4b;
 }

.navbar-nav .nav-link:focus,.navbar-nav .nav-link:hover {
 	outline: 0;
}}

.navbar-custom {
	-webkit-transition: background 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000), padding 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: background 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000), padding 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: background 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000), padding 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: background 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000), padding 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.navbar-custom {
	background: rgba(255, 255, 255, 0.95);
	border: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	       /*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);*/
	       box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 12px 0 rgba(0, 0, 0, 0.1) !important; 
}

.navbar-custom .navbar-brand {
	float: none;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 20px;
	color: #111;
}

.navbar-custom a,
.navbar-custom .navbar-brand {
	color: #828282;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
}

.navbar-custom .nav li > a {
	position: relative;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
	background: none;
	color: rgba(104, 104, 104, 0.7);
}

.navbar-custom .navbar-toggle {
	margin-top: 13px;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #111;
}

.navbar-custom .dropdown-menu {
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.navbar-custom .dropdown-menu > li > a {
	border: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	padding: 11px 15px;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	right: auto;
	margin-top: -1px;
}

.leftauto {
	right: 0 !important;
	left: auto !important;
}

.navbar-custom .dropdown-menu.left-side {

	right: 100%;
	left: auto;
}

.navbar-custom .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -5px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle {
	padding-right: 28px;
}

.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.light-logo {
	display: none !important;
}

.navbar-transparent.navbar-dark .light-logo {
	display: block !important;
}

.navbar-transparent.navbar-dark .dark-logo {
	display: none !important;
}

.dark-logo {
	float: right;
}

.dark-logo-2 {
	float: right;
	margin-top: 12px;
	opacity: .7;
}

.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle.search-dropdown:after {
	content: "";
}

.dropdown-search {
	position: relative;
	padding: 7px 5px;
}

.dropdown-search .form-control {
	position: relative;
}

.dropdown-search .search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 0px;
	width: 42px;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	outline: none;
	color: #eee;
	margin-top: -16px;
}

/* ------------------------------------------------------------------
Main Image
------------------------------------------------------------------- */

.module-hero {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.hero-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
	/*background-image: url(../images/lines2a.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.hero-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding-top: 10%;
}

.hero-text h1 a {
	color: #af3154;
/*	color: rgba(255, 71, 76, 1.0);*/
}

.hero-text h1 a:hover {
	color: #777;
}

.hero-text h3 {
	color: #d1d1d1;
}

/* 404 Page */

.notfound-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.notfound-text {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
	height: 100%;
}

/* Hero caption sizes */

.mh-line-size-1,
.mh-line-size-2,
.mh-line-size-3,
.mh-line-size-4,
.mh-line-size-5,
.mh-line-size-6,
.mh-line-size-7,
.mh-line-size-8 {
	font-weight: 700;
	opacity: 0.99;
	margin: 0;
}

.mh-line-size-1 {
	letter-spacing: 6px;
	font-size: 48px;
	background-color: rgba(14,1,15,0.90);
	padding: 10px;
}

.mh-line-size-2 {
	letter-spacing: 6px;
	font-size: 24px;
}

.mh-line-size-3 {
	letter-spacing: 6px;
	font-size: 24px;
	color: #f1f1f1;
}

.mh-line-size-4 {
	letter-spacing: 6px;
	font-size: 14px;
}

.mh-line-size-5 {
	letter-spacing: 4px;
	font-size: 12px;
}

.mh-line-size-6 {
	font-weight: 400;
	font-size: 16px;
}

.mh-line-size-7 {
	font-weight: 400;
	font-size: 64px;
	margin-top: 220px;
}

.mh-line-size-8 {
	font-weight: 400;
	font-size: 24px;
}

.mh-line-size-9 {
	letter-spacing: 8px;
	font-size: 18px;
	text-transform: lowercase;
	color: #f1f1f1;
}

/* ------------------------------------------------------------------
Lazy Load
------------------------------------------------------------------- */

.lazyload {
	opacity: 0;
	transition: opacity 0.5s ease;
	vertical-align: middle;
}

.lazyload.loaded {
	opacity: 1;
	height: auto;
}

/* ------------------------------------------------------------------
News
------------------------------------------------------------------- */

.content-box-title .font-alt h5 {
	color: rgba(230,60,130, 0.9);
}
.content-box-text a {
	color: rgba(80,138,142, 0.8);
}

.content-box-text a:hover, a:focus {
	text-decoration: none;
	color: #111;
	outline: 0;
}

/* ------------------------------------------------------------------
Modules
------------------------------------------------------------------- */

.wrapper {
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

.module,
.module-small, .module-portfolio, .module-latest, .module-team, .module-portfolio-single, .module-related, .module-about, .module-news, .module-dhprojects {
	padding: 100px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.module-small {
	padding: 70px 0;
}

.navbar-custom + .module {
	padding: 200px 0;
}

.navbar-custom + .module-small {
	padding: 130px 0;
}

.navbar-custom + .module-extra-small {
	padding: 80px 0;
}

.module-parallax {
	background-attachment: fixed;
}

.module-latest {
	background: linear-gradient(25deg, rgba(1,1,1,0.9) 0%,rgba(97,127,127,0.8) 100%);
	background-attachment: fixed;
}

.module-portfolio, .module-team, .module-related, .module-footer {
	background-color: #1b1b1b;
}

.module-portfolio-single {
	padding: 20px 0;
}

.module-portfolio-single h1 {
	padding-top: 60px;
}

.module-about {
	background: linear-gradient(70deg, rgba(65,102,120,0.94) 0%,rgba(41,121,121,0.8) 100%);
	color: #e4e4e4;
	background-attachment: fixed;
}

.slides-intro {
	position: relative;
	height: 450px;
	width: 100%;
}

/* Module titles */

.module-title, .module-title-news {
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	font-size: 24px;
	margin-bottom: 70px;
}

.module-title-news {
	margin-bottom: 20px;
}

.module-subtitle {
	text-align: center;
	font-size: 18px;
	margin-bottom: 70px;
}

.module-icon {
	font-size: 36px;
	margin-bottom: 70px;
	color: rgba(230,60,130, 0.9);
}

.module-title + .module-subtitle {
	margin-top: -35px;
}

.divider {
	margin: 0;
}

.copyright {
	padding: 0 5px;
}

/* ------------------------------------------------------------------
Works Grid
------------------------------------------------------------------- */

.works-grid-wrapper {
	margin: 0 -5px;
}

.works-grid {
	position: relative;
	width: 100%;
}

.work-item,
.grid-sizer {
	width: 25%;
}

.work-item.wide,
.work-item.wide-tall {
	width: 50%;
}

/* ------------------------------------------------------------------
Works Item
------------------------------------------------------------------- */

.work-item a {
	position: absolute;
	top: 0;
	bottom: 10px;
	right: 5px;
	left: 5px;
	overflow: hidden;
}

.work-item a:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-item img {
	height: auto;
	width: 100%;
}

.work-caption {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	padding: 20px;
	z-index: 3;
	text-align: center;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-title {
	font-size: 14px;
	color: #fff;
	margin: 6px 0 6px;
}

.work-descr {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.75);
}

/* White hover */

.works-hover-w .work-title {
	color: #111;
}

.works-hover-w .work-descr {
	color: rgba(17, 17, 17, 0.75);
}

/* Work item gradient background */

.works-hover-g a:after {
	opacity: 0;
}

/* ------------------------------------------------------------------
Works Item Hover
------------------------------------------------------------------- */

.work-item:hover a:after {
	background: rgba(0, 0, 0, 0.8);
}

.works-hover-w .work-item:hover a:after {
	background: rgba(255, 255, 255, 0.8);
}

.works-hover-g .work-item:hover a:after {
	background: rgb(111, 226, 158);
	background: -moz-linear-gradient(135deg, rgba(115,161,164,0.8) 0%, rgba(91,218,209,0.8) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(115,161,164,0.8)), color-stop(100%,rgba(91,218,209,0.8)));
	background: -webkit-linear-gradient(135deg, rgba(115,161,164,0.8) 0%,rgba(91,218,209,0.8) 100%);
	background: -o-linear-gradient(135deg, rgba(115,161,164,0.8) 0%,rgba(91,218,209,0.8) 100%);
	background: -ms-linear-gradient(135deg, rgba(115,161,164,0.8) 0%,rgba(91,218,209,0.8) 100%);
	background: linear-gradient(135deg, rgba(115,161,164,0.8) 0%,rgba(91,218,209,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 );
	opacity: 1;
}

.work-item:hover .work-caption {
	opacity: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/* ------------------------------------------------------------------
Portfolio Filter
------------------------------------------------------------------- */

.filters {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 70px;
}

.filters > li {
	display: inline-block;
	margin: 5px 30px;
}

.filters > li sup {
	top: -.7em;
	font-size: 80%;
	color: #999;
}

.filters > li > a {
	text-transform: uppercase;
	color: #555;
}

.filters > li > a:hover, .filters > li > a.current,
.filters > li > a:hover sup, .filters > li > a.current sup {
	color: rgba(91,218,209,0.8);
}

/* ------------------------------------------------------------------
Portfolio Single
------------------------------------------------------------------- */

.image-caption {
	position: relative;
	margin: 0 0 20px;
}

.image-caption .caption-text {
	position: absolute;
	display: table;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	padding: 20px;
	font-size: 12px;
}

.project-details {
	list-style: none;
	padding: 0;
	margin: 0;
}

.project-details li {
	padding: 0 0 10px;
	font-size: 14px;
}

.row-color-fm, .row-color-ea, .row-color-fb, .row-color-ca, .row-color-ot, .row-color-rd, .row-color-pa, .row-color-fc, .row-color-tp, 
.row-color-tm, .row-color-mp, .row-color-fp, .row-color-ve, .row-color-he, .row-color-va, .row-color-ln, .row-color-jr, .row-color-dh, 
.row-color-hp, .row-color-ri, .row-color-mi, .row-color-rr, .row-color-co, .row-color-so {
	margin-bottom: 20px;
	height: 4px;
	background: -moz-linear-gradient(-45deg, rgba(115,161,164,0.8) 0%, rgba(91,218,209,0.8) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(115,161,164,0.8)), color-stop(100%,rgba(91,218,209,0.8)));
	background: -webkit-linear-gradient(-45deg, rgba(115,161,164,0.8) 0%,rgba(91,218,209,0.8) 100%);
	background: -o-linear-gradient(-45deg, rgba(115,161,164,0.8) 0%,rgba(91,218,209,0.8) 100%);
	background: -ms-linear-gradient(-45deg, rgba(115,161,164,0.8) 0%,rgba(91,218,209,0.8) 100%);
	background: linear-gradient(135deg, rgba(173,55,19,0.8) 0%,rgba(81,164,178,0.8) 100%);
}

.row-color-so {
	background: linear-gradient(135deg, rgba(208,231,180,0.8) 0%,rgba(226,147,162,0.8) 100%);
}

.row-color-co {
	background: linear-gradient(135deg, rgba(35,48,54,0.8) 0%,rgba(251,103,101,0.8) 100%);
}

.row-color-ea {
	background: linear-gradient(135deg, rgba(16,18,51,0.8) 0%,rgba(174,197,154,0.8) 100%);
}

.row-color-fb {
	background: linear-gradient(135deg, rgba(19,137,105,0.8) 0%,rgba(49,139,175,0.8) 100%);
}

.row-color-ca {
	background: linear-gradient(135deg, rgba(74,54,91,0.8) 0%,rgba(243,231,209,0.8) 100%);
}

.row-color-ot {
	background: linear-gradient(135deg, rgba(237,233,222,0.8) 0%,rgba(109,109,35,0.8) 100%);
}

.row-color-rd {
	background: linear-gradient(135deg, rgba(137,178,138,0.8) 0%,rgba(253,191,132,0.8) 100%);
}

.row-color-pa {
	background: linear-gradient(135deg, rgba(178,195,179,0.8) 0%,rgba(43,60,103,0.8) 100%);
}

.row-color-fc {
	background: linear-gradient(135deg, rgba(33,52,48,0.8) 0%,rgba(232,214,166,0.8) 100%);
}

.row-color-tp {
	background: linear-gradient(135deg, rgba(211,233,184,0.8) 0%,rgba(162,203,255,0.8) 100%);
}

.row-color-tm {
	background: linear-gradient(135deg, rgba(66,100,137,0.8) 0%,rgba(66,178,78,0.8) 100%);
}

.row-color-mp {
	background: linear-gradient(135deg, rgba(208,84,82,0.8) 0%,rgba(94,145,224,0.8) 100%);
}

.row-color-fp {
	background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%,rgba(160,156,230,0.8) 100%);
}

.row-color-ve {
	background: linear-gradient(135deg, rgba(66,116,153,0.8) 0%,rgba(64,60,59,0.8) 100%);
}

.row-color-he {
	background: linear-gradient(135deg, rgba(151,134,123,0.8) 0%,rgba(49,143,163,0.8) 100%);
}

.row-color-va {
	background: linear-gradient(135deg, rgba(0,72,174,0.8) 0%,rgba(234,0,0,0.8) 100%);
}

.row-color-ln {
	background: linear-gradient(135deg, rgba(42,92,81,0.8) 0%,rgba(100,161,143,0.8) 100%);
}

.row-color-jr {
	background: linear-gradient(135deg, rgba(43,61,83,0.8) 0%,rgba(163,158,154,0.8) 100%);
}

.row-color-dh {
	background: linear-gradient(135deg, rgba(186,102,128,0.8) 0%,rgba(4,27,38,0.8) 100%);
}

.row-color-hp {
	background: linear-gradient(135deg, rgba(248,232,130,0.8) 0%,rgba(69,71,70,0.8) 100%);
}

.row-color-ri {
	background: linear-gradient(135deg, rgba(143,158,172,0.8) 0%,rgba(165,142,189,0.8) 100%);
}

.row-color-mi {
	background: linear-gradient(135deg, rgba(184,205,204,0.8) 0%,rgba(215,68,59,0.8) 100%);
}

.row-color-rr {
	background: linear-gradient(135deg, rgba(74,150,105,0.8) 0%,rgba(215,68,59,0.8) 100%);
}

/* ------------------------------------------------------------------
Mini Projects
------------------------------------------------------------------- */

.post-title-light a {
	font-family: "Abel", sans-serif;
	text-transform: uppercase;
	color: #adadad;
}

.post-title-light a:hover {
	color: #6b6b6b;
}

/* ------------------------------------------------------------------
Latest Maps
------------------------------------------------------------------- */

/* Fix Firefox 3 column width bug */

@-moz-document url-prefix() {

	@media (min-width: 1310px) {
		.posts-masonry .col-lg-4 {
			width: 33.3333%;
		}
	}

	@media (min-width: 992px) {
		.posts-masonry .col-md-4 {
			width: 33.3333%;
		}
	}

}

.post {
	width: 100%;
}

.post-media {
	position: relative;
	margin: 0 0 20px;
}

.post-media img {
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.post-media a:after {
	background: rgb(111, 226, 158);
	background: -moz-linear-gradient(-45deg, rgba(115,161,164,0.8) 0%, rgba(91,218,209,0.8) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(115,161,164,0.8)), color-stop(100%,rgba(91,218,209,0.8)));
	background: -webkit-linear-gradient(-45deg, rgba(115,161,164,0.8) 0%,rgba(91,218,209,0.8) 100%);
	background: -o-linear-gradient(-45deg, rgba(115,161,164,0.8) 0%,rgba(91,218,209,0.8) 100%);
	background: -ms-linear-gradient(-45deg, rgba(115,161,164,0.8) 0%,rgba(91,218,209,0.8) 100%);
	background: linear-gradient(135deg, rgba(115,161,164,0.8) 0%,rgba(91,218,209,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 );
	opacity: 1;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.post-media:hover a:after {
	opacity: 1;
}

.post-title {
	margin: 0;
}

.post-title a {
	color: rgba(14, 14, 14, 0.8);
}

.latest-maps .post-title a {
	color: rgba(91, 218, 209, 0.8);
}

.post-title a:hover {
	color: rgba(1, 1, 1, 0.55);
}

.post-entry p {
	color:#777;
}

.latest-maps .post-entry p {
	color:#dcdcdc;
}

.post-meta {
	font-size: 10px;
	margin: 0 0 5px;
}

.post-header {
	margin: 0 0 15px;
}

.post-more-link {
	font-family: "Abel", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

.post-more-link a:hover {
	color: #777;
}

/* Single post */

.post-single .post-media,
.post-single .post-header,
.post-single .post-entry {
	margin: 0 0 40px;
}

.post-single .post-meta {
	margin: 0 0 20px;
}

/* ------------------------------------------------------------------
Latest UR Digital Projects
------------------------------------------------------------------- */

/* Fix Firefox 3 column width bug */

@-moz-document url-prefix() {

	@media (min-width: 1310px) {
		.posts-masonry .col-lg-4 {
			width: 33.3333%;
		}
	}

	@media (min-width: 992px) {
		.posts-masonry .col-md-4 {
			width: 33.3333%;
		}
	}

}

.dh-item {
	width: 100%;
}

.dh-item-image {
	position: relative;
	margin: 0 0 20px;
}

.dh-item-image img {
	width: 100%;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 14px 0 rgba(0, 0, 0, 0.19);
}

.dh-item-image a:after {
	background: rgb(111, 226, 158);
	background: linear-gradient(135deg, rgba(236,71,69,0.5) 0%,rgba(38,160,211,0.5) 100%);
	opacity: 1;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.dh-item-image:hover a:after {
	opacity: 1;
}

.post-title {
	margin: 0;
}

.post-title a {
	color: #111;
}

.post-title a:hover {
	color: rgba(34, 34, 34, 0.55);
}

.post-meta {
	font-size: 10px;
	margin: 0 0 5px;
}

.post-header {
	margin: 0 0 15px;
}

.post-more-link {
	font-size: 12px;
}

/* Single post */

.post-single .post-media,
.post-single .post-header,
.post-single .post-entry {
	margin: 0 0 40px;
}

.post-single .post-meta {
	margin: 0 0 20px;
}

/* ------------------------------------------------------------------
Post Author
------------------------------------------------------------------- */

.post-author .author-avatar {
	max-width: 70px;
	float: left;
}

.post-author .author-avatar img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

.post-author .author-content {
	margin-left: 100px;
}

.post-author .author-name {
	margin-top: 0;
}

/* ------------------------------------------------------------------
Team
------------------------------------------------------------------- */

.team-image {
	position: relative;
	overflow: hidden;
	/* remove this reset images */
	max-width: 150px;
	margin: auto;
}

.team-image > img {
	width: 100%;
}

.team-image:after {
	position: absolute;
	background: transparent;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.team-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 2;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.team-item:hover .team-detail {
	opacity: 1;
	-webkit-transform: translateY(0%);
	   -moz-transform: translateY(0%);
	        transform: translateY(0%);
}

.team-item:hover .team-image:after {
	background: rgba(17, 17, 17, 0.2);
}

.team-descr {
	text-align: center;
	padding-top: 20px;
	color: #adadad;
}

.team-name {
	margin: 0 0 10px;
}

.team-role {
	font-size: 14px;
	color: #73a1a4;
	margin-bottom: 8px;
}

.team-subrow {
	margin: 0 auto;
}

/* ------------------------------------------------------------------
Social Links
------------------------------------------------------------------- */

.social-text-links,
.social-icon-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.socicon-round > li > a {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.socicon-circle > li > a {
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	     -o-border-radius: 100%;
	        border-radius: 100%;
}

.social-text-links > li {
	display: inline-block;
	margin: 0 10px 20px;
}

.social-icon-links > li {
	display: inline-block;
	margin: 0 5px 10px 0;
}

.social-icon-links > li > a {
	display: inline-block;
	background: #f7f7f7;
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #111;
}

.social-icon-links > li > a:hover {
	background: #f0f0f0;
}

/* ------------------------------------------------------------------
Forms
------------------------------------------------------------------- */

.form-control {
	border: 2px solid #eee;
	height: 32px;
	letter-spacing: 1px;
	font-size: 10px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.form-control:focus {
	border-color: #111;
}

/* Form sizes */

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 42px;
	font-size: 12px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 29px;
	font-size: 10px;
}

/* ------------------------------------------------------------------
Widgets
------------------------------------------------------------------- */

.widget {
	margin: 0 0 60px;
}

.widget-title {
	border-bottom: 1px solid #eee;
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget li {
	padding-bottom: 10px;
}

/* Recent posts */

.widget-posts li {
	padding-bottom: 20px;
}

.widget-posts-image {
	float: left;
	width: 64px;
}

.widget-posts-body {
	margin-left: 74px;
}

.widget-posts-title {
	margin: 0 0 5px;
}

.widget-posts-meta {
	letter-spacing: 1px;
	font-size: 11px;
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}

.loader {
	background: #ddd;
	position: absolute;
	display: inline-block;
	height: 40px;
	width: 40px;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
	        animation: ball-scale 1s 0s ease-in-out infinite;
}


@-webkit-keyframes ball-scale {

	0% {
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
		    -ms-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}

}

@keyframes ball-scale {

	0% {
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
		    -ms-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}

}

/* -------------------------------------------------------------------
Scroll To Top
------------------------------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	bottom: 7px;
	right: 7px;
	z-index: 999;
}

.scroll-up a {
	background: #fff;
	display: block;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #000;
	opacity: 0.6;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
	opacity: 1;
	color: #000;
}

/* -------------------------------------------------------------------
Responsive Media Querries
------------------------------------------------------------------- */

@media (min-width: 768px) {

	/* Navbar */

	.navbar-custom .navbar-brand {
		padding-left: 0;
	}

	.navbar-custom .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-transparent {
		background: transparent;
		padding-top: 15px;
		padding-bottom: 15px;
		background: transparent;
		webkit-box-shadow: none;
		  -moz-box-shadow: none;
		       box-shadow: none;
	}

	/* Nav */

	.navbar-transparent.navbar-dark .navbar-nav > li > a,
	.navbar-transparent.navbar-dark .navbar-brand {
		color: rgba(255, 255, 255, 0.95);
	}

	.navbar-transparent.navbar-dark .nav > li > a:focus,
	.navbar-transparent.navbar-dark .nav > li > a:hover {
		color: rgba(255, 255, 255, 0.75);
	}

	.navbar-custom .dropdown-menu .dropdown-toggle:after {
		position: absolute;
		display: block;
		right: 9px;
		top: 50%;
		margin-top: -6px;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 9px;
		content: "\f105";
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
	}

	.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
	}

	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

	/* Comments */

	.comment .comment {
		margin-left: 100px;
	}

	#slides {
	height: 200px;
	}
}

@media (max-width: 1024px) {

	/* Hero captions */

	.mh-line-size-1 {
		font-family: "Abel";
		letter-spacing: 8px;
		font-size: 26px;
	}

	.mh-line-size-2 {
		letter-spacing: 8px;
		font-size: 20px;
	}

	.mh-line-size-3 {
		letter-spacing: 4px;
		font-size: 20px;
	}

	.mh-line-size-4 {
		letter-spacing: 8px;
		font-size: 16px;
	}

	.navbar-custom {
		letter-spacing: 1px;
		font-size: 9px;
	}

	.module-title {
		font-size: 18px;
	}

	/* Portfolio grid */

	.work-item,
	.grid-sizer {
		width: 33.3333%;
	}

	.work-item.wide,
	.work-item.wide-tall {
		width: 66.6666%;
	}

	/* Portfolio filters */

	.filters li {
		display: inline-block;
		margin: 5px 10px;
	}

	.filters li:last-child {
		margin: 0 10px 140px;
	}

}

@media (max-width: 767px) {

	/* Navbar */

	.navbar-custom {
		letter-spacing: 2px;
		font-size: 10px;
	}

	.navbar-transparent.navbar-dark .light-logo {
		display: none !important;
	}

	.navbar-transparent.navbar-dark .dark-logo {
		display: block !important;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 10px 25px;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding: 10px 35px;
	}

	.navbar-custom .dropdown-toggle:after, .navbar-custom .dropdown-menu .dropdown-toggle:after {
		right: 15px;
		content: "\f107";
	}

	.navbar-custom .nav > .open >.dropdown-toggle:after, .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
		right: 15px;
		content: "\f106";
	}

	/* Hero captions */

	.hero-text {
		padding-top: 0px;
	}

	.mh-line-size-1 {
		font-family: "Abel";
		letter-spacing: 6px;
		font-size: 26px;
	}

	.mh-line-size-2 {
		letter-spacing: 16px;
		font-size: 15px;
	}

	.mh-line-size-3 {
		letter-spacing: 4px;
		font-size: 14px;
	}

	.mh-line-size-4 {
		letter-spacing: 4px;
		font-size: 14px;
	}

	.mh-line-size-5 {
		letter-spacing: 2px;
		font-size: 13px;
	}

	.mh-line-size-6 {
		font-size: 13px;
	}

	.mh-line-size-7 {
		font-weight: 400;
		font-size: 34px;
		margin-top: 160px;
		background-color: #fff;
		opacity: 0.9;
	}

	.mh-line-size-8 {
		font-weight: 400;
		font-size: 14px;
	}

	.module-subtitle {
		font-size: 14px;
	}

	/* Portfolio filters */

	.filters > li {
		display: block;
		margin: 5px 10px;
	}

	.filters li:last-child {
		margin: 0 10px 140px;
	}

	/* Portfolio grid */

	.work-item,
	.grid-sizer {
		width: 50%;
	}

	.work-item.wide,
	.work-item.wide-tall {
		width: 100%;
	}

}

@media (max-width: 500px) {

	/* Hero captions */

	.mh-line-size-1 {
		letter-spacing: 2px;
		font-size: 26px;
	}

	.mh-line-size-2 {
		letter-spacing: 6px;
		font-size: 14px;
	}

	.mh-line-size-3 {
		letter-spacing: 4px;
		font-size: 13px;
	}

	.mh-line-size-4 {
		letter-spacing: 4px;
		font-size: 12px;
	}

	.mh-line-size-5 {
		letter-spacing: 2px;
		font-size: 11px;
	}

	.mh-line-size-6 {
		font-size: 12px;
	}

	/* Portfolio grid */

	.work-item,
	.grid-sizer {
		width: 100%;
	}

	.work-item.wide,
	.work-item.wide-tall {
		width: 100%;
	}

}

/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

.multi-columns-row .first-in-row {
	clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {

	.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 992px) {

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 1200px) {

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }

}

.et-icons .box1 {
	border: 1px solid #eee;
	display: block;
	width: 25%;
	float: left;
	padding: 0;
	font-size: 13px;
	margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
	display: inline-block;
	border-right: 1px solid #eee;
	min-width: 60px;
	min-height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	margin-right: 5px;
}

.fa-icons {
	padding: 0 15px;
}
.fa-icons > div {
	padding: 0;
	border: 1px solid #eee;
	margin: -1px 0 0 -1px;
	font-size: 13px;
}

.fa-icons > div > i {
	display: inline-block;
	margin-right: 5px;
	min-width: 40px;
	min-height: 40px;
	border-right: 1px solid #eee;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}
