@charset "utf-8";

/*
	Altero (HTML Theme)

	@version : 1.0
	@author : Alex Kramer (qwillar)
	@license : GNU General Public License version 3.0 (URL : http://www.gnu.org/licenses/gpl-3.0.html)
*/

/************************************************************

	Table of contents

	1. Reset style

	2. Basic style
	- Loader
	- Dropcaps
	- Highlight
	- Buttons
	- Clearfix
	- Grid

	3. Header
	- Header
	- Logotype
	- Modal
	- Banner
	- Main Navigation

	4. Sections
	- Section
	- Profile
	- Skills
	- Feature
	- Tabs
	- Social buttons
	- Share post
	- Portfolio box
	- Latest blog
	- Tags list
	- Recent posts
	- Link list
	- Blog post
	- Comments
	- Comment form
	- Pagination
	- Person
	- Testimonial
	- Slider ( OwlCarousel )
	- Forms
	- Order now form
	- Service
	- Counter
	- Contact form
	- Google maps
	- Alert message
	- Contacts
	- Twitter
	- Instagram
	- Flickr
	- Dribbble
	- Newslatter
	- 404 Not Found
	- Coming soon
	5. Footer
	6. Media.

************************************************************/






/************************************************************
    ! Reset
************************************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}figure{margin:0}fieldset{border:none}svg:not(:root){overflow:hidden}



/************************************************************
    ! Basic
************************************************************/

/* Change calculation the width and height */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

html {
	height: 100%;
}
body {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	line-height: 1.6em;
	background-color: white;
	color: #65696e;
	font-size: 16px;
	font-family: "Source Sans Pro", sans-serif;

	-webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}

/* Iframe fix */
.iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.iframe iframe,
.iframe object,
.iframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* Image responsive */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 0;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	color: #393939;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
	line-height: 1.5;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	color: #393939;
}
h1 { font-size: 2.500em } /* font-size: 40px */
h2 { font-size: 2.125em } /* font-size: 34px */
h3 { font-size: 1.750em } /* font-size: 28px */
h4 { font-size: 1.250em } /* font-size: 20px */
h5 { font-size: 1.000em } /* font-size: 16px */
h6 { font-size: 0.813em } /* font-size: 13px */

/* Horizontal line */
hr {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Formatting text */
pre {
	width: 100%;
	line-height: 28px;
	display: block;
	color: #3f3b36;
	font: lighter 16px/28px Monaco, 'MonacoRegular', monospace;
	counter-reset: line;
	overflow: auto;

    word-break: break-all;
    word-wrap: break-word;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* Strong font */
strong, b {
	color: inherit;
	font-weight: bold;
}
/* Italicized font */
em, i { font-style: italic }

/* Abbreviation */
abbr[title], 
dfn[title] {
	border-bottom: 1px dotted #777;
	cursor: help;
}

fieldset { margin-bottom: 40px }

/* Subscripted and superscript text */
sub, 
sup {
	position: relative; 
	line-height: 0;
	vertical-align: baseline;
	font-size: 12px;
}
sup { top: -8px }
sub { bottom: -4px }

/* Paragraph */
p { margin: 0 0 30px }
p:last-child { margin-bottom: 0 }

/* Basic link */
a, a:hover, a:focus, a:active {
	color: inherit;
	text-decoration: none;
	outline: none;

	-webkit-transition: all 0.21s ease-in-out;
	   -moz-transition: all 0.21s ease-in-out;
	    -ms-transition: all 0.21s ease-in-out;
	     -o-transition: all 0.21s ease-in-out;
	        transition: all 0.21s ease-in-out;
}
a.link {
	position: relative;
	line-height: 1.1;
	display: inline-block;
	text-decoration: none;
}
a.link:after {
	content: " ";
	width: 100%;
	display: block;
	border-width: 2px 0 0 0;
	border-style: solid;

	-webkit-transform: translate(0px, 8px);
	   -moz-transform: translate(0px, 8px);
	    -ms-transform: translate(0px, 8px);
	     -o-transform: translate(0px, 8px);
	        transform: translate(0px, 8px);
  
	opacity: 0;
	visibility: hidden;

	-webkit-transition: all 0.21s ease 0s;
	   -moz-transition: all 0.21s ease 0s;
	    -ms-transition: all 0.21s ease 0s;
	     -o-transition: all 0.21s ease 0s;
	        transition: all 0.21s ease 0s;
}
a.link:hover:after,
a.link:focus:after {
	visibility: visible;
	opacity: 1;

	-webkit-transform: translate(0px, 2px);
	   -moz-transform: translate(0px, 2px);
	    -ms-transform: translate(0px, 2px);
	     -o-transform: translate(0px, 2px);
	        transform: translate(0px, 2px);
}


/* Key full background */
[data-background] {
	background-repeat: no-repeat;
	background-position: center center;
	
	-webkit-background-size: cover;
	   -moz-background-size: cover;
			background-size: cover;
}

/* Key fixed full background */
[data-background-fixed] {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
			background-size: cover;
}



/***************************************************
    Loader
***************************************************/

.loader-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
	z-index: 999999;
}
.loader-wrap .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 30px;
	margin: -15px 0 0 -60px;
}
.loader .diamond {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 30px;
	height: 30px;
  
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;

	-webkit-transform: translateX(50px) rotate(45deg) scale(0);
		-ms-transform: translateX(50px) rotate(45deg) scale(0);
			transform: translateX(50px) rotate(45deg) scale(0);

	-webkit-animation: diamonds 1500ms linear infinite;
			animation: diamonds 1500ms linear infinite;
}
.loader .diamond:nth-child(1) {
  -webkit-animation-delay: -1000ms;
          animation-delay: -1000ms;
}
.loader .diamond:nth-child(2) {
  -webkit-animation-delay: -2000ms;
          animation-delay: -2000ms;
}
.loader .diamond:nth-child(3) {
  -webkit-animation-delay: -3000ms;
          animation-delay: -3000ms;
}
@-webkit-keyframes diamonds {
  50% {
    -webkit-transform: translateX(0) rotate(45deg) scale(1);
            transform: translateX(0) rotate(45deg) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50px) rotate(45deg) scale(0);
            transform: translateX(-50px) rotate(45deg) scale(0);
  }
}

@keyframes diamonds {
  50% {
    -webkit-transform: translateX(0) rotate(45deg) scale(1);
            transform: translateX(0) rotate(45deg) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50px) rotate(45deg) scale(0);
            transform: translateX(-50px) rotate(45deg) scale(0);
  }
}



/***************************************************
    Dropcaps
***************************************************/

.aramabutonu{position:fixed; bottom:10px; right:10px;width: 60px;height: 60px;z-index: 1000;}

.dropcap {
	line-height: 56px;
	padding-right: 15px;
	float: left; 
	text-align: center; 
	overflow: hidden;
	font-weight: 300;
	font-size: 3.250em;
}


/***************************************************
    Highlight
***************************************************/

.highlight {
	padding: 0 6px;
	color: white;
	display: inline-block;
}



/***************************************************
    Buttons
***************************************************/

.button,
.button-invert {
	width: auto;
	max-width: 100%;
	height: 40px;
	line-height: 38px;
	padding: 0 16px;
	display: inline-block;
	font-family: 'Oxygen', sans-serif;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	outline: 0;
	overflow: visible;
	font-size: 15px;
	font-weight: 400;

	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
		 -o-backface-visibility: hidden;
			backface-visibility: hidden;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;

	-webkit-transition: all 0.21s ease-in-out;
	   -moz-transition: all 0.21s ease-in-out;
	    -ms-transition: all 0.21s ease-in-out;
	     -o-transition: all 0.21s ease-in-out;
	        transition: all 0.21s ease-in-out;
}
.button {
	color: white;
	border: none;
}
.button-invert {
	background-color: transparent;
	border-width: 2px;
	border-style: solid;
}
.button-invert.grey:hover {
	background-color: #303030;
	color: white;
}
.button-invert.default:hover {
	color: white;
}
/* Sizes buttons */
.button.small {
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	font-size: 12px;
}
.button.medium {
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	font-size: 15px;
}
.button.large {
	height: 48px;
	line-height: 48px;
	padding: 0 22px;
	font-size: 18px;
}
/* Sizes buttons invert */
.button-invert.small {
	height: 32px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px;
}
.button-invert.medium {
	height: 40px;
	line-height: 38px;
	padding: 0 16px;
	font-size: 15px;
}
.button-invert.large {
	height: 48px;
	line-height: 46px;
	padding: 0 22px;
	font-size: 18px;
}

/* Hovers buttons */
.button.default:hover {
	background-color: #303030;
	color: white;
}
.button.grey:hover {
	color: white;
}
.button:focus,
.button-invert:focus {
	outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* Group buttons */
.group-buttons .button,
.group-buttons .button-invert {
	margin-right: 12px;
}
.group-buttons .button:last-child,
.group-buttons .button-invert:last-child {
	margin-right: 0;
}

/* Background grey */
.button.grey,
.icon-inline.grey {
	background-color: #303030;
}
/* Color grey */
.button-invert.grey {
	color: #303030;
}
/* Border grey */
.button-invert.grey {
	border-color: #272727;
}



/***************************************************
    Clearfix 
***************************************************/

.clearfix:before,
.clearfix:after,
nav:before,
nav:after,
section:before,
section:after,
.container:before,
.container:after,
.grid:before,
.grid:after {
    content: " ";
    display: table;
}
.clearfix:after,
nav:after,
section:after,
.container:after,
.grid:after {
    clear: both;
}


/***************************************************
    Grid 
***************************************************/

.grid {
	margin: 0 -15px 0;
}
.grid > .column-1,
.grid > .column-1-2,
.grid > .column-1-3,
.grid > .column-1-4,
.grid > .column-1-5 {
	position: relative;
	min-height: 1px;
	padding: 0 15px 0;
	float: left;
}
.grid > .primary {
	position: relative;
	min-height: 1px;
}
.grid > .column-1 {
	width: 100%;
	float: none!important;
}
.grid > .column-1-2 {
	width: 50%;
	float: left;
}
.grid > .column-1-3 {
	width: 33.3333333%;
	float: left;
}
.grid > .column-1-4 {
	width: 25%;
	float: left;
}
.grid > .column-1-5 {
	width: 20%;
	float: left;
}

/* Grid with sidebar */
.grid.with-sidebar-right {
	padding-right: 295px;
}
.grid.with-sidebar-left {
	padding-left: 295px;
}

/* Primary section */
.grid.with-sidebar-left .primary,
.grid.with-sidebar-right .primary {
    width: 100%;
}
.grid.with-sidebar-left .primary {
	padding-left: 50px;
	padding-right: 15px;
	float: right;
}
.grid.with-sidebar-right .primary {
	padding-left: 15px;
	padding-right: 50px;
	float: left;
}

/* Sidebar section */
.grid.with-sidebar-left aside {
    width: 280px;
    margin-left: -280px;
	float: left;
}
.grid.with-sidebar-right aside {
    width: 280px;
    margin-right: -280px;
	float: right;
}
aside .aside-section {
	margin-bottom: 7%;
}
aside .aside-section:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin-top: 40px;
}
aside .aside-section:last-child:after {
	display: none;
}
aside .aside-section h4 {
	margin-bottom: 25px;
	font-weight: 700;
}



