.wf-loading {
	visibility: hidden;
}

.wf-active, .wf-inactive {
	visibility: visible;
}

/* Header */
.navbar-default {
  background: #ffffff;
  width: 100%;
  margin-bottom: 0;
  padding: 0px;
}
.navbar-nav.navbar-right {
  position: relative;
}
.navbar .navbar-brand {
  padding: 50px 15px 20px;
  display: inline-block;
  height: auto;
}
.navbar .navbar-brand img {width: 230px;}

header.transparent-style .navbar .navbar-brand img {width: 200px;}

header.transparent-style .navbar .navbar-brand.logo-dark {display: none;}
.menu-dark header.transparent-style .navbar .navbar-brand.logo-light {display: none;}
.menu-dark header.transparent-style .navbar .navbar-brand.logo-dark {display: block;}

.navbar-nav > li {
  position: initial;
}

.navbar-nav {
  /* opacity: 0;
  visibility: hidden; */
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav.mt {margin-top: 40px;}

.navbar-nav.active {
  opacity: 1;
  visibility: visible;
}
.navbar-nav > li > a {
  padding: 20px 18px 20px;
  color: #282828 !important;
  font-family: "arno-pro",serif;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  letter-spacing: 2px;
  position: relative;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ddd;
    background-color: transparent;
}

.navbar-nav > li.drop-arrow > a:after {
  position: absolute;
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-size: 10px;
  color: #666666;
  line-height: 20px;
  top: 50%;
  margin-top: -9px;
  right: 5px;
}
.navbar-nav > li.drop-arrow > a {
  padding-right: 20px;
}
.navbar-nav > li.shopping-cart > a {
  padding-left: 0;
  font-size: 16px;
}
.navbar-nav > li > a:hover {
  opacity: 0.7;
}
a.open-menu {
  float: right;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 50px 0px 44px 40px;
}
a.open-menu span {
  display: block;
  width: 31px;
  height: 2px;
  background: #666666;
  margin: 0 0 8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a.open-menu span.last-child {
  margin-bottom: 0;
}
a.open-menu.opened span.opened {
  width: 36px;
  margin-left: -5px;
}
div.megadrop {
  width: 280px;
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #343434 url('../upload/banners/drop.jpg') 0 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 42px 50px;
}
div.megadrop h2 {
  color: #eeeeee;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #636363;
}
div.megadrop ul {
  margin: 0;
  padding: 0;
}
div.megadrop ul li {
  list-style: none;
  display: block;
  margin-top: 15px;
}
div.megadrop ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #888888;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0;
  position: relative;
}
div.megadrop ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #cccccc;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
div.megadrop ul li a:hover {
  color: #eeeeee;
}
div.megadrop ul li a:hover:after {
  width: 100%;
}
div.megadrop.two-col {
  width: 485px;
}
div.megadrop.three-col {
  width: 700px;
}
div.megadrop.four-col {
  width: 810px;
}
div.megadrop.five-col {
  width: 1225px;
}
li.drop-arrow:hover .megadrop {
  visibility: visible;
  opacity: 1;
}
header.transparent-style .navbar-default {
  background: transparent;
  position: absolute;
  z-index: 200;
  border: 0 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
header.transparent-style .navbar-nav > li > a {
  color: #fff !important;
}
.menu-dark header.transparent-style .navbar-nav > li > a {
  color: #000 !important;
}

header.transparent-style .navbar-nav > li.drop-arrow > a:after {
  color: #eeeeee;
}
header.transparent-style a.open-menu span {
  background: #fff;
}
/*
header.transparent-style.active .navbar-default {
  background: #222222;
  border-bottom: none;
}
*/
header.without-border .navbar-default {
  border-bottom: none;
}


header .navbar-default {border: 0;}

header.header-alt {margin-bottom: 20px; border: 0;}

header.header-alt .navbar-header {
	float: none;
	margin-top: 20px;
}

header.header-alt .navbar-header .navbar-brand {
	width: 100%;
	text-align: center;
	padding-top: 70px;
}
header.header-alt .navbar-collapse {text-align: center;}
header.header-alt ul {
	display: inline-block;
	float: none !important;
}

header.header-alt .navbar-nav > li > a {
    padding: 20px 25px 20px;
    color: #282828 !important;
    font-family: "arno-pro",serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    letter-spacing: 2px;
    position: relative;
}

header .navbar-nav > li.less-padding > a {padding: 20px 8px 20px 8px;}

@media (min-width: 768px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	    margin-left: 0px;
	}
	.navbar-nav.navbar-right:last-child {margin-right: 15px;}
}


.navbar-default .navbar-toggle .icon-bar {color: #fff; background: #fff;}
.header-alt .navbar-default .navbar-toggle .icon-bar {color: #222; background: #222;}

/*-------------------------------------------------*/
/* =  left sidebar
/*-------------------------------------------------*/


.sidenav {margin-top: 40px; text-align: center;}
.sidenav ul {list-style: none; padding: 0; margin: 0;}
.sidenav ul li {padding: 2px 0; display: inline-block; margin-right: 10px;}
.sidenav ul li a {font-size: 16px;}

.sidenav ul li:after {
  content: '/';
  margin-left: 8px;
 }
 .sidenav ul li:last-child:after {
  content: '';
 }



.aboutnav {margin-top: 20px;}
.aboutnav ul {list-style: none; margin: 0; padding: 0;}
.aboutnav.inline ul {display: inline;}
.aboutnav ul li:first-child {margin-left: 10px;}
.aboutnav ul li {display: inline-block;}
.aboutnav ul li a {margin-right: 10px;}

.aboutnav ul li:after {
  content: '/';
  margin-right: 8px;
 }
.aboutnav ul li:last-child:after {
  content: '';
 }


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 0.8;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1;
    opacity: 1;
    color: #282828;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -50px;
}
[dir='rtl'] .slick-prev
{
    right: -50px;
    left: auto;
}
.slick-prev:before
{
    content: 'prev';
}
[dir='rtl'] .slick-prev:before
{
    content: 'next';
}

.slick-next
{
    right: -45px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'next';
}
[dir='rtl'] .slick-next:before
{
    content: 'next';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -42px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 24px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '-';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
    font-size: 28px;
}



/*-------------------------------------------------*/
/* =  home default - index.html, home-showcase
/*-------------------------------------------------*/
body {
	font-family: "arno-pro",serif;
	font-size: 15px;
  
}

p {
  font-size: 18px;
  color: #282828;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 10px;
}

a {color: #caa08e; }
a:hover, a:active, a:focus {
 	outline: 0;
}
a:hover {text-decoration: none;}

input::-moz-focus-inner { 
  border: 0; 
}

object, embed { 
  outline: 0;
}

h1, .h1, h2, .h2, h3, .h3 { line-height: 1.4;}



#content .tp-caption.NotGeneric-Title {
  font-size: 60px;
  font-weight: 400 !important;
  color: #fff;
  letter-spacing: inherit;
}
#content .tp-caption.NotGeneric-SubTitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  text-align: center;
}
#content .tp-bullet {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  background: transparent;
}
#content .tp-bullet:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  top: 6px;
  left: 6px;
}
#content .tp-bullet.selected {
  border: 1px solid #fff;
}
#map {
  position: absolute;
}
.tp-caption.Fashion-TextBlock {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  text-align: right;
  line-height: 20px;
}
.tp-caption.Fashion-TextBlock span {
  color: #222222;
}
.tp-caption.Fashion-BigDisplay {
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 2px;
}
.tp-caption form {
  width: 400px;
  margin: 0;
  padding: 0;
}
.tp-caption form input[type="text"],
.tp-caption form textarea {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  border-bottom: 1px solid #cccccc;
  color: #888888;
  font-size: 12px;
  
  font-weight: 300;
  padding: 16px 20px;
  margin: 0 0 25px;
}
.tp-caption form textarea {
  border: 1px solid #cccccc;
  height: 127px;
  margin-top: 50px;
}
.tp-caption form input[type="submit"] {
  float: right;
  outline: none;
  border: none;
  border-bottom: 2px solid #222222;
  color: #222222;
  font-size: 12px;
  
  font-weight: 500;
  padding: 7px 10px;
  background: transparent;
  text-transform: uppercase;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.tp-caption form input[type="submit"]:hover {
  color: #ffffff;
  background: #222222;
}
.tp-caption.Newspaper-Title {
  
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.tp-caption.Newspaper-Title a.likes {
  font-weight: 300;
  color: #ffffff;
}
.tp-caption.Newspaper-Title i {
  display: inline-block;
  font-size: 30px;
}
.tp-caption.Newspaper-Title a.likes:hover {
  opacity: 0.7;
}
.tp-caption.Newspaper-Title a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.tp-caption.Newspaper-Title a:hover {
  opacity: 0.7;
}



.tp-caption.NotGeneric-Title,.NotGeneric-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family: "arno-pro",serif;
	font-size:50px;
	font-style:normal;
	font-weight:800;
	line-height:70px;
	padding:10px 0;
	text-decoration:none;
}

.tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-style:normal;
	font-weight:600;
	
    text-transform: uppercase;
    font-size: 10px;
	letter-spacing:4px;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

/*-------------------------------------------------*/
/* =  home-gallery
/*-------------------------------------------------*/
section.slider-with-thumbs .tp-caption.Newspaper-Title {
  font-size: 18px;
  letter-spacing: 2.5px;
}
.gyges .tp-thumb-img-wrap {
  padding: 10px;
  background: transparent;
}
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: #ffffff;
}

