/*------------------------------------------------------------------

	Project:	milford
	Version:	1.0
	Author:     Clive Richard


	[Table of contents]

	01. MAIN STYLES
	02. PRELOADER
	03. HEADER
	04. MENU
	05. ARROW LINKS
	06. HERO
	07. HERO SLIDER
	08. PORTFOLIO
	09. PORTFOLIO FILTER
	10. blockquote
	11. SKILLS
	12. COUNTERS
	13. TEAM
	14. TABS
	15. TOGGLES
	16. ICON BOX
	17. IMAGE SLIDER
	18. BLOG
	19. CLIENTS
	20. SCROLL TO TOP
	21. GOOGLE MAP
	22. CONTACT INFO
	23. CONTACT FORM
	24. PAGINATION
	25. FOOTER
	26. SIDEBAR

-------------------------------------------------------------------*/
@font-face {
    font-family: 'Maven';
    src: url('../fonts/MavenPro-Regular.eot');
    src: local('☺'), url('../fonts/MavenPro-Regular.woff') format('woff'), 
        url('../fonts/MavenPro-Regular.ttf') format('truetype'), 
        url('../fonts/MavenPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Jaapokki';
    src: url('../fonts/jaapokki-regular.eot');
    src:url('../fonts/jaapokki-regular.ttf') format('truetype'),
        url('../fonts/jaapokki-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* 01. MAIN STYLES
---------------------------------- */

body, html {
	height: 100% !important;
	padding: 0;
	margin: 0;
}
body {
	overflow-x: hidden;
	font-family: 'Maven', sans-serif;
	font-weight: 400;
	letter-spacing: .02em;
	font-size: 15px;
	line-height: 26px;
	color: #000;
	position: relative;
	background: #fff;
}
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
	background: #000;
	color: #fff;
}
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

:focus {
	outline: 0
}

a, a:hover, a:focus {
	color: #000;
	outline: 0;
	text-decoration: none;
}
a {
	text-decoration: underline;
}
.text-light a {
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	border: none;
}

::-webkit-input-placeholder {color: inherit}
:-moz-placeholder           {color: inherit}
::-moz-placeholder          {color: inherit}
:-ms-input-placeholder      {color: inherit}



/* typography
---------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Jaapokki', sans-serif;
	font-weight: 400;
}
h1 { font-size: 48px; line-height: 54px; }
h2 { font-size: 36px; line-height: 48px; }
h3 { font-size: 30px; line-height: 36px; }
h4 { font-size: 24px; line-height: 30px; }
h5 { font-size: 18px; line-height: 24px; }
h6 { font-size: 14px; line-height: 18px; }



/* Responsive typography
---------------------------*/

@media (max-width: 768px) {
	body { font-size: 14px; line-height: 23px}
	h1   { font-size: 34px; line-height: 40px}
	h2   { font-size: 30px; line-height: 35px}
	h3   { font-size: 26px; line-height: 29px}
	h4   { font-size: 22px; line-height: 24px}
	h5   { font-size: 17px; line-height: 19px}
	h6   { font-size: 13px; line-height: 15px}
}

.bottom-line{
	position: relative;
	margin-bottom: 30px;
}
.bottom-line:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #111;
	bottom: -13px;
}
.text-light .bottom-line:after{
	background: #fff;
}

p{
	letter-spacing: .1em;
	color: #444;
}
.text-light p{
	color: #fff;
}
.text-dark p{
	color: #000;
}

.font-alt{
	font-family: 'Jaapokki';
	font-weight: 300;
}
.monospace {
	font-family: 'Source Code Pro';
	color: #494949;
}
.text-light .monospace {
	color: #D0D0D0;
}

.title {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child
{
	margin-top: 0
}

.bigtext {
	font-size: 160px;
	line-height: 1
}
@media (max-width: 992px) {
	.bigtext{font-size: 130px;}
}
@media (max-width: 768px) {
	.bigtext{font-size: 70px;}
}	

.text-light { color: #fff }
.text-dark  { color: #000 }
.text-center { text-align: center }
.text-left   { text-align: left }
.text-right  { text-align: right }
.uppercase  { text-transform: uppercase }
.capitalize { text-transform: capitalize }
.bold   { font-weight: bold }
.bolder { font-weight: bolder }
.italic { font-style: italic }

/*helper classes*/
.fullwidth  { width: 100% }
.fullheight { height: 100% }

.grey  { background-color: #F7F7F7 }
.black { background-color: #000 }
.white { background-color: #fff }

.vCenter {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.highlight {
	background-color: #000;
	color: #fff;
}
.overflow{
	overflow: hidden;
}
.video-container iframe {
	border: 0;
}

/* Paddings & Margins */
.pad-0   { padding: 0px !important  }
.pad-10  { padding: 10px !important }
.pad-20  { padding: 20px !important }
.pad-30  { padding: 30px !important }
.pad-40  { padding: 40px !important }
.pad-50  { padding: 50px !important }
.pad-60  { padding: 60px !important }
.pad-70  { padding: 70px !important }
.pad-80  { padding: 80px ; }
.pad-90  { padding: 90px !important }
.pad-100 { padding: 100px !important}
.pad-110 { padding: 110px !important}
.pad-120 { padding: 120px !important}

.mrg-0   { margin: 0px !important  }
.mrg-10  { margin: 10px !important }
.mrg-20  { margin: 20px !important }
.mrg-30  { margin: 30px !important }
.mrg-40  { margin: 40px !important }
.mrg-50  { margin: 50px !important }
.mrg-60  { margin: 60px !important }
.mrg-70  { margin: 70px !important }
.mrg-80  { margin: 80px !important }
.mrg-90  { margin: 90px !important }
.mrg-100 { margin: 100px !important}
.mrg-110 { margin: 110px !important}
.mrg-120 { margin: 120px !important}

.pad-top-0   { padding-top: 0px !important  }
.pad-top-10  { padding-top: 10px !important }
.pad-top-20  { padding-top: 20px !important }
.pad-top-30  { padding-top: 30px !important }
.pad-top-40  { padding-top: 40px !important }
.pad-top-50  { padding-top: 50px !important }
.pad-top-60  { padding-top: 60px !important }
.pad-top-70  { padding-top: 70px !important }
.pad-top-80  { padding-top: 80px !important }
.pad-top-90  { padding-top: 90px !important }
.pad-top-100 { padding-top: 100px }
.pad-top-110 { padding-top: 110px !important}
.pad-top-120 { padding-top: 120px}

.pad-btm-0   { padding-bottom: 0px !important  }
.pad-btm-10  { padding-bottom: 10px !important }
.pad-btm-20  { padding-bottom: 20px !important }
.pad-btm-30  { padding-bottom: 30px !important }
.pad-btm-40  { padding-bottom: 40px !important }
.pad-btm-50  { padding-bottom: 50px !important }
.pad-btm-60  { padding-bottom: 60px !important }
.pad-btm-70  { padding-bottom: 70px !important }
.pad-btm-80  { padding-bottom: 80px !important }
.pad-btm-90  { padding-bottom: 90px !important }
.pad-btm-100 { padding-bottom: 100px }
.pad-btm-110 { padding-bottom: 110px !important}
.pad-btm-120 { padding-bottom: 120px}

.mrg-top-0   { margin-top: 0px !important  }
.mrg-top-10  { margin-top: 10px !important }
.mrg-top-20  { margin-top: 20px !important }
.mrg-top-30  { margin-top: 30px !important }
.mrg-top-40  { margin-top: 40px !important }
.mrg-top-50  { margin-top: 50px !important }
.mrg-top-60  { margin-top: 60px !important }
.mrg-top-70  { margin-top: 70px !important }
.mrg-top-80  { margin-top: 80px !important }
.mrg-top-90  { margin-top: 90px !important }
.mrg-top-100 { margin-top: 100px !important}
.mrg-top-110 { margin-top: 110px !important}
.mrg-top-120 { margin-top: 120px !important}

.mrg-btm-0   { margin-bottom: 0px !important  }
.mrg-btm-10  { margin-bottom: 10px !important }
.mrg-btm-20  { margin-bottom: 20px !important }
.mrg-btm-30  { margin-bottom: 30px !important }
.mrg-btm-40  { margin-bottom: 40px !important }
.mrg-btm-50  { margin-bottom: 50px !important }
.mrg-btm-60  { margin-bottom: 60px !important }
.mrg-btm-70  { margin-bottom: 70px !important }
.mrg-btm-80  { margin-bottom: 80px !important }
.mrg-btm-90  { margin-bottom: 90px !important }
.mrg-btm-100 { margin-bottom: 100px !important}
.mrg-btm-110 { margin-bottom: 110px !important}
.mrg-btm-120 { margin-bottom: 120px !important}



/* Spacers & Separators
---------------------------*/
.spacer-mini, .spacer-small, .spacer-medium, .spacer-big {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0;
}
.spacer-mini   { height: 14px }
.spacer-small  { height: 40px }
.spacer-medium { height: 80px }
.spacer-big    { height: 120px }
@media (max-width: 992px) {
	.spacer-big {
		height: 100px
	}
}
@media (max-width: 768px) {
	.spacer-mini   { height: 10px }
	.spacer-small  { height: 30px }
	.spacer-medium { height: 50px }
	.spacer-big    { height: 80px }

	.vc_row[data-vc-full-width]{
		padding: 0;
	}
}
.separator, .separator-left, .separator-right {
	width: 100%;
	display: inline-block;
	position: relative;
	/**/
	width: 40px;
	display: block;
	height: 1px;
	background-color: #000;
	margin: 15px auto 7px;
}
/*.separator:after, .separator-left:after, .separator-right:after {
	content: '';
	width: 40px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}*/
.separator:after {
	/*left: 50%;
	margin-left: -20px;*/
	text-align: center;
}
.separator-left {
	margin-left: 0;
}
.separator-right {
	right: 0;
	margin-left: 0;
	left: auto;
}
.text-light [class*="separator"] {
	background-color: #fff;
	margin-bottom: 25px;
}
.darkbg [class*="separator"]:after {
	background-color: #fff;
}

[class*="spacer-"] {
	font-size: 4em
}
[class*="spacer-"]:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}




/* buttons
---------------------------*/

.button {
	font-family: 'Maven', sans-serif;
	font-size: 13px;
	padding: 5px 24px;
	display: inline-block;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background .2s, color .2s, border-color .2s;
	   -moz-transition: background .2s, color .2s, border-color .2s;
	    -ms-transition: background .2s, color .2s, border-color .2s;
	     -o-transition: background .2s, color .2s, border-color .2s;
	        transition: background .2s, color .2s, border-color .2s;
}
.button:hover {
	text-decoration: none;
	background: #333;
	color: #fff;
}
.button.light {
	background: #fff;
	color: #000;
}
.button.light:hover {
	background: #f4f4f4;
}
.button.outline {
	background: none;
	color: #000;
	border: 1px solid;
	padding: 3px 22px;
}
.button.outline.light {
	color: #fff;
}
.button.outline:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
.button.outline.light:hover {
	background: #fff !important;
	border-color: #fff;
	color: #000;
}


/* overlays
---------------------------*/
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.overlay-light    { background-color: rgba(255, 255, 255, 0.25) }
.overlay-light-2x { background-color: rgba(255, 255, 255, 0.5) }
.overlay-light-3x { background-color: rgba(255, 255, 255, 0.75) }
.overlay-light-4x { background-color: rgba(255, 255, 255, 0.9) }

.overlay-dark    { background-color: rgba(0, 0, 0, 0.25) }
.overlay-dark-2x { background-color: rgba(0, 0, 0, 0.5) }
.overlay-dark-3x { background-color: rgba(0, 0, 0, 0.75) }
.overlay-dark-4x { background-color: rgba(0, 0, 0, 0.9) }

[class*="overlay-dark"] ~ *,
[class*="overlay-light"] ~ *
{
	position: relative
}




/* parallax images
---------------------------*/
[data-stellar-background-ratio] {
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.bg-cover{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.bg-fixed{
	background-attachment: fixed;
}
@media (max-width: 1024px) {
	[data-stellar-background-ratio] {
		background-attachment: scroll;
		background-position-y: center !important;
	}
	.bg-fixed{
		background-attachment: scroll;
	}
}



/* bootstrap columns
---------------------------*/
.container, section, section > * {
	position: relative;
}
.container.no-padding [class*="col-"]{
	padding: 0;
}
.col-center {
	float: none;
	margin: 0 auto;
}
.col-right {
	float: right;
}

@media (max-width: 991px) {
	[class*="col-md"] {
		margin-bottom: 40px;
	}
}
.equal-height [class*="col-"]{
	margin-bottom: 0;
}
.pad-0{
	margin-bottom: 0;
}



/* 02. PRELOADER
------------------------------*/
.animsition-loading{
	background: none !important;
}
.animsition-loading:after{
	display: none !important;
}

.animsition-loading:before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 50%; top: 50%;
	margin-left: -20px; margin-right: -20px;
	background-color: #333;

	border-radius: 100%;  
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
	0% { -webkit-transform: scale(0.0) }
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}
@keyframes scaleout {
	0% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	100% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}



/* 03. HEADER 
-------------------------*/
header{
	position: relative;
	width: 100%;
	z-index: 999;
	text-align: center;
	background-color: #fff;
	margin-bottom: 20px;
}
header.absolute{
	position: absolute;
	margin-bottom: 0;
}
header .logo{
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 20px;
}
header a.logo {
	text-decoration: none;
}


/* 04. MENU
----------------*/
#topmenu{
	width: 100%;
	text-align: center;
	background-color: #fff;
}
#topmenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
#topmenu ul li{
	display: inline-block;
	position: relative;
}
#topmenu>ul.menu>li>a{
	display: block;
	float: left;
	font-family: 'Maven';
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 15px;
	line-height: 45px;
	transition: all .3s ease;
}
#topmenu ul li a:hover{
	opacity: .7;
}
#topmenu ul ul{
	position: absolute;
	left: 5px;
	top: 45px;
	width: 160px;
	padding: 5px 0;
	border: 1px solid #333;
	display: none;
	background-color: #fff;
}
#topmenu ul ul:before{
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 1px solid #333;
	border-bottom: 0;
	border-right: 0;
	transform: rotate(45deg);
	left: 10px;
	top: -6px;
}
#topmenu > ul > li:hover>ul{
	display: block;
}
#topmenu ul ul li{
	display: block;
}
#topmenu ul ul li a{
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	padding-left: 12px;
	width: 100%;
	text-align: left;
	font-family: 'source code pro';
}
.mob-nav{
	display: none;
	width: 20px;
	height: 20px;
	margin: 0 auto 12px;
	font-size: 14px;
}
@media(max-width: 767px){
	.mob-nav{display: block;}
	#topmenu{display: none;position: absolute;padding-bottom: 20px;margin-bottom: 50px;}
	#topmenu ul{}
	#topmenu ul li{display: block;}
	#topmenu ul li a{float: none;line-height: 35px;}
	#topmenu ul ul{display: block;position: relative;top: 0;left: 0}
	#topmenu ul ul li a{text-align: center;}
	#topmenu ul ul:before{display: none;}
}
@media(min-width: 768px){
	#topmenu{display: block !important;}
}