/***************************************************
    ! Header
***************************************************/

#wrapper {
	margin: 0 auto;
	background-color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.boxed-layout #wrapper {
	max-width: 1200px;
}
header {
	width: 98%;
	height: 100%;
	margin: 0 auto;
	display: table;
	overflow: hidden;
	text-align: center;
}
header .header-content {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
/* Logotype */
header .header-content .logotype-wrapper {
	position: relative;
	width: 450px;
	height: 172px;
	display: inline-block;
	text-align: center;
}
header .header-content .logotype-wrapper img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	text-align: center;
	display: block;
}
.logotype-wrapper-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
}
.logotype-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.header-content .logotype-wrapper h1 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	line-height: 1.1;
	padding-top: 16px;
	color: white;
	display: inline-block;
	font-family: 'Lobster', cursive;
	font-size: 3.750em;
	font-weight: 400;
	white-space: nowrap;
	
	-webkit-transform: translateZ(0) translateY(-50%);
	   -moz-transform: translateZ(0) translateY(-50%);
		-ms-transform: translateZ(0) translateY(-50%);
			transform: translateZ(0) translateY(-50%);
}
.header-content .logotype-wrapper a {
	position: absolute;
	left: 50%;
	bottom: -16px;
	width: 170px;
	height: 36px;
	display: inline-block;

	-webkit-transform: translateZ(0) translateX(-50%);
	   -moz-transform: translateZ(0) translateX(-50%);
		-ms-transform: translateZ(0) translateX(-50%);
			transform: translateZ(0) translateX(-50%);
}
.header-content .logotype-wrapper a img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	text-align: center;
	display: block;
}


/***************************************************
    Modal
***************************************************/

body.position-fixed {
	position: fixed!important;
}
body.position-static {
	position: static!important;
}
.modal-bg {
	position: fixed;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	display: block;
	background-color: white;

	opacity: 0;
	visibility: hidden;
  
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
  
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);

	-webkit-transition: visibility 0s 0.5s, background-color 2s ease;
	   -moz-transition: visibility 0s 0.5s, background-color 2s ease;
			transition: visibility 0s 0.5s, background-color 2s ease;
}
.modal-bg.is-visible {
	opacity: 1;
	visibility: visible;
}
body.boxed-layout.modal-is-visible .modal-bg {
	background-color: transparent;

	-webkit-transition: background-color 2s ease;
	   -moz-transition: background-color 2s ease;
			transition: background-color 2s ease;
}
.modal {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
	   -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
			transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}
.modal-is-visible .modal {
	z-index: 11;

	visibility: visible;
	opacity: 1;

	-webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
	   -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
			transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}
body.boxed-layout .modal {
	max-width: 1200px;
	margin: 0 auto;
}



/***************************************************
    Banner
***************************************************/

#banner {
	position: relative;
	min-height: 560px;
	padding: 0;
	margin-bottom: 120px;
	background-color: #444;
	color: white;
}
#banner .banner-body {
	position: relative;
	width: 98%;
	height: 100%;
	margin: 0 auto;
	display: table;
	overflow: hidden;
	z-index: 19;
}
#banner .banner-body-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#banner h1 {
	color: white;
	text-transform: uppercase;
}
#banner small {
	font-weight: 400;
	width: 100%;
	display: block;
	padding: 2% 0;
	font-size: 1.125em;
	line-height: 1.1;
}
#banner .button {
	margin: 2% 0 0;
}

/* Banner slider */
#banner .slider,
#banner .slide,
#banner .banner-wrapper {
	position: absolute !important;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
}
#banner .banner-wrapper:after {
	position: absolute;
	left: 0;
	bottom: -12px;
	content: "";
	width: 100%;
	height: 10px;
	background-color: white;
	border-bottom: 2px solid #303030;
}


/***************************************************
    Main Navigation
***************************************************/

nav.desktop-menu .navigation > ul,
nav.desktop-menu .nav-list-2 {
	display: inline-block!important;
}

/* Main nav */
nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	color: white;
	z-index: 1040;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;

	-webkit-transition: all 0.16s ease-in-out;
	   -moz-transition: all 0.16s ease-in-out;
	    -ms-transition: all 0.16s ease-in-out;
	     -o-transition: all 0.16s ease-in-out;
	        transition: all 0.16s ease-in-out;
}
nav.small-nav {
	background-color: #34383c;

	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.21);
	   -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.21);
			box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.21);
}
/* Logotip */
nav .logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	padding: 0 20px;
	text-align: center;
}
nav .logo img {
	vertical-align: middle;
}

/* For vertical alignment logo */
nav .helper-middle {
	height: 100%;
    display: inline-block;
    vertical-align: middle;
}
nav a {
	text-decoration: none;
}
nav a:active,
nav a:focus {
	outline-style: none;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav .nav-list-2 li {
	border-top: 1px solid #e4e4e4;
}
nav .nav-list-2 li:first-child {
	border-top: none;
}

nav .navigation {
	text-align: center;
}

/* Navigation */
nav .navigation > ul {
	display: block;
	font-size: 16px;
	text-align: left;
	white-space: nowrap;
	text-transform: uppercase;
}
nav .navigation > ul > li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
nav .navigation > ul > li > a {
	position: relative;
	line-height: 80px;
	padding: 0 18px;
	display: block;
}
nav .navigation > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	display: none;
}
nav .navigation > ul > li > a.active:after {
	display: block;
}
nav .navigation > ul .nav-sublist > a:before {
	font-family: 'FontAwesome';
	content: '\f107';
	float: right;
	color: #a1a1a1;
	text-align: center;
	cursor: pointer;
	font-size: 18px;

	display: none;
}

/* Navigation list 2 */
nav .nav-list-2 .nav-sublist {
	position: relative;
}
nav .nav-list-2 {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 160px;
	background-color: white;

	visibility: hidden;
	opacity: 0;

	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);
	   -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);
			box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);

	-webkit-transition: all 0.16s ease-in-out;
	   -moz-transition: all 0.16s ease-in-out;
	    -ms-transition: all 0.16s ease-in-out;
	     -o-transition: all 0.16s ease-in-out;
	        transition: all 0.16s ease-in-out;
}
nav .nav-sublist:hover > .nav-list-2 {
	visibility: visible;
	opacity: 1;
}
nav .nav-list-2 > li > a {
	line-height: 42px;
	padding: 0 18px;
	display: block;
	color: #606060;
}
nav .nav-list-2 > li:hover > a {
	background-color: #f9f9f9;
}

/* Navigation mobile button */
nav ul.nav-buttons {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	text-align: center;
}
nav ul.nav-buttons li {
	float: right;
	vertical-align: middle;
	height: 80px;
	line-height: 80px;
	color: white;
	padding: 0 5px;
}
nav ul.nav-buttons li a {
	height: 50px;
	width: 50px;
	line-height: 2;
	margin-top: 14px;
	display: block;
	font-size: 1.750em;
	overflow: hidden;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);

	-webkit-transition: all 0.16s ease-in-out;
	   -moz-transition: all 0.16s ease-in-out;
	    -ms-transition: all 0.16s ease-in-out;
	     -o-transition: all 0.16s ease-in-out;
	        transition: all 0.16s ease-in-out;
}

/* Search block */
.search-top {
	position: relative;
	height: 34px;
	width: 34px;
	margin: 23px 10px 0;
	padding: 0 9px;
	display: inline-block;
	border: 3px solid white;
	cursor: text;

	border-radius: 2em;

	-webkit-transition: all 200ms ease;
			transition: all 200ms ease;
}
.search-top:after {
	content: "";
	position: absolute;
	right: -5px;
	top: 22px;
	width: 3px;
	height: 16px;
	background: white;

	border-radius: 3px;

	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);

	-webkit-transition: all 200ms ease;
			transition: all 200ms ease;
}
.search-top.active,
.search-top:hover {
	width: 200px;
}
.search-top input[type="text"] {
	width: 100%;
	height: 30px;
	padding: 3px 6px;
	background: transparent;
	color: white;
	display: block;
	border: 0;
	outline: none;
}

/* Nav mobile button */
#nav-mobile {
	display: none;
}
/* Modal close button */
#modal-close {
	display: none;
}
.modal-is-visible #modal-close {
	display: block;
}


/************************************************************
    ! Sections
************************************************************/