/*-------------------------------------------------*/
/* dandelion index main section   */
/*-------------------------------------------------*/

.intro-text {margin: 80px 0; padding: 20px 28px; text-align: center;}
.intro-text h2 {  
	color: #222222;
    font-family: "arno-pro",serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 6px;
    margin: 10px 0 30px 0;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;}
.intro-text p {font-size: 18px; line-height: 28px;}  
.intro-text .small-heading { 
	color: #aaa;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 9px;
}

.feautered {margin: 50px 50px 0px 50px;}

.feautered-img {display: block; height: 220px; background: #ddd; background-size: cover;}
.feautered-item {margin-bottom: 80px;}
.feautered-item img {width: 100%;}
.feautered-item .feautered-info {margin-top: 15px;}
.feautered-item .feautered-info h2 {
	color: #222222;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0px;
}
.feautered-item .feautered-info h2 a {color: #222;}
.feautered-item .feautered-info p {font-size: 14px;}



/*-------------------------------------------------*/
/* =  page title
/*-------------------------------------------------*/


.page-title-section {
  padding-top: 5px;
  margin-bottom: 80px;
}

.page-title-section h1 {
  color: #222222;
  font-family: "minion-pro",serif;
  font-family: "arno-pro",serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 6px;
  margin: 0 0 3px 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.page-title-section .pt-excerpt {margin: 20px auto; max-width: 450px;}
.page-title-section .pt-excerpt p {font-size: 18px; line-height: 28px;}
.page-title-section h3, .page-title-section h2 {
	
	color: #aaa;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 9px;
} 

.page-title-section.portfolio-title h1 {margin-bottom: 20px;} 
.page-title-section.portfolio-title {margin-bottom: 40px;}

.page-title-section ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.page-title-section ul li {
  display: inline-block;
  margin-right: 5px;
}
.page-title-section ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #888888;
  
  font-size: 12px;
  text-transform: uppercase;
}
.page-title-section ul li a:hover {
  color: #222222;
}
.page-title-section ul li:before {
  content: '/';
  color: #aaa;
  font-size: 12px;
  
  margin-right: 8px;
}
.page-title-section ul li:first-child:before {
  display: none;
  margin-right: 0;
}

.inner-pagetitle .page-title-section {margin-bottom: 40px;}




/*-------------------------------------------------*/
/* dandelion portfolio carousel section */
/*-------------------------------------------------*/


/*-------------------------------------------------*/
/* dandelion main content */
/*-------------------------------------------------*/


.page-content {margin: 0 40px;}

.page-content.inner-pagetitle {margin-top: 40px;}

.page-content.about {margin-bottom: 40px;}
.page-content.about .about-slider {margin-bottom: 80px;}
.page-content.about .about-slider img {width: 100%;}
.page-content .pc-lp {padding: 0 0 0 20px;}

.page-content-inner h3 {
	font-size: 17px; 
	margin: 30px 0 8px 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.page-content .text p {font-size: 18px;}

.page-content-inner {}
.page-content-inner ul {margin-bottom: 14px;}
.page-content-inner ul li {}
.page-content-inner img {margin: 20px 0; max-width: 100%;}
.page-content-inner p.par-comment { color: #aaa; font-size: 14px; line-height: 18px;}



.carousel-line-posts {
  padding: 0 100px;
  margin: 0 0 80px 0;
}
.carousel-line-posts .work-post {
  display: block;
  padding: 0;
  margin: 0 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.carousel-line-posts .work-post .post-gallery img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.carousel-line-posts .work-post .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.carousel-line-posts .work-post .hover-box .inner-hover {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  padding: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
}

.carousel-line-posts .work-post .hover-box .inner-hover:hover {color: #000;}

.carousel-line-posts .work-post .hover-box .inner-hover h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  margin-bottom: 0px;
  font-family: "minion-pro",serif;
  font-family: "arno-pro",serif;
}


.carousel-line-posts .work-post .hover-box .inner-hover p {
  max-height: 0;
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  overflow: hidden;
  color: #282828;
  letter-spacing: 0.2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.carousel-line-posts .item.work-post:hover {
  z-index: 2;
}
.carousel-line-posts .item.work-post:hover .hover-box {
  background: rgba(255, 255, 255, 0.9);
}
.carousel-line-posts .item.work-post:hover .hover-box .inner-hover {
  bottom: 20%;
  margin-bottom: -60px;
}
.carousel-line-posts .item.work-post:hover .hover-box .inner-hover {
  color: #222222;
}
.carousel-line-posts .item.work-post:hover .hover-box .inner-hover h2 a:hover {
  opacity: 0.7;
}
.carousel-line-posts .item.work-post:hover .hover-box .inner-hover p {
  max-height: 60px;
}

/* Portfolio single vertical */

.gallery-section.portfolio-vertical .item {margin: 0 10px;}
.gallery-section.portfolio-vertical img {height: 480px;}
.gallery-section.portfolio-vertical .slick-current img {} 


@media (min-width: 1200px) {
	.gallery-section.portfolio-vertical .container {
	    width: 1170px;
	}
}



/*-------------------------------------------------*/
/* =  portfolio-masonry
/*-------------------------------------------------*/

.center-button {
  text-align: center;
  margin-top: 90px;
}
.center-button a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 12px;
  
  font-weight: 500;
  padding: 7px 10px;
  background: transparent;
  text-transform: uppercase;
  position: relative;
}
.center-button a:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  left: 0;
  background: #222222;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: -1;
}
.center-button a:hover:after {
  height: 100%;
}
.center-button a:hover {
  color: #ffffff;
}
.instagram-feed-section {
  text-align: center;
  margin: 100px 0;
}




/* instagram */
.instagram-feed-section h4 {
    color: #282828;
    letter-spacing: 3px;
    font-size: 14px;
}
.instagram-feed-section ul.instagram-list {
  margin: 0 auto;
  width: 50%;
  padding: 0;
  overflow: hidden;
}
.instagram-feed-section ul.instagram-list li {
  list-style: none;
  float: left;
  width: 20%;
  position: relative;
  padding: 8px;
}
.instagram-feed-section ul.instagram-list li img {
  width: 100%;
  opacity: 1;
}
.instagram-feed-section ul.instagram-list li img:hover {opacity: 0.8;} 





/*-------------------------------------------------*/
/* =  home portfolio grid
/*-------------------------------------------------*/

section.main-title {
  padding: 160px 0;
}
section.main-title h1 {
  color: #222222;
  font-size: 36px;
  
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0 0 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-size: 120px;
  
  letter-spacing: 20px;
  margin-bottom: 0;
  font-weight: 700;
  margin-left: -7px;
}
section.main-title h2 {
  color: #222222;
  font-size: 18px;
  
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 36px;
  
  letter-spacing: 3px;
  margin-bottom: 0;
}




/* heade parallax image */ 

.header-image {height: 80vh; display: flex;
  flex-direction: column;
  justify-content: center;}

.header-image .header-image-title {}

.header-image .header-image-title  h1 {
  color: #dadada;
  font-size: 10px;
  margin: 0 0 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}
.header-image .header-image-title h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "minion-pro",serif;
  font-family: "arno-pro",serif;
  margin: 0 0 10px;
  letter-spacing: 3px;
}


.page-subheader-section {padding: 100px 0;}
.page-subheader-section .subheader-excerpt p {font-size: 20px; line-height: 1.4;}


/*-------------------------------------------------*/
/* dandelion stories/blog single section */
/*-------------------------------------------------*/


.blog-section {
  padding: 40px 0;
}
.blog-section .blog-box.iso-call {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}
.blog-section .blog-box.iso-call .blog-post {
  width: 360px;
  margin: 15px 15px 70px;
}


.blog-section .blog-box .blog-post {
  margin-bottom: 40px;
}
.blog-section .blog-box .blog-post .post-gallery a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
}
.blog-section .blog-box .blog-post .post-gallery a img {
  width: 100%;
}
.blog-section .blog-box .blog-post .post-gallery a:hover {
  opacity: 0.7;
}
.blog-section .blog-box .blog-post .post-gallery iframe {
  width: 100%;
  height: 250px;
}
.blog-section .blog-box .blog-post .post-content {
  padding-top: 35px;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 992px) {
.blog-post .col-md-8 { width: 68%;}
.blog-post .col-md-4.lw { width: 32%;}
}


.blog-section .blog-box .blog-post .post-content > span {
  display: inline-block;
  color: #222222;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin: 0 0 10px;
}
.blog-section .blog-box .blog-post .post-content > span.bigger {font-size: 22px;}
.blog-section .blog-box .blog-post .post-content > span a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.blog-section .blog-box .blog-post .post-content h2 {
  color: #222222;
  font-size: 14px;
  font-family: "arno-pro",serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px;
  letter-spacing: 1.6px;
}
.blog-section .blog-box .blog-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.blog-section .blog-box .blog-post .post-content h2 a:hover {
  opacity: 0.7;
}

.blog-section .blog-box .blog-post .post-content .post-content-text {
  text-align: left;
  margin: 40px auto 80px;
  
}
.blog-section .blog-box .blog-post .post-content .post-content-text p {
 margin: 0 auto 20px;
 max-width: 580px;
}
.blog-section .blog-box .blog-post .post-content .post-content-text p.par-alternative {max-width: 750px;}

.blog-section .blog-box .blog-post .post-content .post-content-text p img {max-width: 100%; margin: 10px 0;}

.blog-section .blog-box .blog-post .post-content .post-photo {margin-bottom: 60px;}
.blog-section .blog-box .blog-post .post-content .post-photo img {max-width: 100%;}

.blog-section .blog-box .blog-post .post-content p span {
  font-weight: 500;
}

/* prev next */
.prevnext-navigation { margin: 0 auto 120px; max-width: 800px;}
.postprev, .postnext {    
	display: flex;
    flex-wrap: wrap;
    align-items: center; margin-bottom: 20px;}
.postprev p, .postnext p {width: 100%; font-size: 18px; margin: 0;}    
.postprev span, .postnext span {font-size: 12px; letter-spacing: 2px; display: block; width: 100%;}
.postprev {text-align: left; padding-left: 80px; position: relative;}
.postprev img {position: absolute; left: 0; width: 56px; border-radius: 50%;}
.postnext {text-align: right; padding-right: 80px; position: relative;}
.postnext img {position: absolute; right: 0;  width: 56px; border-radius: 50%;}




.subscribe-section {
  padding: 30px 0 100px;
}

.subscribe-section .basic-subtitle {margin-bottom: 10px;}

.subscribe-section form {
  max-width: 370px;
  margin: 0 auto;
  overflow-x: hidden;
}

.subscribe-section form h1 {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  letter-spacing: 1.6px;
  font-weight: 400;
  margin-bottom: 53px;
  text-align: center;
}
.subscribe-section form input[type="text"] {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  border-bottom: 1px solid #cccccc;
  color: #888888;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 20px;
  margin: 0;
}
.subscribe-section form button {
  outline: none;
  border: none;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  padding: 0;
  font-size: 15px;
  color: #ccc;
  margin-right: 18px;
  margin-top: -32px;
}
.subscribe-section form button:hover {
  color: #888888;
}


/*-------------------------------------------------*/
/* =  Portfolio Float
/*-------------------------------------------------*/

.stories ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
}
.stories ul.filter li {
  display: inline-block;
  margin-right: 20px;
}
.stories ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #888888;
  
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
}
.stories ul.filter li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  margin-top: -1px;
  height: 1px;
  background: #333333;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.stories ul.filter li a:hover,