/* 05. ARROW LINKS
--------------------------*/

.side-link{
	display: inline-block;
	position: fixed;
	text-decoration: none;
	top: 50%;
	z-index: 9999;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.left.side-link{
	left: 10px;
}
.right.side-link{
	right: 10px;
}
.side-link .side-title{
	font-family: 'Maven';
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	width: 1em;
	font-size: 18px;
	line-height: 1.2;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.left.side-link .side-title{
	margin-left: 10px;
}
.right.side-link .side-title{
	margin-right: 10px;
}

.side-arrow:before, .side-arrow:after{
	content: "";
	position: absolute;
	width: 3px;
	height: 50%;
	background-color: #000;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.left .side-arrow:before, .left .side-arrow:after{ left: 0px; }
.right .side-arrow:before, .right .side-arrow:after{ right: 0px; }

.left .side-arrow:before{
	bottom: 50%;
	-webkit-transform-origin: bottom left;
	   -moz-transform-origin: bottom left;
	    -ms-transform-origin: bottom left;
	     -o-transform-origin: bottom left;
	        transform-origin: bottom left;
}
.left .side-arrow:after{
	top: 50%;
	-webkit-transform-origin: top left;
	   -moz-transform-origin: top left;
	    -ms-transform-origin: top left;
	     -o-transform-origin: top left;
	        transform-origin: top left;
}

.right .side-arrow:before{
	bottom: 50%;
	-webkit-transform-origin: bottom right;
	   -moz-transform-origin: bottom right;
	    -ms-transform-origin: bottom right;
	     -o-transform-origin: bottom right;
	        transform-origin: bottom right;
}
.right .side-arrow:after{
	top: 50%;
	-webkit-transform-origin: top right;
	   -moz-transform-origin: top right;
	    -ms-transform-origin: top right;
	     -o-transform-origin: top right;
	        transform-origin: top right;
}


.left.side-link:hover .side-arrow:before{
	height: 30px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.left.side-link:hover .side-arrow:after{
	height: 30px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.left.side-link:hover .side-title{
	margin-left: 40px;
	opacity: 0;
}

.right.side-link:hover .side-arrow:before{
	height: 30px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.right.side-link:hover .side-arrow:after{
	height: 30px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.right.side-link:hover .side-title{
	margin-right: 40px;
	opacity: 0;
}




/* 06. HERO
------------------------*/
.hero{
	width: 100%;
	/*height: 70%;*/
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.hero-inner{
	position: absolute;
	left: 50px;
	right: 50px;
	bottom: 50px;
}

/* 07. HERO SLIDER
--------------------------*/
.hero-slider{
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.hero-slider ul{
	list-style: none !important;
}
.hero-slider,
.hero-slider .slides,
.hero-slider .slides .slide{
	margin: 0;
	padding: 0;
}
.hero-slider .slides .slide{
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.slide-caption{
	position: absolute;
	left: 50px;
	bottom: 50px;
	right: 50px;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	   -moz-transform: translateX(-100px);
	    -ms-transform: translateX(-100px);
	     -o-transform: translateX(-100px);
	        transform: translateX(-100px);
	-webkit-transition: all 1s ease 1s;
	   -moz-transition: all 1s ease 1s;
	    -ms-transition: all 1s ease 1s;
	     -o-transition: all 1s ease 1s;
	        transition: all 1s ease 1s;
}

.flex-active-slide .slide-caption{
	opacity: 1;
	/*-webkit-transform: translateX(0px);
	   -moz-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	     -o-transform: translateX(0px);
	        transform: translateX(0px);*/
}

/*slider navigation*/
.flex-control-paging{
	position: absolute;
	bottom: -40px;
	left: 50%;
	list-style: none;
	line-height: 0;
	margin: 0;
	z-index: 99999;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.flex-control-paging li{
	display: inline-block;
	margin: 5px;
	border: 1px solid #000;
}
.flex-control-paging li a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
}
.flex-control-paging li a.flex-active{
	background: #000;
}



/* 08. PORTFOLIO
-----------------------------*/
.portfolio-wrapper{
	margin-top: 10px;
	margin-bottom: 0px;
}
.portfolio-wrapper.with-borders{
	width: 100%;
	padding: 0 50px 50px 50px !important;
}

.item{
	float: left;
	position: relative;
}
.item:after{
	padding-top: 80%;
	display: block;
	content: "";
}
.item.wide:after{ padding-top: 40%; }
.item.tall:after{ padding-top: 160%; }
.item.wide-tall:after{}

/* 2;4 column items */
.col-2 .item{ width: 50% }
.col-2 .item.wide{ width: 100%;}
.col-2 .item.wide-tall{ width: 100%;}

.col-4 .item{ width: 25% }
.col-4 .item.wide{ width: 50%;}
.col-4 .item.wide-tall{ width: 50%;}

@media (max-width: 991px) {
	.item {width: 100% !important }
	[data-space] .item-img{
		margin-top: 0px !important;
		margin-bottom: 15px !important;
	}
}

.item-link{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;	
}
.item-img{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: 0;
}

.item-overlay{
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	-webkit-transform: scale(.9);
	   -moz-transform: scale(.9);
	    -ms-transform: scale(.9);
	     -o-transform: scale(.9);
	        transform: scale(.9);
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.item-link:hover .item-overlay{
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.item-overlay > h5{
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	text-align: left;
	font-size: 16px;
	font-family: 'Maven';
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
}
.item-overlay > h5:after{
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background-color: #fff;
	bottom: -16px;
}



/* 09. PORTFOLIO FILTER
-------------------------*/
.filter{
	text-align: center;
}
.filter ul li{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	margin: 8px;
	cursor: pointer;
	opacity: .7;
	letter-spacing: 1px;
	font-family: 'source code pro'
}
.filter ul li.active{
	opacity: 1;
}



/* 10. BLOCKQUOTE
------------------*/
blockquote{
	border: none;
	font-size: 15px;
	padding: 10px 0;
	letter-spacing: .1em;
}
blockquote footer{
	font-size: 85%;
}



/* 11. SKILLS
------------------------*/

.skill{
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
/*
.skill .skill-bar:after{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	margin-left: -100%;
	background-color: #000;
}*/
.skill .skill-title{
	display: inline-block;
	text-transform: uppercase;
}
.skill .skill-bar{
	position: relative;
	width: 0;
	height: 1px;
	background-color: #000;
	-webkit-transition: all 1.5s ease;
	   -moz-transition: all 1.5s ease;
	    -ms-transition: all 1.5s ease;
	     -o-transition: all 1.5s ease;
	        transition: all 1.5s ease;
}
.skill-bar span{
	display: none;
	position: absolute;
	right: 0;
	top: -30px;
	font-family: 'Maven';
}



/* 12. COUNTERS
------------------------*/

.counter-num{
	font-weight: bold;
	letter-spacing: .1em;
}
.counter h5{
	text-transform: capitalize;
}


/* 13. TEAM
------------------------*/
.avatar{
	position: relative;
	overflow: hidden;
}
.social{
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}
.social a{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	margin: 7px;
}
.team-member:hover .social{
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}


/* 14. TABS
------------------------*/
.tab-nav{
	list-style: none;
}
.tab-nav li{
	position: relative;
	display: inline-block;
	margin-right: 8px;
	font-size: 15px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: 'Maven';
}
.tab-nav li:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	width: 0;
	height: 1px;
	background-color: #000;
	opacity: 0;						
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.tab-nav li.active:after{
	opacity: 1;
	width: 100%;
}
.tab-panels > div{
	display: none;
	font-size: 14px;
}
.tab-panels > .active{
	display: block;
}



/* 15. TOGGLES
------------------------*/
.toggle{
	margin-bottom: 10px;
}
.toggle-title{
	position: relative;
	display: inline-block;
	font-family: 'Maven';
	letter-spacing: .1em;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 15px;
}
.toggle-title:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #000;
	bottom: -3px;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.toggle.active .toggle-title:after{
	width: 100%;
}
.toggle-content{
	padding-top: 10px;
	font-size: 14px;
	display: none;
}
.toggle.active .toggle-content{
	display: block;
}
		

/* 16. ICON BOX
------------------------*/
.icon-box{text-align: center;}
.icon-box i{
	font-size: 70px;
	margin-bottom: 15px;
}
.icon-box .box-details{}
.box-details h4{
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
}
.box-details p{
	font-size: 13px;
}


/* 17. IMAGE SLIDER
--------------------*/
.img-slider{
	position: relative;
}
.img-slider img{
	width: 100%;
}
.img-slider ul{
	list-style: none;
}
.img-slider .flex-direction-nav{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	opacity: .5;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.img-slider:hover .flex-direction-nav{
	opacity: 1;
}
.img-slider .flex-direction-nav li{
	display: inline-block;
}
.img-slider .flex-next,
.img-slider .flex-prev{
	background: #fff;
	display: block;
	padding: 5px;
	font-size: 40px;
	color: #555;
}
.img-slider .flex-prev{}
.post .img-slider .flex-next, 
.post .img-slider .flex-prev{
	padding: 0;
}



/* 18. BLOG
------------------------*/
.post{
	margin-bottom: 30px;
}
@media( max-width: 767px ){
	.post{
		width: 100%;
	}
}
.post a{
	text-decoration: none;
}
.post-content{
	background-color: #F7F7F7;
	padding: 20px 20px 10px;
}
.post-content .date{
	text-transform: uppercase;
	font-family: 'Source Code Pro';
	font-size: 13px;
}
.post iframe{
	border: none;
	display: block;
}


/* 19. CLIENTS
-----------------*/
.clients{
	text-align: center;
}
.clients img{
	width: 50%;
	max-width: 130px;
	height: auto;
	display: inline-block;
	opacity: .7;
	-webkit-transition:all .3s ease;
	   -moz-transition:all .3s ease;
	    -ms-transition:all .3s ease;
	     -o-transition:all .3s ease;
	        transition:all .3s ease;
}
.clients img:hover{
	opacity: 1;
}


/* 20. SCROLL TO TOP
------------------------*/
.to-top{
	display: none;
	position: fixed;
	right: 40px;
	bottom: 50px;
	font-family: 'Maven';
	background-color: #fff;
	opacity: .8;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	z-index: 999;
	text-decoration: none;
	cursor: pointer;
	width: 46px;
	height: 46px;
	font-size: 60px;
	overflow: hidden;
	color: rgba(0, 0, 0, .7);
}
.to-top i{
	margin-left: -7px;
	margin-top: -7px;
}
.to-top:hover{
	opacity: 1;
}
#footer.fixed .to-top{
	width: 50px;
	height: 50px;
	background: none;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
#footer.fixed .to-top i{
	margin-left: -4px;
	margin-top: -4px;
}


/* 21. GOOGLE MAP
----------------------*/
#google-map{
	width: 100%;
	height: 100%;
}
#google-map img{
	max-width: none;
}

.map-button{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: #000;
	color: #fff;
	padding: 10px 20px;
	font-family: 'Maven';
	text-transform: uppercase;
	z-index: 889;
}



/* 22. CONTACT INFO
---------------------*/
.contact-info{
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(0, 0, 0, .9);
	color: #fff;
	z-index: 888;
	display: block;
}
.contact-info .info-box{
	margin-bottom: 60px
}
.contact-info i{
	float: left;
	width: 50px;
}
.contact-info .details{
	margin-left: 30px;
	display: inline-block;
}



/* 23. CONTACT FORM
----------------------*/
.wpcf7-form {
	font-family: 'Maven';
}
form.wpcf7-form {}
form.wpcf7-form input,
form.wpcf7-form textarea {
	background: none;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	margin-bottom: 40px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
form.wpcf7-form textarea {
	min-height: 140px;
	max-height: 140px;
	resize: none;
	border: 0;
}
form.wpcf7-form input:focus {
	border-bottom: 1px solid #000;
}
form.wpcf7-form #submit {
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: normal;
}
form.wpcf7-form #submit:hover {
	background-color: #fff;
	color: #000;
}
.contact-message{
	display: none;
	text-transform: capitalize;
	text-align: center;
	margin: 50px 0;
}


/* 24. PAGINATION
------------------------*/
.pagination{
	width: 100%;
	text-align: center;
	margin: 70px 0 35px;
}
.pagination i{
	vertical-align: middle;
	margin-top: -3px;
	font-size: 33px;
}
.pagination a{
	display: inline-block;
	text-decoration: none;
	font-family: 'Maven';
	margin: 0 10px;
	opacity: .7;
}
.pagination a:hover{
	opacity: 1;
}
.pagination span{
	text-transform: uppercase;
	font-size: 15px;
}



/* 25. FOOTER
------------------------*/
#footer{
	padding: 35px 0;
	background-color: #fff;
	z-index: 9999;
	text-align: center;
}
#footer.fixed{
	height: 50px;
	padding: 0 50px;
	padding-top: 13px;
	position: fixed;
	bottom: 0;
	width: 100%;
	border: none;
}
#footer.fixed .container{
	width: 100%;
	padding: 0;
}
#footer .copyright{
	color: #777;
	font-size: 13px;
	letter-spacing: .1em;
	margin-top: 13px;
}
#footer.fixed .copyright{
	float: left;
	margin-top: 0;
}
#footer.fixed .social-links{
	float: right;
}
#footer .social-links a{
	font-size: 15px;
	text-decoration: none;
	color: #333;
	display: inline-block;
	padding: 0 7px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
#footer .social-links:hover a{
	opacity: .6;
}
#footer .social-links a:hover{
	opacity: 1;
}



/* 26. SIDEBAR
-----------------*/
.sidebar-item {
	margin-top: 20px;
}
.sidebar-item:first-child {
	margin-top: 0;
}
.sidebar-item h5 {
	padding: 0px 7px 10px 3px;
	width: 100%;
	border-bottom: 1px solid #a6a6a6;
}
.page ol,
.page ul,
.page ul,
.single-content ol,
.single-content ul,
.sidebar-item ul {
	margin-left: 20px;
}
.sidebar-item select {
	max-width: 100%;
}
.sidebar-item input {
	padding: 4px 5px 6px 9px;
	border: 1px solid #a6a6a6;
}

.page ul.slides{
	margin-left: 0;
}


/* 27. COMMENTS
-----------------*/
.comments {
	margin-top: 40px;
	margin-bottom: 20px;
}
.comments-title {
	text-align: center;
}
.comment-title {
	border-bottom: 1px dashed #a6a6a6;
	padding-bottom: 6px;
}
.comments li.comment {
	list-style: none;
	margin-bottom: 30px;
}
.comments ul.children {
	margin-top: 30px;
}
#contactform h3,
.comments-form h3 {
	width: 100%;
	float: none;
	clear: both;
	text-align: center;
}
#contactform textarea,
#contactform input,
.comments-form textarea,
.comments-form input {
	float: none;
	clear: both;
	display: block;
	padding: 6px;
	margin: 7px;
	max-width: 100%;
	width: 100%;
}
#contactform #submit,
.comments-form #submit {
	width: 100%;
	max-width: 100%;
	text-transform: uppercase;
	font-weight: normal;
}
#contactform {
	display: block;
}
/*------------------------------------------------------------*/
.empty-post-list {
	padding-top: 130px;
	text-align: center;
	display: block;
	width: 100%;
}
.wpb_column > .wpb_wrapper > p:last-child {
	margin-bottom: 10px;
}
.vc_column_container .wpb_wrapper .vc_btn3.vc_btn3-style-outline {
	border-width: 1px;
	padding: 3px 22px;
	font-family: 'Maven', sans-serif;
	font-size: 13px;
	line-height: 26px;
	text-transform: uppercase;
}
.black p.separator {
	background-color: #fff;
}
#pager {
	text-align: center;
}
.portfolio-gallery a.gallery-item {
  float: none;
  padding: 0;
}
.modern-tabs .separator {
	margin: 50px auto;
}
.blog .sidebar-item{
	margin-left: 15px;
}
.error404 .main-wrapper {
	height: 100%;
}
.hero-inner,
.error404 .main-wrapper .hero-inner {
	top: 0;
}
.container .ytbg iframe,
.hero .vc_row-fluid .vc_column_container .ytbg iframe {
	margin-left: 0 !important;
}
.mb_OnlyYT,
.mb_YTPTime,
span.mb_YTPMuteUnmute {
	font-size: 0 !important;
	display: none;
}
.mb_YTPPlaypause {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0;
}
.mb_YTPPlaypause:before {
	font-family: 'FontAwesome';
	content: "\f04c";
	font-size: 25px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-shadow: 1px 1px 2px black;
}
.mb_YTPPlaypause.active:before {
	content: "\f04b";
}
.mb_YTPBar {
	bottom: 0;
	left: 25px;
}
.mb_YTPBar .buttonBar {
	height: 60px;
}
.single blockquote:before {
	font-family: 'FontAwesome';
	content: '\f10d';
}
.single blockquote:after {
	font-family: 'FontAwesome';
	content: '\f10e';
	display: inline-block;
	width: 100%;
	text-align: right;
}
.single blockquote {
	margin: 30px 15px;
	padding: 20px;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	font-style: italic;
}
blockquote p {
	letter-spacing: 0.1em;
}
blockquote cite {
	line-height: 1.42857;
	color: #777;
	font-style: normal;
	display: block;
}
blockquote cite:before {
	content: '- ';
	margin-right: 7px;
}
.single table td,
.single table th {
	padding: 7px;
}
.post-info {
	margin: 10px 0 15px;
}
.post-info span {
	padding: 0 8px;
	border-right: 1px solid #E8E8E8;
}
.post-info span:last-child {
	border: 0 none;
}
div.wpcf7-mail-sent-ok {
	left: 0;
	right: 0;
}
.wpcf7-not-valid {
	border: 1px solid red !important;
}
span.wpcf7-not-valid-tip {
	/* display: none; */
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
	position: absolute;
	top: 0;
	color: #fff;
}
.ajax-loader {
	display: none;
}
.empty-post-list form {
	padding-top: 20px;
	width: 270px;
	margin: auto;
	display: block;
}
.empty-post-list input {
	display: inline-block;
	margin: 0 auto;
	height: 36px;
}
.empty-post-list input[type=search] {
	border: 1px solid #ccc;
	padding-left: 7px;

}
.empty-post-list label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	float: left;
	width: 182px;
}
.abs * {
	color: inherit;
}
.tabs ul,
.hero-slider ol,
.tabs ol {
	margin-left: 0;
}
.container .wpb_row {
	margin-bottom: 0px;
}
.wpb_row {
	margin-bottom: 0px!important;
}


