/*
Theme Name: agencyfish
Theme URI: 
Author: 
Author URI: 
Description: agencyfish is an outstanding creative and flexible WordPress one page theme 
Text Domain: agencyfish

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Reset
2.0  Document
3.0  Layout
4.0  Structure
5.0  Contents
6.0  Elements
7.0  Widgets
8.0  Sections
9.0  External Plugins

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* Reset already include in bootstrap */
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/

@font-face {
    font-family: 'Oswald'; 
    src: local('Oswald-Regular'),
         url(assets/fonts/Oswald-Regular.ttf);}

@font-face {
    font-family: 'Oswald-Light'; 
    src: local('Oswald-Light'),
         url(assets/fonts/Oswald-Light.ttf);}
		 
@font-face {
    font-family: 'Oswald-Bold'; 
    src: local('Oswald-Bold'),
         url(assets/fonts/Oswald-Bold.ttf);}
		 
@font-face {
    font-family: 'SourceSansPro-Italic'; 
    src: local('SourceSansPro-Italic'),
         url(assets/fonts/SourceSansPro-Italic.ttf);}

@font-face {
    font-family: 'SourceSansPro-Regular'; 
    src: local('SourceSansPro-Regular'),
         url(assets/fonts/SourceSansPro-Regular.ttf);}
		 
@font-face {
    font-family: 'SourceSansPro-Semibold'; 
    src: local('SourceSansPro-Semibold'),
         url(assets/fonts/SourceSansPro-Semibold.ttf);}
		 
@font-face {
    font-family: 'SourceSansPro-SemiboldItalic'; 
    src: local('SourceSansPro-SemiboldItalic'),
         url(assets/fonts/SourceSansPro-SemiboldItalic.ttf);}

@font-face {
    font-family: 'SourceSansPro-Bold'; 
    src: local('SourceSansPro-Bold'),
         url(assets/fonts/SourceSansPro-Bold.ttf);}

@font-face {
    font-family: 'SourceSansPro-BoldItalic'; 
    src: local('SourceSansPro-BoldItalic'),
         url(assets/fonts/SourceSansPro-BoldItalic.ttf);}		 

@font-face {
    font-family: 'SourceSansPro-ExtraLight'; 
    src: local('SourceSansPro-ExtraLight'),
         url(assets/fonts/SourceSansPro-ExtraLight.ttf);}
		 
@font-face {
    font-family: 'TimesNewRomanBold'; 
    src: local('TimesNewRomanBold'),
         url(assets/fonts/TimesNewRomanBold.ttf);}
body sm{font-weight: normal}		 
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	font-size: 16px;
}

@media (max-width: 991px) {
	html {
		font-size: 15px;
	}
}
.xfooter{padding:0 80px}
@media (max-width: 767px) {
	html {
		font-size: 14px;
	}
	.xfooter{padding:0 5px}
}

body {
	background: #ffffff;
	height: 100%; 
}
:focus {
	outline: none;
}

.site {
	background: #FFFFFF;
	position: relative;
	overflow: hidden;
	max-width: 100vw;
}

body, button, input, select, textarea {
	font-family: 'SourceSansPro-Regular', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #555555;
}
@media (max-width: 767px) {
body, button, input, select, textarea {
	font-size: 14px;
}
}

pre,
code,
input,
textarea {
	font: inherit;
}

::-moz-selection {
	background: #000000;
	color: #FFFFFF;
}

::selection {
	background: #000000;
	color: #FFFFFF;
}


@media (max-width: 767px) {
.section {
	padding: 30px 0;
}
}

/*------------------------------
	2.2 Links
------------------------------*/
a {
	color: #03c4eb;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #777777;
	text-decoration: underline;
}

a:active, a:focus, a:hover {
	outline: none;
}

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'SourceSansPro-Bold', Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	margin-top: 0;
	color: #333333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333333;
	text-decoration: none;
}

h1 {
	line-height: 1.3;
	font-size: 33px;
	font-size: 2.0625rem;
}

@media (min-width: 768px) {
	h1 {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

h2 {
	line-height: 1.2;
	font-size: 25px;
	font-size: 1.5625rem;
}

@media (min-width: 768px) {
	h2 {
		font-size: 32px;
		font-size: 2rem;
	}
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
}

h4 {
	font-size: 17px;
	font-size: 1.0625rem;
	margin-bottom: 12px;
}

h5 {
	text-transform: uppercase;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
}

h6 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 1px;
}

/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
	margin-bottom: 20px;
	margin-top: 0;
}

/*------------------------------
	2.5 Content
------------------------------*/
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	clear: both;
	margin: 20px 0;
}

blockquote p {
	font-style: italic;
}

blockquote cite {
	font-style: normal;
	margin-bottom: 20px;
	font-size: 13px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

figure {
	margin: 0;
}

address {
	margin: 20px 0;
}

hr {
	border: 0;
	border-top: 1px solid #e9e9e9;
	height: 1px;
	margin-bottom: 20px;
}


ul, ol {
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul li, ol li {
	margin: 8px 0;
}



/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
	padding: 20px;
	border: 1px solid #e9e9e9;
}

input[type="reset"], input[type="submit"], input[type="submit"] {
	cursor: pointer;
	border: 1px solid #eee;
	display: inline-block;
	color: #eeeeee;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	padding: 10px 23px 10px 23px;
	text-decoration: none;
	font-size: 14px;
	float: right;
	background: none;
}

input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover {
	opacity: 0.8;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

select {
	max-width: 100%;
	overflow: auto;
	vertical-align: top;
	outline: none;
	border: 1px solid #e9e9e9;
	padding: 10px;
}

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	padding: 10px;
	max-width: 100%;
	border: 0px;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	border: 1px solid #eee;
	box-sizing: border-box;
	color: #eeeeee;
	padding-left: 55px;
}

textarea:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	border-color: #EBEBEB;
	border: 1px solid #fff !important;
	background-color: #0096d3;
}

input {
	height: 40px;
}
textarea {
	padding-top: 10px;
}
.section-contact input[type=submit] {
	width: 140px !important;
	margin-bottom: 22px;
}
.c-input{
	background: url(assets/images/formimg.png) no-repeat 19px 10px;
}
.c-mail{
	background: url(assets/images/formimg.png) no-repeat 19px -54px;
}
.c-text{
	background: url(assets/images/formimg.png) no-repeat 19px -111px;
}
#ajax-contact strong{
	color:#fff;
	margin:0;
}
.section-contact .c-chapcha{
	color:#fff;
	width: 50px;
	padding:0px;
	text-align: center;
	background:#2bb6e1;
	margin-right:0px;
}
.section-contact .c-chapcha.ro{background:gold}
::-webkit-input-placeholder {color:#eeeeee;}
::-moz-placeholder          {color:#eeeeee;}/* Firefox 19+ */
:-moz-placeholder           {color:#eeeeee;}/* Firefox 18- */
:-ms-input-placeholder      {color:#eeeeee;}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0 10px;
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f8f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	clip: auto !important;
	color: #03c4eb;
	display: block;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 17px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/*------------------------------
	2.9 Alignments
------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 3.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 3.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------
	3.0 Clearings
------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*------------------------------
	3.1 Infinite Scroll
------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*------------------------------
	3.1 Helper.
------------------------------*/
.hide {
	display: none;
}

.clearleft {
	clear: left;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.single-post #primary, .single-post #secondary {
	padding-top: 30px;
}
@media (max-width: 767px) {
.single-post #primary {
	padding-top: 20px;
}
.single-post #secondary {
	padding-bottom: 0;
	padding-top: 20px;
}
}



.content-area {
	width: 100%;
	float: none;
}

@media screen and (min-width: 940px) {
	.content-area {
		float: left;
	}
}

.sidebar {
	width: 100%;
	float: none;
}

@media screen and (min-width: 940px) {
	.sidebar {
		width: 30%;
		float: left;
	}
}

.no-sidebar .content-area {
	width: 100%;
}

@media screen and (min-width: 940px) {
	.left-sidebar .content-area {
		float: right;
		padding-left: 39px;
		border-left: 1px solid #e9e9e9;
		margin-right: 1px;
		width: 70%;
	}
	.left-sidebar .sidebar {
		padding-right: 39px;
		border-right: 1px solid #e9e9e9;
		margin-right: -1px;
	}
	.right-sidebar .content-area {
		padding-right: 39px;
		width: 70%;
	}
	.right-sidebar .sidebar {
		padding-left: 39px;
	}
}

/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
	line-height: 75px; 
	position: relative;
	width: 100%;
	max-width: 100vw;
	z-index: 99;
	-webkit-transition: all 1s ease-out;
	/* Safari */
	transition: all .5s ease-out;
}

.site-header-wrapper {
	display: block;
}

.header-transparent .no-scroll .site-header {
	background: transparent;
	position: fixed;
}

@media screen and (min-width: 1140px) {
	.header-transparent .no-scroll .site-header .agencyfish-menu > li > a {
		color: rgba(255, 255, 255, 0.9);
	}
}

.no-sticky-header.page-template-template-frontpage.header-transparent .site-header {
	background: transparent;
	position: absolute;
}

.site-header.header-fixed {
	/*box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);*/
}

.sticky-header #page > .site-header, .sticky-header .header-fixed {
	position: fixed;
}

.sticky-header .header-fixed {
	top: 0px;
	left: 0px;
}
@media (max-width: 1199px) {
.site-header {
	height: 90px;
    background: #fff;
	background: -webkit-linear-gradient(rgba(255,255,255,1) 70px, rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,1) 70px, rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,1) 70px, rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,255,1) 70px, rgba(255,255,255,0)); /* Standard syntax */
}
}
@media (max-width: 767px) {
.site-header {
	height: 80px;
	background: #fff;
	background: -webkit-linear-gradient(rgba(255,255,255,1) 50px, rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,1) 50px, rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,1) 50px, rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,255,1) 50px, rgba(255,255,255,0)); /* Standard syntax */
}
}