.stories ul.filter li a.active {
  color: #222222;
}
.stories ul.filter li a:hover:after,
.stories ul.filter li a.active:after {
  width: 100%;
}
.stories.float-style .stories-box {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -70px;
}
.stories.float-style .stories-box .project-post {
  width: 50%;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 140px;
}
.stories.float-style .stories-box .project-post .post-gallery {
  display: inline-block;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.stories.float-style .stories-box .project-post .post-gallery img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}

.stories.float-style .stories-box .project-post.small .post-gallery img {
  width: 300px;
}
.stories.float-style .stories-box .project-post.medium .post-gallery img {
  width: 360px;
}
.stories.float-style .stories-box .project-post.large .post-gallery img {
  width: 400px;
}

.stories.float-style .stories-box .project-post .post-gallery .title-post {
  text-align: left;
  padding: 28px 60px 35px;
}
.stories.float-style .stories-box .project-post .post-gallery .title-post h2 {    
	font-size: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.stories.float-style .stories-box .project-post .post-gallery .title-post h3 {
  color: #222222;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.stories.float-style .stories-box .project-post .post-gallery .title-post .journal-date {font-size: 12px;}
.stories.float-style .stories-box .project-post .post-gallery .title-post p {margin: 20px 0; font-size: 16px; line-height: 24px;}
.stories.float-style .stories-box .project-post .post-gallery .title-post span {font-size: 15px;}
.stories.float-style .stories-box .project-post .post-gallery .title-post h3 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}


.stories.float-style .stories-box .project-post .post-gallery .title-post h2 a:hover {
  opacity: 0.7;
}
.stories.float-style .stories-box .project-post .post-gallery .title-post ul.project-tags {
  margin: 0;
  padding: 0;
}
.stories.float-style .stories-box .project-post .post-gallery .title-post ul.project-tags li {
  display: inline-block;
  margin-right: 2px;
}
.stories.float-style .stories-box .project-post .post-gallery .title-post ul.project-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #888888;
  font-size: 12px;
  
  letter-spacing: 1.4px;
}
.stories.float-style .stories-box .project-post .post-gallery .title-post ul.project-tags li a:hover {
  opacity: 0.7;
}