section {
	position: relative;
	padding-bottom: 120px;
}
section.no-padding {
	padding-bottom: 0;
}
/* Overlay */
.overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("overlays/02.png") repeat;

	opacity: .5;
}
/* Overlay black */
.overlay-black {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
}
/* Container */
.container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	z-index: 2;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
/* Container full */
.container-full {
	position: relative;
	width: 100%;
	padding: 0 30px;
	z-index: 2;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.section-header {
 	margin-bottom: 60px;
	display: table;
}
.section-header h2 {
	text-transform: uppercase;
	font-weight: 300;
}
.section-header-small {
 	margin-bottom: 20px;
	font-weight: 300;
	text-transform: uppercase;
	display: table;
}
.section-header-small h2 {
	text-transform: uppercase;
	font-weight: 300;
}
.header-line {
	height: 4px;
	display: block;
}
.header-line svg {
	display: block;
	float: right;
}
.header-line svg path {
	stroke-width: 2px;
}



/************************************************************
    Profile
************************************************************/

.profile {
	position: relative;
	width: 25%;
	padding: 0 10px 10px;
	display: inline-block;
	text-align: center;
	border: 2px solid #303030;
	float: left;
}
.profile .avatar {
	position: relative;
	overflow: hidden;
}
.profile .avatar img {
	position: relative;
	z-index: 2;

	-webkit-transition: -webkit-transform 0.21s ease-in-out;
	   -moz-transition: -moz-transform 0.21s ease-in-out;
		-ms-transition: -ms-transform 0.21s ease-in-out;
		 -o-transition: -o-transform 0.21s ease-in-out;
			transition: transform 0.21s ease-in-out;
}
.profile .border {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 42px;
	display: block;

	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;

	-webkit-transform: translateY(-12px);
	   -moz-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		 -o-transform: translateY(-12px);
			transform: translateY(-12px);

	-webkit-transition: -webkit-transform 0.21s ease-in-out;
	   -moz-transition: -moz-transform 0.21s ease-in-out;
		-ms-transition: -ms-transform 0.21s ease-in-out;
		 -o-transition: -o-transform 0.21s ease-in-out;
			transition: transform 0.21s ease-in-out;
}
.profile .border .profile-title {
	height: 42px;
	padding: 5px 0;
	margin: 0 10px;
	background-color: #303030;
}
.profile .social-links {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 5px 0;
	display: block;

	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
}
.profile .border h4,
.profile .border h4 span {
	color: white;
}
.profile:hover .border {
	-webkit-transform: translateY(-42px);
	   -moz-transform: translateY(-42px);
		-ms-transform: translateY(-42px);
		 -o-transform: translateY(-42px);
			transform: translateY(-42px);
}

.profile:hover .avatar img {
	-webkit-transform: translateY(-30px);
	   -moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		 -o-transform: translateY(-30px);
			transform: translateY(-30px);
}
/* Description */
.description {
	padding-left: 4.6%;
	overflow: hidden;
}



/************************************************************
    Skills
************************************************************/

.skills {
	margin-top: 20px;
}
.skill-block {
	position: relative;
}
.skill-block .skill-percent {
	position: absolute;
	top: -30px;
	right: 0;
    font-size: 0.8em;
}
.skill-block .skill-outer {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #303030;
}
.skill-block .skill-outer .skill-inner {
    position: absolute;
    top: 0;
    left: 0;
	width: 0;
    height: 3px;
}

/* Gallery */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.gallery:after {
	content: "";
	display: table;
	clear: both;
}
.gallery li {
	position: relative;
	overflow: hidden;
}
.gallery li img {
	width: 100%;
	max-width: 100%;
	height: auto;

	-webkit-transition: transform 0.21s ease-in-out;
	   -moz-transition: transform 0.21s ease-in-out;
	    -ms-transition: transform 0.21s ease-in-out;
	     -o-transition: transform 0.21s ease-in-out;
	        transition: transform 0.21s ease-in-out;

	-webkit-transform-origin: 50% 50%;
	   -moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		 -o-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
}
.gallery li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(52, 56, 60, .5);
	color: white;
	display: block;
	text-align: center;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 0.21s ease-in-out;
	-moz-transition: all 0.21s ease-in-out;
	-ms-transition: all 0.21s ease-in-out;
	-o-transition: all 0.21s ease-in-out;
	transition: all 0.21s ease-in-out;
}
.gallery li a .gallery-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;

	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.gallery li a .gallery-arrow i {
	display: inline-block;
	font-size: 1.750em;

	-webkit-transform: translateY(-30%);
	   -moz-transform: translateY(-30%);
		-ms-transform: translateY(-30%);
		 -o-transform: translateY(-30%);
			transform: translateY(-30%);

	-webkit-transition: transform 0.21s ease-in-out;
	   -moz-transition: transform 0.21s ease-in-out;
	    -ms-transition: transform 0.21s ease-in-out;
	     -o-transition: transform 0.21s ease-in-out;
	        transition: transform 0.21s ease-in-out;
}
.gallery li:hover img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		 -o-transform: scale(1.1);
			transform: scale(1.1);
}
.gallery li:hover a {
	visibility: visible;
	opacity: 1;
}
.gallery li:hover .gallery-arrow i {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
		-ms-transform: translateY(0);
		 -o-transform: translateY(0);
			transform: translateY(0);
}

/* Video gallery */
.video-gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.video-gallery:after {
	content: "";
	display: table;
	clear: both;
}
.video-gallery li {
	position: relative;
	overflow: hidden;
}
.video-gallery li img {
	width: 100%;
	max-width: 100%;
	height: auto;

	-webkit-transition: transform 0.21s ease-in-out;
	   -moz-transition: transform 0.21s ease-in-out;
	    -ms-transition: transform 0.21s ease-in-out;
	     -o-transition: transform 0.21s ease-in-out;
	        transition: transform 0.21s ease-in-out;

	-webkit-transform-origin: 50% 50%;
	   -moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		 -o-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
}
.video-gallery li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: white;
	display: block;
}
.video-gallery li a .gallery-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.500em;
	text-align: center;
	background-color: rgba(52, 56, 60, .5);

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 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%);
}
.video-gallery li a h5 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px;
	background-color: rgba(52, 56, 60, .5);
	color: white;
	white-space: nowrap;
}
.video-gallery li:hover img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		 -o-transform: scale(1.1);
			transform: scale(1.1);
}


/***************************************************
    Feature 
***************************************************/

.feature {
	padding-bottom: 7%;
}
.feature:after {
	clear: both;
	content: '';
	display: block;
}
.feature .feature-image {
	position: relative;
	width: 330px;
	display: inline-block;
	padding: 0 10px 10px;
	border: 2px solid #303030;
}
.feature.left .feature-image {
	float: left;
}
.feature.right .feature-image {
	float: right;
}
.feature .feature-image a {
	display: block;
	position: relative;
	overflow: hidden;
}
.feature .feature-image img {
	position: relative;
	z-index: 2;
	width: 100%;
	display: block;

	-webkit-transition: -webkit-transform 0.21s ease-in-out;
	   -moz-transition: -moz-transform 0.21s ease-in-out;
		-ms-transition: -ms-transform 0.21s ease-in-out;
		 -o-transition: -o-transform 0.21s ease-in-out;
			transition: transform 0.21s ease-in-out;
}
.feature .border {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 22px;
	display: block;

	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;

	-webkit-transform: translateY(-12px);
	   -moz-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		 -o-transform: translateY(-12px);
			transform: translateY(-12px);

	-webkit-transition: -webkit-transform 0.21s ease-in-out;
	   -moz-transition: -moz-transform 0.21s ease-in-out;
		-ms-transition: -ms-transform 0.21s ease-in-out;
		 -o-transition: -o-transform 0.21s ease-in-out;
			transition: transform 0.21s ease-in-out;
}
.feature .border:before {
	content: "";
	display: block;
	height: 22px;
	padding: 5px 0;
	margin: 0 10px;
	background-color: #303030;
}
.feature .feature-image:hover .border {
	-webkit-transform: translateY(-22px);
	   -moz-transform: translateY(-22px);
		-ms-transform: translateY(-22px);
		 -o-transform: translateY(-22px);
			transform: translateY(-22px);
}
.feature .feature-image:hover img {
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		 -o-transform: translateY(-10px);
			transform: translateY(-10px);
}
.feature .feature-content {
	overflow: hidden;
}
.feature.left .feature-content {
	padding-left: 5%;
}
.feature.right .feature-content {
	padding-right: 5%;
}
.feature .feature-title {
	display: inline-block;
	padding-bottom: 15px;
	font-size: 18px;
}


/***************************************************
    Tabs
***************************************************/

.tabs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabs-list a {
	position: relative;
	padding: 10px 30px 15px;
	display: block;
	font-size: 1.250em;

	-webkit-transition: all 0.21s ease-in-out;
	   -moz-transition: all 0.21s ease-in-out;
		-ms-transition: all 0.21s ease-in-out;
		 -o-transition: all 0.21s ease-in-out;
			transition: all 0.21s ease-in-out;
}
.tabs-list a i {
	text-align: center;
	display: block;
	font-size: 1.500em;
}
.tabs-list a {
	margin-right: 2px;
	text-align: center;
}
.tabs-list a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 6px;
	background-color: #303030;
	
	-webkit-transition: all 0.21s ease;
	   -moz-transition: all 0.21s ease;
		-ms-transition: all 0.21s ease;
		 -o-transition: all 0.21s ease;
			transition: all 0.21s ease;
}
.tabs-list li.active a:before {
	height: 12px;
}
.tabs-list li {
	color: #515559;
	display: inline-block;
}
.tabs .tab-content .tab-body {
	padding-top: 6%;
}
.tabs .tab-content {
	display: none;
}
.tabs .tab-content.current {
	display: block;
}


/***************************************************
    Social buttons
***************************************************/

.social-links a {
	width: 30px;
	color: #303030;
	display: inline-block;
	text-align: center;
	text-decoration: none;

	-webkit-transition: all 0.21s ease-in-out;
	   -moz-transition: all 0.21s ease-in-out;
		-ms-transition: all 0.21s ease-in-out;
		 -o-transition: all 0.21s ease-in-out;
			transition: all 0.21s ease-in-out;
}
.social-links a:focus {
	outline: none;
}
.social-links i {
	margin: 0;
	font-size: 20px;
}


/***************************************************
    Share post
***************************************************/

.share-post {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.share-post:after {
	clear: both;
	content: "";
	display: block;
}
.share-post li {
	float: left;
}
.share-post li a {
	display: block;
	width: 45px;
	height: 45px;
	padding: .7em 1em;
	color: white;
}
.share-post li a:hover {
	background-color: #303030;
}


/***************************************************
    Portfolio box
***************************************************/

/* Portfolio filter */
.filter-list {
	position: relative;
	padding-bottom: 60px;
}
.filter-list:after {
	clear: both;
	content: "";
	display: block;
}
.filter-list .section-header-small {
	margin-bottom: 0;
	float: left;
}
.filter-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 0; /* fix for inline-block */
	letter-spacing: -4px; /* fix for inline-block */
	float: right;
	display: none;
}
.filter-list li {
	margin: 2px;
	display: inline-block;
	letter-spacing: 0; /* fix for inline-block */
}
.filter-list a {
	position: relative;
	margin: 0;
	padding: 0 15px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	outline: 0;
}
.filter-list a.active:after {
	content: " ";
	width: 100%;
	display: block;
	border-width: 2px 0 0 0;
	border-style: solid;

	-webkit-transform: translate(0px, 5px);
	   -moz-transform: translate(0px, 5px);
	    -ms-transform: translate(0px, 5px);
	     -o-transform: translate(0px, 5px);
	        transform: translate(0px, 5px);
}
/* Mobile version portfolio filter */
.filter-list .mobile-filter {
	position: relative;
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	background-color: #303030;
	color: white;
	cursor: pointer;
	font-size: 1em;
	float: right;

	display: none;
}

