
/* ---------------------------------------------------------
 1. Embedded font styles
 2. General reset
 3. Common site styles
    3.1 Colors & Typography
    3.2 General UI Elements
    3.2.1 Header
    3.2.2 Main Navigation
    3.2.3 Main elements
 4. Blog
 5. Styles for responsive breakpoints
 ---------------------------------------------------------*/



/* --------------------------------------------------------
 1. Embedded fonts styles
 ---------------------------------------------------------*/



/* --------------------------------------------------------
 2. General reset
 ---------------------------------------------------------*/
* {font-size: 100.01%;}
html {font-size: 62.5%;height: 100%;-webkit-tap-highlight-color: transparent;}
body {
	min-width: 320px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	-ms-overflow-style: scrollbar;
}
a [class^="icon-"],
a [class*=" icon-"] {text-decoration: none !important;}
a [class^="icon-"]:before,
a [class*=" icon-"]:before {text-decoration: none !important;}
p > a,
p > a:focus,
p > a:visited,
ul li > a {
	display: inline-block;
	position: relative;
/*	font-weight: bold;*/
}
.heading-holder a,
#footer ul li > a { font-weight: normal; }

a,
a:visited,
i {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
/*.no-touch control to prevent
   hover behaviors in touch devices */
.no-touch a:hover {
    color: inherit;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
a:active,
a:focus,
.no-touch a:active,
.no-touch a:focus {
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

a, a:focus { outline: none !important; }
a:hover,
p > a:hover { color: inherit; }

.links-section.blog .links-holder { margin-bottom: 0; }
p > a,
.links-section.blog .links-holder li a,
.links-section.project-pagination .links-holder > li > a { position: relative; }
p > a:after,
.links-section .links-holder li a:after {
  content: "";
/*  position: absolute;*/
  bottom: 1px;
  left: 0;
  right: 0;
  height: 2px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  transition: -webkit-transform .1s cubic-bezier(0.55,.085,.68,.53),opacity .1s cubic-bezier(0.55,.085,.68,.53);
  transition: transform .1s cubic-bezier(0.55,.085,.68,.53),opacity .1s cubic-bezier(0.55,.085,.68,.53);
}
.links-section.blog .links-holder li a:after { background: #FFF; }

/*p > a:hover:after,
.links-section.blog .links-holder li a:hover:after,
.links-section .project-pagination.links-holder li a.pag-arrows:hover:after {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition: -webkit-transform .2s cubic-bezier(0.25,.46,.45,.94),opacity 0s linear;
  transition: transform .2s cubic-bezier(0.25,.46,.45,.94),opacity 0s linear;
  transition-delay: 0s;
}*/
a:hover { text-decoration: none; }
/* headings */
h1 {
  font-size: 55px;
  line-height: 1.175em;
  font-weight: 450;
}
h2 {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 450;
  letter-spacing: -.01em;
  margin-top: -8px;	margin-bottom: 18px;
}
h2.centered-text:after { margin: 0 auto; }
h3 {
  font-size: 27px;
  line-height: 1.1em;
  font-weight: 450;
}
h4 {
  font-size: 21px;
  line-height: 1em;
  font-weight: 450;
}
h5 {
  font-size: 15px;
  line-height: 1em;
  font-weight: 450;
}
h6 {
  font-size: 13px;
  line-height: 1em;
  font-weight: 450;
}

hr {
  display: inline-block;
  margin: 15px 0;
  width: 100%;
  height: 2px;
  border: 0;
}
.spacer-row { display: block; margin: 150px 0; }
ul { margin-bottom: 45px; padding-left: 20px; }
.list li { list-style-type: circle; }

.input-row:after {content: " "; display: block; clear: both;}

@-webkit-viewport {width: device-width;}
@-moz-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}



/* --------------------------------------------------------
3. Сommon site styles
---------------------------------------------------------*/

/* ----------------------------------------------------------
	3.1 Colors & typography
	---------------------------------------------------------*/

/* NOTE: yellow emphasis default color -> #FFDD35 or rgb(255, 221, 53) */

/* main font family & font color for body and main text */
body { font-family: "Radio Canada Big", "HelveticaNeue", helvetica, Arial, sans-serif !important; color: rgb(29, 29, 29); background: rgb(245, 245, 245); }

/* secondary font family */
h1,
h2,
h3,
h4,
figcaption,
.header .meta > em,
.filter-nav li a,
.comments-section span,
.slider-module .carousel-inner .carousel-caption span,
.blog-sidebar input,
.avatar-holder .holder time,
.claim,
.heading-section small,
.testimonial-title,
.portfolio-grid .caption span,
.media-container .caption .holder,
.alt-font { font-family: 'Radio Canada Big', HelveticaNeue, helvetica, Arial, sans-serif; }
span.tighter { letter-spacing: -0.1em; }

/* general details colors > emphasis color */
h1,
/*a,
a:visited,
p > a,
p > a:hover,*/
.link-area .links-section a:hover,
.post-main .header .meta em a:hover,
.commentlist a,
#page-title,
.fltrs-trggr i,
.filter-nav li.active a,
.filter-nav li.active a:hover,
.btn-top,
.heading-section .meta-cats a:hover,
.links-section .link span,
.dropdown-menu > li > a,
.team-member small,
.map-zoom a i,
.blog-sidebar .widget_search button[type="submit"] i:hover,
.widget.widget_recent_entries > ul li:hover .wdgt-counter,
.blog-sidebar .widget a:hover,
.avatar-holder .holder h2 a:hover,
.widget_calendar #wp-calendar tbody td a,
.form-control,
input[type="submit"]:hover,
#submit-btn:hover:after,
.highlight,
.team-member footer h5,
.heading-section small,
.intro .meta-cats,
.post-article .text .meta em a:hover,
.top-single-prjct-pag .project-title-pag,
.btn-primary .badge,
.comments-section h4,
.heading-section .contact-list a:hover { color: #FFDD35; }
.filters-icon .icn-wrapper svg circle { stroke: #FFDD35; }
/* color for text selection */
::selection { color: #292929; }
::-moz-selection { color: #292929; }

p > a {
	color: inherit;
	border-bottom: 6px solid #FFDD35;
	text-decoration: none;
	line-height: .666;
}
p > a:hover, p > a:focus {
	background: #FFDD35;
}

/* general details colors > emphasis background color */
#preloader span,
p > a:after,
hr,
.links-section.blog .links-holder li a:after,
.dropdown-menu > li a:after,
.accordion > li.active > .accordion-opener,
.accordion > li > .accordion-opener:hover,
#footer .container-fluid,
.post-article .text h2 a:after,
.block-holder:before,
.slider-module:before,
.modal-backdrop,
#compact-menu,
.progress-bar,
.label-default,
.badge,
.btn-primary,
.btn-primary:hover,
.well,
.media-container .caption .holder,
#wrapper .navbar-toggle.collapsed,
#wrapper .navbar-toggle,
#wrapper .navbar-toggle,
#footer { background: #FFDD35; }

/* main navigation & other nav details
   like arrows or sidebar widgets */
.navbar-nav > li > a:active,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {color: inherit;}
.navbar-nav > li > a:hover:after {background: #FFDD35;}
.navbar-nav > li.open > a,
.navbar-nav > li.active > a,
.navbar-nav > li.hover > a { color: #292929; background: #FFDD35; }
.navbar-nav > li.open > a:after,
.navbar-nav > li.active > a:after,
.navbar-nav > li.hover > a:after,
.single-post .link-area:before,
.single-post .link-area,
body:not(.single-post) a:hover .arrow,
#submit-btn .arrow,
.blog-sidebar .widget a:hover .arrow { background: #292929; }
body:not(.single-post) a:hover .right-arrow:after,
#submit-btn .right-arrow:after,
.blog-sidebar .widget a:hover .right-arrow:after {border-left-color: #292929;}
body:not(.single-post) a:hover .left-arrow:after,
#submit-btn .left-arrow:after,
.blog-sidebar .widget a:hover .left-arrow:after {border-right-color: #292929;}
.widget.widget_recent_entries > ul li:hover .wdgt-counter:before,
.widget_tag_cloud a:hover { border-color: #FFDD35; }

/* overlay color for projects/blog items within the grid when hovering */
/* portfolio projects overlay when hover the item */
.portfolio-list .prjct-item a:after,
/* blog items overlay when hover the post entry */
.post-article .img-holder .caption  {
  background: rgba(255, 221, 53, 0.95);
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}

/* overlay color when filters are opened. Just enable/uncommment this rule
  in case you would like some color overlay when opening the filters */
/* .fltrs-fx-fade #fltrs-overlay { background: rgba(21, 39, 127, 0.95); } */

/*UI elements*/
.accordion { border: 5px solid #FFDD35; }
.accordion > li { border-top: 5px solid #FFDD35; }
.accordion .slide-holder { border-top: 5px solid #FFDD35; }
.form-control:hover,
.form-control:focus,
.form-control:active {  border-bottom: 1px solid #FFDD35; }
.blog-sidebar .widget_search input[type="search"]:hover { border-bottom: 1px solid #FFDD35; }
blockquote { border-left: 2px solid #FFDD35; }
.nav-pills > li > a:hover,
.nav-pills > li.active > a { border: 2px solid #FFDD35; }

/* secondary emphasis color > yellow (#FFDD35) by defaults */
.btn-shw-form { background: #FFDD35; }
body .underline { border-bottom-color: #FFDD35; }
/* color for text selection */
::selection { background: #FFDD35; }
::-moz-selection { background: #FFDD35; }

/* ---------------------------------------------------------
  3.2 General UI elements
  ---------------------------------------------------------*/
/* ajax holder styles | portfolio infinite loader btn */
.js-ajax-holder.no-events .btn-block {
	display: none;
	text-align: center;
}
body .js-ajax-holder .js-load-more {
  position: absolute;
  display: block;
  left: 1%;
  right: 1%;
  bottom: 3%;
  margin: 0 auto;
  width: 185px;
	text-align: center;
  color:#FFF;
  pointer-events: none;
}
#infscr-loading {
  position: absolute;
  margin: 0 auto;
  bottom: 1%;
  left: 1%;
  right: 1%;
}
#infscr-loading > div { position: relative; }
.grid-pag,
#infscr-loading > img { display: none; }

/* -----------------------------------------------------------
  3.2.1 Header
  -----------------------------------------------------------*/
/* logo properties */
.logo {
  float: left;
  height: auto;
  /* play with margins to fit your logo within the header */
  margin: -3px 0 0 -18px;
}
.logo a { display: block;	font-size: 27px;	font-family: 'Radio Canada Big', HelveticaNeue, helvetica, Arial, sans-serif;	font-weight: 450;	text-decoration: none;	color: #3F3F3F; }
.logo a:hover { color: #A6A6A6; }

.container {
	padding-right: 60px;
	padding-left: 60px;
}
#header {
	background: rgba(245, 245, 245, .95);
	padding-top: 50px;
	padding-bottom: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9991;
	width: 100%;
	-webkit-transition: all 0.333s ease-out;
     -moz-transition: all 0.333s ease-out;
      -ms-transition: all 0.333s ease-out;
       -o-transition: all 0.333s ease-out;
          transition: all 0.333s ease-out;
}
.scroll-bottom.fixedheader #header {
	-webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
	        transform: translateY(-100%);
}
.menu-no-hide .scroll-bottom.fixedheader #header {
	-webkit-transform: translateY(0);
     -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
       -o-transform: translateY(0);
	        transform: translateY(0);
}
.scroll-top.fixedheader #header {
	padding-top: 50px;
	padding-bottom: 0;
}
/*.top-page #header,
.scroll-bottom #header { background: transparent !important; }*/

/* -----------------------------------------------------------
  3.2.2 Main Navigation
  -----------------------------------------------------------*/
.navbar { margin-bottom: 0; }
.nav.navbar-nav { padding-right: 0; }
.navbar-nav > li { margin: 0 12% 0 0; }
.navbar-nav > li:first-child { margin-left: 15px; }
.navbar-nav > li:last-child { margin-right: -15px; }
.navbar-nav > li > a {
	padding: 3px 6px 4px;
	font-size: 18px;
	letter-spacing: 0;
	font-weight: normal;
	line-height: 19px;
	text-decoration: none;
	color: #A6A6A6;
	background: transparent;
}
/*.navbar-nav > li > a:after {
	position: absolute;
	content: "";
	left: 2px;
	bottom: -7px;
	width: 15px;
	height: 1px;
	background: none;
}*/
/*.nav > li > a:hover,
.nav > li > a:focus { background: transparent; }*/
.navbar-nav > li .dropdown-menu { height: 100%; }
.navbar-nav > li.hover .dropdown-menu {
	visibility: visible;
	height: 100%;
	display: block;
	z-index: 99;
	background: transparent;
	margin-bottom: 35px;
	margin-top: 0;
	padding-top: 0;
}
.nav .dropdown-menu { background: transparent; }
.navbar-nav > li.hover .dropdown-menu li {
	opacity: 1;
	-webkit-transform: translateY(9px) translateY(9px);
     -moz-transform: translateY(9px) translateY(9px);
	    -ms-transform: translateY(9px) translateY(9px);
       -o-transform: translateY(9px) translateY(9px);
	        transform: translateY(9px) translateY(9px);
}
.navbar-nav > li.hover .dropdown-menu li a { background: transparent; }

/* dropdown menu */
.dropdown-menu {
	display: block;
	width: 175px;
	min-width: inherit;
	height: 0;
	border: 0;
	padding: 16px 1px 5px;
	visibility: hidden;
  z-index: -1;
	-webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
      -ms-box-shadow: none !important;
       -o-box-shadow: none !important;
			    box-shadow: none !important;
	-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;
}
.dropdown-menu > li {
	position: relative;
	padding: 0 0 14px;
	line-height: 16px;
	opacity: 0;
	-webkit-transform: translateY(-5px) translateX(-7px);
     -moz-transform: translateY(-5px) translateX(-7px);
		  -ms-transform: translateY(-5px) translateX(-7px);
       -o-transform: translateY(-5px) translateX(-7px);
			    transform: translateY(-5px) translateX(-7px);
}
/* dropdown menu animation */
.dropdown-menu > li:nth-of-type(1) {
	-webkit-transition: opacity .2s .1s, -webkit-transform .2s .1s;
        	transition: opacity .2s .1s, transform .2s .1s;
}
.dropdown-menu > li:nth-of-type(2) {
	-webkit-transition: opacity .2s .2s, -webkit-transform .2s .2s;
        	transition: opacity .2s .2s, transform .2s .2s;
}
.dropdown-menu > li:nth-of-type(3) {
	-webkit-transition: opacity .2s .3s, -webkit-transform .2s .3s;
        	transition: opacity .2s .3s, transform .2s .3s;
}
.dropdown-menu > li:nth-of-type(4) {
	-webkit-transition: opacity .2s .4s, -webkit-transform .2s .4s;
        	transition: opacity .2s .4s, transform .2s .4s;
}
.dropdown-menu > li:nth-of-type(5) {
	-webkit-transition: opacity .2s .5s, -webkit-transform .2s .5s;
        	transition: opacity .2s .5s, transform .2s .5s;
}
.dropdown-menu > li:nth-of-type(6) {
	-webkit-transition: opacity .2s .6s, -webkit-transform .2s .6s;
        	transition: opacity .2s .6s, transform .2s .6s;
}
.dropdown-menu > li:nth-of-type(7) {
	-webkit-transition: opacity .2s .7s, -webkit-transform .2s .7s;
        	transition: opacity .2s .7s, transform .2s .7s;
}
.dropdown-menu > li:nth-of-type(8) {
	-webkit-transition: opacity .2s .8s, -webkit-transform .2s .8s;
        	transition: opacity .2s .8s, transform .2s .8s;
}
.dropdown-menu > li:nth-of-type(9) {
	-webkit-transition: opacity .2s .9s, -webkit-transform .2s .9s;
        	transition: opacity .2s .9s, transform .2s .9s;
}
/* dropdown animation for compact/mobile menu */
@media only screen and (max-width: 768px) {
  .dropdown-menu > li:nth-of-type(1) {
    -webkit-transition: opacity .1s .1s, -webkit-transform .1s .1s;
            transition: opacity .1s .1s, transform .1s .11s;
  }
  .dropdown-menu > li:nth-of-type(2) {
    -webkit-transition: opacity .1s .1s, -webkit-transform .1s .1s;
            transition: opacity .1s .1s, transform .1s .12s;
  }
  .dropdown-menu > li:nth-of-type(3) {
    -webkit-transition: opacity .1s .3s, -webkit-transform .1s .3s;
            transition: opacity .1s .13s, transform .1s .13s;
  }
  .dropdown-menu > li:nth-of-type(4) {
    -webkit-transition: opacity .1s .4s, -webkit-transform .1s .4s;
            transition: opacity .1s .14s, transform .1s .14s;
  }
  .dropdown-menu > li:nth-of-type(5) {
    -webkit-transition: opacity .1s .5s, -webkit-transform .1s .5s;
            transition: opacity .1s .15s, transform .1s .15s;
  }
  .dropdown-menu > li:nth-of-type(6) {
    -webkit-transition: opacity .1s .6s, -webkit-transform .1s .6s;
            transition: opacity .1s .16s, transform .1s .16s;
  }
  .dropdown-menu > li:nth-of-type(7) {
    -webkit-transition: opacity .1s .7s, -webkit-transform .1s .7s;
            transition: opacity .1s .17s, transform .1s .17s;
  }
  .dropdown-menu > li:nth-of-type(8) {
    -webkit-transition: opacity .1s .8s, -webkit-transform .1s .8s;
            transition: opacity .1s .18s, transform .1s .18s;
  }
  .dropdown-menu > li:nth-of-type(9) {
    -webkit-transition: opacity .1s .9s, -webkit-transform .1s .9s;
            transition: opacity .1s .19s, transform .2s .19s;
  }
}
.dropdown-menu > li a {
	display: inline-block;
	padding: 0 0 0 13px;
	white-space: normal;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	vertical-align: top;
}
.dropdown-menu > li a:after {
	position: absolute;
	content: "";
	left: 0;
	top: 7px;
	width: 5px;
	height: 1px;
}

/* ------------------------------------------------------------
  3.2.3 Main elements
  ------------------------------------------------------------*/

/* Modifiers & general elements
--------------------------------------------*/
.description {
	margin-top: 12px;
	color: #A6A6A6;
}

/* centered big text heading */
#main .big-heading {
	width: 100%;
  line-height: 1.35em;
  text-align: center;
  margin: 0 auto 100px auto;
}

/* regular intro heading */
.intro {
  text-align: left;
  margin-top: 100px;
  margin-bottom: 10px;
}
.portfolio-single #main .big-heading,
.portfolio-single .intro { margin-bottom: 30px; }
#main .big-heading h1,
#main .big-heading p {
	width: 90%;
	margin: 0 auto;
}
#main .big-heading h1,
.intro h1 { font-size: 4.35vw; }
#main .big-heading p {
	width: 55%;
	margin-top: 15px;
	font-size: 1.25vw;
}
#main .big-heading .meta-cats,
.intro .meta-cats {
	display: block;
	width: 100%;
	margin: 30px auto;
  text-align: center;
}
/* media queries for better control
   about headings presentation */
/* Big desktop screens like iMac 27' */
@media only screen and (min-width: 1921px) {
	#main .heading-section:not(.no-centered-heading) .big-heading h1,
  .heading-section:not(.no-centered-heading) .intro h1 { font-size: 135px; }
	#main .heading-section .big-heading p,
  .heading-section .intro p { font-size: 25px; }
  .portfolio-single #main .heading-section p { width: 65%; }
}
/* Large desktop screens around 1920x1080 */
@media only screen and (min-width: 1281px) and (max-width: 1920px) {
  #main .heading-section:not(.no-centered-heading) .big-heading h1,
  .heading-section:not(.no-centered-heading) .intro h1 { font-size: 4.75vw; }
  #main .heading-section .big-heading p,
  .heading-section .intro p { font-size: 19px; }
  .portfolio-single #main .heading-section p { width: 50%; }
}
/* Laptops */
@media only screen and (max-width: 1280px) {
	#main .heading-section:not(.no-centered-heading) .big-heading { margin-bottom: 50px; }
  #main .heading-section:not(.no-centered-heading) .big-heading h1,
  .heading-section .intro h1 { font-size: 6.75vw; }
	#main .heading-section .big-heading p {
		width: 60%;
		font-size: 19px;
	}
  .portfolio-single #main .heading-section p { width: 55%; }
}
/* Landscape tablets */
@media only screen and (max-width: 1024px) {
  #main .heading-section:not(.no-centered-heading) .big-heading h1,
  .heading-section:not(.no-centered-heading) .intro h1 { font-size: 10.15vw; }
  .portfolio-single #main .heading-section p { width: 75%; }
}
/* Portrait tablets and large mobiles */
@media only screen and (min-width: 680px) and (max-width: 768px) {
  #main .heading-section .big-heading p { width: 75%; }
}
/* Some large mobile devices */
@media only screen and (max-width: 680px) {
	#main .heading-section .big-heading h1,
  .heading-section .intro h1 { font-size: 8.75vw; }
	#main .heading-section .big-heading p,
  .heading-section .intro p { font-size: 16px; width: 90%; }
  body #main .heading-section { margin-bottom: 35px; }
}
/* More standard mobile devices */
@media only screen and (max-width: 415px) {
	body #main .heading-section .big-heading {
		width: 100%;
		margin-top: 0;
    padding: 0;
	}
	#main .heading-section .big-heading h1,
  .heading-section .intro h1 { font-size: 11vw; }
	#main .heading-section .big-heading p,
  .heading-section .intro p { font-size: 15px; width: 95%; }
  .portfolio-single #main .heading-section p { width: 80%; }
}
.parallax {
	-webkit-transition: transform 0s ease;
     -moz-transition: transform 0s ease;
       -o-transition: transform 0s ease;
          transition: transform 0s ease;
}
/* feat-text is the bigger text within the headings */
.intro p,
.feat-text {
	font-size: 24px;
  line-height: 1.35em;
/*  font-weight: 300;*/
  color: #A6A6A6;
}
/* use this class in order to do a middle size text */
.text-middle {
  font-size: 31px;
  line-height: 1.5em;
  font-weight: 300;
}
/* use this class in order to do bigger the regular text */
.text-bigger {
	font-size: 21px;
  line-height: 1.7em;
  font-weight: 300;
  margin-bottom: 1em;
}
/* similar to text-bigger. It´s actually the biggest size */
.claim {
	font-size: 45px;
	line-height: 1.15em;
  padding: 5px 0 25px 0;
}
/* underlines any text */
.underline {
	display: inline;
	border-bottom: 3px solid #D0D0D0;
  padding-bottom: 0px;
}
.underline:after {
  display: block;
  content: "";
}
/* this class basically centers the text within a wrapper */
.centered-content { text-align: center; }
/* this rule centers the text and the block
   horizontally and vertically */
.centered-content-vh {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}
.centered-content-vh > *:first-child { margin-top: 0; }

/* margin and spacer helpers; add these classes in order
   to better control space between page elements */
.mar-top-xs { margin-top: 25px; }
.mar-top-sm { margin-top: 50px; }
.mar-top-md { margin-top: 100px; }
.mar-top-lg { margin-top: 150px; }
.mar-top-xlg { margin-top: 250px; }
.mar-btm-xs { margin-bottom: 25px; }
.mar-btm-sm { margin-bottom: 50px; }
.mar-btm-md { margin-bottom: 100px; }
.mar-btm-lg { margin-bottom: 150px; }
.mar-btm-xlg { margin-bottom: 250px; }

@media only screen and (max-width: 1024px) {
  .mar-top-xs { margin-top: 20px; }
  .mar-top-sm { margin-top: 40px; }
  .mar-top-md { margin-top: 85px; }
  .mar-top-lg { margin-top: 125px; }
  .mar-top-xlg { margin-top: 235px; }
  .mar-btm-xs { margin-bottom: 20px; }
  .mar-btm-sm { margin-bottom: 40px; }
  .mar-btm-md { margin-bottom: 85px; }
  .mar-btm-lg { margin-bottom: 125px; }
  .mar-btm-xlg { margin-bottom: 235px; }
}
@media only screen and (max-width: 680px) {
  .mar-top-xs { margin-top: 15px; }
  .mar-top-sm { margin-top: 35px; }
  .mar-top-md { margin-top: 75px; }
  .mar-top-lg { margin-top: 100px; }
  .mar-top-xlg { margin-top: 200px; }
  .mar-btm-xs { margin-bottom: 15px; }
  .mar-btm-sm { margin-bottom: 35px; }
  .mar-btm-md { margin-bottom: 75px; }
  .mar-btm-lg { margin-bottom: 100px; }
  .mar-btm-xlg { margin-bottom: 200px; }
}
@media only screen and (max-width: 415px) {
  .mar-top-xs { margin-top: 10px; }
  .mar-top-sm { margin-top: 25px; }
  .mar-top-md { margin-top: 50px; }
  .mar-top-lg { margin-top: 75px; }
  .mar-top-xlg { margin-top: 125px; }
  .mar-btm-xs { margin-bottom: 10px; }
  .mar-btm-sm { margin-bottom: 25px; }
  .mar-btm-md { margin-bottom: 50px; }
  .mar-btm-lg { margin-bottom: 75px; }
  .mar-btm-xlg { margin-bottom: 125px; }
}

/* default row margin bottom; modify this value as you prefer */
#main > .row { margin-bottom: 50px; }

/* when you need that any image fills the complete width
within its container, use this class */
.full-width-img { width: 100%; }

/* Portfolio & Grid Styles
--------------------------------------------*/
/*.portfolio-list {
  opacity: 0;
  -webkit-transform: translateY(15px);
     -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
       -o-transform: translateY(15px);
          transform: translateY(15px);
}*/
.portfolio-list,
.projects {
	margin-bottom: 60px;
	ms-filter: none;
  filter: none;
  overflow: hidden;
  -webkit-transition: all 0.777s ease;
     -moz-transition: all 0.777s ease;
      -ms-transition: all 0.777s ease;
       -o-transition: all 0.777s ease;
          transition: all 0.777s ease;
}
.portfolio-list .prjct-item {
	width: 50%;	
	padding: 0 15px;
	float: left;
}
.portfolio-list .prjct-item a:hover:after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.15s linear;
       -moz-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
         -o-transition: all 0.15s linear;
            transition: all 0.15s linear;
}
.mobile .portfolio-list .prjct-item a:after,
.mobile .portfolio-list .prjct-item a .caption { opacity: 0; visibility: hidden; }
#wrapper .portfolio-list .prjct-item a .caption { right: 13%; }
#wrapper .portfolio-list .prjct-item a:hover .caption {
    opacity: 1;    
    right: 15%;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
.portfolio-list .prjct-item a .caption { line-height: 27px; }

/* grid item hovers */
.portfolio-grid .prjct-item {
	position: relative;
	margin: 0 0 30px 0;
	overflow: hidden;
}
.portfolio-grid img {width: 100%;}
.portfolio-grid a {display: block;position: relative;}
.portfolio-grid a:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	content: "";
	z-index: 1;
	-webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
	        transition: all 0.5s linear;
}
.portfolio-grid a:hover .caption {
	color: #1D1D1D;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
	        transition: all 0.5s linear;
}
.portfolio-grid a:hover:after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
.portfolio-grid .caption {
	position: absolute;
	left: 1.5em;
	bottom: 1.8em;
	z-index: 2;
  font-size: 24px;	font-family: 'Radio Canada Big', HelveticaNeue, helvetica, Arial, sans-serif;	letter-spacing: 0;
	line-height: 27px;
  color: #1D1D1D;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
.portfolio-grid .caption span {
	display: block;
	font-family: "Radio Canada Big", "HelveticaNeue", helvetica, Arial, sans-serif;
	font-optical-sizing: auto;
	text-align: left;
	line-height: 20px;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0;
	margin-top: 0px;
}
.fadeit {
  opacity: 1;
  -webkit-transition: all 0.555s ease;
     -moz-transition: all 0.555s ease;
      -ms-transition: all 0.555s ease;
       -o-transition: all 0.555s ease;
          transition: all 0.555s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* General UI/Elements
--------------------------------------------*/
#main {
  position: relative;
  padding-top: 210px;
/*  padding-top: 23vh;*/
}

/* Buttons
--------------------------------------------*/
/* btn back top styles */
.btn-top {
	display: block;
  position: fixed;
  width: 40px;
  height: 60px;
  right: 7.7%;
  top: 5.5%;
  z-index: 1000;
  opacity: 0.33;
  -webkit-transition: all 0.21s ease-out;
     -moz-transition: all 0.21s ease-out;
      -ms-transition: all 0.21s ease-out;
       -o-transition: all 0.21s ease-out;
          transition: all 0.21s ease-out;
}
.btn-top.enabled { opacity: 0.15; }
.btn-top.disabled,
.scroll-top.fixedheader .btn-top { opacity: 0; }
.btn-top i {
	display: block;
	width: 100%;
	-webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.btn-top:hover {
	bottom: 6.5%;
	opacity: 1;
}
/* btns block */
.btn-block { text-align: center; }
.btn-block .btn {
	display: inline-block;
	position: relative;
	left: 16px;
}
/* regular btn */
.btn {
	display: inline-block;
  min-width: 192px;
  padding: 13px 10px;
	vertical-align: top;
	border-radius: 0;
	font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
.btn-shw-form { margin-top: 25px; }
.btn-shw-form:hover {
  background-color: #000;
  color: #ffea00;
}

/* Heading areas
--------------------------------------------*/
#main .heading-section { margin-bottom: 100px; }
.heading-section h1 { margin: 0 0 13px 0; }
.heading-section small,
.meta-cats {
	display: block;
	margin-bottom: 7px;
/*	font-size: 15px;
	line-height: 17px;*/
}
.meta-cats {
/*	max-width: 55%;*/
	margin: 18px 0 0 0;
}
.meta-cats li { padding: 0; }
.meta-cats li:after {
	content: "/";
  position: relative;
  display: inline-block;
  margin-left: 6px;
  margin-right: 0;
  color: #A6A6A6;
/*	opacity: 0.45;*/
}
.meta-cats li:last-child:after { display: none; }
.meta-cats li a {
	font-weight: normal;
	color: #A6A6A6;
/*	opacity: 0.45;*/
}
.meta-cats li a:hover { opacity: 1; color: #000; }
.heading-section address span { display: block; }
.heading-section .contact-list a {
  text-decoration: none;
  color: #A6A6A6;
}

/* Image & media wrappers
--------------------------------------------*/
.media-container {
	position: relative;
	margin-bottom: 30px;
}
.media-container a {
  display: block;
  position: relative;
}
.media-container img { width: 100%; }
.media-container video { width: 100%; }
.media-container .links-section {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	top: 25px;
}
.media-container .caption {
	position: absolute;
	right: 5.5%;
	bottom: 9.5%;
	text-align: right;
}
.media-container .caption .holder {
	float: right;
	padding: 5px 10px;
	font-size: 16px;
  line-height: 21px;
  text-align: right;
  color: #292929;
}
/* Video embeds
--------------------------------------------*/
/* rules to control embed videos from Vimeo & Youtube */
#video-inner { width:100%; }
.video-wrapper {
  position: relative;
  padding-bottom:56.25%;
  padding-top: 0;
  height:0;
}

/*IE hack*/
* html .video-wrapper {
  margin-bottom: 45px;
  margin-bot\tom: 0;
}
iframe { border: none; }
.video-wrapper div,
.video-wrapper object,
.video-wrapper iframe {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
}

/* info area */
.info-area h2 { margin-bottom: 15px; }
.info-area .holder {
  overflow: hidden;
  padding: 0 9% 113px 0;
}

/* imgs area */
.imgs-area { margin-bottom: 62px; }
.imgs-area img { margin-bottom: 52px; }

/* block area */
.block-area { margin-top: -3px; }

/* info block */
.info-block {
  overflow: hidden;
  margin: -6px 0 0;
}
.info-block h2 { margin: 0 0 21px; }
.info-block p span { display: block; }
.info-block:first-child { margin: -6px 0 208px; }

/* Slider modules
--------------------------------------------*/
.slider-area {
  position: relative;
  width: 100%;
}
.slider-area .mask {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider-area .slideset {
	float: left;
	white-space: nowrap;
	width: 100%;
	letter-spacing: -4px;
}
.slider-area .slide {
	white-space: normal;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
}
.cnt-slider {
	height: 500px;
	position: relative;
	overflow: hidden;
}
.parallax-module {
	position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.parallax-module > * { position: relative; }
.bg-parallax {
	position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 1280px;
}
.bg-parallax > img {	
	width: 100%;
  height: auto;
}
.cnt-slider .row {
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 100%;
  color: white;
}
.cnt-slider .copy {
  width: 101%;
  height: 100%;
  margin: 0 auto;
}
.cnt-slider .copy .sld-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.cnt-slider .copy .sld-inner > div {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.cnt-slider .carousel h3 {
	position: absolute;
  top: 50%;
  left: 1%;
  right: 1%;
  width: 100%;
  margin: 0 auto;
  font-size: 158px;
  text-align: center;
  opacity: 0.13;
  -webkit-transform: translateY(-87%);
     -moz-transform: translateY(-87%);
      -ms-transform: translateY(-87%);
       -o-transform: translateY(-87%);
          transform: translateY(-87%);
}
.cnt-slider > .row,
.cnt-slider .carousel,
.cnt-slider .carousel-inner,
.cnt-slider .carousel-inner > .item { height: inherit; }
.cnt-slider .carousel-inner .carousel-caption {
	width: 45%;
	margin: 0 auto;
	top: 50%;
	left: 0;
	right: 0;
  padding-bottom: 40px;
  padding-top: 35px;
  text-shadow: 0 0 0 transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cnt-slider .carousel-inner .carousel-caption p {
	margin: 0;
  font-size: 21px;
  line-height: 33px;
}
.cnt-slider .carousel-inner .carousel-caption span {
	position: absolute;
	right: 1%;
	left: 1%;
	bottom: -15px;
	display: block;
	width: 50%;
	margin: 0 auto;
	font-size: 19px;
	color: #000;
	opacity: 0.35;
}
.cnt-slider .carousel-indicators { top: 73%; }
.cnt-slider .carousel {
  height: 100%;
  font-size: 25px;
  line-height: 1.5em;
  text-align: center;
  overflow: visible;
}    
.cnt-slider .carousel-indicators .active {
	background-color: #000;
	opacity: 0.23; 
}
.cnt-slider .carousel-indicators li {
	margin-right: 5px;
	border: none;
	background: #FFF;
}
.cnt-slider .carousel-indicators li:last-child { margin-right: 0; }

/* slider with Twitter feed */
.cnt-slider .carousel .twitter-feed a { color: inherit; }
.cnt-slider .carousel .date,
.cnt-slider .carousel .twt-id,
.cnt-slider .carousel .twitter-feed span { 
	display: inline-block;
	margin-bottom: 5px;
	font-size: 11px;
  color: #FFF;
	opacity: 0.5;
}
.cnt-slider .carousel .twitter-feed span {
	margin-top: 39px;
	font-size: 15px;
}
.cnt-slider .carousel .twitter-feed .carousel-caption { text-align: center; }
.twitter-feed .twt-meta { font-weight: bold; }

/* slider with testimonials */
.cnt-slider .carousel .testimonial-title h5{
  font-size: 17px;
  color: #FFF;
  opacity: 0.5;
}

/* image slider */
.img-slider .carousel-inner .item img { width: 100%; }

/* single twitter feed */
.twitter-feed {
  text-align: left;
  font-size: 25px;
  line-height: 1.35em;
  font-weight: 300;
}
.twt-meta .date,
.twt-meta .twt-id {
  display: inline-block;
  font-size: 13px;
  color: #000;
  opacity: 0.15;
}
.twitter-feed,
.twitter-feed a { color: #292F33; }

/* Accordion module
--------------------------------------------*/
.accordion-section .heading-area {
  margin: -8px 0 36px;
  line-height: 1.1905em;
}
.accordion-section .heading-area h2 { margin: 0 0 21px; }
.accordion {
  margin-bottom: 90px;
  padding: 25px;
}
.accordion > li:first-child { border: 0; }
.accordion > li > .accordion-opener {
	display: block;
	text-decoration: none;
	position: relative;
	outline: none;
	padding: 10px 50px 10px 16px;
	line-height: 27px;
	font-size: 17px;
}
.accordion > li:last-child > .accordion-opener { padding-bottom: 15px; }
.accordion > li.active:last-child > .accordion-opener { padding-bottom: 10px; }
.accordion > li > .accordion-opener:hover {color: #fff;}
.accordion > li > .accordion-opener:after {
	position: absolute;
	right: 36px;
	top: 17px;
	font: 16px/16px "fontello";
	content: "\e808";
}
.accordion > li.active > .accordion-opener {color: #fff;}
.accordion .slide {overflow: hidden;}
.accordion .slide-holder {
	overflow: hidden;
	padding: 92px 30px 101px 35px;
	font-size: 0.9em;
  line-height: 1.45em;
}

/* Progress bars
--------------------------------------------*/
.progress-title { font-size: 15px; }
.progress { height: 2px; }

/* Alert/Warning notices
--------------------------------------------*/
.alert {
	border-radius: 3px;
	border: 0;
}

/* Buttons, badges & wells
--------------------------------------------*/
.btn,
.btn-primary,
.label,
.label-default,
.badge,
.well {
	border-radius: 5px;
	border: none;
}
.well { color: #FFF; }

/* Tabs
--------------------------------------------*/
.tab-content > .tab-pane {
	padding: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px;
}
.nav-tabs > li > a { font-size: 13px; }

/* Pills
--------------------------------------------*/
.nav-pills > li > a {
    color: #3d3d3d;
    border: 2px solid transparent;
    font-size: 13px;
    background: transparent;
    border-radius: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus { background-color: transparent; }
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus { color: #000; }

/* Block holder
--------------------------------------------*/
.block-holder {
  position: relative;
  margin-bottom: 229px;
}
.block-holder:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -115px;
	width: 220px;
	height: 2px;
	margin-left: -109px;
}
.block-holder .text {
  overflow: hidden;
  margin-top: -7px;
  padding-right: 15%;
}
.block-holder .text h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.block-holder .img-holder {
  position: relative;
  margin: 0 0 11px;
  overflow: hidden;
}
.block-holder .img-holder:after {
	content: "";
  position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	background: rgba(21, 83, 197, .85);
	-webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
	        transition: all 0.5s linear;
}
.block-holder .img-holder.hover:after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
.block-holder .img-holder.hover .social-holder {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
.block-holder .img-holder .social-holder {
	position: absolute;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
  -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
.block-holder .img-holder .social-holder:after {
	content: "";
  display: inline-block;
	vertical-align: middle;
	width: 1px;
	min-height: 100%;
	overflow: hidden;
	margin: 0 0 0 -5px;
}
.block-holder .img-holder .social-networks {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	border: 5px solid #FFF;
	padding: 4px 28px;
	margin: 9px 0 0 5px;
	letter-spacing: -4px;
}
.block-holder .img-holder .social-networks li {
	vertical-align: middle;
	font-size: 17px;
	line-height: 17px;
  letter-spacing: 0;
	padding: 0 12px 8px 10px;
}
.block-holder .img-holder .social-networks a {
	color: #FFF;
	font-size: 17px;
	line-height: 17px;
	display: block;
}
.block-holder .img-holder .social-networks a span { display: block; }
.block-holder .img-holder .social-networks a:hover { color: #b5b5b5; }
.block-holder .text-area {
  overflow: hidden;
  padding: 0 0 29px 7px;
}
.block-holder .text-area p { word-spacing: -2px; }
.block-holder .text-area .heading {
  overflow: hidden;
  margin: 0 0 26px;
}
.block-holder .text-area h2 { margin-bottom: 0; }
.block-holder .text-area h2 a { text-decoration: none; }
.block-holder .text-area .designation {
	display: block;
  font-size: 0.8095em;
	line-height: 1em;
}



/* ----------------------------------------------------------
  4. Blog
  ---------------------------------------------------------*/

/* MAIN PAGE PAGINATION
--------------------------------------------*/
.link-area {
	position: relative;
	z-index: 1000;
	overflow: hidden;
}
.single-post .link-area { margin-bottom: 200px; }
.link-area .links-section {
	position: relative;
    padding-top: 30px;
    padding-bottom: 180px;
}
.blog .link-area .links-section { padding-top: 50px; }
.single-post .link-area .links-section {
	padding-top: 150px;
	padding-bottom: 150px;
}
.link-area .links-section a {
	color: #0D0D0D;
	opacity: 0.33;
}
.link-area .links-section a:hover { opacity: 1; }
.single-post .link-area .links-section a {
	color: #FFF;
	opacity: 1;
}
.link-area:before {
	position: absolute;
	right: -9999px;
	left: -9999px;
	top: 0;
	bottom: 0;
	content: "";
}
/* link section blog & single projects */
.links-holder { margin: 0; }
.links-section .links-holder > li {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	letter-spacing: 0;
	padding: 0 18px 0 22px;
	position: relative;
	font-size: 17px;
}
.links-section .links-holder > li:after {
	position: absolute;
	content: "";
	left: 2px;
	top: 1px;
	width: 1px;
	height: 20px;
	background-color: #0D0D0D;
	opacity: 0.33;
}
.single-post .links-section .links-holder > li:after { background-color: #FFF; opacity: 1; }
.links-section .links-holder > li:first-child:after {display: none;}
.links-section .links-holder > li > a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	text-decoration: none;
}
.links-section .links-holder > li > a:hover {
	color: #292929;
	}
.links-section .link {
	display: inline-block;
	vertical-align: top;
  font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	margin: 0;
	-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;
}
.links-section a.link:hover {
	color: #292929;
	}

.links-section .link {
	position: absolute;
	left: 50px; 
}
.links-section .link .left-arrow {
	position: absolute;
  top: 50%;
  right: 100%;
  width: 24px;
	margin-right: 6px;
}
.links-section .link:hover .left-arrow {
	margin-right: 9px;
	width: 36px;
}
.links-section .link .right-arrow {
	position: absolute;
  top: 50%;
  left: 100%;
  width: 24px;
	margin-left: 6px;
}
.links-section .link:hover .right-arrow {
	margin-left: 9px;
	width: 36px;
}
.links-section .link.add { right: 50px; }
.links-section .link:hover {
	-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;
}
.links-section .link:hover span {
  margin: 0 0 0 39px;
	-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;
}

/* FORMS
--------------------------------------------*/
.form-control {
	margin: 0 0 29px;
	padding: 10px 9px 7px;
	font-size: 15px;
	line-height: 1em;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #1D1D1D;
	opacity: 0.15;
	-webkit-appearance: none;
	   -moz-appearance: none;
	-webkit-box-shadow: none !important;
		      box-shadow: none !important;
	-webkit-transition: opacity 0.2s ease-out;
     -moz-transition: opacity 0.2s ease-out;
      -ms-transition: opacity 0.2s ease-out;
       -o-transition: opacity 0.2s ease-out;
          transition: opacity 0.2s ease-out;
}
.form-control:hover,
.form-control:focus,
.form-control:active  { opacity: 1; }
.form-control::-webkit-input-placeholder { font-size: 15px; line-height: 17px; opacity: 0.80; }
.form-control:-moz-placeholder { font-size: 15px; line-height: 17px; opacity: 0.80; }
.form-control::-moz-placeholder { font-size: 15px; line-height: 17px; opacity: 0.80; }
.form-control:-ms-input-placeholder { font-size: 15px; line-height: 17px; opacity: 0.80; }
form label {
	font-size: 13px;
	color: #1D1D1D;
	padding-left: 9px;
	opacity: 0.75;
}
/* error message */
.error .form-control {
	border-color: #f00;
	opacity: 1;
}
/* success message */
.contact-form .form-success {
	display: block;
	position: absolute;
	margin-left: 28px;
	bottom: -3px;
	color: green;
	opacity: 1;
	-webkit-transition: all 0.35s ease-out;
     -moz-transition: all 0.35s ease-out;
      -ms-transition: all 0.35s ease-out;
       -o-transition: all 0.35s ease-out;
          transition: all 0.35s ease-out;
}
.contact-form .hidde {
	display: block;
	position: absolute;
	margin-top: 15px;
	bottom: 10px;
	opacity: 0;
}
textarea.form-control {
	margin: 0 0 36px;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	height: 172px !important;
	min-height: 172px !important;
	max-height: 172px !important;
  line-height: 1.75em;
}
@media only screen and (max-width: 1280px) {
  .comments-section .heading-block { padding-right: 50px; }
  .comments-section h4 { font-size: 21px !important; }
  textarea.form-control {
    height: 135px !important;
    min-height: 135px !important;
    max-height: 135px !important;
  }
}
input::-webkit-input-placeholder { color: #1D1D1D !important; opacity: 1 !important; }
input:-moz-placeholder { color: #1D1D1D !important; opacity: 1 !important; }
input::-moz-placeholder { color: #1D1D1D !important; opacity: 1 !important; }
input:-ms-input-placeholder { color: #1D1D1D !important; opacity: 1 !important; }
textarea::-webkit-input-placeholder { color: #1D1D1D !important; opacity: 1 !important; }
textarea:-moz-placeholder { color: #1D1D1D !important; opacity: 1 !important; }
textarea::-moz-placeholder { color: #1D1D1D !important; opacity: 1 !important; }
textarea:-ms-input-placeholder { color: #1D1D1D !important; opacity: 1 !important; }

/* Template dependent styles
--------------------------------------------*/

/* arrows */
.arrow {
	display: inline-block;
    position: absolute;
    background: rgb(29, 29, 29);
    padding: 0.5px 13px;
    top: 50%;
    right: 5%;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.single-post .links-section .arrow { background-color: #FFF; }
.left-arrow:after {
	content: '';
	display: block;  
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid rgb(29, 29, 29);
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
}
.single-post .links-section .left-arrow:after { border-right: 5px solid #FFF; }
.right-arrow:after {
	content: '';
    display: block;
    position: absolute;
    left: 100%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgb(29, 29, 29);
}
.single-post .links-section .right-arrow:after { border-left: 5px solid rgb(255, 255, 255); }
.widget a:hover .right-arrow { right: 3%; opacity: 1; }
.widget a:hover .left-arrow { left: 0%; opacity: 1; }



/* ---------------------------------------------------------
5. Responsive behaviors
------------------------------------------------------------*/
/* Compact navigation
--------------------------------------------*/
#wrapper .navbar-toggle.collapsed,
#wrapper .navbar-toggle {
	float: right;
	width: 50px;
	height: 50px;
	position: relative;
	border-radius: 3px;
	padding: 0;
	margin: 0;
}
#wrapper .navbar-toggle:before,
#wrapper .navbar-toggle:after,
#wrapper .navbar-toggle span,
#wrapper .navbar-toggle.collapsed:before,
#wrapper .navbar-toggle.collapsed:after,
#wrapper .navbar-toggle.collapsed span {
	background: #FFF;
  position: absolute;
  top: 52%;
  left: 29%;
  right: 29%;
  height: 3px;
  margin-top: -2.59px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
/* This rule is here because webkit does not
render the toggle button equaly among devices
this improves this issue. TODO */
@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  #wrapper .navbar-toggle:before,
  #wrapper .navbar-toggle:after,
  #wrapper .navbar-toggle span,
  #wrapper .navbar-toggle.collapsed:before,
  #wrapper .navbar-toggle.collapsed:after,
  #wrapper .navbar-toggle.collapsed span { margin-top: -2.5px; }
}
#wrapper .navbar-toggle span,
#wrapper .navbar-toggle.collapsed span { opacity: 1; }
#wrapper .navbar-toggle.collapsed:before,
#wrapper .navbar-toggle.collapsed:after {
  content: "";
  top: 39%;
}
#wrapper .navbar-toggle.collapsed:hover { opacity: 0.9; }
#wrapper .navbar-toggle.collapsed:after { top: 65%; }
#wrapper .navbar-toggle span { opacity: 0; }
#wrapper .navbar-toggle {
	-webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#wrapper .navbar-toggle:after,
#wrapper .navbar-toggle:before {
	content: "";
  top: 50%;
  left: 20%;
  right: 20%;
	margin-top: -2px;
  background: #FFF;
	opacity: 1;
	z-index: 99;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
#wrapper .navbar-toggle:after {
	background: #FFF;
	-webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .navbar-toggle { display: none !important; }
}

/* Max width screen size
--------------------------------------------*/
@media screen and (min-width: 1920px) {
  .cnt-slider .carousel-inner .carousel-caption { width: 30%; }
}
/* Large width screens
--------------------------------------------*/
@media screen and (min-width: 1200px) {
	.navbar-nav > li { margin: 0 15% 0 0; }
}
	.container {
	    width: 100%;
	    max-width: 1440px;	padding-right: 60px;	padding-left: 60px;
	}
/* Screens & Devices with 769 & wider
--------------------------------------------*/
@media only screen and (min-width: 769px) {
	#wrapper.link-hovered #overlay {
		height: 100%;
		opacity: 1;
		-webkit-transition: height 0.2s ease, opacity 0.2s 0.2s ease;
       -moz-transition: height 0.2s ease, opacity 0.2s 0.2s ease;
        -ms-transition: height 0.2s ease, opacity 0.2s 0.2s ease;
         -o-transition: height 0.2s ease, opacity 0.2s 0.2s ease;
		        transition: height 0.2s ease, opacity 0.2s 0.2s ease;
	}
	#overlay {
		position: fixed;
		height: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1100;
		background: white;
		background: rgba(255, 255, 255, 0.9);
		opacity: 0;
		-webkit-transition: height 0.2s 0.2s ease, opacity 0.2s ease;
       -moz-transition: height 0.2s 0.2s ease, opacity 0.2s ease;
        -ms-transition: height 0.2s 0.2s ease, opacity 0.2s ease;
         -o-transition: height 0.2s 0.2s ease, opacity 0.2s ease;
		        transition: height 0.2s 0.2s ease, opacity 0.2s ease;
	}
	#wrapper.link-hovered #page-title {
		height: 462px;
		opacity: 1;
		-webkit-transition: height 0.1s ease, opacity 0.2s 0.2s ease;
       -moz-transition: height 0.1s ease, opacity 0.2s 0.2s ease;
        -ms-transition: height 0.1s ease, opacity 0.2s 0.2s ease;
         -o-transition: height 0.1s ease, opacity 0.2s 0.2s ease;
		        transition: height 0.1s ease, opacity 0.2s 0.2s ease;
	}
	#page-title {
		position: fixed;
		width: 100%;
		height: 0;
		left: 0;
		top: 50%;
		margin: -145px 0 0;
		font-size: 262px;	letter-spacing: -9px;
		line-height: 262px;
		text-align: center;
		overflow: hidden;
		opacity: 0;
    z-index: 1100;
		-webkit-transition: opacity 0.2s ease;
       -moz-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
         -o-transition: opacity 0.2s ease;
		        transition: opacity 0.2s ease;
	}
	#wrapper.link-hovered #page-title .title {
		display: block;
		font-weight: bold;
	}
	#wrapper.link-hovered #page-title .subtitle {
		display: block;
		font-size: 14px;
		line-height: 16px;
		font-weight: normal;
	}
}

/* Screens & Devices with 1024 & smaller
--------------------------------------------*/
@media only screen and (max-width: 1024px) {
	.navbar-nav > li { margin: 0 10.5% 0 0; }
}
/* Screens & Devices with 992 & smaller
--------------------------------------------*/
@media only screen and (max-width: 992px) {
	#page-title {
		line-height: 150px;
		font-size: 150px;	letter-spacing: -5px;
		margin: -75px 0 0;
	}
	/*main container element*/
	.container {
		padding-right: 48px;
		padding-left: 48px;
	}
	/* header */
	#header { padding: 40px 15px; }

/*	.logo { margin: 5px 0 0 -15px; }*/
	.navbar-nav > li > a {
		font-size: 16px;
	}
	.home #main,
	#main { padding-top: 180px; }
	#wrapper .navbar-toggle.collapsed,
	#wrapper .navbar-toggle {
		width: 25px;
    height: 55px;
    background: transparent;
    border-radius: 0px;	border-left: none; border-right: none;
    margin-right: -16px;	margin-top: -16px;
	}
	#wrapper .navbar-toggle:before,
	#wrapper .navbar-toggle:after,
	#wrapper .navbar-toggle span,
	#wrapper .navbar-toggle.collapsed:before,
	#wrapper .navbar-toggle.collapsed:after,
	#wrapper .navbar-toggle.collapsed span {
    content: "";
    height: 1.35px;
    left: 0;
  	right: 0;
  	margin-bottom: 10px;
  	background: #A6A6A6;
	}
	/* sliders & banners */
	.cnt-slider .carousel-inner .carousel-caption {
		width: 75%;
		font-size: 0.9em;
	}
	.scroll-top.fixedheader #header { padding-top: 40px; }
/*  .fixedheader .navbar-header { margin-bottom: 7px; margin-top: 7px; }*/
	/* intro section */
	.intro {
    font-size: 1em;
    line-height: 1.2381em;
  }

	/* article */
  .header.fixed-position { margin-top: 100px; }
  .blog-left-sidebar .header.fixed-position,
  .blog-right-sidebar .header.fixed-position { margin-top: 0; }
	.post-article .text h2 {
		font-size: 1.25em;
		line-height: 1.238em;
	}
	.post-article .text .excerpt {
		font-size: 0.95em;
		line-height: 1.35em;
	}

	/* heading section */
	.heading-section .heading-holder { max-width: 80%; }

	/* links section */
	.link-area .links-section {
		padding-top: 20px;
		padding-bottom: 150px;
		}
	.links-section .link { margin: 0; }
	.links-section .link.add { margin: 0; }
	.links-section .link span { font-size: 10px; }

	/* img container */
	.media-container .links-section { top: 33px; }

	/* project section */
/*	.projects-section { margin-bottom: 30px; }*/

	/* info area */
	.info-area .holder { font-size: .8095em; }

	/* imgs area */
	.imgs-area { margin-bottom: 20px; }
	.imgs-area img { margin-bottom: 36px; }

	/* info block */
	.info-block br { display: none; }

	/* accordion */
	.accordion .slide-holder { padding: 30px; }

	/* block holder */
	.block-holder { margin-bottom: 150px; }
	.block-holder:before { bottom: -75px; }
	.block-holder .img-holder .social-networks { padding: 2px 10px 4px; }
	.block-holder .img-holder .social-networks li { padding: 0 5px 5px; }
	.block-holder .text-area {
    font-size: 0.8095em;
    line-height: 1.2em;
    padding: 0;
  }

	/* tweet slider */
	.tweet-slider .btn-holder {
    padding: 0;
    text-align: right;
  }
	.comments-form { width: 100%; }
	.avatar-holder { width: 150px; }
	.top-single-prjct-pag.fixed-position .cols { width: 720px; }
}

/* Screens & Devices with 860 & smaller
--------------------------------------------*/
@media only screen and (max-width: 860px) {
	.navbar-nav > li { margin: 0 7% 0 0; }
}

/* Screens & Devices with 768px & smaller
--------------------------------------------*/
@media only screen and (max-width: 768px) {
	/*main container element*/
	.container {
		padding-right: 36px;
		padding-left: 36px;
	}
	/* header */
	#header { padding: 30px 15px; }
	#main { padding-top: 150px; }
	.scroll-top.fixedheader #header { padding-top: 30px; }
	/* projects grid */
	.portfolio-grid .prjct-item {
		margin-bottom: 20px;
		padding: 0 10px;
	}

	/* compact menu */
	#wrapper { position: relative; background: rgb(245, 245, 245); }
  .navbar-header { width: 100%; padding-right: 15px; }
  #wrapper .navbar-toggle.collapsed { order: 2; margin-left: auto; }
  .logo { order: 1; }
  .compact-menu-opened #wrapper { z-index: 100; }
	.compact-menu-enabled #wrapper,
	.compact-menu-enabled #compact-menu,
	.compact-menu-enabled .navbar-nav {
		-webkit-transition: opacity 0.333s ease-in-out, transform 0.333s ease-in-out;
       -moz-transition: opacity 0.333s ease-in-out, transform 0.333s ease-in-out;
        -ms-transition: opacity 0.333s ease-in-out, transform 0.333s ease-in-out;
         -o-transition: opacity 0.333s ease-in-out, transform 0.333s ease-in-out;
            transition: opacity 0.333s ease-in-out, transform 0.333s ease-in-out;
        
	}
  .compact-menu-enabled #compact-menu {
        -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
	.compact-menu-opened,
	.compact-menu-opened #wrapper { overflow: hidden; }
	.compact-menu-opened #wrapper {
    padding: 0;
    margin: 0;
		-webkit-transform: translateX(-86%);
       -moz-transform: translateX(-86%);
        -ms-transform: translateX(-86%);
         -o-transform: translateX(-86%);
            transform: translateX(-86%);
	}
  #overlay { background: rgba(255, 255, 255, 0); }
	.compact-menu-opened #overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.75);
    z-index: 100;
    -webkit-transition: background 0.3s ease-in;
       -moz-transition: background 0.3s ease-in;
        -ms-transition: background 0.3s ease-in;
         -o-transition: background 0.3s ease-in;
            transition: background 0.3s ease-in;
	}
	#compact-menu {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
		opacity: 1;
    z-index: -1;
	}
	.compact-menu-opened #compact-menu { opacity: 1; z-index: 10; }
	.compact-menu-enabled .navbar-nav {
		margin: 21vw 21vw 21vw 31vw;
    -webkit-transform: translateX(9%);
       -moz-transform: translateX(9%);
        -ms-transform: translateX(9%);
         -o-transform: translateX(9%);
            transform: translateX(9%);
	}
	.compact-menu-opened .navbar-nav { transform: translateX(0%); }
  .compact-menu-opened .navbar-toggle { visibility: hidden; }
	span.menu-counter {
		display: none;
	    font-size: 13px;
	    color: #000;
	    opacity: 0.35;
	}
	.compact-menu-enabled .navbar-nav > li:first-child { margin-left: 0; }
	.compact-menu-enabled .navbar-nav > li { margin-bottom: 5vh; }
  .compact-menu-enabled .navbar-nav > li > a {
    font-size: 5.5vw;
    line-height: 1.31em;
  }
  .compact-menu-enabled .navbar-nav > li > ul a { font-size: 2vw; }
  .compact-menu-enabled .navbar-nav > li > ul > li a:last-child { margin-bottom: 9px; }
	.compact-menu-enabled .navbar-nav a { color: #FFF; }
	.compact-menu-enabled .navbar-nav > li.open > a,
	.compact-menu-enabled .navbar-nav > li.active > a,
	.compact-menu-enabled .navbar-nav > li.hover > a {
		color: #292929;
	}
  .compact-menu-opened .dropdown-menu {
    width: auto;
    height: 0;
    position: relative;
    -webkit-transition: all 3.25 ease-out !important;
       -moz-transition: all 3.25 ease-out !important;
        -ms-transition: all 3.25 ease-out !important;
         -o-transition: all 3.25 ease-out !important;
            transition: all 3.25 ease-out !important;
  }
	.compact-menu-opened .hover .dropdown-menu {
    height: 100% !important;
		-webkit-transition: all 3.25 ease-out !important;
       -moz-transition: all 3.25 ease-out !important;
        -ms-transition: all 3.25 ease-out !important;
         -o-transition: all 3.25 ease-out !important;
            transition: all 3.25 ease-out !important;
	}
	.compact-menu-enabled .dropdown-menu {
    float: none;
    position: absolute;
  }

.compact-menu-opened #compact-menu ul > li {
  -webkit-transition: all 3.25 ease-out !important;
       -moz-transition: all 3.25 ease-out !important;
        -ms-transition: all 3.25 ease-out !important;
         -o-transition: all 3.25 ease-out !important;
            transition: all 3.25 ease-out !important;
}
#wrapper .navbar-toggle.collapsed { display: block !important; }
/*.
@-webkit-keyframes open-sub {
  0%   { position: absolute; }
  55%   { position: absolute; }
  100% { position: relative; }
}
@-moz-keyframes open-sub {
  55%   { opacity: 1; }
  100% { position: relative; }
}
@-o-keyframes open-sub {
  55%   { opacity: 1; }
  100% { position: relative; }
}
@keyframes open-sub {
 0%   { position: absolute; }
  55%   { position: absolute; }
  100% { position: relative; }
}*/


	#page-title { display: none; }
  /* text transforms */
  .text-bigger {
    font-size: 21px;
  }
	/* hide the project fixed paginator in single project */
	.top-single-prjct-pag {
		display: none;
		visibility: visible;
		opacity: 0;
		height: 0;
	}
	/* intro section */
	.intro {
		width: 75%;
		padding-left: 0;
		margin: 0;
    margin-top: 100px;
	}
  #main .heading-section .big-heading { margin-bottom: 25px; }
	.intro .meta-cats {
		padding-bottom: 20px;
		font-size: 0.73em;
		line-height: 1em;
	}
	.heading-section h1,
	.post-main .header h1,
  #main .big-heading h1 { font-size: 6.27vw; }
	/*.heading-section p,
	.feat-text {
	    font-size: 1.55em;
	    line-height: 1.37;
	}*/
	.fltrs-trggr {
		margin-top: -45px;
    	margin-left: -5px;
	}
	/* pagination links */
	.link-area .links-section {
		padding-top: 10px;
		padding-bottom: 120px;
		}

	.link-area .links-section .link,
	.link-area .links-section .link:hover,
	.single-post .link-area .links-section .link { color: rgba(255,255,255,0); }

	.links-holder li { z-index: 1000; }
	.pag { position: absolute; }
	.pag-prev {
		left: 15px;
		width: 35%;
		height: 20px;
	}
  .link-area .links-section .pag-prev a {
  	position: absolute;
  	right: 0;
  	left: 0;
  }
  .links-section .link .left-arrow { right: 75%; width: 20%; }
  .pag-next {
		right: 15px;
		width: 35%;
		height: 20px;
  }
  .link-area .links-section .pag-next a {
  	position: absolute;
  	right: 0;
  	left: 0;
  	text-indent: -9999px;
  }
  .links-section .link .right-arrow { left: 75%; width: 20%; }
  .links-section .link:hover .left-arrow { right: 78%; width: 22%; }
  .links-section .link:hover .right-arrow { left: 78%; width: 22%; }

  .single-post .link-area .links-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
	.post-entry { margin-bottom: 50px; }
	.single-post .link-area { margin-bottom: 150px; }
  .widget_tag_cloud { width: 75%; }
  .widget_tag_cloud a { margin: 3px 0; }

	/* social sharing buttons */
	.links-section .modal-content .social-networks {font-size: 75px;}
	.links-section .modal-content .social-networks .social-title {font-size: 15px;}

	/* single post blog */
	/* no sidebar post heading */
	.header.fixed-position {
		position: static !important;
		width: 100%;
		z-index: 999;
	}
  #the-post { margin-bottom: 0; }
  .post-entry { margin-top: 100px; }
	.post-body,
	.blog-left-sidebar .post-body,
	.blog-right-sidebar .post-body { margin-top: 75px; }
	/* blog heading */
	.post-main .header .meta,
	.post-main .header time { font-size: 0.8095em; }
  .post-main .header .meta { margin-left: 0; }
	/* blog sidebar */
	.blog-left-sidebar #sidebar-bg,
	.blog-right-sidebar #sidebar-bg { display: none !important; }
	.blog-sidebar {
		position: static !important;
		background: #FBFBFB;
	  margin: 105px -15px 0 -15px;
	  padding: 50px 45px 0 45px;
	}
	.blog-sidebar > ul {
		margin-bottom: 0;
    padding-bottom: 75px;
    width: 75% !important;
    margin: 0 auto;
    padding-top: 75px;
	}
	/* blog comments */
	.comments-col.fixed-position { position: static !important; }
	.comments-col .heading-block {
    padding-right: 0;
    width: 45%;
  }
	.comments-form { max-width: 100%; }
	.commentlist {
    width: 85%;
		padding: 0;
		margin-top: 175px;
	}
	.avatar-holder { width: 100%; }
	.avatar-holder .holder { height: 115px; }
	.commentlist-holder { margin-left: 0; }
	/* contact */
	.newsletter p { width: 70%; }
	.newsletter .btn-submit { bottom: 45px; }
  /* helper class to remove line breaks */
  .nobr { display: none; }
	/* footer styles */
	#footer { padding: 95px 0 75px 0; }
	#footer .row > div {
    margin-bottom: 19px;
    text-align: center;
  }
	#footer .social-networks {
		text-align: center;
		padding: 25px 0 0 0;
	}
}

/* Screens & Devices smaller than 415px (iPhone 6 basis)
---------------------------------------------------------*/
@media only screen and (min-width: 415px) and (max-width: 768px)  {
	/* blog articles control, break the grid into 2 columns
	when viewing in tablets and 1 columns for phones */
	.post-article { width: 49.9%; }
	.post-article:nth-child(2n):after {
		clear: both;
		display: block;
		content: "";
		width: 100%;
		height: 10px;
	}
}

@media only screen and (max-width: 415px) {
	/*main container element*/
	.container {
		padding-right: 18px;
		padding-left: 18px;
	}
	/* header */
	#header { padding: 20px 15px; }
	#main { padding-top: 120px; }
	.scroll-top.fixedheader #header { padding-top: 20px; }
	/* projects grid */
	.portfolio-grid .prjct-item {
		margin-bottom: 15px;
		padding: 0 8px;
	}


  h3 { font-size: 23px; }
  h4 { font-size: 19px; }
  .claim { font-size: 27px; }
  .text-bigger { font-size: 18px; }
  .text-middle { font-size: 23px; }
	/* compact menu */
	.compact-menu-opened #wrapper { transform: translateX(-70%); }
	.compact-menu-enabled .navbar-nav > li > a {
		font-size: 5.5vw;
		line-height: 1.31em;
	}
	.compact-menu-enabled .navbar-nav { margin-left: 45vw; }
  .compact-menu-enabled .navbar-nav > li > ul a { font-size: 3.35vw; }
	.home #main,
  /* projects grid */
  .portfolio-grid .prjct-item { margin-bottom: 15px; }
  .media-container { margin-bottom: 15px; }
  /* share social options */
  .modal .social-networks li {
    font-size: 21%;
    margin-top: 95px;
  }
	/* headings */
	.intro {
    width: 100%;
    margin-top: 0px;
  }
	.heading-section h1,
	.post-main .header h1 {
	  font-size: 2.65em;
		margin-bottom: 7px;
	}
	.heading-section p,
	.feat-text { font-size: 1.2em; }
	#main .heading-section { margin-bottom: 55px; }
  .single-post #main .big-heading { margin: 15px 0 75px 0; }
  .post-main .header .meta time,
  .post-main .header .meta em {
    width: 60%;
    margin: 0 auto;
  }
	/* single project page */
	.media-container .caption {
    right: 0.5%;
	  bottom: 5.5%;
  }
  .centered-content-vh { margin: 50px auto 0 auto; }
  .link-area .links-section {
    padding-top: 15px;
    padding-bottom: 90px;
	}
	.pag-prev {
		left: 23px;
	}
	.blog .pag-prev {
		left: -59px;
		width: 60%;
	}
	.pag-next {
    right: 23px;
	}
/*  .links-section .link .left-arrow { width: 31px; }
  .blog .links-section .link .left-arrow { right: 42%; }*/

  /* twitter */
  /* single feed */
  .twitter-feed {
    font-size: 16px;
    line-height: 1.55em;
  }
  .cnt-slider .carousel-inner .carousel-caption {
    width: 90%;
    font-size: 16px;
    line-height: 1.55em;
  }
  .cnt-slider { height: 450px; }
  .cnt-slider .row { width: 105%; }
  .cnt-slider .carousel-inner .carousel-caption { padding-top: 9px; }

  /* testimonials */
  .cnt-slider .carousel-inner .carousel-caption p {
    font-size: 15px;
    line-height: 25px;
  }

	/* blog */
  .post-entry { margin-top: 0; }
  .post-body,
  .blog-left-sidebar .post-body,
  .blog-right-sidebar .post-body { margin-top: 35px; }
	.post-article .text h2 { font-size: 1.15em; }
	.post-article .text h2 a:after { height: 1px; }
	.post-article .text {
	    min-height: inherit;
	    max-height: inherit;
	    padding: 0 7% 20px 12px;
	}
	blockquote { margin-left: 0; }
	blockquote q { opacity: 0.5; }
	.post-article .text .excerpt { font-size: 0.9em; line-height: 1.35em; }
	
	.single-post .link-area { margin-bottom: 100px; }
	
	.comments-col .heading-block { width: 90%; }
	.commentlist { margin-top: 125px; }
	.comments-section { margin-bottom: 115px; }
	.commentlist-item > .commentlist-item { padding: 5px 0 0 7%; }
	.commentlist-item + .commentlist-item { padding-top: 75px; }

  /* blog sidebar */
	.blog-sidebar { padding: 0; }
	.blog-sidebar > ul { width: 80% !important; }
	.list-unstyled ul,
	.blog-sidebar .widget_search input[type="search"] { width: 100% !important; }
	.blog-sidebar .widget { margin-bottom: 115px; }
	.widget_tag_cloud a { margin-bottom: 7px; }

  /* contact */
  .newsletter .btn-submit { text-indent: -99999px; }
  .newsletter i.arrow { top: 25px; }
  .newsletter small { font-size: 11px; }
  .newsletter .form-success { margin-left: 23px; }
	
	/* footer */
	#footer .row > div,
	#footer .social-networks { text-align: left;}
	#footer .social-networks { margin-left: -11px; }
	#footer { padding: 100px 0 65px 0; }
}

/* Preload & set the page
--------------------------------------------*/
/*body.fadeOut {
	opacity: 0;
	-webkit-transform: translateY(-17px);
	   -moz-transform: translateY(-17px);
	    -ms-transform: translateY(-17px);
	     -o-transform: translateY(-17px);
			    transform: translateY(-17px);
	-webkit-transition: all 0.333s ease-out;
       -moz-transition: all 0.333s ease-out;
        -ms-transition: all 0.333s ease-out;
         -o-transition: all 0.333s ease-out;
            transition: all 0.333s ease-out;
}
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
	z-index: 99999;
	-webkit-animation: overlay-ani 1.55s;
	   -moz-animation: overlay-ani 1.55s;
      -ms-animation: overlay-ani 1.55s;
       -o-animation: overlay-ani 1.55s;
		      animation: overlay-ani 1.55s;
}
.portfolio-page #preloader {
  -webkit-animation: overlay-ani 2.555s;
     -moz-animation: overlay-ani 2.555s;
      -ms-animation: overlay-ani 2.555s;
       -o-animation: overlay-ani 2.555s;
          animation: overlay-ani 2.555s;
}
@-webkit-keyframes overlay-ani {
  55%   { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes overlay-ani {
  55%   { opacity: 1; }
  100% { opacity: 0; }
}
@-o-keyframes overlay-ani {
  55%   { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes overlay-ani {
  55%   { opacity: 1; }
  100% { opacity: 0; }
}
#preloader span {
	position: fixed;
	display: block;
	width: 0;
	height: 1px;
	top: 50%;
	left: 50%;
	margin-left: -3.75vw;
  -webkit-animation: load-ani 1.15s;
     -moz-animation: load-ani 1.15s;
       -o-animation: load-ani 1.15s;
		      animation: load-ani 1.15s;
}
.portfolio-page #preloader span {
  -webkit-animation: load-ani 2.333s;
     -moz-animation: load-ani 2.333s;
       -o-animation: load-ani 2.333s;
          animation: load-ani 2.333s;
}
@-webkit-keyframes load-ani {
  0%   { width: 0vw; }
  100% { width: 7vw; }
}
@-moz-keyframes load-ani {
  0%   { width: 0vw; }
  100% { width: 7vw; }
}
@-o-keyframes load-ani {
  0%   { width: 0vw; }
  100% { width: 7vw; }
}
@keyframes load-ani {
  0%   { width: 0vw; }
  100% { width: 7vw; }
}
#wrapper {
	-webkit-animation: page-load-ani 0.75s;
	   -moz-animation: page-load-ani 0.75s;
      -ms-animation: page-load-ani 0.75s;
       -o-animation: page-load-ani 0.75s;
			    animation: page-load-ani 0.75s;
    -webkit-animation-delay: 0.55s;
       -moz-animation-delay: 0.55s;
        -ms-animation-delay: 0.55s;
         -o-animation-delay: 0.55s;
    		    animation-delay: 0.55s;
    -webkit-transition-timing-function: ease-in;
       -moz-transition-timing-function: ease-in;
        -ms-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
}
.portfolio-page #wrapper {
  -webkit-animation-delay: 1.199s;
     -moz-animation-delay: 1.199s;
      -ms-animation-delay: 1.199s;
       -o-animation-delay: 1.199s;
          animation-delay: 1.199s;
}
@-webkit-keyframes page-load-ani {
  0%   {
  	-webkit-transform: translateY(-75px);
  	   -moz-transform: translateY(-75px);
  	    -ms-transform: translateY(-75px);
  	     -o-transform: translateY(-75px);
  			    transform: translateY(-75px);
  }
  100% {
  	-webkit-transform: translateY(0px);
  	   -moz-transform: translateY(0px);
  	    -ms-transform: translateY(0px);
  	     -o-transform: translateY(0px);
			      transform: translateY(0px);
  }
}
@-moz-keyframes page-load-ani {
  0%   {
  	-webkit-transform: translateY(-75px);
  	   -moz-transform: translateY(-75px);
  	    -ms-transform: translateY(-75px);
  	     -o-transform: translateY(-75px);
  		      transform: translateY(-75px);
  }
  100% {
  	-webkit-transform: translateY(0px);
  	   -moz-transform: translateY(0px);
  	    -ms-transform: translateY(0px);
  	     -o-transform: translateY(0px);
			      transform: translateY(0px);
  }
}
@-o-keyframes page-load-ani {
  0%   {
  	-webkit-transform: translateY(-75px);
  	   -moz-transform: translateY(-75px);
  	    -ms-transform: translateY(-75px);
  	     -o-transform: translateY(-75px);
			      transform: translateY(-75px);
  }
  100% {
  	-webkit-transform: translateY(0px);
  	   -moz-transform: translateY(0px);
  	    -ms-transform: translateY(0px);
  	     -o-transform: translateY(0px);
			      transform: translateY(0px);
  }
}
@keyframes page-load-ani {
  0%   {
  	-webkit-transform: translateY(-75px);
  	   -moz-transform: translateY(-75px);
  	    -ms-transform: translateY(-75px);
  	     -o-transform: translateY(-75px);
			      transform: translateY(-75px);
  }
  100% {
  	-webkit-transform: translateY(0px);
  	   -moz-transform: translateY(0px);
  	    -ms-transform: translateY(0px);
  	     -o-transform: translateY(0px);
  		      transform: translateY(0px);
  }
}*/



/* Video display fixes
--------------------------------------------*/
/* Maintain 16:9 aspect ratio for full-width videos */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  padding-top: 0;
  height: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden; /* prevents overlap and hides rounding artifacts */
}

/* Make all common video wrapper children fill the container */
.video-wrapper > div,
.video-wrapper > iframe,
.video-wrapper > object,
.video-wrapper > video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  max-width: none !important;
}

/* Style the video element itself */
.video-wrapper video {
  object-fit: contain; /* shows full frame, no crop */
}


/* Default spacing between media blocks */
.media-container {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

/* Only clear floats for full-width media blocks (not side-by-side ones) */
.container > .media-container {
  clear: both;
}

/* Half-width videos stretch to match image height */
.row .col-sm-6 .video-wrapper {
  padding-bottom: 0;
  height: 100%;
}
.row .col-sm-6 .video-wrapper > div,
.row .col-sm-6 .video-wrapper > video {
  position: relative !important;
  height: auto !important;
}

/* Fix subpixel black hairline edges on videos nested inside an extra <div> */
.video-wrapper > div > video {
  object-fit: cover;
  background: #000;
  display: block;
  transform: scale(1.01);
  transform-origin: center center;
}