/* journal */

.stories.float-style .stories-box.journal .project-post {
  width: 33%;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 140px;
}

.stories.float-style .stories-box.journal .project-post .post-gallery .title-post {
    text-align: left;
    padding: 28px 28px 35px;
}

.stories.float-style .stories-box.journal .project-post.small .post-gallery img { width: 220px; }
.stories.float-style .stories-box.journal .project-post.medium .post-gallery img { width: 280px; }
.stories.float-style .stories-box.journal .project-post.large .post-gallery img { width: 420px; }



/* pagination */

ul.pagination-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.pagination-list li {
  display: inline-block;
}
ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 16px;
  margin: 0 8px;
}
ul.pagination-list li span.current {font-size: 22px; font-weight: 800; margin: 0 8px;}
ul.pagination-list li a.prev,
ul.pagination-list li a.next {
  color: #888888;
  font-size: 20px;
}
ul.pagination-list li a.prev i,
ul.pagination-list li a.next i {
  display: inline-block;
}
ul.pagination-list li a.prev {
  margin-right: 50px;
}
ul.pagination-list li a.next {
  margin-left: 50px;
}





/*-------------------------------------------------*/
/*  dandelion Single post/blog story - default
/*-------------------------------------------------*/



.blog-section.classic.single-post .blog-box .blog-post .post-content .social-box ul li {
  opacity: 1;
}
.blog-section.classic.single-post .blog-post .post-gallery img {
  width: 100%;
}
.blog-section.classic.single-post .blog-post h1 {
  color: #dadada;
  font-size: 10px;
  margin: 0 0 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}