@media(max-width: 767px){
	.slide-caption{
		left: 20px;
		bottom: 20px;
		right: 20px;
	}
	.vc_column_container.vc_col-sm-12{
		padding-left: 0;
		padding-right: 0;
	}
	.page .wpb_row, 
	.page .wpb_content_element, 
	.page ul.wpb_thumbnails-fluid > li, 
	.page .last_toggle_el_margin, 
	.page .wpb_button{
		margin-bottom: 0;
	}
	.pad-top-120 {
	    padding-top: 110px !important;
	}
	[class*="col-sm"] {
	    margin-bottom: 0;
	}
}

@media screen and (max-width: 600px){
	html {
	    margin-top: 0;
	}
}

@media (max-width: 767px){
	.vc_row.vc_inner{
		margin-left: 0;
		margin-right: 0;
	}
}


/*-------------- Custom CSS -----------------*/
header {
	height: 80px;
}
header a.logo {
	font-size: 22px;
	font-family: "Jaapokki";
}

#topmenu ul li a {
font-size: 14px;
font-weight: 600;
}

#topmenu ul ul {
	top: 25px !important;
}
#topmenu ul li a {
	font-family: "Jaapokki";
	font-weight: 400;
	opacity: 0.75;
}
#topmenu ul li a:hover {
	opacity: 1;
	color: #000;
}
#topmenu ul ul, #topmenu ul ul:before {
	border: none;
}
#topmenu ul ul li a {
	font-family: "Jaapokki";
}
#menu-menu-1 li.current-menu-item, #menu-menu-1 > li:hover {
	border-top: 2px solid #000;
}
 #menu-menu-1 > li{
	border-top: 2px solid #fff;
	transition: 0.3s ease;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



/*----------Banner thumbs-----------*/
.overlay-light {
background-color: rgba(0, 0, 0, 0.35);
}


.flex-control-paging li {
	margin-right: 10px;
}

.flex-control-paging li:last-child {
	margin-right: 0;
}
.side-link .side-title {
	font-family: "Jaapokki";
}

ul.yab-nav li.active {
	font-weight: bold; 
}


/*------------Banner content-------*/
.overlay-light {
    background-color: rgba(0, 0, 0, 0.55);
}

.slide-caption {
	left: 50%;
top: 40%;
transform: translateX(-50%);
text-align: center;
color: #fff;
}

.slide-caption .text-capitalize{
text-transform: uppercase;
font-weight: bold;
margin-bottom: 25px;
letter-spacing: 3px;
font-size: 32px;
}

.slide-caption h6 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 28px;
	font-family: "Maven";
	font-weight: 200;
}
.flex-control-paging li a {
width: 12px;
height: 12px;
transform: rotate(45deg);
}

/*----------------Paralax with Tabs----------*/
.overlay-light-3x {
    background-color: rgba(255, 255, 255, 0.3);
}

/*----------Section with image right----------*/
.image-right.vc_custom_1448464576523 {
	margin-left: 0 !important;
}

/*---------Counter--------*/
.overlay-dark-3x {
	background-color: rgba(0, 0, 0, 0.45);
}


/*-------FOOTER--------*/
#footer .copyright {
	font-size: 15px;
	color: #1D1B1B;
	font-weight: 600;
	font-family: "Jaapokki";
}

#footer .social-links a {
	font-size: 18px;
	color: #1F1F1F;
}

/*-------Tabs-------*/
.tab-panels p {
	color: #000;
}

/*-----ROW setting-----*/
.small_space {
    padding: 0 50px;
}

a.side-link {
display: none;
}


/*--------Team------*/
.social {
	background-color: rgba(0, 0, 0, 0.55);
}
.social a:hover {
	    color: #B3B3B3;
}
.team-member .info {
	text-align: center;
	position: relative;
}

h5.title.bold.mrg-top-20::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    width: 50px;
    height: 1px;
    background: #000;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    transform: translate(-50%);
}