/* Portfolio list */
.portfolio-list {
	margin: 0 -20px 0;
}
.portfolio-list figure {
	min-height: 1px;
	padding: 0 20px 40px;
	float: left;
}
figure.single-portfolio {
	width: 100%;
	min-height: 1px;
	padding: 0 0 40px;
}
.portfolio-list.col-3 figure {
	width: 33.3333333%;
}
.portfolio-list.col-4 figure {
	width: 25%;
}
.portfolio-list figcaption,
figure.single-portfolio figcaption {
	position: relative;
	padding: 0 10px 10px;
	display: block;
	text-align: center;
	border: 2px solid #303030;
}
.portfolio-list img,
figure.single-portfolio img {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	height: auto;

	-webkit-transition: -webkit-transform 0.21s ease-in-out;
	   -moz-transition: -moz-transform 0.21s ease-in-out;
		-ms-transition: -ms-transform 0.21s ease-in-out;
		 -o-transition: -o-transform 0.21s ease-in-out;
			transition: transform 0.21s ease-in-out;
}

/* Details */
.portfolio-list .figure-body,
figure.single-portfolio .figure-body {
	position: relative;
	text-align: center;

	-webkit-transition: all 0.21s ease-in-out;
	   -moz-transition: all 0.21s ease-in-out;
	    -ms-transition: all 0.21s ease-in-out;
	     -o-transition: all 0.21s ease-in-out;
	        transition: all 0.21s ease-in-out;
}
.portfolio-list figure.portfolio-image .figure-body,
figure.single-portfolio.portfolio-image .figure-body {
	overflow: hidden;
}
.portfolio-list figure .border,
figure.single-portfolio .border {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 22px;
	display: block;

	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;

	-webkit-transform: translateY(-12px);
	   -moz-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		 -o-transform: translateY(-12px);
			transform: translateY(-12px);

	-webkit-transition: -webkit-transform 0.21s ease-in-out;
	   -moz-transition: -moz-transform 0.21s ease-in-out;
		-ms-transition: -ms-transform 0.21s ease-in-out;
		 -o-transition: -o-transform 0.21s ease-in-out;
			transition: transform 0.21s ease-in-out;
}
.portfolio-list figure .border:before,
figure.single-portfolio .border:before {
	content: "";
	display: block;
	height: 22px;
	padding: 5px 0;
	margin: 0 10px;
	background-color: #303030;
}
.portfolio-list figure.portfolio-image:hover img,
figure.single-portfolio.portfolio-image:hover img {
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		 -o-transform: translateY(-10px);
			transform: translateY(-10px);
}
.portfolio-list figure.portfolio-image:hover .border,
figure.single-portfolio.portfolio-image:hover .border {
	-webkit-transform: translateY(-22px);
	   -moz-transform: translateY(-22px);
		-ms-transform: translateY(-22px);
		 -o-transform: translateY(-22px);
			transform: translateY(-22px);
}
/* Portfolio video */
.portfolio-video-wrapper {
	position: relative;
	overflow: hidden;
}
.portfolio-video-wrapper img {
	width: 100%;
	max-width: 100%;
	height: auto;

	-webkit-transition: transform 0.21s ease-in-out;
	   -moz-transition: transform 0.21s ease-in-out;
	    -ms-transition: transform 0.21s ease-in-out;
	     -o-transition: transform 0.21s ease-in-out;
	        transition: transform 0.21s ease-in-out;

	-webkit-transform-origin: 50% 50%;
	   -moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		 -o-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
}
.portfolio-video-wrapper h5 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	padding: 4px 10px;
	background-color: rgba(52, 56, 60, .5);
	color: white;
	white-space: nowrap;
}
.portfolio-video-wrapper a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	color: white;
	display: block;
}
.portfolio-video-wrapper a .portfolio-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.500em;
	text-align: center;
	background-color: rgba(52, 56, 60, .5);
	color: white;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 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%);
}
.portfolio-video:hover .portfolio-video-wrapper img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		 -o-transform: scale(1.1);
			transform: scale(1.1);
}
.load-more-portfolio {
	margin-top: 20px;
	text-align: center;
}

/* Portfolio description */
.portfolio-description .portfolio-details {
	width: 100%;
	margin: 0;
	padding: 0 0 15px;
	color: #a1a1a1;
	list-style: none;
	display: block;
	font-weight: 400;
	font-size: 16px;
}
.portfolio-description .portfolio-details:after {
	content: " ";
	clear: both;
	display: block;
}
.portfolio-description .portfolio-details li {
	margin-right: 5px;
	display: inline-block;
}
.portfolio-description .portfolio-details li i {
	color: #34383c;
	padding-right: 5px;
}
.portfolio-description .portfolio-title h3 {
	padding-bottom: 5px;
}

/* Portfolio bottom */
.portfolio-description .portfolio-bottom:after {
	clear: both;
	content: "";
	display: block;
}
.portfolio-description .portfolio-tags {
	color: #a1a1a1;
}
.portfolio-description .portfolio-tags:before {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin-bottom: 25px;
}
.portfolio-description .portfolio-tags i {
	color: #34383c;
	padding-right: 5px;
}
.portfolio-description .portfolio-tags a {
	display: inline-block;
	padding-right: 5px;
}
.portfolio-description .portfolio-tags a:after {
	content: " , ";
	display: inline-block;
}
.portfolio-description .portfolio-tags a:last-child:after {
	display: none;
}
.portfolio-description .portfolio-bottom .button {
	float: right;
}
.portfolio-description .portfolio-bottom .share-post {
	margin-top: 30px;
}
.portfolio-description .portfolio-bottom .share-post li {
	margin-right: 5px;
}



/***************************************************
    Latest blog
***************************************************/

.latest-blog-post {
	padding-bottom: 7%;
}
.latest-blog-post:after {
	clear: both;
	content: '';
	display: block;
}
.latest-blog-post .post-header {
	position: relative;
	width: 40%;
	display: inline-block;
	padding: 0 10px 10px;
	border: 2px solid #303030;
}
.latest-blog-post.left .post-header {
	float: left;
}
.latest-blog-post.right .post-header {
	float: right;
}
.latest-blog-post .post-header a {
	position: relative;
	display: block;
	overflow: hidden;
}
.latest-blog-post .post-header img {
	position: relative;
	z-index: 2;

	-webkit-transition: -webkit-transform 0.21s ease-in-out;
	   -moz-transition: -moz-transform 0.21s ease-in-out;
		-ms-transition: -ms-transform 0.21s ease-in-out;
		 -o-transition: -o-transform 0.21s ease-in-out;
			transition: transform 0.21s ease-in-out;
}
.latest-blog-post .border {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 22px;
	display: block;

	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;

	-webkit-transform: translateY(-12px);
	   -moz-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		 -o-transform: translateY(-12px);
			transform: translateY(-12px);

	-webkit-transition: -webkit-transform 0.21s ease-in-out;
	   -moz-transition: -moz-transform 0.21s ease-in-out;
		-ms-transition: -ms-transform 0.21s ease-in-out;
		 -o-transition: -o-transform 0.21s ease-in-out;
			transition: transform 0.21s ease-in-out;
}
.latest-blog-post .border:before {
	content: "";
	display: block;
	height: 22px;
	padding: 5px 0;
	margin: 0 10px;
	background-color: #303030;
}
.latest-blog-post.post-image .post-header:hover .border {
	-webkit-transform: translateY(-22px);
	   -moz-transform: translateY(-22px);
		-ms-transform: translateY(-22px);
		 -o-transform: translateY(-22px);
			transform: translateY(-22px);
}
.latest-blog-post.post-image .post-header:hover img {
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		 -o-transform: translateY(-10px);
			transform: translateY(-10px);
}

.latest-blog-post .post-body {
	overflow: hidden;
}
.latest-blog-post .post-title h3 {
	padding-bottom: 5px;
}
.latest-blog-post.left .post-body {
	padding-left: 4%;
}
.latest-blog-post.right .post-body {
	padding-right: 4%;
}
.latest-blog-post .blog-title {
	display: inline-block;
}
.latest-blog-post .post-details {
	width: 100%;
	margin: 0;
	padding: 0 0 15px;
	color: #a1a1a1;
	list-style: none;
	display: block;
	font-weight: 400;
	font-size: 16px;
}
.latest-blog-post .post-details:after {
	content: " ";
	clear: both;
	display: block;
}
.latest-blog-post .post-details li {
	margin-right: 5px;
	display: inline-block;
}
.latest-blog-post .post-details li i {
	color: #848484;
	padding-right: 5px;
}
.latest-blog-post .post-tags {
	color: #a1a1a1;
}
.latest-blog-post .post-tags:before {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin-bottom: 25px;
}
.latest-blog-post .post-tags i {
	color: #848484;
	padding-right: 5px;
}
.latest-blog-post .post-tags a {
	display: inline-block;
	padding-right: 5px;
}
.latest-blog-post .post-tags a:after {
	content: " , ";
	display: inline-block;
}
.latest-blog-post .post-tags a:last-child:after {
	display: none;
}
.load-more-blog {
	text-align: center;
}


/***************************************************
    Tags list
***************************************************/

.tags-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden; 
}
.tags-list li {
	float: left; 
}
.tags-list li a {
	position: relative;
	height: 32px;
	line-height: 28px;
	margin: 0 20px 10px 0;
	padding: 0 10px 0 12px;
	display: inline-block;
	background-color: #f2f2f2;
	border: 1px solid #e7e7e7;
	text-decoration: none;
	
	-webkit-transition: all 0.21s ease-in-out;
	   -moz-transition: all 0.21s ease-in-out;
	    -ms-transition: all 0.21s ease-in-out;
	     -o-transition: all 0.21s ease-in-out;
	        transition: all 0.21s ease-in-out;
}
.tags-list li a:hover {
	color: white;
}


/***************************************************
    Recent posts
***************************************************/