.blog-section.classic.single-post .blog-post h2 {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "minion-pro",serif;
  font-family: "arno-pro",serif;
  
  
  
  margin: 0 0 10px;
  letter-spacing: 1.6px;
}



/*-------------------------------------------------*/
/* =  blog text only
/*-------------------------------------------------*/
.blog-section.text-only {
  padding-top: 0;
}
.blog-section.text-only .blog-box {
  margin-bottom: 40px;
}
.blog-section.text-only .blog-box .blog-post {
  position: relative;
  overflow: hidden !important;
  padding: 80px 0;
  border-top: 1px solid #eeeeee;
  margin: 0;
}

.blog-section.text-only .blog-box .blog-post a {display: block;}

.blog-section.text-only .blog-box .blog-post img {
  position: absolute;
  top: -250px;
  left: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: all 0.4s all;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.blog-section.text-only .blog-box .blog-post .post-content {
  margin: 0;
  position: relative;
  z-index: 2;
}
.blog-section.text-only .blog-box .blog-post .post-content span,
.blog-section.text-only .blog-box .blog-post .post-content h2 a,
.blog-section.text-only .blog-box .blog-post .post-content span a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}


.blog-section.text-only .blog-box .blog-post:hover img {
  opacity: 1;
}
.blog-section.text-only .blog-box .blog-post:hover .post-content span,
.blog-section.text-only .blog-box .blog-post:hover .post-content h2,
.blog-section.text-only .blog-box .blog-post:hover .post-content a.likes {
  color: #ffffff;
}