.site-branding {
	float: left;
	margin: 10px 0;
}

.site-branding .site-title, .site-branding .site-text-logo {
	margin: 0px;
	line-height: 1;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 23px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
	display: initial;
	vertical-align: middle;
	font-weight: 600;
}

.site-branding .site-title:hover, .site-branding .site-text-logo:hover {
	text-decoration: none;
}

.site-branding .site-title {
	display: inline-block;
}

.site-branding .site-image-logo {
	display: block;
	width: 263px;
    height: 30px;
    background: url(assets/images/logoblack.png) no-repeat;
}
.menu-toggled .site-branding .site-image-logo {
	width: 250px;
    height: 50px;
    background: url(assets/images/logomenu.png) no-repeat;
}
@media (min-width: 1200px) {
.fp-viewing-worldwidepartner .site-branding .site-image-logo {
    background: url(assets/images/logogray.png) no-repeat;
}
}
.fp-viewing-home .site-header, .fp-viewing-home .menu {
	display: none;
}

@media (max-width: 767px) {
.site-branding .site-image-logo {
	width: 160px;
    height: 18px;
    background: url(assets/images/logosm.png) no-repeat;
}
.fp-viewing-worldwidepartner .site-branding .site-image-logo {
    background: url(assets/images/logosm.png) no-repeat;
}
.menu-toggled .site-branding .site-image-logo {
	width: 160px;
    height: 18px;
    background: url(assets/images/logosmgray.png) no-repeat;
}	 
}

.site-branding .site-logo-div {
	padding-top: 20px;
}

.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {
	line-height: 60px;
}

.site-branding .no-logo-img.has-desc .site-title, .site-branding .has-logo-img .site-title {
	margin-top: -5px;
	position: relative;
}

.site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
	position: relative;
	top: -15px;
}

.home.header-transparent .no-scroll .site-brand-inner, .home.header-transparent .no-scroll .site-text-logo {
	color: #fff;
}

.header-social {
	margin-left: 0px;
	float: right;
}

@media screen and (min-width: 940px) {
	.header-social {
		margin-left: 10px;
	}
}

@media screen and (max-width: 576px) {
	.header-social {
		display: none;
	}
}

.header-social a {
	display: block;
	height: 100%;
	float: left;
	margin-left: 0px;
	margin-top: -2px;
	color: #03c4eb;
}

@media screen and (min-width: 940px) {
	.header-social a {
		margin-left: 3px;
	}
}

.header-social a:hover {
	color: #000000;
	transition: all 0.2s linear 0s;
}

.header-social .fa-stack-1x, .header-social .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.header-social .fa-stack-1x {
	line-height: inherit;
}

.header-social .fa-stack-2x {
	font-size: 2em;
}

.header-social .fa-inverse {
	color: #FFFFFF;
}

.header-btn {
	float: right;
}

/* Site Navigation */
.agencyfish-menu, .agencyfish-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.agencyfish-menu {
	float: right;
}

.agencyfish-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.agencyfish-menu ul ul {
	top: 0;
	left: 100%;
}

.agencyfish-menu li {
	position: relative;
}

.agencyfish-menu > li {
	float: left;
}

.agencyfish-menu li:hover > ul, .agencyfish-menu li.sfHover > ul {
	display: block;
}

.agencyfish-menu a {
	display: block;
	position: relative;
}

.agencyfish-menu ul {
	min-width: 12em;
	*width: 12em;
	border: 1px solid #e9e9e9;
	border-top: none;
}

.agencyfish-menu li {
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.agencyfish-menu li:hover,
.agencyfish-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

.agencyfish-menu a {
	color: #333333;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	padding-left: 17px;
	padding-right: 17px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	zoom: 1;
	letter-spacing: 1px;
}

.agencyfish-menu a:hover {
	color: #03c4eb;
}

.agencyfish-menu ul li {
	line-height: 26px;
}

.agencyfish-menu ul li a {
	border-top: 1px solid #e9e9e9;
	padding: 8px 18px;
	color: #999999;
	font-size: 13px;
	text-transform: none;
	background: #ffffff;
	letter-spacing: 0;
}

.agencyfish-menu ul li a:hover {
	color: #03c4eb;
}

.agencyfish-menu li.agencyfish-current-item > a {
	color: #03c4eb;
}

.agencyfish-menu ul li.current-menu-item > a {
	color: #03c4eb;
}

.agencyfish-menu > li:last-child > a {
	padding-right: 0px;
}

.agencyfish-menu > li a.menu-actived {
	color: #03c4eb;
}

.agencyfish-menu .nav-toggle-subarrow {
	display: none;
}

#nav-toggle {
	display: none;
	margin-left: 15px;
}

@media screen and (max-width: 1140px) {
	.main-navigation {
		position: static;
	}
	.main-navigation .agencyfish-menu {
		width: 100% !important;
		display: none;
	}
	.agencyfish-menu.agencyfish-menu-mobile {
		display: block !important;
		position: absolute;
		top: 75px;
		right: 0;
		width: 100%;
		background: transparent;
		z-index: 100;
		border-bottom: 1px solid #e9e9e9;
	}
	.agencyfish-menu.agencyfish-menu-mobile > li > a {
		padding: 12px 20px;
	}
	.agencyfish-menu.agencyfish-menu-mobile li:hover ul {
		display: none;
	}
	.agencyfish-menu.agencyfish-menu-mobile ul {
		box-shadow: none;
		padding-bottom: 0;
		border: none;
		position: relative;
	}
	.agencyfish-menu.agencyfish-menu-mobile ul li:last-child {
		border-bottom: none;
	}
	.agencyfish-menu.agencyfish-menu-mobile ul li a {
		padding: 12px 35px;
		border-top: none;
	}
	.agencyfish-menu.agencyfish-menu-mobile ul li a:hover {
		background: transparent;
	}
	.agencyfish-menu.agencyfish-menu-mobile ul li li a {
		padding: 12px 70px;
		border-top: none;
	}
	.agencyfish-menu.agencyfish-menu-mobile ul li li li a {
		padding: 12px 105px;
	}
	.agencyfish-menu.agencyfish-menu-mobile ul ul {
		left: 0px;
	}
	.agencyfish-menu.agencyfish-menu-mobile li {
		line-height: 20px;
		background: #FFFFFF;
		border-top: 1px solid #e9e9e9;
		width: 100% !important;
	}
	.agencyfish-menu.agencyfish-menu-mobile li.agencyfish-current-item > a {
		color: #03c4eb;
	}
	.agencyfish-menu.agencyfish-menu-mobile a {
		color: #777777;
	}
	.agencyfish-menu.agencyfish-menu-mobile a:hover {
		color: #000000;
	}
	.agencyfish-menu.agencyfish-menu-mobile .nav-toggle-subarrow {
		display: block;
		color: #999999;
		border-left: 1px solid #e9e9e9;
		font-weight: normal;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		text-align: center;
		padding: 11px 20px;
		z-index: 10;
		font-size: 22px;
	}
	.agencyfish-menu.agencyfish-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
		content: "\f106" !important;
	}
	.agencyfish-menu.agencyfish-menu-mobile .nav-toggle-dropdown > ul {
		display: block !important;
	}
	#nav-toggle {
		display: block;
	}
}

#nav-toggle {
	float: right;
	position: relative;
	width: 35px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
}

#nav-toggle span {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -2px;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	display: inline-block;
	height: 3px;
	width: 24px;
	background: #000000;
}

#nav-toggle span:before {
	top: -8px;
}

#nav-toggle span:after {
	top: 8px;
}

#nav-toggle span:before, #nav-toggle span:after {
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 24px;
	background: #000000;
	content: '';
	right: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

#nav-toggle.nav-is-visible span {
	background: transparent;
}

#nav-toggle.nav-is-visible span:before {
	-webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
	-moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
	-o-transform: translateX(4px) translateY(-1px) rotate(45deg);
	transform: translateX(4px) translateY(-1px) rotate(45deg);
}

#nav-toggle.nav-is-visible span:after {
	-webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(0px) rotate(-45deg);
	transform: translateX(4px) translateY(0px) rotate(-45deg);
}

#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
	background: #000000;
}

/* Content
------------------------------*/

.single-post #content-inside {    
	max-width: 945px;
}    

.blog .site-content,
.single-post .site-content,
.single-projects .site-content {
	margin-top: 0;
	padding-bottom: 20px;
}


.site-content.no-border {
	border-top: none;
}

.page-header {
	padding: 30px 0px;
	border-top: 1px solid #e9e9e9;
	background: #f8f9f9;
	border-bottom: 1px solid #e9e9e9;
}