.recent-posts-list {
	margin-bottom: 20px;
	border-bottom: 1px dashed #d7d7d7;
}
.recent-posts-list h5 {
	margin-bottom: 20px;
	font-weight: 400;
}
.recent-posts-list .recent-post-details {
	width: 100%;
	margin: 0;
	padding: 0 0 5px;
	color: #a1a1a1;
	list-style: none;
	display: block;
	font-weight: 400;
	font-size: 16px;
}
.recent-posts-list .recent-post-details li {
	margin-right: 5px;
	display: inline-block;
}
.recent-posts-list .recent-post-details li i {
	color: #848484;
	padding-right: 5px;
}


/***************************************************
    Link list
***************************************************/

.link-list {
    margin: 0;
    padding: 0;
	list-style: none;
	border-top: 1px dashed #d7d7d7;
}
.link-list > li {
	color: #7c8084;
	border-bottom: 1px dashed #d7d7d7;
}
.link-list > .link-sublist > a:after {
	font-family: 'FontAwesome';
	content: '\f107';
	float: right;
	color: #a1a1a1;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
}
.link-list a {
	line-height: 50px;
	display: block;
}
.link-list li > ul {
    margin: 0;
    padding: 0;
	list-style: none;

	display: none;
}
.link-list li.opened > ul {
	display: block;
}
.link-list li > ul li {
    border-top: 1px dashed #d7d7d7;
}
.link-list li > ul a {
	padding-left: 30px;
}



/***************************************************
    Blog post
***************************************************/

.blog-post {
	margin-bottom: 7%;
	padding-bottom: 30px;
	border-bottom: 1px solid #d7d7d7;
}
.blog-post:after {
	clear: both;
	content: '';
	display: block;
}
.blog-post .post-header {
	position: relative;
	width: 100%;
	display: block;
	padding: 0 10px 10px;
	margin-bottom: 20px;
	border: 2px solid #303030;
}
.blog-post .post-header a {
	position: relative;
	display: block;
	overflow: hidden;
}
.blog-post .post-header img {
	position: relative;
	z-index: 2;

	-webkit-transition: -webkit-transform 0.21s ease-in-out;
	   -moz-transition: -moz-transform 0.21s ease-in-out;
		-ms-transition: -ms-transform 0.21s ease-in-out;
		 -o-transition: -o-transform 0.21s ease-in-out;
			transition: transform 0.21s ease-in-out;
}
.blog-post .border {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 22px;
	display: block;

	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;

	-webkit-transform: translateY(-12px);
	   -moz-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		 -o-transform: translateY(-12px);
			transform: translateY(-12px);

	-webkit-transition: -webkit-transform 0.21s ease-in-out;
	   -moz-transition: -moz-transform 0.21s ease-in-out;
		-ms-transition: -ms-transform 0.21s ease-in-out;
		 -o-transition: -o-transform 0.21s ease-in-out;
			transition: transform 0.21s ease-in-out;
}
.blog-post .border:before {
	content: "";
	display: block;
	height: 22px;
	padding: 5px 0;
	margin: 0 10px;
	background-color: #303030;
}
.blog-post.post-image .post-header:hover .border {
	-webkit-transform: translateY(-22px);
	   -moz-transform: translateY(-22px);
		-ms-transform: translateY(-22px);
		 -o-transform: translateY(-22px);
			transform: translateY(-22px);
}
.blog-post.post-image .post-header:hover img {
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		 -o-transform: translateY(-10px);
			transform: translateY(-10px);
}
.blog-post .post-details {
	width: 100%;
	margin: 0;
	padding: 0 0 15px;
	color: #a1a1a1;
	list-style: none;
	display: block;
	font-weight: 400;
	font-size: 16px;
}
.blog-post .post-details:after {
	content: " ";
	clear: both;
	display: block;
}
.blog-post .post-details li {
	margin-right: 5px;
	display: inline-block;
}
.blog-post .post-details li i {
	color: #848484;
	padding-right: 5px;
}
.blog-post .post-title h3 {
	padding-bottom: 5px;
}
/* Post bottom */
.blog-post .post-bottom:after {
	clear: both;
	content: "";
	display: block;
}
.blog-post .post-tags {
	color: #a1a1a1;
	float: left;
}
.blog-post .post-tags:before {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin-bottom: 25px;
}
.blog-post .post-tags i {
	color: #848484;
	padding-right: 5px;
}
.blog-post .post-tags a {
	display: inline-block;
	padding-right: 5px;
}
.blog-post .post-tags a:after {
	content: " , ";
	display: inline-block;
}
.blog-post .post-tags a:last-child:after {
	display: none;
}
.blog-post .post-bottom .button,
.blog-post .post-bottom .share-post {
	float: right;
}
.blog-post .post-bottom .share-post li {
	margin-left: 5px;
}

/* About author */
.about-author {
	margin-top: 27px;
	padding-top: 25px;
	border-top: 1px dashed #d7d7d7;
}
.about-author:after {
	clear: both;
	content: '';
	display: block;
}
.about-author img {
	width: 180px;
	height: auto;
	margin-right: 20px;
	float: left;
}
.about-author .author-description {
	overflow: hidden;
}
.about-author-title {
	padding-bottom: 25px;
}
.about-author-title h4 {
	line-height: 1.1;
	font-weight: 700;
}

/* Related post */
.related-post-list {
	margin-top: 27px;
	padding-top: 25px;
	border-top: 1px dashed #d7d7d7;
}
.related-post-title {
	padding-bottom: 10px;
}
.related-post-title h4 {
	line-height: 1.1;
	font-weight: 700;
}
.related-post {
	margin-top: 15px;
}
.related-post > h5 {
	line-height: 1.1;
	padding: 20px 0 5px;
	font-size: 1.125em;
	font-weight: 700;
}
.related-post .related-post-details {
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	color: #a1a1a1;
	list-style: none;
	display: block;
	font-weight: 400;
	font-size: 16px;
}
.related-post .related-post-details:after {
	content: " ";
	clear: both;
	display: block;
}
.related-post .related-post-details li {
	margin-right: 5px;
	display: inline-block;
}
.related-post .related-post-details li i {
	color: #34383c;
	padding-right: 5px;
}

.related-post-preview {
	position: relative;
	overflow: hidden;
}
.related-post-preview a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(52, 56, 60, .5);
	color: white;
	display: block;
	text-align: center;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 0.21s ease-in-out;
	-moz-transition: all 0.21s ease-in-out;
	-ms-transition: all 0.21s ease-in-out;
	-o-transition: all 0.21s ease-in-out;
	transition: all 0.21s ease-in-out;
}
.related-post-preview a .related-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;

	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.related-post-preview a .related-arrow i {
	display: inline-block;
	font-size: 1.750em;

	-webkit-transform: translateY(-30%);
	   -moz-transform: translateY(-30%);
		-ms-transform: translateY(-30%);
		 -o-transform: translateY(-30%);
			transform: translateY(-30%);

	-webkit-transition: transform 0.21s ease-in-out;
	   -moz-transition: transform 0.21s ease-in-out;
	    -ms-transition: transform 0.21s ease-in-out;
	     -o-transition: transform 0.21s ease-in-out;
	        transition: transform 0.21s ease-in-out;
}
.related-post-preview:hover a {
	visibility: visible;
	opacity: 1;
}
.related-post-preview:hover .related-arrow i {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
		-ms-transform: translateY(0);
		 -o-transform: translateY(0);
			transform: translateY(0);
}

/* Post slideshow */
.post-slideshow {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 2;
}
.post-slideshow .owl-controls {
	margin-top: 0;
	position: absolute;
	left: 50%;
	bottom: -24px;

	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
.post-slideshow .owl-controls .owl-pagination {
	height: 12px;
}
.post-slideshow .owl-controls .owl-page span {
	width: 30px;
	height: 6px;
	margin: 0 2px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	background-color: #303030;

	-webkit-transition: all 0.21s;
	   -moz-transition: all 0.21s;
		-ms-transition: all 0.21s;
		 -o-transition: all 0.21s;
			transition: all 0.21s;
}
.post-slideshow .owl-controls .owl-page.active span {
	height: 12px;
}

/* Video post */
.post-video .post-header .post-video-wrapper {
	position: relative;
	overflow: hidden;
}
.post-video .post-header img {
	width: 100%;
	max-width: 100%;
	height: auto;

	-webkit-transition: transform 0.21s ease-in-out;
	   -moz-transition: transform 0.21s ease-in-out;
	    -ms-transition: transform 0.21s ease-in-out;
	     -o-transition: transform 0.21s ease-in-out;
	        transition: transform 0.21s ease-in-out;

	-webkit-transform-origin: 50% 50%;
	   -moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		 -o-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
}
.post-video .post-header h5 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	padding: 4px 10px;
	background-color: rgba(52, 56, 60, .5);
	color: white;
	white-space: nowrap;
}
.post-video .post-header a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	color: white;
	display: block;
}
.post-video .post-header a .gallery-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.500em;
	text-align: center;
	background-color: rgba(52, 56, 60, .5);

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 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%);
}
.post-video .post-header:hover img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		 -o-transform: scale(1.1);
			transform: scale(1.1);
}



/***************************************************
    Comments
***************************************************/

.comments-block {
	margin-bottom: 30px;
}
.comments-block h2 {
	margin-bottom: 5%;
}
.comments-block .comments-list,
.comments-block .replys-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.comments-block .comments-list > li,
.comments-block .replys-list > li {
	margin-bottom: 3%;
	display: block;
}
.comments-block .replys-list {
	margin-top: 20px;
	padding-left: 10%;
	clear: both;
}
.comments-block .comment-item {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d7d7d7;
}
.comment-item > img {
	width: 100px;
	margin-right: 2.5%;
	float: left;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.comment-item .comment-details {
	margin: 0;
	padding: 0 0 4px;
	list-style: none;
	color: #a1a1a1;
}
.comment-item .comment-details > li {
	padding: 0 0 5px;
}
.comment-item .comment-details h4 {
	line-height: 1.1;
	color: #303030;
}
.comment-item .comment-reply {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 10px;
}
.comment-item .comment-body {
	position: relative;
	overflow: hidden;
}


/***************************************************
    Comment form
***************************************************/

.comment-form {
	margin-bottom: 30px;
}
.comment-form h2 {
	margin-bottom: 5%;
}


/***************************************************
    Pagination
***************************************************/

.pagination {
	text-align: center;
}
.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0; /* fix for inline-block */
	letter-spacing: -4px; /* fix for inline-block */
}
.pagination li {
	margin: 2px;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0; /* fix for inline-block */
}
.pagination li a,
.pagination li span {
	padding: 6px 16px;
	display: block;
	border: 1px solid #d7d7d7;
}
.pagination li a:hover {
	color: white;
}
.pagination li span.current {
	color: white;
}
.pagination li span.disabled {
	background-color: #f2f2f2;
	opacity: 0.5;
}