.textwidget {
	text-align: justify;
}
.avatar img {
	transition: 0.3s ease-out;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.avatar img:hover{
transform: scale(1.25);
backface-visibility: hidden;
}

/*-------------Skills-----------*/
.skill .skill-bar {
	height: 4px;
	background-color: #797878;
	border: 1px solid black;
}

.wpb_wrapper .cta .text-center .pad-50 .text-light {
	background-position: center center;
}

.box-details {
	text-align: justify;
}
.box-details h4 {
	text-align: center;
}



/*--------------Logo----------*/
.clients img {
    opacity: 1;
}
.grey {
    background-color: #EAEAEA;
}

/*-----Counter-----*/
.counter {
	text-transform: uppercase;
}

/*----Quote---*/
blockquote {
text-align: justify;
}

/*-------------Post---------*/
.post-content {
	background-color: #ddd;
	padding: 15px 20px;
}
.post-content .title, .post-content .date {
	text-align: center;
}
.post-content .more_here {
	font-family: "Jaapokki";
	font-size: 13px;
	text-transform: uppercase;
	opacity: 0.65;
	transition: 0.3s linear;
}
.post-content .more_here:hover {
	opacity: 1;
}
.post a h5.title {
	position: relative;
}

.post a h5.title::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    width: 50px;
    height: 1px;
    background: #000;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}


/*---------------Single Post-------*/
.mar-left-50 {
	margin-left: 50px;
}
.mar-right-50{
	margin-right: 50px;
}

.comment-title {
	border: none;
}
#reply-title > strong {
	text-transform: uppercase;
}

#contactform #submit, .comments-form #submit {
	width: 120px;
	margin-left: 50%;
    transform: translate(-50%);
    background-color: #000;
}

input[type=submit]:hover {
     background-color: #555555;
}
#contactform #submit:hover, .comments-form #submit:hover {
	background-color: #555;
}
#contactform textarea, #contactform input, .comments-form textarea, .comments-form input {
   border: 2px solid #555555;
}

.pagination {
	margin: 30px 0 35px;
}
.pagination a {
	    transition: 0.3s linear;
}

.comments li.comment {
	border-bottom: 1px solid #000;
}

/*--------------Portfolio-------*/
.item-overlay > h5 {
	text-align: center;
	top: 45%;
}
.item-overlay > h5:after {
	width: 65px;
	bottom: -5px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

.single-portfolio p.small {
	text-align: justify;
	font-size: 14px;
	margin-top: 15px;
}
.single-portfolio .title {
	text-align: center;
}
.single-portfolio h6.title {
	margin-bottom: 0;
	font-size: 18px;
}

.single-portfolio p {
	text-align: justify;
}

.portfolio-info p {
	text-align: center;
}

.filter li.active {
	border-bottom: 1px solid #000;
	
}
.filter li:hover {
	opacity: 1;
	border-bottom: 1px solid #000;
}  
.filter li {
	border-bottom: 1px solid #fff;
	transition: 0.3s ease;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tabs ul.tab-nav li.active {
    font-weight: bold;
}

#menu-menu-1 li.current-menu-item, #menu-menu-1 > li:hover {
	border-top: 2px solid #000;
}
.pad-25 {
	padding: 22px;
}

@media screen and (max-width: 768px){
.image-right.vc_custom_1448464576523 {
	padding-left: 0px!important;
}
.slide-caption {
	top: 30%;
	width: 80%;
}
.pad-80 {
	padding: 30px !important;
}
.mob-nav {
	float: right;
    margin-top: 25px;
    margin-right: 30px;
}
header .logo {
	margin-left: 35px;
}
header {
	margin-bottom: 0px !important;
}
nav#topmenu {
	top: 60px;
}
#topmenu {
	width: 100% !important;
}

}