.page-header .entry-title, .page-header .page-title {
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.page-header p {
	margin: 6px 0px 0px 0px;
}

/* Footer
------------------------------*/
.site-footer {
	color: #555555;
	font-size: 14px;
}

.site-footer a {
	color: #03c4eb;
}

.site-footer .footer-connect {
	padding: 90px 0px;
	padding: 80px 0px;
	padding:  5rem 0rem;
	text-align: center;
}

@media (max-width: 767px) {
	.site-footer .footer-connect .footer-subscribe {
		margin-bottom: 40px;
	}
}

.site-footer .footer-connect .follow-heading {
	color: #FFFFFF;
	margin-bottom: 20px;
	letter-spacing: 0.8px;
}

.site-footer .footer-connect .subs_input {
	background-color: rgba(255, 255, 255, 0.145);
	color: #cccccc;
	border-bottom: none;
	box-shadow: none;
	padding: 12px 15px 12px;
	border-radius: 2px;
	width: 60%;
	font-size: 13px;
}

.site-footer .footer-connect .subs_input:focus {
	border: none;
}

@media screen and (max-width: 1140px) {
	.site-footer .footer-connect .subs_input {
		width: 100%;
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 940px) {
	.site-footer .footer-connect .subs_input {
		width: 70%;
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 720px) {
	.site-footer .footer-connect .subs_input {
		width: 100%;
		margin-bottom: 4px;
	}
}

.site-footer .footer-connect .subs-button {
	margin: 0px;
	position: relative;
	top: 0px;
	padding: 16px 23px 16px;
}

@media screen and (max-width: 1140px) {
	.site-footer .footer-connect .subs-button {
		width: 100%;
	}
}

@media screen and (max-width: 940px) {
	.site-footer .footer-connect .subs-button {
		width: 70%;
	}
}

@media screen and (max-width: 720px) {
	.site-footer .footer-connect .subs-button {
		width: 100%;
	}
}

.site-footer .footer-connect input[type="text"]:focus {
	border: none !important;
}

.site-footer .footer-social {
	text-align: center;
}

.site-footer .footer-social a {
	font-size: 30px;
	margin: 0px 13px;
	color: #FFFFFF;
}

.site-footer .footer-social a:hover {
	color: #03c4eb;
}

.site-footer .site-info {
	position: relative;
    text-align: center;
    padding: 5px 0px;
    background: #f6f6f6;
    color: #6a6a6a;
    font-size: 13px;
}

.site-footer .site-info a {
	color: #dddddd;
}

.site-footer .site-info a:hover {
	text-decoration: underline;
}

.site-footer .btt a {
	border-radius: 0px 20px 0 0;
	color: #999999;
	background: #222222;
	display: block;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	position: absolute;
	right: 60px;
	top: -25px;
	transition: all 0.2s linear 0s;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.site-footer .btt a:hover {
	color: #03c4eb;
}

.site-footer .btt a i {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: 3px;
}

@media screen and (max-width: 940px) {
	.site-footer .btt a {
		right: 0;
		left: 0;
	}
}

/*--------------------------------------------------------------
5.0 Contents
--------------------------------------------------------------*/
/* Page: 404
------------------------------*/
.error-404 .search-form, .error-404 .widget {
	margin-bottom: 40px;
}

.error-404 .widgettitle, .error-404 .widget-title {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 13px;
	font-weight: 700;
}

.error-404 ul {
	padding-left: 0px;
}

.error-404 ul li {
	list-style: none;
}

/* Page: Search
------------------------------*/
.search-results .hentry {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.search-results .entry-summary p {
	margin-bottom: 0px;
}

.search-results .entry-header .entry-title {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 500;
}

.search-results .entry-header .entry-title a:hover {
	text-decoration: none;
}

/* Entry Header
------------------------------*/

.single .entry-header .entry-title {
	margin-bottom: 30px;
}

.highlight {
	color: #03c4eb;
}

/* Entry Content
------------------------------*/

.entry-content blockquote {
	padding: 30px;
	position: relative;
	background: #f8f9f9;
	border-left: 3px solid #03c4eb;
	font-style: italic;
}

.entry-content blockquote p {
	margin: 0px;
}

/* Entry Stuff
------------------------------*/
.entry-meta {
	margin-bottom: 30px;
	font-size: 12px;
	padding-bottom: 30px;
}
@media (max-width:767px) {
.entry-meta {
	margin-bottom: 5px;
}
}
.entry-footer {
	margin-bottom: 30px;
	padding-top: 30px;
}

.entry-footer .cat-links, .entry-footer .tags-links {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
}



.nav-links {
	padding: 0px;
	border-left: none;
	border-right: none;
	margin-bottom: 50px;
}

.nav-links .nav-previous {
	float: left;
}

.nav-links .nav-next {
	float: right;
}

.nav-links a {
    background: transparent;
    border: 1px solid #a8a8a8;
    color: #555555;
    font-size: 14px;
    text-transform: uppercase;
    margin: 20px 0;
    padding: 11px 15px;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: normal;
    border-radius: inherit;
}
.nav-links a:hover {
	background-color: #2cb9e3;
	border: 1px solid #2cb9e3;
	color: #fff;
	text-decoration: none;
}

.bypostauthor {
	margin: 0;
}

/* Sticky Post
------------------------------*/
.sticky .entry-title {
	padding-left: 20px;
	position: relative;
}

.sticky .entry-title:after {
	content: "\f276";
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 22px;
	color: #aaaaaa;
}

/* WordPress caption style
------------------------------*/
.wp-caption {
	max-width: 100%;
	font-style: italic;
	line-height: 1.35;
	margin-bottom: 15px;
	margin-top: 5px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin: 10px 0px;
}

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
	font-style: italic;
	line-height: 1.35;
	font-size: 13px;
}

/* WordPress Gallery
------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Comments
------------------------------*/
#comments {
	padding-top: 30px;
	border-top: 1px solid #e9e9e9;
}

#comments .comments-title {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

#comments .comment-list {
	list-style: none;
	padding-left: 0px;
}

#comments .comment-list .pingback {
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0;
	margin: 0;
}

#comments .comment-list .pingback p {
	margin: 0px;
}

#comments .comment-list .pingback:last-child {
	margin-bottom: 40px;
}

#comments .comment-content.entry-content {
	margin-bottom: 0px;
}

#comments .comment {
	list-style: none;
	margin: 30px 0;
}

#comments .comment .avatar {
	width: 60px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#comments .comment .comment-wrapper {
	margin-left: 90px;
	padding: 25px 30px 15px 30px;
	background: #f8f9f9;
	position: relative;
}

#comments .comment .comment-wrapper:before {
	border-color: transparent #f6f7f9 transparent transparent;
	border-style: solid;
	border-width: 0 10px 10px 0;
	content: "";
	height: 0;
	left: -9px;
	position: absolute;
	top: 0;
	width: 0;
}

#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
	color: #aaaaaa;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-size: 11px;
}

#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
	color: #03c4eb;
}

#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
	content: "/";
	padding: 0px 5px;
}

#comments .comment .comment-wrapper .comment-meta a:last-child:after {
	content: "";
}

#comments .comment .comment-wrapper .comment-meta cite .fn {
	font-weight: bold;
	font-style: normal;
	margin-right: 5px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 14px;
}

#comments .comment .comment-wrapper .comment-meta cite span {
	padding: 3px 10px;
	background: #e9e9e9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
}

#comments .comment .comment-wrapper a {
	text-decoration: none;
}

#comments .comment .children {
	padding-left: 30px;
}

#comments .comment .children .children {
	padding-left: 30px;
}

#comments .comment .children .children .children {
	padding-left: 0px;
}

@media screen and (min-width: 940px) {
	#comments .comment .children {
		padding-left: 90px;
	}
	#comments .comment .children .children {
		padding-left: 90px;
	}
	#comments .comment .children .children .children {
		padding-left: 90px;
	}
}

#comments .form-allowed-tags {
	display: none;
}

#comments a {
	text-decoration: none;
}

#comments a:hover {
	text-decoration: underline;
}

.right-sidebar .comment-respond textarea,
.left-sidebar .comment-respond textarea {
	width: 100%;
}

/* Comment Form
------------------------------*/
#respond {
	padding-top: 20px;
}

#respond .comment-form label {
	display: block;
	margin-bottom: 4px;
}

#respond .form-allowed-tags {
	font-size: 12px;
}

#respond .form-allowed-tags code {
	background: none;
}

#respond .comment-reply-title {
	font-size: 18px;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#respond .comment-notes {
	display: none;
}

#respond label {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.full-screen .comments-area {
	max-width: 1110px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn {
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 600;
}

.btn:active, .btn:focus {
	outline: none;
}

.btn-lg {
	font-size: 17px;
	font-size: 1.0625rem;
}

.btn-theme-primary {
	background: #03c4eb;
	color: #FFFFFF;
}

.btn-theme-primary:hover {
	color: #FFFFFF;
}

.btn-theme-primary-outline {
	background-color: transparent;
	background-image: none;
	border-color: #03c4eb;
	color: #03c4eb;
}

.btn-theme-primary-outline:hover {
	color: #FFF;
	background-color: #03c4eb;
	border-color: #03c4eb;
}

.backblog, .downloadbtn, .readbtn {
	background: transparent;
	border: 1px solid #555555;
	padding: 11px 15px 11px 60px;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 70px;
	text-transform: uppercase;
	background: url(assets/images/arrowleft.png) no-repeat 15px center;
}
.cleanbtn {
	background: transparent;
	border: 1px solid #555555;
	padding: 10px 20px;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: uppercase;
}
.viewmore {
	background: transparent;
	border: 1px solid #555555;
	padding: 11px 0px;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 70px;
	text-transform: uppercase;
	width: 50%;
	float: right;
}
@media (max-width:767px) {
.cleanbtn {
	border: 1px solid #aaaaaa;
}
.backblog {
	font-size: 12px;
	padding: 8px 15px 8px 60px;
}
}
@media screen and (min-width: 940px) {
.cleanbtn {
	width: 100%;
	
}
}
.downloadbtn  {
	padding: 10px 25px 10px 50px;
	background: url(assets/images/download.png) no-repeat 25px center;
}

.readbtn {
	padding: 10px 25px 10px 50px;
	background: url(assets/images/book.png) no-repeat 25px center;
}
.prevbtn, .nextbtn {
	background: transparent;
	border: none;
	padding: 0px 25px;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0;
}
.nextbtn {
	border-left: 1px solid #aaaaaa;
}
.prevbtn span.arrow, .nextbtn span.arrow {
	display: inline-block;
	width: 7px;
	height: 14px;
	background-image: url(assets/images/arrowsgray.png);
	background-position: 7px;
	margin-left: 15px;
    vertical-align: sub;
}
.prevbtn span.arrow {
	background-position: 0px;
	margin-left: 0;
	margin-right: 15px;
}