/***************************************************
    Person
***************************************************/

.person {
	position: relative;
	width: 240px;
	height: auto;
	margin-bottom: 30px;
	padding: 0 10px 10px;
	display: inline-block;
	text-align: center;
	border: 2px solid #303030;
	float: left;
}
.person .avatar {
	position: relative;
	overflow: hidden;
}
.person .avatar img {
	position: relative;
	z-index: 2;
	width: 100%;

	-webkit-transition: -webkit-transform 0.21s ease-in-out;
	   -moz-transition: -moz-transform 0.21s ease-in-out;
		-ms-transition: -ms-transform 0.21s ease-in-out;
		 -o-transition: -o-transform 0.21s ease-in-out;
			transition: transform 0.21s ease-in-out;
}
.person .border {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 42px;
	display: block;

	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;

	-webkit-transform: translateY(-12px);
	   -moz-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		 -o-transform: translateY(-12px);
			transform: translateY(-12px);

	-webkit-transition: -webkit-transform 0.21s ease-in-out;
	   -moz-transition: -moz-transform 0.21s ease-in-out;
		-ms-transition: -ms-transform 0.21s ease-in-out;
		 -o-transition: -o-transform 0.21s ease-in-out;
			transition: transform 0.21s ease-in-out;
}
.person .border .member-name {
	height: 42px;
	padding: 5px 0;
	margin: 0 10px;
	background-color: #303030;
}
.person .social-links {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 5px 0;
	display: block;

	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
}
.person .border h4,
.person .border h4 span {
	color: white;
}
.person:hover .border {
	-webkit-transform: translateY(-42px);
	   -moz-transform: translateY(-42px);
		-ms-transform: translateY(-42px);
		 -o-transform: translateY(-42px);
			transform: translateY(-42px);
}

.person:hover .avatar img {
	-webkit-transform: translateY(-30px);
	   -moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		 -o-transform: translateY(-30px);
			transform: translateY(-30px);
}
.person-description {
	margin-bottom: 40px;
	padding-left: 30px;
	overflow: hidden;
}
.person-description h3 {
	line-height: 1.1;
	padding: 0 0 5px;
	font-weight: 400;
}
.person-description small {
	padding: 0 0 20px;
	display: block;
	color: #a1a1a1;
}
.person-description small:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin-top: 20px;
}


/***************************************************
    Testimonial 
***************************************************/

.testimonial-list {
	margin: -30px 0 0 -30px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.testimonial-list > li {
	width: 50%;
	padding: 30px 0 0 30px;
	float: left;
}
.testimonial-list .blockquote {
	line-height: 1.4;
    padding: 0 0 15px;
    font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 1.125em;
}
.testimonial-list svg {
	display: block;
}
.testimonial-list svg path {
	stroke-width: 2px;
}
.testimonial-list .author {
	margin-top: 15px;
}
.testimonial-list .author img,
.testimonial-list .author .author-info {
	display: inline-block;
	vertical-align: middle;
}
.testimonial-list .author img {
	width: 70px;
	height: 70px;
	margin-right: 10px;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.testimonial-list .author .author-info {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.4;
}
.testimonial-list .author .author-info li:last-child {
	padding-top: 5px;
	color: #a1a1a1;
	font-size: 14px;
}


/***************************************************
    Slider ( OwlCarousel )
***************************************************/

/* Slide section */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	display: inline-block;
}
.owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #303030;

	-webkit-transition: all 0.21s;
	   -moz-transition: all 0.21s;
		-ms-transition: all 0.21s;
		 -o-transition: all 0.21s;
			transition: all 0.21s;
}
.owl-controls {
	margin-top: 30px;
	text-align: center;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-controls .owl-buttons div {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #303030;
	color: white;
	text-align: center;
	font-size: 1em;
}



/***************************************************
    Forms
***************************************************/

/* Form label */
label {
	max-width: 100%;
	margin-bottom: 5px;
	display: inline-block;
}
div.flp {
	position: relative;
	margin-bottom: 30px;
}

div.flp label {
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 0;
	padding: 7px 10px;
	display: block;
	font-size: 15px;
	text-align: left;
	cursor: text;
}

/* Form fields */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="password"],
input[type="date"],
select,
textarea {
	width: 100%;
	line-height: 1.6em;
	margin: 0;
	padding: 8px 10px;
	display: inline-block;
	background: transparent;
	color: #606060;
	border: 1px solid #d7d7d7;
    vertical-align: middle;
	font-size: 16px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	outline-style: none;
    
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="password"],
input[type="date"],
select {
	height: 42px;
}
select[multiple] {
	height: auto;
	min-height: 86px;
	padding-top: 10px;
	padding-bottom: 10px;
}
textarea {
	min-height: 140px;
}

input[type="file"] {
	outline-style: none;
}
input[type="radio"], input[type="checkbox"] {
	margin: 7px 0 0;
	padding: 0;
	line-height: normal;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Checkboxes and radios inline */
.radio-inline, .checkbox-inline {
	position: relative;
	margin-bottom: 0;
	margin-right: 18px;
	padding-left: 18px;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline input[type="radio"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -16px;
}

/* Form inline */
form.form-inline {
	position: relative;
	margin: 0;
	padding: 0;
}
form.form-inline .button,
form.form-inline .button-invert {
	position: absolute;
	top: 1px;
	right: 1px;
}
form.form-inline input[type="text"] {
	padding-right: 64px;
}



/***************************************************
    Contact form
***************************************************/

#contact-success,
#contact-error,
#subscription-error {
	margin-bottom: 30px;
	display: none;
}

#contactForm .button,
#contactForm .button-invert {
	float: right;
}


/***************************************************
    Google maps
***************************************************/

.section-maps {
	position: relative;
	margin-right: 5%;
}
#mapsGoogle {  
	position: relative;
	width: 100%;
	height: 460px;
	background-color: #323232;
}
.section-map-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: rgba(41, 49, 59, .4);
	z-index: 9;
	cursor: pointer;
    
	-webkit-transition: all 0.21s;
	   -moz-transition: all 0.21s;
	    -ms-transition: all 0.21s;
	     -o-transition: all 0.21s;
	        transition: all 0.21s;
}
.section-map-wrapper:hover{
	background: rgba(41, 49, 59, .3);
}

.section-map-inner {
	width: 100%;
	display: table;
}
.section-map-middle {
	height: 460px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	-webkit-transition: all 0.21s;
	   -moz-transition: all 0.21s;
	    -ms-transition: all 0.21s;
	     -o-transition: all 0.21s;
	        transition: all 0.21s;
}
.section-map-middle h3 {
	margin: 0;
	color: white;
}


/* Map opened */
.section-map-wrapper.opened,
.section-map-wrapper.opened .section-map-middle {
    height: 50px;
}
.section-map-wrapper .section-map-middle h3:first-child {
	display: inline-block;
}
.section-map-wrapper .section-map-middle h3:last-child {
	display: none;
}
.section-map-wrapper.opened .section-map-middle h3:first-child {
	display: none;
}
.section-map-wrapper.opened .section-map-middle h3:last-child {
	display: inline-block;
}


/***************************************************
    Alert message
***************************************************/

.alert-message {
	position: relative;
	padding: 16px 20px;
	overflow: hidden;
	font-size: 16px;
	z-index: 7;
}
.alert-message.error {
	color: white;
}
.alert-message.success {
	background-color: #92ca55;
	color: white;
}



/***************************************************
    Order now
***************************************************/

#order-stepform {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#order-stepform fieldset {
	width: 100%;
	margin: 0;
	padding: 7% 9%;
	background: white;
	border: 2px solid #303030;
	
	display: none;
}
#order-stepform fieldset > small {
	margin-bottom: 30px;
	display: block;
}
#order-stepform fieldset:first-of-type {
	display: block;
}
#progressbar {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0; /* fix for inline-block */
	letter-spacing: -4px; /* fix for inline-block */
}
#progressbar li {
	margin: 0 2px;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 0; /* fix for inline-block */
}
#progressbar li span {
	width: 30px;
	height: 6px;
	display: inline-block;
	vertical-align: bottom;
	background-color: #303030;

	-webkit-transition: all 0.16s ease-in-out;
	   -moz-transition: all 0.16s ease-in-out;
	    -ms-transition: all 0.16s ease-in-out;
	     -o-transition: all 0.16s ease-in-out;
	        transition: all 0.16s ease-in-out;
}
#progressbar li.active span {
	height: 12px;
}


.order-list {
	margin: 0 -10px 0;
}
.order-list:after {
	clear: both;
	content: '';
	display: block;
}
.order-list .order-item {
	padding: 0 10px 20px;
	width: 50%;
	float: left;
}
.order-list .order-item label {
	position: relative;
	background: #fafafa;
	cursor: pointer;
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
	border: 1px solid #ccc;

	-webkit-user-select: none;
}
.order-list .order-item h4 {
	line-height: 1.1;
	padding: 20px 0 20px;
	font-weight: 400;
}
.order-list .order-item small {
	color: white;
	font-weight: 400;
	display: inline-block;
	background-color: #303030;
	padding: 4px 18px;
	margin-bottom: 20px;
	font-size: 1.250em;
	
	-webkit-border-radius: 2em;
	   -moz-border-radius: 2em;
			border-radius: 2em;
}
.order-list .order-item label > span {
	width: 20px;
	height: 20px;
	margin: 10px auto 0 auto;
	display: block;
	background: white;
	border: 1px solid #ccc;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;

	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
.order-list .order-item input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}






/***************************************************
    Service
***************************************************/