.basic-subtitle {margin-bottom: 40px;}
.basic-subtitle h5 {
	color: #222222;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin:0px;
    letter-spacing: 1.6px;
}
.basic-subtitle p {color: #aaa; font-size: 15px;}

.related-posts .related-wrap {max-width: 800px; margin: 0 auto;}
.related-posts .related-wrap a:hover {opacity: 0.82;}


.related-posts img {max-width: 100%;} 

.related-item {display: block; margin-bottom: 40px; padding: 0 5px;}
.related-item img {margin-bottom: 10px;}
.related-item span {
	color: #282828;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 400;
}
.related-item h3 {
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 4px;
    letter-spacing: 1.6px;
}


.film-box {max-width: 820px; margin: 0 auto;}
.film-item {display: block; margin-bottom: 60px;}
.film-item img {max-width: 100%;}

.film-item h2 {
    font-size: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.film-item h3 {
    color: #222222;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.film-item span {font-size: 15px; color: #333;}

/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/
footer {
  padding: 25px 50px;
  background: #fff;
  position: relative;
}

footer .copy-footer {text-align: center; margin-bottom: 20px;}
footer p {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 0;
  color: #222222;
}



#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 50px;
    width: 50px;
    height: 50px;
    display: block;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #aaa;
    margin: 0;
    position: relative;
    left: 20px;
    top: 13px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover i {
    color: #000;
    top: 5px;
}

/*-------------------------------------------------*rev border /
.rev_slider_wrapper:before,
.rev_slider_wrapper:after,
.rev_slider:before,
.rev_slider:after {
	
	position: absolute; 
	content: ""; 
	z-index: 9999; 
	background-color: #fff
	
}
 
.rev_slider_wrapper:before {
	
	top: 0; 
	left: 0; 
	width: 30px; 
	height: 100%; 
	
}
 
.rev_slider_wrapper:after {
	
	top: 0; 
	right: 0; 
	width: 30px; 
	height: 100%; 
	
}
 
.rev_slider:before {
	
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 30px; 
	
}
 
.rev_slider:after {
	
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: 30px; 
	
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1400px) {
  div.megadrop.five-col {
    width: 900px;
  }
  
 
  div.megadrop {
    padding: 30px 20px;
  }
  footer ul.special-links li {
    margin-left: 20px;
  }
  
 
  section.single-project-section .single-content.second-style {
    padding-top: 80px;
  }
  section.contact-section .contact-form-part {
    max-width: 500px;
  }
  .blog-section.classic.split-style .journal .hover-box h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .vertical-header header {
    padding-top: 140px;
  }
  .vertical-header header .logo {
    margin-bottom: 70px;
  }
  .vertical-header header nav.menu {
    margin-bottom: 50px;
  }
  .vertical-header .page-title-section {
    padding-top: 100px;
    margin-bottom: 50px;
  }
  .contact-section.second-style .contact-form-part {
    padding: 50px 0;
  }
  .contact-section.second-style .contact-form-part form#contact-form {
    padding-right: 0;
  }
  .contact-section.second-style .contact-form-part form#contact-form input[type="submit"] {
    float: none;
    margin-bottom: 30px;
  }
  .contact-section.second-style .map-holder {
    height: 300px;
  }
  .blog-section .blog-box .blog-post .post-content h2,
  .blog-section .blog-box .blog-post.quote-post h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1280px) {
	.container {
    	width: 90%;
    }
}

@media (max-width: 1199px) {
  div.megadrop {
    max-width: 800px;
  }
  
 
  section.main-title h1 {
    font-size: 80px;
  }
  .blog-section .blog-box.iso-call .blog-post {
    width: 293px;
  }
  
 
  section.single-project-section .single-content.second-style {
    padding-top: 40px;
    padding-left: 0;
  }

  section.contact-section .contact-form-part {
    max-width: 400px;
    padding-left: 30px;
  }
  .checking-form .table td button,
  .checking-form .table td input {
    width: 20px;
  }
 
  .blog-section .blog-box .blog-post .post-content h2,
  .blog-section .blog-box .blog-post.quote-post h2 {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  div.megadrop ul {
    margin-bottom: 30px;
  }
  div.megadrop.five-col,
  div.megadrop.four-col,
  div.megadrop.three-col {
    width: 650px;
  }
  
  
  header.header-alt .navbar-nav > li > a {
    padding: 20px 14px 20px;
  }
  
  footer {
    text-align: center;
  }
  footer p {
    margin-bottom: 15px;
  }
  footer ul.special-links {
    text-align: center;
  }
  footer ul.special-links li {
    margin: 2px 10px;
  }
 
 
  .page-content .pc-lp {padding: 0;}
 
  .stories.float-style .stories-box .project-post .post-gallery .title-post {padding: 20px;}
  
  .stories .stories-box.iso-call.col-4 .project-post {
    width: 50%;
  }
  .instagram-feed-section ul.instagram-list li {
    width: 33.3333%;
  }
  section.main-title h1 {
    font-size: 60px;
  }
  section.main-title h2 {
    font-size: 30px;
  }
  section.main-title {
    padding: 100px 15px;
  }
  .blog-section .blog-box.iso-call .blog-post {
    width: 345px;
  }
 
  .stories.grid-style2 .stories-box .project-post .hover-box .inner-hover {
    padding: 30px;
  }
  
  .contact-info-section {
    padding: 70px 0 20px;
  }
  .contact-info-section .info-data {
    margin-bottom: 50px;
  }
 
}
@media (max-width: 767px) {
	
  .navbar .navbar-brand {float: none; display: block;}
  
  .navbar-header {text-align: center;}
  header.header-alt .navbar-header .navbar-brand {float: none; padding-top: 15px;}
  header.header-alt .navbar-header .navbar-brand img {width: 220px;}
  
  

  .navbar-toggle {
    margin-top: 14px;
    border: 0;    
    float: none;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background: transparent; color: #aaa;}
  a.open-menu {
    display: none;
  }
  header.header-alt .navbar-nav > li > a {font-size: 16px;}
 
  .navbar-collapse {border: 0;}
  .navbar-nav {
    opacity: 1;
  }
  .navbar-default .navbar-collapse {
    background: #fff;
    overflow-y: scroll;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
    opacity: 1;
    visibility: visible;
    color: #222222 !important;
  }
  header.transparent-style .navbar-nav > li > a {
    color: #222222 !important;
  }
  .navbar-nav > li {
    margin-left: 0 !important;
  }
  div.megadrop {
    width: 100% !important;
    padding: 0 15px;
    position: relative;
    visibility: visible;
    opacity: 1;
    background: transparent;
  }
  div.megadrop h2 {
    display: none;
  }
  div.megadrop ul {
    margin-bottom: 10px;
  }
  .rev_slider_wrapper #map {
    display: none;
  }
  
  .page-content {margin: 0;}
  
  .stories.float-style .stories-box .project-post {padding: 0; margin-bottom: 10px;}
  
  .stories .project-post .hover-box .inner-hover {
    padding: 0 30px;
  }
  .instagram-feed-section ul.instagram-list li {
    width: 50%;
  }
  section.main-title h1 {
    font-size: 40px;
  }
  section.main-title h2 {
    font-size: 20px;
  }
  section.main-title {
    padding: 60px 15px;
  }
  .blog-section .blog-box.iso-call {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-section .blog-box.iso-call .blog-post {
    width: 100%;
    margin: 15px 0 50px;
  }
  .highlight-box {
    padding-top: 62px;
  }
  .page-title-section h1 {
    font-size: 20px;
  }
  .stories.float-style .stories-box .project-post, .stories.float-style .stories-box.journal .project-post {
    width: 100%;
  }
  

  .page-title-section {
    margin-bottom: 40px;
  }
  
  .carousel-line-posts {
    padding: 0 40px;
    margin: 40px 0 80px 0;
  }
  
  footer {
    padding: 25px 0px;
  }
  .instagram-feed-section ul.instagram-list { width: 60%;}
  .instagram-feed-section ul.instagram-list li:last-child {display: none;}
 
  
 
}
@media (max-width: 581px) {
	
	


}
@media (max-width: 500px) {
	
	

}