.pricing-section {
	text-align: center;
	border: 3px solid #333;
}
.pricing-section h1, .pricing-section h2, .pricing-section h3, .pricing-section h4, .pricing-section h5, 
.pricing-section h6 {
	text-transform: uppercase;
	font-weight: bold;
}
p.price {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 30px;
    line-height: 40px;
	font-family: "Jaapokki";
}
p.pricing-content {
	font-size: 15px;
	letter-spacing: .1em;
	margin-bottom: 0;
}
.price-title {
	margin-bottom: 30px;
}
.text-block {
	text-align: justify;
}
a.pricing-button {
	color: #333;
	padding: 5px 10px;
	border: 1px solid #333;
	text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.7;
    transition: 0.3s ease;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    line-height: 30px;
    margin-top: 22px;
    display: inline-block;
}
a.pricing-button:hover {
	opacity: 1;
}
/*New design*/
body,
.animsition{
	position: inherit;
}
body,
p{
    letter-spacing: 0;
    font-family: 'Raleway';
}
.title{
	text-transform: none;
	letter-spacing: 0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat';
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}
h1{
	font-size: 60px;

}
h2{
	font-size: 55px;
	line-height: 55px;
}
h3{
	font-size: 50px;
	line-height: 50px;
}
h4{
	font-size: 45px;
	line-height: 45px;
}
h5{
	font-size: 30px;
	line-height: 30px;
}
h6{
	font-size: 16px;
}
span.no-menu {
    padding: 0 20px;
}
.no-vc{
	color: #464646;
}
.separator.dark{
    width: 170px;
    height: 15px;
    display: block;
    background-color: transparent!important;
    background: url('../images/title-sep.png');
}
.separator.light{
	width: 170px;
    height: 15px;
    display: block;
    background-color: transparent!important;
    background: url('../images/title-sep-white.png');
}
.widget{
	padding: 0 50px;
}
.widget h4{
	color: #464646;
}
.widget h4::after{
	width: 170px;
	height: 15px;
	margin: 20px auto;
	background: url('../images/title-sep.png');
	display: block;
	content: '';
}
.sidebar-item h5{
	color: #464646;
	border-bottom: none;
}
.sidebar-item h5::after{
	width: 170px;
	height: 15px;
	margin: 20px auto;
	background: url('../images/title-sep.png');
	display: block;
	content: '';
}
.sidebar-show .vc_row-no-padding{
	width: 100%!important;
}
/*img,
.wpb_single_image img{
	max-height: inherit!important;
	width: 100%!important;
}*/
body{
	font-size: 14px;
}
.wpb_single_image .vc_figure,
.wpb_single_image .vc_single_image-wrapper{
	display: block!important;
}
.wpb_content_element{
	margin-bottom: 0!important;
}
.vc_row.container{
	margin: auto;
}
.sidebar-show .container{
	width: 100%;
}
.vc_row-no-padding .vc_inner.container{
	margin: auto!important;
}
select{
	border: 1px solid #7d7d7d;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 14px;
	color: #555555;
	padding: 5px 10px 6px;
}
ul li,
ol li{
	padding-left: 10px;
}
@media screen and (max-width: 480px){
	.vc_row{
		margin: 0!important;
		left: 0 !important;
		right: 0 !important;
		padding: 0 !important;
	}
	.vc_column_container > .vc_column-inner{
		padding: 0px!important;
		margin: 0 0!important; 
	}
	.widget{
		padding: 0 25px;
	}
	.vc_empty_space{
		height: 20px!important;
	}
	.title{
		padding-top: 25px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px){
	.title{
		padding-top: 25px;
	}
	.vc_column_container > .vc_column-inner{
		padding: 0px 25px!important;
		margin: 20px 0!important; 
	}
	.vc_empty_space{
		height: 20px!important;
	}
}
/*Header*/
header{
    height: 100px;
    padding-top: 10px;
}
header a.logo{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 25px;
    color: #464646;
}
#topmenu{
    margin-top: 20px!important;
    margin-right: 50px;
}
#topmenu ul{
    float: left;
}
#topmenu ul li{
    border: none;
    margin: 0 13px 0 -12px;
}
#topmenu ul li i{
	position: absolute;
	top: 10px;
	right: 37px;
	float: right;
	padding: 5px 7px;
	cursor: pointer;
	z-index: 1;
}
#topmenu ul li:hover>ul{
	display: block;
}
#topmenu ul.menu>li::before,
#topmenu ul.menu>li::after{
    content: '';
    margin-top: 7px;
    display: block;
    height: 33px;
    width: 4px;
    float: left;
}
#topmenu ul.menu>li.current-menu-item,
#topmenu ul.menu>li:hover{
    border: none;
}
#topmenu ul.menu>li.current-menu-item::before,
#topmenu ul.menu>li:hover::before{
    background: url(../images/brackets.png);
    background-position: 0 0;
}
#topmenu ul.menu>li.current-menu-item::after,
#topmenu ul.menu>li:hover::after{
    background: url(../images/brackets.png);
    background-position: -4px 0;
}
#topmenu ul.menu>li>a{
    padding: 0 15px 0 15px!important;
    font-family: 'Montserrat';
    font-size: 13px;
    color: #555555;
    opacity: 1;
}
#topmenu ul li a:hover{
    color: #555;
}
#topmenu ul ul{
	width: 200px;
	padding: 10px 0px;
	top: 40px !important;
	background: #fff;
	z-index: 1;
}
#topmenu ul ul ul{
	left: 200px;
	top: 0!important;
	padding: 0;
}
#topmenu ul ul li{
	width: 100%;
	float: left;
	padding: 9px 15px;
	margin: 0;
	text-align: left;
}
#topmenu ul ul li a{
	padding: 0;
	display: block;
	font-family: 'Montserrat';
    font-size: 13px;
    color: #555555;
}
#topmenu ul li.menu-item-has-children i{
	display: none;
}
.search-block{
    padding: 6px 30px;
    margin: 12px 0;
    display: inline-block;
    float: left;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    cursor: pointer;
}
.search-icon{
    width: 12px;
    height: 12px;
    background: url('../images/search-icon.png');
}
.social-block{
    display: inline-block;
    margin: 18px 0px 0 2px!important;
    line-height: 12px;
}
.social-block a{
	width: 12px;
    height: 12px;
    color: #464646;
    display: inline-block;
    margin: 0 0 0 24px!important;
}
.soc-icon.fb{
    background-position: 0 0;
}
.soc-icon.tw{
    background-position: -12px 0;
}
.soc-icon.gp{
    background-position: -24px 0;
}
/*Search form*/
header #searchform {
	position: absolute;
	left: 0;
    top: -260px;
}
#searchform {
    width: 100%;
    height: 160px;
    background: rgba(255,255,255,1);
    padding: 0 48px;
}
header .field.search{
	margin: 95px 0 23px;
}
.field.search{
	width: 100%;
	padding: 0px 15px;
	height: 42px;
	line-height: 42px;
	color: #555555;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: 700;
}
#searchform i{
	display: none;
}
header #searchform i{
	padding: 5px;
	position: absolute;
	top: 65px;
	right: 50px;
	font-size: 18px;
	cursor: pointer;
	display: block;
}
.search-title{
	margin: 50px 0 30px!important;
	color: #464646;
	text-align: center;
}
.search-items{
	width: 100%;
	float: left;
	margin: 50px 0 110px;
	list-style: none;
}
.search-items li{
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.search-item-content,
.search-item-content a{
	color: #464646;
}
.search-time{
	color: #7d7d7d;
}
.search-noresult {
    width: 100%;
    text-align: center;
    padding: 80px 0 120px;
}
@media screen and (max-width: 767px){
	#topmenu{
		margin: 40px 0 0 0!important;
	}
	#topmenu ul{
		width: 100%;
	}
	#topmenu ul li{
		width: 100%;
		float: left;
		position: relative;
		margin: 0;
	}
	#topmenu ul.menu li a{
		width: 100%;
		line-height: 45px;
		display: block;
		text-align: left;
		padding: 0 0 0 36px!important;
	}
	#topmenu ul.menu li::before,
	#topmenu ul.menu li::after{
		display: none;
	}
	#topmenu ul.menu>li:hover::before,
	#topmenu ul.menu>li:hover::after{
		display: none;
	}
	#topmenu ul li:hover ul{
		display: none;
	}
	#topmenu ul li.menu-item-has-children i{
		display: block;
	}
	.search-block{
		float: none;
	}
	.social-block{
		width: 100%;
	}
	.social-block a{
		margin: 0 12px!important;
	}
	#topmenu ul ul{
		width: 100%;
		top: 0px !important;
		display: none;
		padding: 0;
	}
	#topmenu ul ul ul{
		left: 0;
	}
	#topmenu ul ul li{
		padding: 0 0 0 15px;
	}
	#topmenu ul ul li i{
		top: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1041px){
	#topmenu {
	    padding: 0px 10px !important;
	    text-align: right;
	}
	#topmenu ul{
		float: none;
	}
	.search-block{
		float: none;
	}
	#topmenu ul.menu li a{
		padding: 0 5px!important;
	}
	.social-block{
		padding: 19px 0;
		float: right;
		margin: 0!important;
	}
}
/*Main page*/
	/*Slider*/
	.slide-caption{
	    width: 60%;
	    top: 33%;
	}
	.slide-caption .text-capitalize{
	    font-family: 'Montserrat';
	    font-weight: 700;
	    color: #fefefe;
	    font-size: 65px;
	    line-height: 65px;
	    letter-spacing: 0px;
	    text-transform: none;
	    margin-bottom: 20px;
	}
	.slide-caption .text-capitalize::after{
	    content: '';
	    display: block;
	    width: 570px;
	    height: 15px;
	    margin: 40px auto 20px;
	    background: url('../images/slide-line.png');
	}
	.slide-caption h6{
	    width: 80%;
	    margin: auto;
	    display: block;
	    font-family: 'Raleway';
	    font-weight: 400;
	    font-size: 18px;
	    letter-spacing: 0;
	    line-height: 30px;
	}
	.slide-link{
	    width: 208px;
	    height: 50px;
	    margin: 41px auto;
	    padding-top: 12px;
	    background: url('../images/slide-btn.png');
	    display: block;
	    color: #fefefe;
	    font-size: 13px;
	    text-decoration: none;
	    text-transform: uppercase;
	    font-family: 'Montserrat';
	    font-weight: 700;
	    -webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	.flex-control-paging{
	    bottom: 30px;
	}
	.flex-control-paging li{
	    width: 15px;
	    height: 11px;
	    border: none;
	    margin: 0 14px 0 2px;
	    padding: 0;
	}
	.flex-control-paging li a{
	    width: 15px;
	    height: 11px;
	    transform: none;
	    background: url('../images/slide-point.png');
	    border: none;
	}
	.flex-control-paging li a.flex-active{
	    background: url('../images/slide-point.png');
	    background-position: -15px 0;
	}
	@media screen and (max-width: 480px){
		.slide-caption {
		    width: 90%;
		    top: 20%;
		}
		.slide-caption .text-capitalize{
			font-size: 38px;
			line-height: 38px;
		}
		.slide-caption .text-capitalize::after{
			width: 90%;
			background-position: center;
		}
		.slide-caption h6{
			font-size: 16px;
		}
	}
	@media screen and (min-width: 481px) and (max-width: 768px){
		.slide-caption {
		    width: 90%;
		    top: 20%;
		}
		.slide-caption .text-capitalize::after{
			width: 100%;
			background-position: center;
		}
	}
	/*About us block*/
	.more-btn a{
	    width: 208px;
	    height: 50px;
	    margin: 41px auto;
	    padding-top: 17px !important;
	    color: #555555!important;
	    background-color: transparent!important;
	    background-image: url('../images/more-btn.png')!important;
	    display: block;
	    font-size: 13px!important;
	    text-decoration: none;
	    text-transform: uppercase;
	    font-family: 'Montserrat';
	    font-weight: 700;
	    border: none!important;
	    -webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	.more-btn a:hover{
		color: #000!important;
	}
	.about-block{
	    width: 70%;
	    margin: 0 15%!important;
	}
	.about-block .title{
	    text-transform: none;
	    font-family: 'Montserrat';
	    font-weight: 700;
	    font-size: 50px;
	    line-height: 50px;
	    letter-spacing: 0;
	    margin-bottom: 22px;
	}
	.about-block .text-block{
	    font-family: 'Raleway';
	    font-weight: 700;
	    font-size: 16px;
	}
	.about-block .text-block.about-text{
	    font-family: 'Raleway';
	    font-weight: 400;
	    font-size: 14px;
	}
	@media screen and (max-width: 480px){
		.about-block{
		    width: 100%;
		    margin: 0%!important;
		}
	}
	/*What we do block*/
	.what-block .container{
		width: 100%!important;
	}
	.what-block .tab-title{
	    color: #ffffff;
	    font-size: 50px;
	    line-height: 50px;
	    font-family: 'Montserrat';
	    font-weight: 700;
	    text-transform: none;
	}
	.what-block .separator{
	    margin: 23px auto 20px;
	}
	.what-block .tab-text{
	    font-family: 'Raleway';
	    font-weight: 400;
	    font-size: 14px;
	    color: #ffffff;
	    text-align: justify;
	    width: 70%;
	    margin: 0 auto;
	    padding: 0 25px;
	}
	.what-block .tab-text p{
		color: #ffffff;
	}
	.what-block .container{
	    margin-top: 78px;
	}
	.what-block{
		padding: 80px 0;
	}
	.what-container .pad-80{
		padding: 80px 80px 120px 80px;
	}
	.what-container .col-md-10.col-md-offset-1{
		padding: 0!important;
	}
	.what-container .tab-nav{
		margin-bottom: 67px;
	}
	.tab-nav li{
		color: #fff;
		font-size: 13px;
		font-family: 'Montserrat';
		font-weight: 400;
		margin: 0 130px 0 0px;
		letter-spacing: 0;
	}
	.tab-nav li:last-child{
		margin-right: 0;
	}
	.tabs ul.tab-nav li.active{
		font-weight: 400;
	}
	.tab-nav li .title-icon{
		width: 28px;
		height: 27px;
		margin-right: 10px;
		display: block;
		float: left;
	}
	.tab-nav li::after{
		background-color: #ffffff;
		bottom: -8px;
	}
	.cont-img{
		width: 100%;
		height: auto;
	}
	.cont-title{
		margin-top: 28px;
		color: #fff;
		font-size: 16px;
		font-family: 'Raleway';
	    font-weight: 700;
	    text-align: left;
	}
	.cont-text{
		margin-top: 12px;
		color: #fff;
		font-size: 14px;
		font-family: 'Raleway';
	    font-weight: 400;
	    text-align: left;
	}
	@media screen and (max-width: 480px){
		.tab-nav li{
			width: 100%;
			margin: 0 0 15px;
			font-size: 12px;
		}
		.what-block .tab-text{
			width: 100%;
		}
	}
	@media screen and (min-width: 481px) and (max-width: 767px){
		.tab-nav li{
			width: 48%;
			margin: 5px 1% 15px;
			font-size: 12px;
		}
	}
	@media screen and (min-width: 768px) and (max-width: 1040px){
		.tab-nav li{
			margin: 0 5px 20px 5px;
			font-size: 11px;
		}
		.tab-nav li:last-child{
			margin-right: 5px;
		}
	}
	@media screen and (min-width: 1041px) and (max-width: 1366px){
		.tab-nav li{
			margin: 0 15px 0 0px;
			font-size: 11px;
		}
	}
	@media screen and (min-width: 1367px) and (max-width: 1699px){
		.tab-nav li{
			margin: 0 60px 0 0px;
		}
	}
	/*Out team block*/
	.team-block{
		width: 38%!important;
		margin: 0 5% 0 7%;
	}
	.team-block h3{
		margin: 37px 0 20px;
		letter-spacing: 0;
		font-size: 50px;
	    font-family: 'Montserrat';
	    font-weight: 700;
	    text-transform: none;
	}
	.team-block .text-title{
		color: #555;
		font-size: 16px;
		font-family: 'Raleway';
	    font-weight: 600;
	    margin-bottom: 43px;
	}
	.team-block .more-btn a{
		margin: 15px auto;
	}
	.pricing-block{
		padding: 0 50px 0 50px!important; 
	}
	.pricing-block .price-title{
		letter-spacing: 0;
		font-size: 50px;
		line-height: 50px;
	    font-family: 'Montserrat';
	    font-weight: 700;
	    text-transform: none;
	    margin-bottom: 25px;
	}
	.price-row .price-title{
		margin: 20px 0 25px;
		letter-spacing: 0;
		font-size: 30px;
		color: #464646;
		font-family: 'Montserrat';
	    font-weight: 700;
	    text-transform: none;
	}
	.price-row .price-title::after{
		content: '';
		display: block;
		margin: 28px auto;
		width: 131px;
		height: 11px;
		background-image: url(../images/price-sep.png);
	}
	.price-text{
		width: 50%;
		margin: 0 25%;
		font-size: 16px;
		color: #fff;
		font-family: 'Raleway';
	    font-weight: 600;
	}
	.price-row{
		width: 80%;
	}
	.pricing-button{
		width: 149px;
		height: 40px;
		margin: 29px 0 30px!important;
		border: none!important;
		background: url(../images/price-bg.png);
		color: #555555;
		font-size: 11px;
		font-family: 'Montserrat';
	    font-weight: 700;
	    text-transform: uppercase;
	}
	.pricing-section{
		border: none!important;
		background: #fff;
	}
	.price-row p.price{
		margin: 41px 0 22px;
		font-size: 50px;
		font-family: 'Montserrat';
	    font-weight: 700;
	    text-transform: none;
	}
	.price-row p.price sup{
		font-size: 32px;
	}
	.price-row .pricing-content{
		font-family: 'Raleway';
		font-size: 14px;
		letter-spacing: 0;
		line-height: 35px;
	}
	.counter-row{
		margin-left: auto!important;
		margin-right: auto!important;
		float: none!important;
	}
	.counter h5.counter-num{
		min-width: 130px;
		font-size: 65px;
		font-family: 'Montserrat';
	    font-weight: 700;
	    letter-spacing: 0;
	    color: #464646;
	    float: left;
	    clear: none;
	    text-align: left;
	    margin: 0;
	}
	.counter h6{
		margin-top: 0px;
		font-size: 12px;
		font-family: 'Montserrat';
	    font-weight: 400;
	    line-height: 16px;
	    letter-spacing: 0;
	    color: #464646;
	    float: left;
	    text-align: left;
	    text-transform: uppercase;
	    clear: none;
	}
	.counter-text{
		width: 100%;
		margin-top: 9px;
		float: left;
		text-align: left;
		font-family: 'Raleway';
		font-size: 14px;
		letter-spacing: 0;
		line-height: 25px;
		color: #7d7d7d;
		text-transform: none;
	}
	@media screen and (max-width: 767px){
		.team-block {
		    width: 100% !important;
		    margin: 0 0% 0 0%;
		}
		.team-block.vc_column_container > .vc_column-inner{
			margin: 0!important;
		}
		.pricing-block{
			padding: 0!important;
		}
		.price-text{
			width: 80%;
			margin: 0 10%;
		}
		.counter{
			float: left;
			margin: 25px 0;
		}
	}
	@media screen and (min-width: 768px) and (max-width: 1040px){
		.price-row{
			text-align: center;
		}
		.price-row .vc_col-sm-4{
			width: 50%;
			display: inline-block;
			float: none;
		}
		.team-block h3{
			margin: 0px 0 20px;
		}
		.counter{
			float: left;
		}
		.counter h5.counter-num{
			width: 100%;
			line-height: 65px;
		}
	}
	@media screen and (min-width: 1041px) and (max-width: 1400px){
		.team-block h3{
			margin: 0px 0 20px;
		}
		.counter h5.counter-num{
			width: 100%;
			line-height: 65px;
		}
	}
	/*Testimonial block*/
	.test-block{
		padding: 0 50px;
	}
	.test-block h3{
		font-size: 50px;
		line-height: 50px;
		font-family: 'Montserrat';
	    font-weight: 700;
	    letter-spacing: 0;
	    color: #fff;
	    text-transform: none;
	    margin: 0 0 21px 0;
	}
	.test-block .slides li{
		height: auto!important;
		padding-bottom: 93px!important;

	}
	.test-block li .col-md-6:first-child{
		width: 48%;
		margin-right: 2%;
	}
	.test-block li .col-md-6:last-child{
		width: 48%;
		margin-left: 2%;
	}
	.avatar-block{
		width: 95px;
		top: 9px;
		position: absolute;
		float: left;
	}
	.test-info{
		width: 100%;
		padding-left: 98px;
		float: left;
	}
	.test-name{
		margin-top: 2px;
		color: #fff;
		font-size: 17px;
		font-family: 'Raleway';
	    font-weight: 900;
	    text-transform: uppercase;
	}
	.test-text{
		color: #fff;
		margin: 10px 0 13px;
		font-size: 14px;
		font-family: 'Raleway';
	    font-weight: 400;
	}
	.test-position{
		color: #fff;
		font-size: 14px;
		font-family: 'Raleway';
	    font-weight: 700;
	}
	@media screen and (max-width: 1040px){
		.test-block{
			padding: 0;
			margin-top: 50px;
		}
		.test-block li .col-md-6:first-child,
		.test-block li .col-md-6:last-child{
			width: 100%;
			margin: 0;
			float: left;
		}
	}
	/*Porfolio block*/
	.portfolio-block{
		padding: 0 50px;
	}
	.porfolio-title{
		font-size: 50px;
		font-family: 'Montserrat';
	    font-weight: 700;
	    letter-spacing: 0;
	    text-transform: none;
	    margin: 0 0 21px 0;
	}
	.portfolio-text{
		width: 70%;
		margin: 0 15%;
		line-height: 24px;
		font-family: 'Raleway';
	    font-weight: 700;
	    font-size: 16px;
	}
	.portfolio-block .portfolio-wrapper.container{
		width: 100%;
		padding: 0;
	}
	.filter{
		margin-bottom: 53px;
	}
	.filter ul li{
		margin: 8px 31px 8px 30px;
		font-size: 13px;
		font-family: 'Montserrat';
	    font-weight: 700;
	    letter-spacing: 0;
	    color: #7d7d7d;
	    opacity: 1;
	}
	.filter ul li.active{
		color: #636363;
	}
	.portfolio-block .more-btn a{
		margin-top: 60px;
	}
	@media screen and (max-width: 480px){
		.page ul{
			margin: 0;
			padding: 0 10px;
		}
		.portfolio-block{
			padding: 0!important;
		}
		.filter ul li{
			width: 100%;
			margin: 8px 0;
		}
	}
	/*Blog block*/
	.blog-block{
		padding: 0 50px;
	}
	.blog-title{
		font-size: 50px;
		line-height: 50px;
		font-family: 'Montserrat';
	    font-weight: 400;
	    letter-spacing: 0;
	    text-transform: none;
	    margin: 0 0 21px 0;
	}
	.blog-text{
		width: 70%;
		margin: 0 15%;
		line-height: 24px;
		font-family: 'Raleway';
		font-weight: 700;
		font-size: 16px;
	}
	.blog-view{
		margin-top: 80px;
	}
	.posts-list{
		width: 100%;
		float: left;
		list-style: none;
		margin: 0!important;
	}
	.posts-list li{
		width: 33%;
		margin-bottom: 40px;
		padding: 0 15px;
/*		min-height: 560px;*/
		float: left;
		position: relative;
		text-align: center;
	}
	.posts-list li:nth-child(3n+4){
		clear: left;
	}
	.add-row{
		width: 50%;
		padding: 8px 10px;
		top: 0;
		position: absolute;
		text-align: left;
	}
	.add-row>div{
		height: 16px;
		line-height: 16px;
		float: left;
		color: #fff;
		margin-right: 11px;
		font-size: 14px;
	}
	.like-i,
	.view-i,
	.comm-i{
		width: 16px;
		height: 16px;
		margin-right: 5px;
		display: block;
		float: left;
	}
	.like-i{
		background: url('../images/heart.png');
	}
	.view-i{
		background: url('../images/eye.png');
	}
	.comm-i{
		background: url('../images/comment.png');
	}
	.post-img img{
		width: 100%;
		float: left;
	}
	.add-info{
		width: 100%;
		float: left;
		margin: 15px 0;
		color: rgba(255,255,255,0.5);
		font-size: 14px;
		font-family: 'Raleway';
		font-weight: 400;
		word-break: break-all;
	}
	.add-info a{
		color: rgba(255,255,255,0.5);
		font-size: 14px;
		font-family: 'Raleway';
		font-weight: 400;
		text-decoration: none;
	}
	.post-title{
		width: 100%;
		float: left;
		color: #fff;
		font-size: 16px;
		font-family: 'Montserrat';
	    font-weight: 400;
	    text-transform: uppercase;
	}
	.post-title:hover{
		text-decoration: underline;
	}
	.excerpt p{
		color: rgba(255,255,255,0.5);
		font-size: 14px;
		font-family: 'Raleway';
		font-weight: 400;
		text-decoration: none;
	}
	.more{
		width: 148px;
		height: 40px;
		display: block;
		background: url('../images/more-bg.png');
		margin: 30px auto 0;
		padding: 7px 0;
		color: #fff;
		text-decoration: none;
		font-size: 11px;
		font-family: 'Montserrat';
	    font-weight: 700;
	    text-transform: uppercase;
	    text-align: center;
	    clear: both;
	    -webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	.more.light:hover{
		color: #464646;
	}
	@media screen and (max-width: 767px){
		.blog-block{
			padding: 0;
		}
		.posts-list li{
			width: 100%;
			padding-bottom: 30px!important;
		}

	}
	/*Customers block*/
	.customers-block{
		padding: 0 50px;
	}
	.custom-title{
		font-size: 50px;
		line-height: 50px;
		font-family: 'Montserrat';
		font-weight: 400;
		letter-spacing: 0;
		text-transform: none;
		margin: 0 0 25px 0;
	}
	.custom-text{
		width: 80%;
		margin: 0 10% 80px;
		line-height: 24px;
		font-family: 'Raleway';
		font-weight: 600;
		font-size: 16px;
	}
	.customers-slider li{
		height: auto!important;
	}
	.customers-slider .flex-control-paging li a {
	    width: 15px;
	    height: 11px;
	    transform: none;
	    background: url('../images/slide-point-dark.png');
	    border: none;
	}
	.customers-slider .flex-control-paging li a{
	    background: url('../images/slide-point-dark.png');
	    background-position: 0 0;
	}
	.customers-slider .flex-control-paging li a.flex-active {
	    background: url('../images/slide-point-dark.png');
	    background-position: -15px 0;
	}
	.customers-slider .flex-control-paging{
		bottom: -60px;
	}
	.customers-slider .customer-item{
		width: 16.6%;
		display: inline-block;
		text-align: center;
	}
	.customers-slider .customer-item img{
		max-width: 100%!important;
		width: auto !important;
	}
	@media screen and (max-width: 480px){
		.customers-block{
			padding: 0px;
		}
	}
	@media screen and (max-width: 767px){
		.customers-slider .customer-item img{
			padding: 0 5px;
		}
	}
	@media screen and (min-width: 768px) and (max-width: 1500px){
		.customers-block .container{
			width: 100%!important;
		}
		.customers-slider .customer-item img{
			padding: 0 10px;
		}
	}
/*About us page*/
	/*What we do block*/
	.about-us-block{
		padding: 0 35px;
	}
	.about-us-block .container{
		width: 100%!important;
	}
	.pad-300{
		padding: 300px 20px;
	}
	.banner-separator{
		width: 230px;
		height: 15px;
		display: block;
		margin: 26px auto 20px!important;
	}
	.banner-separator.light{
		background: url('../images/banner-sep.png');
	}
	.banner-separator.dark{
		background: url('../images/banner-sep-dark.png');
	}
	.banner-text{
		font-size: 18px;
		font-family: 'Raleway';
		font-weight: 400;
		padding: 0 10px;
	}
	.banner-text p{
		line-height: 30px;
	}
	@media screen and (max-width: 480px){
		.about-us-block{
			padding: 0px;
		}
		
		.banner-text{
			font-size: 12px;
		}
	}
	/*Our company block*/
	.company-block .separator{
		margin: 22px auto;
	}
	.company-block .vc_column_container > .vc_column-inner{
		padding: 0!important;
	}
	.work-slider{
		margin: -100px auto 0;
		padding: 0 65px;
	}
	.work-slider h5{
		margin: 53px 0 29px;
	}
	.work-separator{
		width: 131px;
		height: 15px;
		background: url('../images/price-sep.png');
		margin: 15px auto;
	}
	.work-slider .title-text{
		font-weight: 600;
		font-size: 16px;
	}
	.work-slider .work-text{
		margin: 42px 0 0;
	}
	.work-slider .work-text p{
		font-family: 'Raleway';
		font-weight: 400;
		font-size: 14px;
	}
	.work-slider .flex-control-paging {
	    bottom: 53px;
	}
	.work-slider .flex-control-paging li a{
		width: 15px;
		height: 11px;
		transform: none;
		background: url('../images/slide-point-dark.png');
		border: none;
	}
	.work-slider .flex-control-paging li a.flex-active{
		background: url('../images/slide-point-dark.png');
		background-position: -15px 0;
	}
	.work-page{
		height: auto!important;
	}
	@media screen and (max-width: 768px){
		.work-slider{
			padding: 0 5px;
		}
	}
	@media screen and (max-width: 1040px){
		.work-slider .flex-control-paging {
		    bottom: -30px;
		}
	}
	/*Our service block*/
	.service-block{
		padding: 0 50px;
	}
	.service-block .service-title{
		margin-bottom: 30px;
	}
	.service-block .service-text{
		margin: 20px 0;
		font-size: 16px;
	}
	.service-block .service-text p{
		letter-spacing: 0.2px;
	}
	.serv-block{
		padding: 0 10px;
	}
	.block-icon{
		width: 35px;
		height: 35px;
		margin-right: 9px;
		float: left;
	}
	.block-title{
		display: inline-block;
		margin: 3px 0 0 3px;
		font-size: 13px;
		font-family: 'Montserrat';
		font-weight: 400;
		text-transform: uppercase;
	}
	.block-separator{
		width: 81px;
		height: 11px;
		margin: 38px 0 21px;
		clear: both;
		background: url('../images/service-separator.png');
	}
	.block-text{
		font-size: 14px;
	}
	@media screen and (max-width: 480px){
		.service-block{
			padding: 0;
		}
		.serv-block{
			padding: 0 10px 20px;
		}
	}
	/*Our team block*/
	.wpb_wrapper{
		margin: 0!important;
	}
	.our-team-block .team-title{
		margin-bottom: 30px;
	}
	.our-team-block .text-block{
		margin-top: 20px;
		font-size: 16px;
		font-weight: 600;
	}
	.ava-block{
		width: 100%;
		height: auto;
		float: left;
		position: relative;
		-moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	}
	.avatar-img{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.about-person{
		background: rgba(0,0,0,0.8);
		position: absolute;
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.ava-block:hover .about-person{
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	.person-text{
		width: 70%;
		margin: 200px 15% 20px;
		text-align: center;
		font-size: 14px;
		color: #fff;
	}
	.soc-block{
		width: 100%;
		text-align: center;
	}
	.soc-block a{
		width: 56px;
		height: 36px;
		background: url('../images/soc-bg.png');
		color: #fff;
		font-size: 12px;
		text-align: center;
		padding: 5px;
		display: inline-block;
	}
	.name{
		width: 100%;
		margin: 30px 0 5px;
		float: left;
		text-align: center;
		text-transform: uppercase;
		font-size: 16px;
		font-family: 'Montserrat';
		font-weight: 400;
	}
	.position{
		width: 100%;
		float: left;
		text-align: center;
		font-size: 14px;
	}
	.team-slider li{
		height: auto!important;
	}
	.team-slider .flex-control-paging li a.flex-active{
		background: url('../images/slide-point-dark.png');
		background-position: -15px 0;
	}
	.team-slider .flex-control-paging li a{
		background: url('../images/slide-point-dark.png');
		background-position: 0 0;
	}
	.team-slider .flex-control-paging {
	    bottom: -50px;
	}
	/*Milford studio block*/
	.mf-studio-block{
		padding: 0 50px;
	}
	.mf-studio-title{
		margin-bottom: 30px;
	}
	.mf-studio-text1{
		margin-top: 19px;
		font-weight: 600;
		font-size: 16px;
	}
	.mf-studio-text2{
		margin-top: 42px;
		line-height: 24px;
	}
	@media screen and (max-width: 480px){
		.mf-studio-block{
			padding: 0px;
		}
	}
	/*What we can block*/
	.we-can-title{
		margin-bottom: 30px;
	}
	.skills-slider{
		padding-bottom: 90px;
	}
	.skills-slider li.slide{
		height: auto!important;
	}
	.skills-slider .flex-control-paging li a.flex-active {
	    background: url('../images/slide-point-dark.png');
	    background-position: -15px 0;
	}
	.skills-slider .flex-control-paging li a {
	    background: url('../images/slide-point-dark.png');
	    background-position: -0 0;
	} 
	.skills-block{
		padding: 0 70px;
	}
	.skills-title{
		margin: 75px 0 25px;
		text-align: center;
		font-size: 30px;
		font-family: 'Montserrat';
		font-weight: 700;
	}
	.skills-separator{
		width: 131px;
		height: 15px;
		background: url('../images/price-sep.png');
		margin: 20px auto;
	}
	.skills-block .title-text{
		text-align: center;
		font-weight: 600;
		font-size: 16px;
	}
	.skills_text{
		margin: 50px 0 40px;
		font-size: 14px;
	}
	.skills_text p{
		color: rgba(125,125,125,0.7);
	}
	.skill{
		overflow: visible;
	}
	.skill:after{
		content: '';
		width: 100%;
		height: 1px;
		display: block;
		background: #7d7d7d;
		position: absolute;
		top: 28px;
	}
	.skill .skill-title{
		font-size: 13px;
		font-family: 'Montserrat';
		font-weight: 700;
		color: #464646;
		text-transform: uppercase;
	}
	.skill.animated{
		width: 100%;
	}
	.skill .skill-bar{
		height: 3px;
		background: #7d7d7d;
		border: none;
	}
	.skill .skill-bar:after{
		content: '';
		width: 2px;
		height: 11px;
		background: #7d7d7d;
		display: block;
		position: absolute;
		right: 0;
		top: -4px;
	}
	.skill-percent{
		float: right;
		font-size: 13px;
		font-family: 'Montserrat';
		font-weight: 700;
		color: #464646;
	}
	/*Customers block*/
	.cust-block{
		padding: 0 50px;
	}
	.cust-title{
		margin-bottom: 30px;
	}
	.cust-text{
		margin: 7px 0 65px;
	}
	.cust-block .customers-slider .flex-control-paging li a.flex-active {
	    background: url('../images/slide-point.png');
	    background-position: -15px 0;
	}
	.cust-block .customers-slider .flex-control-paging li a {
	    background: url('../images/slide-point.png');
	    background-position: 0 0;
	}
	@media screen and (max-width: 480px){
		.cust-block{
			padding: 0;
		}
		.customers-slider{
			padding-bottom: 50px;
		}
		.customers-slider .flex-control-paging{
			bottom: 15px;
		}
	}
	@media screen and (max-width: 1400px){
		.cust-block .container{
			width: 100%;
		}
	}
/*Our projects page*/
.title{
	margin-bottom: 30px;
}
.works-text{
	margin: 22px 0 67px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.works-block{
	padding: 0 50px;
}
.works-block .portfolio-wrapper.container {
    width: 100%;
    padding: 0;
}
.works-block .vc_column_container > .vc_column-inner{
	padding: 0;
}
.load-more{
	width: 208px;
	height: 50px;
	margin: 60px auto 100px;
	padding-top: 11px;
	color: #555555;
	background-color: transparent;
	background-image: url('../images/more-btn.png');
	display: block;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: 700;
	border: none;
	text-align: center;
	cursor: pointer;
	clear: both;
}
.animsition-loading.load-more-loader {
    position: absolute;
    top: inherit;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: 40px;
    display: none;
}
@media screen and (max-width: 480px){
	.filter ul li{
		margin: 8px 0px
	}
}
@media screen and (min-width: 481px) and (max-width: 780px){
	.filter ul{
		margin: 0;
	}
	.filter ul li{
		margin: 8px 10px;
	}
}
/*Contact us page*/
.contact-us-block{
	padding: 0 50px;
}
.where-block img{
	max-width: 100%!important;
	width: auto!important;
}
.contact-us-block .vc_column_container > .vc_column-inner{
	padding: 0!important;
}
.contact-us-block .container{
	width: 100%!important;
}
.contact-us-block .pad-300{
	padding: 188px 0;
}
.contact-icon{
	margin-bottom: 19px!important;
}
.contact-title{
	font-size: 16px;
	font-weight: 600;
}
.contact-title p{
	line-height: 20px;
}
.where-block{
	padding: 0 21%;
}
.where-block a{
	text-decoration: none;
}
.map-block{
	padding: 0 50px;
}
#google-map{
	height: 540px;
}
#google-map img{
	width: auto!important;
	height: auto!important;
}
.form-block{
	padding: 0 50px;
}
.field{
	width: 50%;
	float: left;
	padding: 0 5px;
}
.textarea{
	width: 100%;
	float: left;
	padding: 0 5px;
}
form.wpcf7-form input,
form.wpcf7-form textarea{
	margin-bottom: 9px;
	border: 1px solid #7d7d7d;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 14px;
	color: #555555;
	padding: 5px 10px 6px;
}
form.wpcf7-form textarea{
	min-height: 160px;
	max-height: 160px;
}
.submit.field{
	width: 100%;
	text-align: center;
	margin: 46px 0 0;
	border: none;
}
form.wpcf7-form input.submit-btn{
	width: 150px;
	height: 40px;
	margin: auto;
	padding-top: 6px;
	color: #555555;
	background-color: transparent;
	background-image: url('../images/price-bg.png');
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: 700;
	border: none;
	text-align: center;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng{
	width: 100%;
	position: inherit;
	float: left;
	color: #555555;
	text-align: center;
	border: 1px solid #7d7d7d;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: 700;
}

@media screen and (min-width: 481px) and (max-width: 780px){
	.contact-us-block .pad-300{
		padding: 100px 0;
	}
}
@media screen and (max-width: 480px){
	.contact-us-block{
		padding: 0;
	}
	.where-block{
		padding: 0 5%;
	}
	.map-block{
		padding: 0px;
	}
	.contact-us-block .pad-300{
		padding: 100px 0;
	}
}
/*Blog page*/
.blogpage-block{
	padding: 0 50px;
}
.blogpage-block .vc_column_container > .vc_column-inner{
	padding: 0!important;
}
.blogpage-block .container{
	width: 100%!important;
}
.think-block{
	margin-top: 22px;
	font-size: 16px;
	font-weight: 600;
}
.blog .add-info a,
.blog .add-info{
	color: #7d7d7d;
}
.blog .post-title{
	color: #555555;
}
.blog .excerpt p{
	color: #7d7d7d;
}
.more.dark{
	color: #636363;
	background: url('../images/price-bg.png');
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.more.dark:hover{
	color: #000;
}
.nav-pagination{
	width: 100%;
	height: 40px;
	margin-top: 50px;
	float: left;
	text-align: center;
	list-style: none;
}
.nav-pagination li{
	width: 140px;
	display: inline-block;
	color: #636363;
	font-family: 'Montserrat';
	font-weight: 700;
	text-transform: uppercase;
	text-align: center; 
}
.nav-pagination li.current-link{
	width: 40px;
	margin: 0 5px;
}
a.page-numbers,
.nav-pagination li a{
	text-decoration: none;
	color: #636363;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a.page-numbers:hover,
.nav-pagination li a:hover{
	color: #000;
}
#pager{
	width: 100%;
	float: left;
	margin: 30px 0;
}
.nav-pagination li span.active-page{
	width: 100%;
	float: none;
	margin: 0;
}
a.page-numbers{
	width: 40px;
	height: 40px;
	line-height: 38px;
	display: block;
	text-align: center;
	border: 1px solid #555555;
	font-size: 11px;
}
a.page-numbers{
	display: inline-block;
	color: #636363;
	text-decoration: none;
	font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
}
span.page-numbers{
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	font-size: 11px;
	display: inline-block;
	text-decoration: none;
	font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
}
a.prev.page-numbers,
a.next.page-numbers,
.nav-pagination li a{
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	border: none;
}
a.next.page-numbers,
.nav-pagination li.next-link a{
	background: url('../images/next-page.png');
	padding: 0 35px 0 25px;
}
a.prev.page-numbers,
.nav-pagination li.prev-link a{
	background: url('../images/prev-page.png');
	padding: 0 10px 0 30px;
}
@media screen and (max-width: 480px){
	.blogpage-block{
		padding: 0px;
	}
	.nav-pagination li.current-link{
		width: 40px;
	}
	.nav-pagination li{
		width: 100px;
	}
	.nav-pagination li a{
		width: 100px;
		padding: 0!important;
		border: 1px solid #555555;
		background: transparent!important;
	}
	a.page-numbers{
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	a.prev.page-numbers,
	a.next.page-numbers{
		width: auto;
		background: transparent;
		padding: 0;
	}
}
/*Single porfolio page*/
.port-banner{
	padding: 0 50px;
}
.single-portfolio .container{
	width: 100%!important;
}
.single-portfolio .vc_column_container > .vc_column-inner{
	padding: 0;
}
.about-project-block{
	padding: 0 25%;
}
.project-info{
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
}
.project-info>div{
	display: inline-block;
}
.proj-title{
	display: inline-block;
	margin-right: 3px;
	font-weight: 600;
	font-size: 14px;
	color: #555555;
}
.proj-text{
	font-size: 16px;
	display: inline-block;
}
.client-block{
	margin-right: 50px;
}
.technology-block{
	margin-right: 47px;
}
.flex-direction-nav{
	display: none;
}
.flex-direction-nav.slider-nav{
	display: block;
	z-index: 1;
	bottom: inherit;
	top: 50%;
	margin-top: -20px;
}
.img-slider .flex-direction-nav li{
	display: block;
}
.portfolio-slider .flex-next,
.portfolio-slider .flex-prev,
.img-slider .flex-next,
.img-slider .flex-prev{
	width: 81px;
	height: 40px;
	line-height: 40px;
	display: block;
}
.portfolio-slider .flex-next,
.portfolio-slider .flex-prev,
.img-slider .flex-next,
.img-slider .flex-prev{
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: 700;
}
.portfolio-slider .flex-next,
.img-slider .flex-next{
	background: url('../images/next-slide.png');
	padding: 0 10px 0 19px;
}
.portfolio-slider .flex-prev,
.img-slider .flex-prev{
	background: url('../images/prev-slide.png');
	padding: 0 19px 0 10px;
}
.prev{
	float: left;
	margin-left: 50px;
}
.next{
	float: right;
	margin-right: 50px;
}
.content-slider{
	padding-bottom: 55px;
	position: relative;
}
.content-slider li{
	height: auto!important;
	padding-left: 0;
}
.content-slider .flex-control-paging li a {
    background: url('../images/slide-point-dark.png');
    background-position: 0 0;
}
.content-slider .flex-control-paging li a.flex-active {
    background: url('../images/slide-point-dark.png');
    background-position: -15px 0;
}
.content-slider .flex-control-paging{
	bottom: 0px;
}
.single-portfolio h6.title,
.content-title{
	font-family: 'Raleway';
	font-size: 16px;
	font-weight: 600;
}
.content-text{
	font-size: 14px;
	font-weight: normal;
}
.prev-proj,
.next-proj{
	width: 136px;
	height: 40px;
	display: block;
	background: url('../images/project-arrow.png');
	font-size: 11px!important;
	line-height: 40px;
	font-family: 'Montserrat';
	font-weight: 700;
}
.prev-proj{
	background-position: 0 0;
	float: left;
	padding: 0 25px 0 15px;
}
.next-proj{
	background-position: -136px 0;
	float: right;
	padding: 0 15px 0 25px;
}
.proj-name{
	font-size: 16px!important;
	color: #555555;
	line-height: 40px;
	margin: 0 20px;
}
.pagination{
	padding: 0 100px;
}
@media screen and (max-width: 480px){
	.port-banner{
		padding: 0px;
	}
	.about-project-block{
		padding: 0;
	}
	.client-block,
	.technology-block{
		margin: 0;
		padding: 0 10px;
	}
	.pagination{
		padding: 0;
	}
	.pagination a{
		width: 100%;
	}
}
/*Portfolio widget*/
.port-title{
	width: 100%;
	margin-top: 70px;
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #464646;
}
.port-sep{
	width: 170px;
	height: 15px;
	margin: 20px auto;
	background: url('../images/title-sep.png');
}
.port-text{
	width: 50%;
	margin: 0 25%;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #555555;
}
.portfolio-slider{
	margin: 50px; 
	position: relative;
}
.portfolio-slider .flex-viewport{
	width: 100%;
}
.portfolio-img{
	width: 100%;
	height: 100%;
}
.portfolio-img img{
	width: 100%;
	height: 100%;
}
.portfolio-slider .flex-direction-nav.slider-nav {
	position: relative;
	text-align: center;
	opacity: .5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.portfolio-slider .flex-direction-nav li{
	display: block;
	position: absolute;
	z-index: 1;
	margin-top: 9%;
}
.portfolio-slider .prev{
	height: 40px;
	left: 50px;
	margin-left: 0;
}
.portfolio-slider .next{
	height: 40px;
	right: 50px;
	margin-right: 0;
}
.port-item{
	position: relative;
	padding: 0;
}
.portfolio-link{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.portfolio-link:hover{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.portfolio-title{
	width: 100%;
	position: absolute;
	top: 45%;
	text-align: center;
	font-size: 16px;
	font-family: 'Maven';
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
}
.portfolio-title:after{
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background-color: #fff;
	bottom: -16px;
	left: 50%;
	margin-left: -25px;
}
.port-title{
	color: #464646;
}
@media screen and (max-width: 480px){
	.portfolio-slider{
		margin: 50px 0;
	}
	.portfolio-slider .flex-direction-nav li{
		margin-top: 40%
	}
	.portfolio-slider .prev{
		left: 10px;
	}
	.portfolio-slider .next{
		right: 10px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px){
	.portfolio-slider .flex-direction-nav li{
		margin-top: 40%;
	}
	.portfolio-slider .prev{
		left: 10px;
	}
	.portfolio-slider .next{
		right: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1040px){
	.portfolio-slider .flex-direction-nav li{
		margin-top: 9%;
	}
	.portfolio-slider .prev{
		left: 10px;
	}
	.portfolio-slider .next{
		right: 10px;
	}
}
/*Post page*/
.single-post .vc_column_container > .vc_column-inner{
	padding: 0;
}
.p-info{
	margin: 35px 0 20px;
	text-align: center;
}
.t-info{
	width: 100%;
	text-align: center;
}
.t-info>div{
	display: inline-block;
	line-height: 12px;
}
.t-info .like-block{
	margin-right: 8px;
}
.t-info .view-block{
	margin-right: 15px;
}
.tags a{
	text-decoration: none;
}
.s-bold p{
	font-weight: 600;
	font-size: 16px;
}
.content-slider .flex-direction-nav.slider-nav{
	position: absolute;
	top: 35%;
	width: 100%;
}
.content-slider .flex-viewport{
	width: 100%;
}
.content-slider .flex-direction-nav li {
    display: block;
}
.content-slider .flex-prev,
.content-slider .flex-next{
	width: 81px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #555555;
} 
.content-slider .flex-prev {
    background: url('../images/prev-slide.png');
    padding: 0 19px 0 19px;
}
.content-slider .flex-next {
    background: url('../images/next-slide.png');
    padding: 0 15px 0 32px;
}
.flex-prev,
.flex-next{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-prev:hover,
.flex-next:hover{
	color: #000;
}
.content-img{
	height: auto;
}
.content-info{
	min-height: 90px;
	margin-top: 15px;
}
.content-slider .content-info{
	width: 70%;
	margin: 15px 15% 0 15%;
}
.text-preview{
	width: 50%;
	margin: 0 25%;
	text-align: center;
}
.text-preview p{
	font-size: 18px;
	font-family: 'Raleway';
	font-weight: 400;
}
.post-header{
	margin: 0 50px;
	padding: 144px 0;
	clear: both;
}
.add-post-info{
	width: 100%;
	margin: 30px 0;
}
.tag-list{
	float: right;
	text-align: right;
	font-weight: 900;
	font-size: 17px;
	text-transform: uppercase;
	color: #555555;
}
.tag-list a{
	margin: 0 4px 0 5px;
	height: 30px;
	font-size: 10px;
	color: #7d7d7d;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	line-height: 29px;
	padding: 0 10px;
	border: 1px solid #7d7d7d;
}
.social-share{
	display: inline-block;
}
.social-share>div{
	display: inline-block;
}
.share-text{
	font-weight: 900;
	margin-right: 15px;
	font-size: 17px;
	text-transform: uppercase;
	color: #555555;
	float: left;
}
.soc-list{
	float: left;
	display: inline-block;
}
.soc-list li{
	display: inline-block;
}
.soc-list li a{
	background: transparent!important;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	text-align: center;
	line-height: 32px;
	color: #969696;
	display: inline-block;
    height: 32px;
    width: 32px;
    position: relative;
    text-decoration: none;
    font-size: 12px;
}
.stButton .stLarge{
	background: transparent!important;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	text-align: center;
	line-height: 32px;
	color: #969696;
}
.soc-list li a.fb:after{
	content: "\f09a";
	font-family: FontAwesome;
}
.soc-list li a.gp:after{
	content: "\f0d5";
	font-family: FontAwesome;
}
.soc-list li a.tw:after{
	content: "\f099";
	font-family: FontAwesome;
}
.sl-button{
	margin-left: 115px;
	line-height: 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #555555;
}
.like{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url('../images/like.png');
	display: block;
	float: left;
}
@media screen and (max-width: 320px){
	.content-slider .flex-direction-nav.slider-nav{
		top: 15%;
	}
	.post-header{
		margin: 0;
	}
	.text-preview{
		width: 90%;
		margin: 0 5%;
	}
	.prev{
		margin-left: 10px;
	}
	.next{
		margin-right: 10px;
	}
	.single-content ol{
		margin: 0;
	}
	.flex-control-paging li{
		margin: 0 5px;
	}
	.tag-list{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.social-share {
	    width: 100%;
	    text-align: center;
	}
}
@media screen and (min-width: 321px) and (max-width: 480px){
	.post-header{
		margin: 0;
	}
	.text-preview{
		width: 90%;
		margin: 0 5%;
	}
	.content-slider .flex-direction-nav.slider-nav{
		top: 17%;
	}
	.prev{
		margin-left: 10px;
	}
	.next{
		margin-right: 10px;
	}
	.single-content ol{
		margin: 0;
	}
	.flex-control-paging li{
		margin: 0 5px;
	}
	.tag-list{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.social-share {
	    width: 100%;
	    text-align: center;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px){
	.post-header{
		margin: 0;
	}
	.text-preview{
		width: 90%;
		margin: 0 5%;
	}
	.content-slider .flex-direction-nav.slider-nav{
		top: 25%;
	}
	.prev{
		margin-left: 10px;
	}
	.next{
		margin-right: 10px;
	}
	.tag-list{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.social-share {
	    width: 100%;
	    text-align: center;
	}
}
@media screen and (min-width: 767px) and (max-width: 1040px){
	.tag-list{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.social-share {
	    width: 100%;
	    text-align: center;
	}
}
/*Related posts widget*/
.widget-block{
	clear: both;
}
h3.posts-title {
    text-align: center;
    margin: 110px 0 25px;
    color: #464646;
}
.related-list{
	width: 100%;
	float: left;
	margin: 80px 0;
	text-align: center;
	font-size: 0;
}
.related-list li{
	width: 32%;
	margin: 0 2% 0 0;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.related-list li:last-child{
	margin-right: 0;
}
.related-list li .add-info{
	line-height: 14px;
	margin: 15px 0 10px;
}
.related-list li .add-info,
.related-list li .add-info a{
	color: #7d7d7d;
}
a.post-title{
	text-decoration: none;
	color: #555555;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.related-list li:hover a.post-title{
	color: #000;
}
.single-content{
	margin: 70px 0;
}
.single-content ul{
	margin: 0;
}
@media screen and (max-width: 768px){
	.related-list li{
		width: 100%;
		margin: 0 0 20px;
	}
}
/*Comments form*/
.comments-block{
	margin-top: 30px;
	clear: both;
}
.comments-head{
	width: 100%;
	float: left;
	margin: 30px 0 75px;
}
#reply-title{
	width: 100%;
	padding: 25px 0;
	text-align: left;
	font-family: 'Raleway';
	font-size: 16px;
	font-weight: 600;
	color: #555;
	text-transform: none;
	letter-spacing: 0;
}
.comments-title{
	color: #464646;
	margin-bottom: 30px;
}
.comm-list{
	width: 100%;
	float: left;
	list-style: none;
}
ul.children{
	list-style: none;
	width: 100%;
	margin-top: 50px;
	padding-left: 95px;
    float: left;
}
.comm-list>li{
	width: 100%;
	margin-bottom: 50px;
	float: left;
	position: relative;
}
.comm-list>li>div{
	width: 100%;
	float: left;
}
.comm-list>li .chidren{
	width: 100%;
	float: left;
}
/*.comm-list li:last-child{
	padding-left: 95px;
}*/
.comment-detail{
	width: 100%;
	float: left;
}
.comment-avatar{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	position: absolute;
}
.comment-info{
	width: 100%;
	padding-left: 95px;
}
img.avatar-80{
	width: 80px!important;
	max-width: 80px!important;
	height: 80px!important;
}
.comment-name{
	font-weight: 900;
	color: #555555;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
}
.comment-detail{
	width: 100%;
	margin: 10px 0 15px;
	float: left;
	color: #555555;
	font-size: 14px;
	line-height: 14px;
}
.comment-reply-link{
	float: right;
	text-decoration: none;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #636363;
	font-size: 11px;
	text-transform: uppercase;
}
.comment-text{
	width: 100%;
	float: left;
}
.comment-text p{
	font-size: 14px;
	color: #7d7d7d;
	line-height: 26px;
}
.comments-form{
	width: 100%;
	float: left;
	margin-bottom: 121px;
}
.comment-form #name,
.comment-form #email{
	width: 49.5%;
	float: left;
	margin: 0;
	clear: none;
	border: 1px solid #7d7d7d;
}
.comment-form #name{
	margin-right: 1%;
}
.comment-form #comment{
	width: 100%;
	float: left;
	margin: 10px 0 0;
	border: 1px solid #7d7d7d;
	resize: none;
}
.input-wrapper{
	width: 100%;
	margin-top: 59px;
	float: left;
	text-align: center;
}
#contactform #submit,
.comments-form #submit{
	width: 150px;
	height: 40px;
	margin: auto;
	padding-top: 6px;
	color: #555555;
	background-color: transparent;
	background-image: url('../images/price-bg.png');
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: 700;
	border: none;
	text-align: center;
	transform: none;
}
#contactform #submit:hover,
.comments-form #submit:hover{
	background-color: transparent;
}
@media screen and (max-width: 480px){
	.comment-reply-link{
		margin: 10px 0;
	}
	.comm-list li:last-child{
		padding-left: 20px;
	}
}
/*404 page*/
.error-page{
	height: 100%;
}
/*Footer*/
#footer{
	width: 100%;
	float: left;
	margin-top: 40px;
	background: #232323;
	padding: 60px 0 46px;
}
#footer .social-links{
	font-size: 0;
}
#footer .social-links a{
	width: 56px;
	height: 36px;
	background: url('../images/soc-bg.png');
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}
#footer .copyright{
	margin-top: 25px;
	color: #c2c2c2;
	font-size: 14px;
	font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0;
}
#footer .copyright a{
	color: #fff;
	text-decoration: none;
}
#example2{
    float:left;
    margin:80px 42% 0 42%;
  }
  .sharrre .box{
    background:#6f838c;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#6f838c,0),color-stop(#4d5e66,1));
    background:-webkit-linear-gradient(top, #6f838c 0%, #4d5e66 100%);
    background:-moz-linear-gradient(top, #6f838c 0%, #4d5e66 100%);
    background:-o-linear-gradient(top, #6f838c 0%, #4d5e66 100%);
    background:linear-gradient(top, #6f838c 0%, #4d5e66 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f838c', endColorstr='#4d5e66',GradientType=0 );
    -webkit-box-shadow:0 1px 1px #d3d3d3;
    -moz-box-shadow:0 1px 1px #d3d3d3;
    box-shadow:0 1px 1px #d3d3d3;
    height:22px;
    display:inline-block;
    position:relative;
    padding:0px 55px 0 8px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    font-size:12px;
    float:left;
    clear:both;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
  }
  .sharrre .left{
    line-height:22px;
    display:block;
    white-space:nowrap;
    text-shadow:0px 1px 1px rgba(255,255,255,0.3);
    color:#ffffff;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
  }
  .sharrre .middle{
    position:absolute;
    height:22px;
    top:0px;
    right:30px;
    width:0px;
    background:#63707e;
    text-shadow:0px -1px 1px #363f49;
    color:#fff;
    white-space:nowrap;
    text-align:left;
    overflow:hidden;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
  }
  .sharrre .middle a{
    color:#fff;
    font-weight:bold;
    padding:0 9px 0 9px;
    text-align:center;
    float:left;
    line-height:22px;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
  }
  .sharrre .right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:45px;
    text-align:center;
    line-height:22px;
    color:#4b5d61;
    background:#f1faf9;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#f1faf9,0),color-stop(#bacfd2,1));
    background:-webkit-linear-gradient(top, #f1faf9 0%, #bacfd2 100%);
    background:-moz-linear-gradient(top, #f1faf9 0%, #bacfd2 100%);
    background:-o-linear-gradient(top, #f1faf9 0%, #bacfd2 100%);
    background:linear-gradient(top, #f1faf9 0%, #bacfd2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1faf9', endColorstr='#bacfd2',GradientType=0 );
  }
  .sharrre .box:hover{
    padding-right:130px;
  }
  .sharrre .middle a:hover{
    text-decoration:none;
  }
  .sharrre .box:hover .middle{
    width:90px;
  }