.service {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.service .service-content {
	padding-left: 20px;
	overflow: hidden;
}
.service .service-content h4 {
	line-height: 1.1;
	padding-bottom: 20px;
	font-size: 1.500em;
}
/* Icon the boxes service */
.service .service-icon {
	position: relative;
	width: 54px;
	height: 54px;
	line-height: 54px;
	padding: 0;
	color: #515559;
	border: 2px solid #303030;
	display: inline-block;
	font-size: 24px;
	text-align: center;
	float: left;
	
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.service .service-icon svg {
	position: absolute;
	top: -2px;
	left: -2px;
}
.service .service-icon svg path {
	stroke-width: 2px;
}
.service:hover .service-icon {
	border-color: transparent;
}





/***************************************************
    Counter
***************************************************/

.counter {
	text-align: center;
	display: block;
}
.counter .counter-value span {
	line-height: 1.1;
	font-weight: 300;
	color: #393939;
	font-size: 3em;
	display: block;
}
.counter .counter-value:after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	margin: 15px 0;
}
.counter .counter-text {
	line-height: 20px;
	font-size: 20px;
	text-transform: uppercase;
}





/***************************************************
    Contacts
***************************************************/

ul.contacts {
    margin: 0 0 30px;
    padding: 0;
	list-style: none;
}
ul.contacts:after {
	content: "";
	display: table;
	clear: both;
}
ul.contacts li {
	position: relative;
	display: table-cell;
	float: left;
	width: 50%;
	padding: 10px 0;
}
ul.contacts .contact-icon {
	margin-bottom: 2px;
    font-weight: 400;
    font-size: 17px;
}
ul.contacts .contact-icon i {
	width: 28px;
	color: #303030;
    font-size: 21px;
	text-align: left;
}


/***************************************************
    Twitter
***************************************************/

.twitter {
	text-align: center;
}
.twitter .tweeter-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 30px auto;
	color: #303030;
    font-size: 48px;
	text-align: center;
}
.twitter ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.twitter ul li {
	width: 100%;
	margin: 20px 0;
	display: block;
}
.twitter ul .tweet-body {
	position: relative;
	width: 100%;
}
.twitter ul .tweet-body .tweet-content {
	font-size: 20px;
	line-height: 30px;
}
.twitter ul .tweet-body .tweet-content > a {
	position: relative;
	line-height: 1.1;
	display: inline-block;
	text-decoration: none;
}
.twitter ul .tweet-body .tweet-content > a:after {
	content: " ";
	width: 100%;
	display: block;
	border-width: 1px 0 0 0;
	border-style: solid;
  
	opacity: 0;
	visibility: hidden;

	-webkit-transform: translate(0px, 8px);
	   -moz-transform: translate(0px, 8px);
	    -ms-transform: translate(0px, 8px);
	     -o-transform: translate(0px, 8px);
	        transform: translate(0px, 8px);

	-webkit-transition: all 0.21s ease 0s;
	   -moz-transition: all 0.21s ease 0s;
	    -ms-transition: all 0.21s ease 0s;
	     -o-transition: all 0.21s ease 0s;
	        transition: all 0.21s ease 0s;
}
.twitter ul .tweet-body .tweet-content > a:hover:after,
.twitter ul .tweet-body .tweet-content > a:focus:after {
	visibility: visible;
	opacity: 1;

	-webkit-transform: translate(0px, 2px);
	   -moz-transform: translate(0px, 2px);
	    -ms-transform: translate(0px, 2px);
	     -o-transform: translate(0px, 2px);
	        transform: translate(0px, 2px);
}
.twitter ul .tweet-body .tweet-actions {
	position: relative;
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	display: block;
	font-style: italic;
}
.twitter ul .tweet-body .tweet-actions i {
	width: 20px;
	text-align: left;
	font-style: normal;
}


/***************************************************
    Instagram
***************************************************/

.instagram {
	position: relative;
	width: 100%;
	text-align: center;
}
.instagram .instagram-header-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	z-index: 5;

	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.instagram .instagram-header > * {
	color: white;
}
.instagram .instagram-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 6% auto;
	color: white;
    font-size: 48px;
	text-align: center;
}
.instagram .instagram-list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}
.instagram li {
	width: 16.6667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.instagram li a {
	position: relative;
	z-index: 3;
	display: block;
}
.instagram li a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(41, 49, 59, .6);
	z-index: 4;

	-webkit-transition: background 0.21s;
	   -moz-transition: background 0.21s;
	    -ms-transition: background 0.21s;
	     -o-transition: background 0.21s;
	        transition: background 0.21s;
}
.instagram li:hover a:before {
	background: rgba(41, 49, 59, 0);
}
.instagram li img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}



/***************************************************
    Flickr
***************************************************/

.flickr {
	position: relative;
	width: 100%;
	text-align: center;
}
.flickr .flickr-header-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	z-index: 5;

	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.flickr .flickr-header > * {
	color: white;
}
.flickr .flickr-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 6% auto;
	color: white;
    font-size: 48px;
	text-align: center;
}
.flickr .flickr-list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}
.flickr li {
	width: 16.6667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.flickr li a {
	position: relative;
	z-index: 3;
	display: block;
}
.flickr li a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(41, 49, 59, .6);
	z-index: 4;

	-webkit-transition: background 0.21s;
	   -moz-transition: background 0.21s;
	    -ms-transition: background 0.21s;
	     -o-transition: background 0.21s;
	        transition: background 0.21s;
}
.flickr li:hover a:before {
	background: rgba(41, 49, 59, 0);
}
.flickr li img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}



/***************************************************
    Dribbble
***************************************************/

.dribbble {
	position: relative;
	width: 100%;
	text-align: center;
}
.dribbble .dribbble-header-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	z-index: 5;

	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.dribbble .dribbble-header > * {
	color: white;
}
.dribbble .dribbble-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 6% auto;
	color: white;
    font-size: 48px;
	text-align: center;
}
.dribbble .dribbble-list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}
.dribbble li {
	width: 16.6667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.dribbble li a {
	position: relative;
	z-index: 3;
	display: block;
}
.dribbble li a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(41, 49, 59, .6);
	z-index: 4;

	-webkit-transition: background 0.21s;
	   -moz-transition: background 0.21s;
	    -ms-transition: background 0.21s;
	     -o-transition: background 0.21s;
	        transition: background 0.21s;
}
.dribbble li:hover a:before {
	background: rgba(41, 49, 59, 0);
}
.dribbble li img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}



/***************************************************
    Newslatter
***************************************************/

.newslatter {
	max-width: 500px;
	margin: 0 auto;
	display: block;
}
.newslatter .newslatter-header {
	font-weight: 400;
	width: 100%;
	line-height: 30px;
	margin-bottom: 20px;
	display: block;
	color: white;
	font-size: 20px;
	text-align: center;
}
.newslatter input[type="text"] {
	color: white;
}



/***************************************************
    404 Not Found
***************************************************/

header .header-content .notfound-wrapper {
	position: relative;
	width: 320px;
	height: 220px;
	display: inline-block;
	text-align: center;
	color: white;
}
header .header-content .notfound-wrapper h1 {
	line-height: 1.1;
	padding-bottom: 30px;
	color: white;
	display: block;
	font-family: 'Lobster', cursive;
	font-size: 3.750em;
	font-weight: 400;
}
header .header-content .notfound-wrapper small {
	line-height: 1.1;
	padding-bottom: 35px;
	display: block;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 2em;
	text-transform: uppercase;
}



/***************************************************
    Coming soon
***************************************************/

.comingsoon-wrapper {
	color: white;
	text-align: center;
}
ul.countdown {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
ul.countdown:after {
	content: "";
	display: table;
	clear: both;
}
ul.countdown li {
	position: relative;
	width: 25%;
	height: auto;
	float: left;
}
ul.countdown li.dec:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	width: 1px;
	height: 40px;
	margin-top: -20px;
	background: white;
}
ul.countdown li span {
	margin-bottom: 10px;
	display: inline-block;
	font-size: 2.250em;
}
header .header-content .comingsoon-wrapper h1 {
	line-height: 1.1;
	padding-bottom: 30px;
	color: white;
	display: block;
	font-family: 'Lobster', cursive;
	font-size: 3.750em;
	font-weight: 400;
}
header .header-content .comingsoon-wrapper small {
	line-height: 1.1;
	padding-bottom: 50px;
	display: block;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 1.750em;
}


/***************************************************
    ! Footer
***************************************************/

footer {
	position: relative;
	margin: 0;
	padding-top: 70px;
	background: #34383c;
	z-index: 10;

	-webkit-transform: translateZ(0px);
}
footer h1, 
footer h2, 
footer h3, 
footer h4, 
footer h5, 
footer h6 {
	color: white;
}
#scroll-top {
	position: absolute;
	left: 50%;
	top: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: -20px;
	color: white;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	z-index: 111;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.copyright {
    width: 100%;
	margin-top: 20px;
	padding: 28px 0px;
	color: #acacac;
	font-size: 15px;
	text-align: center;
}




/***************************************************
    ! Media
***************************************************/

/* Resolution from 320px to 1240px */
@media (min-width: 320px) and (max-width: 1240px) {
	.container {
		width: 100%;
	}
}

/* Resolution from 480px to 979px */
@media (min-width: 480px) and (max-width: 979px) {

	h1 { font-size: 2.375em } /* font-size: 38px */
	h2 { font-size: 2.000em } /* font-size: 32px */
	h3 { font-size: 1.625em } /* font-size: 26px */
	h4 { font-size: 1.188em } /* font-size: 19px */
	h5 { font-size: 1.063em} /* font-size: 17px */

	section {
		padding-bottom: 60px;
	}
	.section-header {
		margin-bottom: 40px;
	}

}