.prevbtn:hover, .nextbtn:hover {
	color: #2cb9e3;
	
}
.prevbtn:hover span.arrow, .nextbtn:hover span.arrow{
	background-image: url(assets/images/arrowsblue.png);
}
@media (max-width:767px) {
.downloadbtn {
	margin-top: 10px;
}
.readbtn {
	margin: 10px 0 30px 0; 
}
.prevbtn span.text, .nextbtn span.text, span.desktop {
	display: none;
}
.prevbtn, .nextbtn {
	padding: 0px 10px;
}
}
.button-disabled {
	opacity: .35;
    cursor: auto;
    pointer-events: none;
}
a.rect {
	width: 22px;
	height: 22px;
	background-image: url(assets/images/rectangle.png);
	display: inline-block;
	margin-top: 10px;
}



/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/

.sidebar .widget .widget-title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-family: 'Oswald'; 
	color: #2cb9e3
}
@media (max-width:767px) {
.sidebar .widget .widget-title {
	margin-bottom: 15px;
}
}

.sidebar .widget ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0;
}

.sidebar .widget ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.sidebar .widget a {
	color: #555555;
	font-size: 16px;
}

.sidebar .widget a:hover {
	color: #03c4eb;
	text-decoration: underline;
}

/* Search
------------------------------*/
.sidebar .widget .search-form .search-field {
	width: 100% !important;
	padding: 10px 15px;
	padding:  0.625rem 0.9375rem;
}

.sidebar .widget .search-form .search-submit {
	padding: 12px 23px 12px;
	width: 93%;
}

/* Recent Comment
------------------------------*/
.widget_recent_comments ul {
	margin-top: 25px;
}

.widget_recent_comments ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.widget_recent_comments ul a {
	font-style: italic;
}

.widget_recent_comments .comment-author-link a {
	font-weight: bold;
	font-style: normal;
}

/* Recent Categories, Archive, Meta
------------------------------*/
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
	float: left;
	margin-bottom: 0;
	width: 50%;
}

@media screen and (min-width: 720px) {
	.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
		width: 50%;
	}
}

@media screen and (min-width: 940px) {
	.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
		width: 100%;
		float: none;
	}
}

@media screen and (min-width: 1140px) {
	.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
		width: 50%;
		float: left;
	}
}

.widget_recent_entries ul li {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #e9e9e9;
}

/*--------------------------------------------------------------
8.0 Sections
--------------------------------------------------------------*/
/* Section Stuffs
------------------------------*/
.section-padding {
}

.section-meta {
	background-color: #f8f9f9;
}

.onepage-section {
	position: relative;
	overflow: hidden;
}

.onepage-section:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	content: " ";
	z-index: 1;
}

.onepage-section .container {
	position: relative;
	z-index: 5;
}

.section-inverse {
	background: #222222;
}

.section-inverse .section-title-area .section-title {
	color: rgba(255, 255, 255, 0.99);
}

.section-inverse .section-title-area .section-subtitle {
	color: rgba(255, 255, 255, 0.7);
}

.section-inverse .section-title-area .section-subtitle::after {
	background: rgba(255, 255, 255, 0.8);
}

.section-inverse-extended {
	background: #333333;
}

.section-inverse-extended .section-title-area .section-title {
	color: rgba(255, 255, 255, 0.99);
}

.section-inverse-extended .section-title-area .section-subtitle {
	color: rgba(255, 255, 255, 0.7);
}

.section-inverse-extended .section-title-area .section-subtitle::after {
	background: rgba(255, 255, 255, 0.8);
}

.section-inverse {
	color: rgba(255, 255, 255, 0.5);
}

.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6 {
	color: rgba(255, 255, 255, 0.9);
}

.section-inverse p {
	color: rgba(255, 255, 255, 0.5);
}

.section-title-area {
	margin-bottom: 30px;
}
.about .section-title-area {
	margin-bottom: 48px;
}

.section-title-area .section-title, .sectionname, .category-blog h1.entry-title {
	font-size: 42px;
	color: #333333;
    font-family: 'Oswald-Light';
	position: relative;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: left;
    padding-left: 25px;
    line-height: 1.15;
    margin-top: 0;
	border-left: 2px solid #2cb9e3;
}

.section-title-AREA b,.section-title b{
	font-weight:normal;
    font-family: 'Oswald-Light';
}
.section-title-area .section-title span, .sectionname span, .category-blog h1.entry-title {
	font-family: 'Oswald';
}
@media (max-width: 767px) {
.section-title-area .section-title, .sectionname, .category-blog h1.entry-title {
	font-size: 32px;
}
}

.section-title-area .section-subtitle {
	color: #aaaaaa;
	font-size: 12px;
	display: block;
	position: relative;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
}

@media screen and (min-width: 940px) {
	.section-title-area .section-subtitle {
		font-size: 14px;
	}
}

.section-desc {
	font-size: 15px;
	text-align: left;
}
.section-desc p:last-child {
	margin: 0;
}

/* Section: Hero
------------------------------*/
.hero-slideshow-wrapper {
	width: 100%;
	position: relative;
	background: url(assets/images/slider.jpg)	no-repeat;
	background-size: cover;
	overflow: hidden;
	z-index: 999 !important;
	margin-bottom: 0px;
	display: table;
    table-layout: fixed;
	padding-top: 0 !important;
}

.hero-slideshow-wrapper:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: block;
	content: "";
}

.hero-slideshow-normal .container {
	padding: 10% 0px;
	position: relative;
	z-index: 80;
}

.hero-slideshow-fullscreen .container {
	z-index: 80;
	position: relative;
}

.hero__content {
	color: #FFF; 
}
@media (max-width: 767px) {
.hero__content {
	padding: 20px;
}
}
.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
	color: #FFF;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.hero__content a.btn {
	margin: 10px 10px 20px 0px;
	margin:  0.625rem 0.625rem 1.25rem 0rem;
}