/* Resolution from 768px to 1200px */
@media (min-width: 768px) and (max-width: 1200px) {

	/* Grid with sidebar */
	.grid.with-sidebar-right {
		padding-right: 275px;
	}
	.grid.with-sidebar-left {
		padding-left: 275px;
	}

	/* Primary section */
	.grid.with-sidebar-left .primary,
	.grid.with-sidebar-right .primary {
		width: 100%;
	}
	.grid.with-sidebar-left .primary {
		padding-left: 40px;
		padding-right: 15px;
		float: right;
	}
	.grid.with-sidebar-right .primary {
		padding-left: 15px;
		padding-right: 40px;
		float: left;
	}

	/* Sidebar section */
	.grid.with-sidebar-left aside {
		width: 260px;
		margin-left: -260px;
		float: left;
	}
	.grid.with-sidebar-right aside {
		width: 260px;
		margin-right: -260px;
		float: right;
	}
	
}
/* Resolution from 480px to 767px */
@media (min-width: 480px) and (max-width: 767px) {

	/* Filter list */
	.filter-list ul {
		position: absolute;
		top: 50px;
		width: 100%;
		text-align: left;
		float: none;
		z-index: 21;
	}
	.filter-list li {
		margin: 0;
		display: block;
	}
	.filter-list .mobile-filter {
		display: inline-block;
	}
	.filter-list a {
		background-color: #f2f2f2;
		padding: 10px 20px;
		font-weight: normal;
	}
	.filter-list a:hover {
		border: none;
	}

}
/* Resolution from 320px to 479px */
@media (min-width: 320px) and (max-width: 479px) {

	/* Logotip */
	#wrapper .logo {
		padding-left: 10px;
	}

	/* Banner */
	#banner {
		margin-bottom: 90px;
	}
	
	/* Logotype */
	header .header-content .logotype-wrapper {
		width: 320px;
		height: 122px;
	}
	.header-content .logotype-wrapper h1 {
		padding-top: 12px;
		font-size: 2.750em;
	}
	.header-content .logotype-wrapper a {
		bottom: -12px; 
		width: 125px;
		height: 26px;
	}

	h1 { font-size: 2.250em } /* font-size: 36px */
	h2 { font-size: 1.875em } /* font-size: 30px */
	h3 { font-size: 1.500em } /* font-size: 24px */
	h4 { font-size: 1.125em } /* font-size: 18px */
	h5 { font-size: 1.000em } /* font-size: 16px */

	section {
		padding-bottom: 60px;
	}
	.section-header {
		margin-bottom: 30px;
	}

	/* Grid with sidebar */
	.grid.with-sidebar-right {
		padding-right: 0;
	}
	.grid.with-sidebar-left {
		padding-left: 0;
	}

	/* Primary section */
	.grid.with-sidebar-left .primary,
	.grid.with-sidebar-right .primary {
		width: 100%;
	}
	.grid.with-sidebar-left .primary {
		padding-top: 40px;
		padding-left: 0;
		float: none;
	}
	.grid.with-sidebar-right .primary {
		padding-right: 0;
		padding-bottom: 40px;
		float: none;
	}

	/* Sidebar section */
	.grid.with-sidebar-left aside,
	.grid.with-sidebar-right aside {
		width: 100%;
		margin: 0;
		float: none;
	}


	/* Tabs */
	.tabs-list {
		width: 100%;
		float: none;
	}
	.tabs-list li {
		display: block;
	}
	.tabs-list a {
		margin-right: 0;
	}


	/* Feature */
	.feature {
		padding: 30px 0 30px;
	}
	.feature .feature-image {
		width: 100%;
		margin-bottom: 25px;
		padding: 0 10px 10px;
		display: block;
	}
	.feature.left .feature-image,
	.feature.right .feature-image {
		float: none;
	}
	.feature.left .feature-content {
		padding-left: 0;
	}
	.feature.right .feature-content {
		padding-right: 0;
	}

	/* Skills */
	.skill-block {
		display: none;
	}

	/* Filter list */
	.filter-list ul {
		position: absolute;
		top: 50px;
		width: 100%;
		text-align: left;
		z-index: 21;
	}
	.filter-list li {
		margin: 0;
		display: block;
	}
	.filter-list .mobile-filter {
		display: inline-block;
	}
	.filter-list a {
		background-color: #f2f2f2;
		padding: 10px 15px;
		font-size: 16px;
		border: none;
	}
	.filter-list a:hover {
		border: none;
	}

	/* Latest blog */
	.latest-blog-post {
		padding-bottom: 60px;
	}
	.latest-blog-post .post-header {
		width: 100%;
		margin-bottom: 20px;
		display: block;
	}
	.latest-blog-post.left .post-header,
	.latest-blog-post.right .post-header {
		float: none;
	}
	.latest-blog-post.left .post-body {
		padding-left: 0;
	}
	.latest-blog-post.right .post-body {
		padding-right: 0;
	}

	
	/* Testimonials */
	.testimonial-list > li {
		width: 100%;
		float: none;
	}

	/* Order item */
	.order-list .order-item {
		padding: 0 0 20px;
		width: 100%;
		float: none;
	}


	/* Contacts */
	.contacts ul li {
		display: block;
		float: none;
		width: 100%;
		padding: 15px 10px;
	}
	.contacts ul li.dec:before {
		display: none;
	}


	/* Author post */
	.about-author img {
		width: 180px;
		height: auto;
		margin: 0 auto 20px auto;
		display: block;
		float: none;
	}
	.about-author-title h3 {
		text-align: center;
	}
	.about-author .author-description {
		overflow: visible;
	}


	/* Comments */
	.comments-block .comments-list > li,
	.comments-block .replys-list > li {
		margin-bottom: 4%;
	}
	.comments-block .replys-list {
		padding-left: 0;
	}
	.comment-item > img {
		width: 180px;
		height: auto;
		margin: 0 auto 20px auto;
		display: block;
		float: none;
	}
	.comment-item .comment-reply {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0 10px;
	}
	.comment-item .comment-body {
		overflow: visible;
	}


	/* Footer */
	footer {
		padding-top: 50px;
	}


}


/* Resolution from 768px to 980px */
@media (min-width: 768px) and (max-width: 980px) {

	/* Grid */
	.grid > .column-1-3,
	.grid > .column-1-4,
	.grid > .column-1-5,
	.portfolio-list.col-3 figure,
	.portfolio-list.col-4 figure {
		width: 50%;
		float: left;
	}

	.grid > .column-1-3:nth-child(3n+3),
	.grid > .column-1-5:nth-child(3n+3),
	.portfolio-list.col-3 figure:nth-child(3n+3) {
		width: 100%;
		float: none;
		clear: both;
	}

	/* person */
	.person {
		width: 100%;
		height: auto;
		margin: 0 auto 30px;
		display: block;
		float: none;
	}
	.person-description {
		padding-left: 0;
	}

}
/* Resolution from 320px to 767px */
@media (min-width: 320px) and (max-width: 767px) {

	/* Grid */
	.grid > .column-1-2,
	.grid > .column-1-3,
	.grid > .column-1-4,
	.grid > .column-1-5,
	.portfolio-list.col-3 figure,
	.portfolio-list.col-4 figure {
		width: 100%;
		float: none;
	}


	.grid.with-sidebar-right {
		padding-right: 0;
	}
	.grid.with-sidebar-left {
		padding-left: 0;
	}
	.grid.with-sidebar-left .primary,
	.grid.with-sidebar-right .primary {
		width: 100%;
	}
	.grid.with-sidebar-left .primary {
		padding-top: 50px;
		padding-left: 15px;
		float: none;
	}
	.grid.with-sidebar-right .primary {
		padding-right: 15px;
		padding-bottom: 50px;
		float: none;
	}

	.grid.with-sidebar-left aside,
	.grid.with-sidebar-right aside {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0;
		float: none;
	}


	/* About widget */
	.about-widget {
		margin: 0 auto;
		text-align: center;
	}
	.profile {
		position: relative;
		width: 200px;
		float: none;
	}
	.description {
		width: 100%;
		padding-top: 35px;
		padding-left: 0;
		text-align: left;
	}
	
	/* person */
	.person {
		width: 100%;
		height: auto;
		margin: 0 auto 30px;
		display: block;
		float: none;
	}
	.person-description {
		padding-left: 0;
	}

	/* Google maps */
	.section-maps {
		margin-right: 0;
		margin-bottom: 5%;
	}

}

/* Resolution from 320px to 980px */
@media (min-width: 320px) and (max-width: 980px) {

	#nav-mobile {
		display: block;
	}

	/* Navigation */
	nav .navigation > ul {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		height: auto;
		background-color: white;
		border-bottom: 1px solid #e4e4e4;

		overflow-y: auto;
		
		visibility: hidden;
		opacity: 0;

		-webkit-transition: visible 0.21s ease, opacity 0.21s ease;
		   -moz-transition: visible 0.21s ease, opacity 0.21s ease;
			-ms-transition: visible 0.21s ease, opacity 0.21s ease;
			 -o-transition: visible 0.21s ease, opacity 0.21s ease;
				transition: visible 0.21s ease, opacity 0.21s ease;
	}
	/* Open navigation */
	nav .navigation.opened > ul {
		visibility: visible;
		opacity: 1;
	}
	nav .navigation > ul li {
		border-top: 1px solid #e4e4e4;
	}
	nav .navigation > ul li:first-child {
		border-top: none;
	}
	nav .navigation > ul li {
		width: 100%;
		display: block;
		float: none;
	}
	nav .navigation > ul > li > a {
		line-height: 40px;
		padding: 0 20px;
		color: #777;
	}
	nav .navigation > ul > li > a.active,
	nav .navigation > ul > li:hover > a {
		background-color: #f2f2f2;
	}
	nav .navigation > ul .nav-sublist > a:before {
		display: block;
	}


	/* nav-list-2 */
	nav .nav-list-2 {
		position: static;
		height: 100%;
		padding: 0;
		margin: 0;
		background-color: white;
		border-top: 1px solid #e4e4e4;
		visibility: visible;
		opacity: 1;
		display: none;

		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
		
		-webkit-transition: none;
		   -moz-transition: none;
			-ms-transition: none;
			 -o-transition: none;
				transition: none;
	}
	nav .nav-list-2 > li > a {
		padding: 0 20px 0 40px;
		color: #777;
	}
	nav .nav-list-2 > li:hover > a {
		background-color: #f2f2f2;
	}


	/* Full Instagram */
	.instagram li {
		width: 33.33333%;
	}
	.instagram .instagram-icon {
		margin: 0 auto 7% auto;
	}
	.instagram .instagram-header-wrapper {
		width: 50%;
	}

	/* Full Flickr */
	.flickr li {
		width: 33.33333%;
	}
	.flickr .flickr-icon {
		margin: 0 auto 7% auto;
	}
	.flickr .flickr-header-wrapper {
		width: 50%;
	}

	/* Full Dribbble */
	.dribbble li {
		width: 33.33333%;
	}
	.dribbble .dribbble-icon {
		margin: 0 auto 7% auto;
	}
	.dribbble .dribbble-header-wrapper {
		width: 50%;
	}

}

/* Resolution from screen to 768px */
@media only screen and (min-width: 768px) {
	.filter-list ul {
		display: block!important;
	}
}

#bayrak a {
position: absolute;
top: 0px;
left: 0px;
position: fixed;
text-indent: 1000px;
width: 100px;
height: 100px;
overflow: hidden;
background: url(https://www.cekidemirisatismontaj.com.tr/img/logo.png) 0 0 no-repeat;
}