.hero__content p {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.hero__content .btn-secondary-outline {
	box-shadow: none;
	border-color: rgba(255, 255, 255, 0.9);
	color: rgba(255, 255, 255, 0.9);
}


.hero__content .hcl2-content {
	text-align: center;
}

.fp-viewing-hero .site-header {
	display: none;	
}

.section-hero .bordered {
	border: 1px solid #fff;
	padding: 25px 115px;
	font-size: 21px;
	line-height: 1.3;
	color: #fff;
	font-family: 'SourceSansPro-Semibold'; 
	text-align: center;
	margin-top: 45px;
}

@media (max-width: 767px) {
.section-hero .bordered {
	padding: 15px 10px;
    font-size: 16px;
    margin: 20px 0;
}	
}

.section-hero .btn {
	box-shadow: none;
	padding: 22px 15px 20px;
	background: url(assets/images/scrolldown.png)	no-repeat top center;
	font-size: 14px;
	color: #fff;
	font-family: 'SourceSansPro-Semibold'; 
	text-transform: uppercase;
    border: none;
}

.section-hero .btn:hover {
	border: none;
	outline: none;
}


/* Section: Features
------------------------------*/
.icon-background-default {
	color: #03c4eb;
}

.feature-item {
	color: #333;
    line-height: 1.3;
    margin-bottom: 20px;
}

.feature-item .feature-icon {
	color: #fff;
}

.feature-item .fa-5x {
	font-size: 4em;
}

.feature-item:hover .icon-background-default {
	color: #333333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (min-width: 940px) {
	.feature-item.col-lg-3:nth-child(4n+1), .feature-item.col-lg-4:nth-child(3n+1), .feature-item.col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

.feature-media {
	margin-bottom: 8px;
}

/* Section: About Us
------------------------------*/
.section-about .about-image {
	text-align: center;
}

.section-about .about-image img {
	margin-bottom: 30px;
}

/* Section: Services
------------------------------*/
.section-services .service-item {
	background: #FFFFFF;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	transition: all 100ms ease-out 0s;
}

@media screen and (max-width: 720px) {
	.section-services .service-item {
		padding: 20px;
	}
}

.section-services .service-item:after {
	content: "";
	display: table;
	clear: both;
	clear: both;
}

.section-services .service-item:hover {
	box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
}

.section-services .service-item .service-image {
	float: left;
	margin-right: 30px;
}

.section-services .service-item .service-image img {
	max-width: 120px;
	height: auto;
}

.section-services .service-item .service-image i {
	color: #03c4eb;
}

@media screen and (max-width: 720px) {
	.section-services .service-item .service-image {
		float: none;
		margin-bottom: 30px;
		margin-top: 10px;
		margin-right: 0px;
		text-align: center;
	}
}

.section-services .service-item .service-thumbnail {
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

.section-services .service-item .service-content {
	overflow: hidden;
}

.section-services .service-item .service-content p {
	margin: 0px;
	font-size: 14px;
	color: #777777;
}

@media screen and (max-width: 720px) {
	.section-services .service-item .service-content {
		text-align: center;
		overflow: auto;
	}
}

.section-services .service-item .service-title {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	color: #333333;
}

.section-services .service-item .service-link:before {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
}

/* Section: Counter
------------------------------*/
.counter_item {
	margin-bottom: 30px;
	max-width: 176px;
}

@media (max-width: 991px) {
.counter_item, .slidecontent {
	margin: 6px auto;
	max-width: 176px;
}
.counter_item{
	margin: 6px auto;
}
}
@media (max-width: 767px) {
.counter_item, .slidecontent {
	max-width: 129px;
}
}

.counter_item .counter {
	font-size: 54px;
	color: #2cb9e3;
	line-height: 1;
	font-family: open-sans, sans-serif;
    font-weight: bold;
	text-transform: uppercase;
}

.counter_item .counter:after {
    content: none;
}

.counter_item .counter_title {
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	font-family: 'SourceSansPro-Bold'; 
    line-height: 1;
}
.countercont {
    margin: 0;
}
.countercont>div {
    padding: 0;
}
@media (max-width: 767px) {
.counter_item .counter {
font-size: 48px;
}
.counter_item .counter_title {
	font-size: 14px;
}
.section-award .section-desc {
	display: none;
}
}
/* Section: Parallax
------------------------------*/
.section-has-parallax {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.parallax_bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.parallax_bg.is-mobile {
	background-position: 50% 50% !important;
}

.parallax_bg_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	opacity: 0.4;
}

.parallax-content {
	z-index: 10;
	position: relative;
	padding: 100px 0px;
	text-align: center;
}

.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6 {
	color: #FFFFFF;
	line-height: 1.5;
}

.parallax-content p, .parallax-content a {
	color: #FFFFFF;
}

/* Section: Team
------------------------------*/
.section-team .team-member {
	padding: 0px 0.5px;
}

.section-team .row {
	margin-left: -0.5px;
	margin-right: -0.5px;
}

.team-members.row {
	margin-left: 0px;
	margin-left: 0rem;
	margin-right: 0px;
	margin-right: 0rem;
}

@media screen and (min-width: 940px) {
	.team-members.row.team-layout-4 .team-member {
		width: 25%;
	}
	.team-members.row.team-layout-4 .team-member:nth-child(4n+1) {
		clear: left;
	}
	.team-members.row.team-layout-3 .team-member {
		width: 33.33333%;
	}
	.team-members.row.team-layout-3 .team-member:nth-child(3n+1) {
		clear: left;
	}
	.team-members.row.team-layout-2 .team-member {
		width: 50%;
	}
	.team-members.row.team-layout-2 .team-member:nth-child(2n+1) {
		clear: left;
	}
}

@media screen and (max-width: 940px) {
	.team-members.row .team-member {
		width: 50%;
	}
	.team-members.row .team-member:nth-child(2n+1) {
		clear: left;
	}
}

@media screen and (max-width: 720px) {
	.team-members.row .team-member {
		width: 50%;
	}
	.team-members.row .team-member:nth-child(2n+1) {
		clear: left;
	}
}

@media screen and (max-width: 576px) {
	.team-members.row .team-member {
		width: 100%;
	}
}

.team-member {
	margin-bottom: 20px;
	float: left;
}

.team-member .member-thumb {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.team-member .member-thumb:hover .member-profile {
	bottom: 8px;
	transition: all 0.1s linear;
}

.team-member .member-thumb:hover img {
	opacity: 0.7;
	transition: all 0.1s linear;
}

.team-member .member-thumb .member-profile {
	position: absolute;
	text-align: center;
	bottom: -35px;
	left: auto;
	right: auto;
	width: 100%;
}

.team-member .member-thumb .member-profile a {
	color: #000000;
}

.team-member .member-thumb .member-profile a .fa-inverse {
	color: #ffffff;
}

.team-member .member-thumb .member-profile a:hover {
	color: #03c4eb;
}

.team-member .member-info {
	margin-top: 0px;
	position: relative;
	z-index: 30;
	text-align: center;
}

.team-member .member-name {
	letter-spacing: 2px;
	margin-bottom: 15px;
	position: relative;
}

.team-member .member-name:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15%;
	bottom: -11px;
	width: 30%;
	height: 1px;
	background: #cccccc;
}

.team-member .member-position {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1.3px;
}

/* Section: News
------------------------------*/
.all-news {
	text-align: center;
	margin-top: 40px;
	display: block;
}

.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
	/*float: left;
	margin-right: 30px;*/
	
}

.section-news .list-article-thumb a img:hover, .archive .list-article-thumb a img:hover, .blog .list-article-thumb a img:hover {
	opacity: 0.8;
}


@media screen and (max-width: 720px) {
	.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
		width: 100%;
		float: none;
		margin-right: 0px;
		display: block;
	}
	.section-news .list-article-thumb img, .archive .list-article-thumb img, .blog .list-article-thumb img {
		width: 100%;
	}
}

.section-news .list-article-content, .archive .list-article-content, .blog .list-article-content {
	float: none;
	overflow: hidden;
	padding: 0 20px;
}

.section-news .list-article-meta, .archive .list-article-meta, .blog .list-article-meta {
	font-size: 12px;
	color: #999999;
	margin-bottom: 17px; 
}

time {
	padding-left: 22px;
	background: url(assets/images/postedon.png) no-repeat left center;
	font-family: 'SourceSansPro-SemiboldItalic';
	color: #999999;
	font-size: 12px;
}

div.author {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
div.author {
	border-bottom: none;
	border-right: 1px solid #e5e5e5;
	padding-right: 15px;
	padding-bottom: 0;
	float: left;
	margin-right: 10px;
}
div.posted {
	padding-top: 10px;
}
}

.author a {
	font-size: 15px;
	color: #555555;
}

.section-news .entry-title a, .archive .entry-title a, .blog .entry-title a {
	color: #2cb9e3;
}

.section-news .entry-title a:hover, .archive .entry-title a:hover, .blog .entry-title a:hover {
	text-decoration: none;
}

.section-news .entry-excerpt p, .archive .entry-excerpt p, .blog .entry-excerpt p {
	margin-bottom: 0px;
}

.archive .site-main .list-article:first-child,
.blog .site-main .list-article:first-of-type {
	border-top: none;
	padding-top: 0px;
}

.page-template-template-blog .section-news .list-article {
	padding: 30px 0px;
}

.page-template-template-blog .section-news .list-article:first-of-type {
	border-top: none;
	padding-top: 0px;
}

.page-template-template-blog .section-news .list-article:last-of-type {
	border-bottom: none;
}

.section-news.section-inverse .list-article {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.section-news.section-inverse .list-article:last-of-type {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.section-news.section-inverse h1 a, .section-news.section-inverse h2 a, .section-news.section-inverse h3 a, .section-news.section-inverse h4 a, .section-news.section-inverse h5 a {
	color: rgba(255, 255, 255, 0.8);
}

.section-news.section-inverse h1 a:hover, .section-news.section-inverse h2 a:hover, .section-news.section-inverse h3 a:hover, .section-news.section-inverse h4 a:hover, .section-news.section-inverse h5 a:hover {
	color: #FFF;
}

/* Section: Contact
------------------------------*/
.section-contact input, .section-contact textarea {
	width: 100%;
}

.section-contact .address-contact {
	margin-top: 5px;
	margin-bottom: 15px;
}

.section-contact .address-contact span {
	float: left;
	color: #aaaaaa;
}

.section-contact .address-contact .address-content {
	display: block;
	padding-left: 45px;
	font-style: italic;
	line-height: 2;
}

.section-contact .address-contact .fa-inverse {
	font-size: 12px;
}

.section-contact textarea {
	max-height: 90px;
}

.wpcf7-form {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

.wpcf7-form br {
	margin-bottom: 5px;
}

div.wpcf7-validation-errors {
	margin: 20px 0px;
	padding: 15px;
}

div.wpcf7-response-output {
	margin: -10px 0 20px;
}

/* Section: Videolightbox
------------------------------*/
.section-videolightbox {
	text-align: center;
}

.section-videolightbox .videolightbox__icon {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.section-videolightbox .videolightbox__heading {
	text-transform: uppercase;
	font-size: 38px;
	font-size: 2.375rem;
	letter-spacing: 0px;
	font-weight: 500;
}

.section-videolightbox .videolightbox__heading strong {
	font-weight: 800;
}

.section-videolightbox .video_icon {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	border: 4px solid #fff;
	border-radius: 100px;
	height: 50px;
	line-height: 1;
	padding: 10px;
	width: 50px;
	display: inline-block;
}

.section-videolightbox .video_icon i {
	color: #fff;
	font-size: 20px;
	margin-left: 6px;
	margin-top: 1px;
	line-height: 1;
}

.section-videolightbox .video_icon:hover {
	background: #FFFFFF;
}

.section-videolightbox .video_icon:hover i {
	color: #000;
}

.parallax-videolightbox .parallax-mirror::before {
	background-color: #000000;
	opacity: 0.4;
}

/* Section: Parallax
------------------------------*/
.parallax-window section {
	z-index: 10;
	position: relative;
	background: transparent !important;
}

.parallax-window .parallax-mirror::before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	z-index: 2;
}

/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* WooCommerce support */
.woocommerce-page .site-main .page-title {
	display: none;
}

.woocommerce-result-count {
	font-style: italic;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	margin-bottom: 1.5em;
}

.woocommerce-ordering select {
	padding: 7px;
	margin-top: -10px;
}

.woocommerce ul.products li.product h3 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 7px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt {
	background-color: #03c4eb;
	padding: 10px 20px;
	padding:  0.625rem 1.25rem;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 13px;
	font-size: 0.8125rem;
	border-radius: 2px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce button.button.alt:hover {
	background: #222222;
	color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.woocommerce table.shop_table {
	border-collapse: collapse;
}

.woocommerce .quantity .qty {
	padding: 5px;
}

.woocommerce span.onsale {
	padding: inherit;
}

.related.products h2, #tab-description h2 {
	font-size: 17px;
	font-size: 1.0625rem;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: 9px 14px;
	font-weight: bold;
}

/* Breadcrumbs
------------------------------*/
.breadcrumbs {
	font-size: 10px;
	padding: 15px 0px;
	border-bottom: 1px solid #e9e9e9;
	color: #858585;
}

@media screen and (min-width: 720px) {
	.breadcrumbs {
		font-size: 12px;
	}
}

.breadcrumbs i {
	margin: 0px 6px;
}

.breadcrumbs a {
	text-decoration: none;
	color: #777777;
	font-weight: 600;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs span {
	margin-right: 20px;
	position: relative;
}

@media screen and (min-width: 720px) {
	.breadcrumbs span {
		margin-right: 40px;
	}
}

.breadcrumbs span span {
	margin-right: 0;
}

.breadcrumbs a:before {
	border-bottom: 6px solid transparent;
	border-left: 6px solid rgba(0, 0, 0, 0.2);
	border-top: 6px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: -11px;
	top: 2px;
}

@media screen and (min-width: 720px) {
	.breadcrumbs a:before {
		right: -23px;
		top: 3px;
	}
}

.breadcrumbs a:after {
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ffffff;
	border-top: 5px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: -10px;
	top: 3px;
}

@media screen and (min-width: 720px) {
	.breadcrumbs a:after {
		right: -22px;
		top: 4px;
	}
}





/* Header */

#masthead .menu-triangle {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #2cb9e3;
    pointer-events: none;
    -webkit-transition: all 500ms cubic-bezier(.550,.055,.675,.190);
    transition: all 500ms cubic-bezier(.550,.055,.675,.190);
}
#masthead .menu-toggle {
    float: right;
    position: absolute;
    z-index: 10;
    width: 40px;
    height: 40px;
    margin: 25px 30px 0 0;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    right: 0;
    top: 0;
}
@media (max-width: 767px) {
#masthead .menu-triangle {
    top: 10px;
    right: 10px;
}
#masthead .menu-toggle {
    margin: 10px 10px 0 0;	
}	
}
#masthead .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto 7px auto;
    background: #fff;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.middled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    height: 100%;
}
.section-hero .mid {
	display: table-row;
    height: 100%; 
}
.section-hero .mid>div {
	display: table-cell;
    vertical-align: middle;
}
.herodown {
	text-align: center;
    z-index: 80;
    position: relative;
}

.menu {
    position: fixed;
    top: 70px;
    /*left: -100%;*/
    width: 100%;
	height: -moz-calc(100% - 140px);
	height: -webkit-calc(100% - 140px);
    height: calc(100% - 140px);
    pointer-events: none;
    z-index: 130;
	 -webkit-transition: all 300ms;
    transition: all 300ms;
}
.menu ul {
	list-style-type: none;
	padding-left: 0;
}
.menu ul li {
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #eeeeee;
	text-transform: uppercase;
    padding: 6px 20px;
    font-family: 'Oswald';
   /* -webkit-font-smoothing: antialiased;
    -webkit-transition: all 300ms;
    transition: all 300ms;*/
	letter-spacing: 1px;
}
@media (max-width: 767px) {
	.menu ul li a {
    font-size: 24px;
	line-height: 1.2;
}
}
@media (max-width: 400px) {
	.menu ul li a {
    font-size: 18px;
	line-height: 1.2;
}
}
.menu ul li a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: 6px;
    height: 4px;
    width: 0;
    background: #f03454;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.menu ul li a.active {
    color: #fff;
}

.menu ul li a:hover {
	color: #24bbe7;
	text-decoration: none;
	background: url(assets/images/line.png) no-repeat left center, url(assets/images/line.png) no-repeat right center;
}

body.menu-toggled #masthead .menu-triangle {
	top:0;
	right:0;
	width: 100vw;
    height: 100vh;
	background: #0a78ae; 
/*	background: -webkit-linear-gradient(63deg, #15517c, #0098d6); 
	background: -o-linear-gradient(63deg, #15517c, #0098d6); 
	background: -moz-linear-gradient(63deg, #15517c, #0098d6); 
	background: linear-gradient(63deg, #15517c, #0098d6); */
	-webkit-transition: all 500ms cubic-bezier(.215,.61,.355,1);
    transition: all 500ms cubic-bezier(.215,.61,.355,1);
} 
body.menu-toggled #masthead .menu-toggle span:nth-child(2){
	opacity:0;
	-webkit-transform:translate3d(30px, 0, 0);
	transform:translate3d(30px, 0, 0);
}
body.menu-toggled #masthead .menu-toggle span:nth-child(1),
body.menu-toggled #masthead .menu-toggle span:nth-child(3){
	width:28px;
}
body.menu-toggled #masthead .menu-toggle span:nth-child(1){
	-webkit-transform:translate3d(-4px, 9px, 0) rotate(-45deg);
	transform:translate3d(-4px, 9px, 0) rotate(-45deg);
}
body.menu-toggled #masthead .menu-toggle span:nth-child(3){
	-webkit-transform:translate3d(-4px, -9px, 0) rotate(45deg);
	transform:translate3d(-4px, -9px, 0) rotate(45deg);
}
body.menu-toggled #masthead .logo{
	color:#fff;
}
body.menu-toggled .menu{
	left:0;
	pointer-events:auto;
}
body.menu-toggled .menu ul li{
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
body.menu-toggled .menu ul li:nth-child(1){
	-webkit-transition:all 500ms 300ms;
	transition:all 500ms 300ms;
}
body.menu-toggled .menu ul li:nth-child(2){
	-webkit-transition:all 500ms 350ms;
	transition:all 500ms 350ms;
}
body.menu-toggled .menu ul li:nth-child(3){
	-webkit-transition:all 500ms 400ms;
	transition:all 500ms 400ms;
}
body.menu-toggled .menu ul li:nth-child(4){
	-webkit-transition:all 500ms 450ms;
	transition:all 500ms 450ms;
}
body.menu-toggled .menu ul li:nth-child(5){
	-webkit-transition:all 500ms 500ms;
	transition:all 500ms 500ms;
}
body.menu-toggled .menu ul li:nth-child(6){
	-webkit-transition:all 500ms 550ms;
	transition:all 500ms 550ms;
}
body.menu-toggled .menu ul li:nth-child(7){
	-webkit-transition:all 500ms 550ms;
	transition:all 500ms 600ms;
}
body.menu-toggled .menu ul li:nth-child(8){
	-webkit-transition:all 500ms 550ms;
	transition:all 500ms 650ms;
}
body.menu-toggled .menu ul li a.active:after{
	width:100%;
	-webkit-transition:all 300ms 550ms;
	transition:all 300ms 550ms;
}
body.menu-toggled .site-branding .site-image-logo {
	position: absolute;
    z-index: 200;
}



.center {
	text-align: center;
}

/* Blog */
.section-news .entry-excerpt {
	font-size: 14px;
}
.category-blog h1 {
    margin-top: 20px;
}
.category-blog article {
	background-color: #f9f9f9;
	margin-bottom: 30px;
}
.blog-entry .entry-title, .category-blog h2.entry-title {
	font-family: 'SourceSansPro-Bold'; 
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 18px;
	margin-bottom: 8px;
}
@media (max-width:767px) {
.archive.category-blog #secondary {
	display: none;
}
}


quote {
	font-size: 16px;
	font-family: 'SourceSansPro-BoldItalic'; 
	line-height: 1.5;
}
p.quote { 
	margin-left: 29px;
	border-left: 3px solid #2cb9e3;
    padding-left: 15px;
}
@media (max-width: 767px) {
.category-blog h1 {
	font-size: 32px;
	padding-left: 7px;
	margin-bottom: 20px !important;
}
p.quote { 
	margin-left: 0;
}
}
/* About Page */
@media (min-width: 1280px){
.aboutslider>div {
    margin-right: -80px;
}
}
.aboutquote {
	text-align: left;
	padding-left: 47px;
	background: url(assets/images/quote.png) no-repeat 25px top;
	float: left;
	margin-bottom: 20px;
}
.aboutquote quote {
	font-size: 26px;
	color: #333333;
	font-family: 'Oswald-Light';
	text-transform: uppercase;
    line-height: 1.4;
}
@media (max-width: 767px) {
.aboutquote quote {
	font-size: 24px;
}
}
.aboutquote span {
	font-family: 'Oswald';
}
.about .text {
	float: right;
}	

@media (min-width: 1200px) {
.about .introduction h2 {
	width: 195px;
	float: none;
}
.aboutquote {
	width: 195px;
	text-align: right;
}
.about .text {
	width: 310px;
}	
}



/**/
section:focus {
    outline: none;
}

.socialicons a {
	display: inline-block;
	width: 35px;
	height: 36px;
	background-image: url(assets/images/solcial.png);
	margin-right: 20px;
}
.socialicons a.iconfb {
	background-position: 0px;
}
.socialicons a.icontw {
    background-position: 145px;
}
.socialicons a.iconli {
    background-position: 90px;
}
.socialicons a.iconin {
    background-position: 35px;
}
/* Section-footercontact */
.section-footercontact {
	color: #555555;
	background: url(assets/images/awardback.jpg) no-repeat bottom;
    background-size: cover;
}
.contactinfo>div {
	padding: 25px 0 15px 0;
}
.contactinfo h3 {
	color: #2cb9e3;
	font-size: 18px;
	font-family: 'Oswald-Bold';
	text-transform: uppercase;
	margin-bottom: 17px;
}
.contactinfo p {
	padding-left: 25px;
	font-size: 13px;
    margin-bottom: 9px;
	line-height: 1.3;
}
.contactinfo p.address {
	background: url(assets/images/address.png) no-repeat left top;
}
.contactinfo p.mobile {
	background: url(assets/images/mobile.png) no-repeat left top;
}
.contactinfo p.phone {
	background: url(assets/images/phone.png) no-repeat left 1px;
}
.contactinfo p.fax {
	background: url(assets/images/fax.png) no-repeat left top;
}
.contactinfo p.email {
	background: url(assets/images/email.png) no-repeat left 2px;
}
.copyright {
	text-align: center;
	background-color: #111111;
    padding: 15px 0;
}
.copyright p {
	margin: 0;
}
/* Clock Section*/
.section-clock {
	background: url(assets/images/clockback.jpg) no-repeat;
	background-size: cover;
	color: #eeeeee;
}
.section-clock p {
	font-family: 'SourceSansPro-ExtraLight'; 
}
.section-clock .section-title {
	color: #eeeeee;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
.section-clock .section-title {
	margin-bottom: 0px;
}
}
.clocks {
	text-transform: uppercase;
	margin-bottom: 60px;
}
@media (max-width: 767px) {
.clocks {
	margin-bottom: 20px;
}
}
.clocks>div {
    text-align: center;
}
.clocks canvas {
	background-color: #fff;
    border-radius: 75px;
}
.alignleft {
	display: inline-block;
}
.clocks .swiper-slide span, span.flag  {
	padding-left: 30px;
	background: url(assets/images/flags.png) no-repeat;
}
.clocks .newclock span {
	background-position-y: 7px;
}
.clocks .lonclock span, span.lonflag {
	background-position-y: -24px;
}
.clocks .dohclock span, span.dohflag{
	background-position-y: -55px;
}
.clocks .jakclock span, span.jakflag {
	background-position-y: -86px;
}
.clocks .perclock span, span.perflag {
	background-position-y: -117px;
}
/* Contact Section */
.section-contact {
	padding: 0;
}
.rightcontact p {
	margin-bottom: 10px;
}
.leftcontact {
	background: url(assets/images/contactback1.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 50px 15px;
}
@media (max-width: 767px) {
.leftcontact {
	padding-top: 0;
}
}
.rightcontact {
	background: url(assets/images/contactback2.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 30px 15px 20px 15px;
}
@media (min-width: 768px) {
.section-contact {
	background: #f6f6f6 url(assets/images/contactback.jpg) no-repeat;
    background-size: 100% 60%;
}
.leftcontact {
	background: none;
	padding: 0 15px;
}
.rightcontact {
	background: none;
	padding: 0 15px;
}
}
@media (min-width: 992px) {
.leftcontact {
	padding-right: 80px;
}
.rightcontact {
	padding-left: 82px;
	padding-top: 70px;
}
}
@media (min-width: 768px) {
.rightcontact {
	padding-top: 70px;
}
}

/* Award-Winning Section */
.section-award {
	background: url(assets/images/awardback.jpg) no-repeat bottom;
	background-size: cover;
}
.section-award h4 {
	font-size: 14px;
	color: #333333;
	font-family: 'SourceSansPro-Bold';
	text-transform: uppercase;
	margin-bottom: 0;
}
#slider-award img {
	width: 166px;
	height: 221px;
}
@media (max-width: 767px) {
#slider-award img {
	width: 129px;
	height: 171px;
}
}

/* Maggee Slider*/
.magee-slider .carousel-indicators {
    display: inherit;
    bottom: -50px; 
}
.magee-slider li {
    top: auto !important;
    bottom: -40px;
}
.magee-slider li, .swiper-pagination-bullet  {
	width: 8px;
    height: 8px;
	background: transparent;
	border: 1px solid #cccccc;
    border-radius: inherit;
	margin: 2px 7px !important;
	opacity: 1;
}
.magee-slider li.active, .swiper-pagination-bullet-active {
	background: #2cb9e3;
	border: none;
	width: 12px;
    height: 12px;
	margin: 0 5px !important;
}
.magee-slider .carousel-control {
	display: none;
}
#slider-blog .swiper-wrapper {
	display: flex;
}
#slider-blog .swiper-slide {
    padding: 0 15px;
	display: flex;
    height: auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	position: inherit;
	display: inline-block;
	bottom: 0;
	padding-top: 20px;
    line-height: 0;
}
button.readmore {
	background: transparent;
	border: 1px solid #a8a8a8;
	color: #555555;
	font-size: 12px;
	text-transform: uppercase;
	margin: 20px 0;
    padding: 8px 20px;
	letter-spacing: 2px;
}
button.readmore:hover {
	background-color: #2cb9e3;
	border: 1px solid #2cb9e3;
	color: #fff;
}
.list-article {
	background-color: #fff;
}

/* Popular Posts */
.rpwe-block a {
	text-transform: uppercase;
	font-family: 'SourceSansPro-Bold';
}

.rpwe-block li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 15px;
	list-style-type: none;
}
.rpwe-block li:last-child {
	border-bottom: none;
    margin-bottom: 0;
}
@media (max-width:767px) {
.rpwe-block li{
	margin-bottom: 10px;
	padding-bottom: 10px;
}
}
.rpwe-block h3{
	clear: none;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	font-size: 16px !important;
	line-height: 1.25;
}

.rpwe-thumb{
	margin: 2px 19px 2px 0;
}

.rpwe-summary{
	font-size: 12px;
}

.rpwe-alignleft{
	display: inline;
	float: left;
}

.rpwe-alignright{
	display: inline;
	float: right;
}

.rpwe-aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
	content: "";
	display: table !important;
}

.rpwe-clearfix:after{
	clear: both;
}

.rpwe-clearfix{
	zoom: 1;
}
.share {
	font-family: 'SourceSansPro-Bold'; 
	font-size: 12px;
    float: left;
    letter-spacing: 2px;
	margin-right: 25px;
	line-height: 32px;
}
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    margin: 0 2px;
}
.entry-content .addthis_toolbox, .entry-content .addthis_button, .entry-header .addthis_toolbox, .entry-header .addthis_button {
    margin: 30px 0 0 0 !important;
}

.section-news {
	background-color: #f6f6f6;
}

/* Swiper Slider */

.section-pagination {
	text-align: center;
	padding-top: 20px;
}
.section-pagination .swiper-pagination {
	display: inline-block;
    margin-top: 10px;
	position: inherit;
}
.section-pagination .swiper-button-next, 
.section-pagination .swiper-button-prev {
	border: 1px solid #a8a8a8;
	padding: 11px 19px;
	background-image: none;
	width: auto;
	height: auto;
	margin: 0;
}
@media (max-width: 767px) {
.section-pagination {
	padding-top: 10px;
}
.section-pagination .swiper-button-next, 
.section-pagination .swiper-button-prev {
	padding: 6px 10px;
}
}
.section-pagination .swiper-button-next span, 
.section-pagination .swiper-button-prev span{
    background: url(assets/images/arrowssmgray.png) no-repeat;
	width: 27px;
	height: 16px;
	display: block;
}
.section-pagination .swiper-button-next:hover, 
.section-pagination .swiper-button-prev:hover {
    background-color: #2cb9e3;
	border: 1px solid #2cb9e3;
}
.section-pagination .swiper-button-next:hover span, 
.section-pagination .swiper-button-prev:hover span{
    background: url(assets/images/arrowssmwhite.png) no-repeat;
}
.section-pagination .swiper-button-next {
	float: right;
    position: inherit;
}
.section-pagination .swiper-button-prev {
	float: left;
	position: inherit;
}
.section-pagination .swiper-button-prev span, 
.section-pagination .swiper-button-prev:hover span{
	background-position: -27px;
}


.bigbutton-next, .bigbutton-prev {
    background: url(assets/images/arrowsbgwhite.png) no-repeat;
	width: 46px;
	height: 27px;
	margin-top: -14px;
	right: 30px;
}
.bigbutton-next:hover, .bigbutton-prev:hover {
    background: url(assets/images/arrowsbgblue.png) no-repeat;
}
.bigbutton-prev, .bigbutton-prev:hover {
	background-position: -46px;
	left: 30px;
}

/* Single Projects */
.single-projects #primary, .single-projects #secondary {
   padding-top: 0;
   padding-bottom: 0;
}
.swiper-container-projects {
	max-width: 975px;
	margin: 0px auto;
	position: relative;
} 
.swiper-container-projects .swiper-slide {
    padding: 0;
    text-align: center;
}
.clicat {
	margin-bottom: 30px;
}
.clicat p {
    font-family: 'SourceSansPro-Regular';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.15;
    padding-left: 20px;
    border-left: 1px solid #999999;
	margin-bottom: 20px;
}
.clicat span {
	color: #999999;
}
.download p {
	font-family: 'SourceSansPro-Bold'; 
	font-size: 16px;
	margin-bottom: 15px;
}
.navigation {
	text-align: right;
	padding: 45px 15px;
}
.posts-navigation {
	padding: 0 15px;
}
.navigation .backblog {
	float: left;
	margin: 0;
}
.paddingb50 {
	padding-bottom: 50px;
}
@media (max-width:767px) {
.swiper-container-projects	{    
	padding: 0 15px;
	max-width: 100vw;
	margin-bottom: 56px;
}
.clicat {
	margin-bottom: 0px;
}
.clicat p {
	float: left;
	margin-right: 20px;
	padding-left: 10px;
	margin-bottom: 30px;
}
.navigation {
	padding: 30px 15px;
}
.paddingb50 {
	padding: 10px 15px 30px 15px;
}
}
/* Section Insta*/

.image-wrap {
	position: relative;
	width: 180px;
	height: 180px;
	overflow: hidden;
	display: inline-block;
}

.portfolio-slide .image-wrap {
	width: 182px;
	height: 182px;
}

.image-wrap img.landscape, .image-wrap .portfolio-thumb {
	height: 100%;
	width: auto;
	max-width: inherit;
}
.image-wrap img.portrait {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media (min-width: 601px) {
	#slider-insta {
		width: 560px;
	}
}
.instaelement, .portfolio-article, .magazine{
	text-align: center;
	line-height: 0;
	position: relative;
	margin: 0px auto;
}
.portfolio-article{
	width: 182px;
}
@media (max-width: 500px) {
.image-wrap, .portfolio-slide .image-wrap {
	width: 140px;
	height: 140px;
}
.instaelement, .portfolio-article{
	width: 140px;
}
}
.instaelement > .description, .portfolio-name, .magazine-name {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 13px;
    background: #000;
    background: rgba(0, 0, 0, .65);
	font-size: 14px;
	color: #eeeeee;
	line-height: 1.3;
	visibility: hidden;
	width: 100%;
	max-height: 47%;
	overflow: hidden;
}
.portfolio-name a, .magazine-name a {
	color: #eeeeee;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1;
}
@media (max-width: 767px) {
.instaelement > .description, .portfolio-name, .magazine-name {
    padding: 8px;
}
.portfolio-name, .magazine-name {
	visibility: visible;
}
.portfolio-name a, .magazine-name a {
	font-size: 14px;
	text-transform: inherit;
}
}
.instaelement:hover > .description, 
.portfolio-article:hover > .portfolio-name, 
.magazine:hover > .magazine-name{
	visibility: visible;
}

.fancybox-title{
	width: 100%;
}

.section-insta {
	background-color: #f6f6f6;
}
@-webkit-keyframes animatesection {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes animatesectiondown {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animatesectionup {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width:1200px) {
.section.active.moveDown .sectionUp {
    -webkit-animation-name: animatesectiondown;
	-webkit-animation-duration: 1s; 
    animation-name: animatesectiondown;
	animation-duration: 1s; 
}
.section.active.moveUp .sectionUp {
    -webkit-animation-name: animatesectionup;
	-webkit-animation-duration: 1s; 
    animation-name: animatesectionup;
	animation-duration: 1s; 
}
}

#fp-nav ul li, .fp-slidesNav ul li {
    width: 10px;
    height: 10px;
    margin: 18px 7px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 0;
    z-index: 1;
    height: 8px;
    width: 8px;
    background: #84a4ba;
    margin: -4px 0 0 -4px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 10px;
    width: 10px;
	background: #23b9cb;
    margin: -5px 0 0 -5px;
    border-radius: 0;
}
#accordion {
	display: none;
}
@media (max-width: 991px) {
#accordion {
	display: inherit;
}
.contactinfo {
	display: none;
}
}
.ui-accordion-header {
	border-top: 1px solid #eceded;
    margin: 0;
    padding: 15px;
}
.ui-accordion-header span.ui-accordion-header-icon {
	position: absolute;
    width: 12px;
    height: 8px;
    background-image: url(assets/images/accordion.png);
    right: 15px;
    margin-top: 4px;
	-moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ui-accordion-header-active span.ui-accordion-header-icon{
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.contactinfo>div.ui-accordion-content {
	padding: 0 15px 0 45px;
}
.home .nothome { 
	display: none;
}
.swiper-container-projects .sharebtns {
	padding-top: 15px;
	position: absolute;
    width: 100%;
}
@media (min-width: 768px) {
#slider-clocks .section-pagination {
	display: none;
}

.sharebtns {
    top: 0px;
    left: 10px;
    z-index: 1;
	
}
.projectshare {
	display: none;
}
}


.list-article .list-article-thumb {
    position: relative;
}
.list-article .list-article-thumb:before {
    content: "";
    display: block;
    padding-top: 56.55%;
}
.list-article .list-article-thumb a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.list-article .list-article-thumb a img {
    height: 100%;
    width: 100%;
}


@media (max-width: 767px) {
  .replace {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  
  .replace .first {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
} 

@media (max-width: 991px) {
.contact-form p {
	margin-bottom: 8px;
}
.contactinfo>div {
    padding: 15px 0 5px 0;
}
.contactinfo p, .contactinfo h3 {
    margin-bottom: 8px;
}
.site-footer .site-info {
padding: 5px 0px;
}
}
.section-portfolio .section-title, .section-insta .section-title {
	float: left;
}
.category-buttons, .tag-buttons {
	float: right; 
    margin-top: 6px;
}
.category-buttons button {
	background: transparent;
	border: 1px solid #a8a8a8;
	color: #555555;
	font-size: 12px;
	text-transform: uppercase;
	width: 100px;
    height: 35px;
	letter-spacing: 1px;
    line-height: 1;
	vertical-align: top;
	margin-bottom: 5px; 
}
.category-buttons button.active {
	background-color: #2cb9e3;
	border: 1px solid #2cb9e3;
	color: #fff;
}
.tag-buttons a {
	margin-left: 20px;
	color: #999999;
	cursor: pointer;
}
.tag-buttons a.active {
	color: #555555;
	font-weight: bold;
}
.no-slide {
	width: 0 !important;
    margin: 0 !important;
    transform: scale3d(0.001, 0.001, 1);
}
#slider-portfolio .swiper-wrapper,
#slider-insta .swiper-wrapper {
	margin-top: -10px;
}
@media (min-width: 768px) and (max-width: 1400px) {
#slider-insta {
    min-height: 420px;
    max-height: 420px;
}
#slider-portfolio {
    min-height: 424px;
    max-height: 424px;
}
#slider-insta .swiper-wrapper {
    max-height: 420px;
    overflow: hidden;
}	
#slider-portfolio .swiper-wrapper {
    max-height: 424px;
    overflow: hidden;
}
}
@media (min-width: 1401px) {
#slider-insta {
    min-height: 430px;
    max-height: 430px;
}
#slider-insta .swiper-wrapper {
    max-height: 380px;
    overflow: hidden;
}
#slider-portfolio{
    min-height: 434px;
    max-height: 434px;
}
#slider-portfolio .swiper-wrapper {
    max-height: 384px;
    overflow: hidden;
}	
}
.portfolio-slide, .insta-slide {
	margin-top: 10px;
	transition: all 0.8s;
}
.blog-entry .section-pagination {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1400px) {
.section-title-area {
    margin-bottom: 15px;
}
.section-pagination {
    padding-top: 10px;
}
.blog-entry .entry-title, .category-blog h2.entry-title {
    margin-top: 15px;
	margin-bottom: 10px;
}	
button.readmore {
    margin: 10px 0 15px;
}

}


.flexbox {
	display: -webkit-flex; 
	display: flex;   
    -webkit-flex-wrap: wrap; 
    flex-wrap: wrap;
	justify-content: space-around;
}
.flexbox>div {
	display: -webkit-flex; 
    display: flex;   
}	


/* PreLoader  */

.home .loader {
	position: absolute;
	top: 50%;
	left: 40%;
	margin-left: 10%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 1001;
}
.home.loaded .loader {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
}
.home .loader-wrapper {
	background: #fff;
	width: 100%;
    height: 100%;
	z-index: 1000; 
	position: absolute;
}
.home.loaded .loader-wrapper {
	display: none; 
    -webkit-transition: all 0.5s ease-out; 
    transition: all 0.5s ease-out;
}
.home .dot {
	width: 24px;
	height: 24px;
	background: #3ac;
	display: inline-block;
	animation: slide 1s infinite;
}
.home .dot:nth-child(1) {
	animation-delay: 0.1s;
	background: #0b3e62;
}
.home .dot:nth-child(2) {
	animation-delay: 0.2s;
	background: #135c81;
}
.home .dot:nth-child(3) {
	animation-delay: 0.3s;
	background: #1a789f;
}
.home .dot:nth-child(4) {
	animation-delay: 0.4s;
	background: #249ac3;
}
.home .dot:nth-child(5) {
	animation-delay: 0.5s;
	background: #2cb9e3;
}
@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.responsive-height {
    min-height: 100vh;
	height: auto !important;
}
.addthis_default_style .at300b {
	padding: 0;
	margin: 0 5px;
}
.addthis_toolbox.addthis_32x32_style span {
    border-radius: 3px;
}
.category-blog .allblog {
	display: none;
}
@media (max-width: 700px) {
.fancybox-close {
	top: 5px;
    right: 5px;
}
}
.hero__content p {
	font-family: 'TimesNewRomanBold';
	font-size: 120px;
}
.logohold {
	margin-bottom: 40px;
}
.section-award .flexbox img {
    height: 204px;
}
.section-award .magazine {
	margin: 12px 20px;
}
.leftcontact .section-title-area {
	margin-bottom: 27px;
}
.socialicons {
    margin-bottom: 20px;
}
.section-hero {
	height: 100vh !important;
}
.email a, .phone a {
	color: #555555;
}

.brd{border:solid 1px;}
.cw{color:white;}
.cr{color:red;}
.cb{color:blue;}
.cg{color:green;}
.cy{color:yellow;}
.ca{color:aqua;}
.co{color:orange;}
.back_button,
.next_button{text-decoration:none;padding:12px 20px;border:solid 1px #ccc;color:#000;margin-bottom: 20px}
.next_button{text-align: center;width:280px;float:left}
.back_button:hover,
.next_button:hover{background:#2cb9e3;color:#fff;text-decoration:none;border:solid 1px #2cb9e3 }
.act .nexpre{float:right;width:230px;padding:0}
.y-container {
    position: relative;
    width: 560px;
    height: 0;
    padding-bottom: 330px;
    float:left;
    margin-right:10px;
}
.y-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 840px) {
	.y-container {
		width: 100%;
		padding-bottom: 206px;
		margin-right:0;
		margin-bottom:10px;
	}
	.next_button{width:100%}
	.back_button{float:left;}
	.back_button:hover{background:none}
	.act .back_button{color:#2cb9e3;border:none;padding:0;}
	.act .nexpre{float:left;margin:10px 0 35px 0;font-size:16px;width:100%;margin-left:-10px;}
	.act .nexpre a{color:#2cb9e3;font-weight:normal}
}
.nexpre{
	padding-top:90px;
	}
.nexpre a{
	color:#050505;
	cursor:pointer;
	font-weight:bold;
	}
.nexpre a:first-of-type{padding-right:10%;}
.nexpre a:last-of-type{padding-left:10%;}
.nexpre a:hover{color:#2cb9e3;text-decoration: none}	
.nexpre a i{padding:0 10px;text-decoration: none}
.back_button i{padding-right:10px;}
a .i-content{
	color:#050505;
	padding: 20px 30px;
	cursor:pointer;
	text-decoration:none;
	border-bottom:solid 1px #ddd;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
}
a .i-content:hover{background:#efefef;text-decoration:none}
.mouse{cursor:pointer}
/* .section-content{overflow:auto} */
.section-content iframe{float:left; margin-right:15px;}