/*  

	Theme Name : Monika
	Theme URI : http://www.krasotaiskusstva.com/wordpress/monika
	Author : Moskva Yigit
	Author URI : http://www.moskvayigit.com/
	Description : Minimal Blog Theme
	Text Domain : monika
	
	Table of Contents
	- Resets
	- Typo
	- General
	- Like it!
	- Menu & Navigation
	- Sidebar
	- Loader
	- Contact Form 7
	- Footer
	- Animate
	- WP Gallery
	- Responsive
	 
*/

/*----------------------------
	.-- Resets
-----------------------------*/
	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

iframe.video {
  min-height: 400px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

ins {
  text-decoration: none;
}

/*----------------------------
	.-- Typo
-----------------------------*/

p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
}

a {
  color: #a2a2a2;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 6px;
  font-weight: 600;
}

h3 {
  font-size: 27px;
  line-height: 36px;
  margin-bottom: 24px;
}

h4 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  line-height: 16px;
}

h6 {
  font-size: 15px;
  line-height: 16px;
}

strong {
  color: #333;
  font-weight: 400;
}

li h6 {
  display: inherit;
  font-weight: 600;
  letter-spacing: 1px;
}

.category ul.wow li:first-child::after, .category ul.wow li:last-child::after{
  content: '';
}

.entry-title,.entry-title a {
  color: #333;
}

.slider .entry-title, .slider .entry-title a {
  color: #fff;
  margin-top: inherit;
}

p.entry-title {
  color: #9da0a4;
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 30px;
}

p.entry-title a {
  color: #9da0a4;
}

p.entry-title a:hover {
  color: #333333;
}

ul, li, ol {
  padding: 5px 0 5px;
  line-height: 27px;
}

li a {
  display: inline;
}

hr {
  margin-bottom: 36px;
}

pre {
  text-align: left;
  padding: 10px;
}

em {
  font-style: italic;
}

span.edit-link {
  position: relative;
}

article p {
  max-width: 100%;
}

address {
  line-height: 30px;
  padding: 0 0 25px;
  font-style: italic;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sup,sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 24px 0;
}

ul,ol {
  margin: 0 0 24px 20px;
  text-align: left;
}

ul {
  list-style: disc;
}

ul.children {
  margin: 0 0 0px 20px;
}

ol {
  list-style: decimal;
}

li > ul,li > ol {
  margin: 0 0 0 20px;
}

table,th,td {
  border: 1px solid rgba(255,255,255,0.3);
}

ins {
  background: rgba(0,0,0,.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 24px 0;
  width: 100%;
}

caption,th,td {
  font-weight: normal;
  padding: 10px;
}

th {
  font-size: 85%;
  font-weight: bold;
  font-weight: 700;
  padding: 16px 8px;
  text-transform: uppercase;
}

blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px 24px 80px;
}

blockquote, blockquote p {
  line-height: 32px;
  color: #999;
  letter-spacing: 1px;
}

td {
  border-width: 0 1px 1px 0;
  padding: 8px;
}

del {
  color: #767676;
}

hr {
  background-color: rgba(0,0,0,0.1);
  border: 0;
  height: 1px;
}

button,input,select,textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  min-width: 200px;
  padding: 10px;
}

select, option {
  text-indent: 10px;
  line-height: 30px;
}

button,input {
  line-height: normal;
}

button,select {
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  padding: 20px;
  min-height: 100px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input#s {
  padding: 20px;
  margin: 50px 0 0;
  width: 50%;
  text-shadow: none;
}

input[type="submit"] {
  background: #000;
  border-color: #000;
  color: #fff;
}

input[type=submit]:disabled {
  color: #000;
}

/*----------------------------
	.-- General
-----------------------------*/







  
section.container.single {
  background: #fff;
}

iframe {
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: 100%;
  min-height: 430px;
  border: 0;
}

.comment h6 {
  display: none;
}

textarea#comment {
  width: 100%;
}

.avatar {
  max-width: 180px;
  max-height: 180px;
  border-radius: 400px;
  -moz-border-radius: 400px;
  -webkit-border-radius: 400px;
}

.comment-form-comment label {
  margin: 0px 0 30px;
}

.comment-form label {
  margin: 15px 0;
}

input[type="submit"] {
  background: #000;
  border-color: #000;
  color: #fff;
}

#author, #email, #url {
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #999;
  word-spacing: 10px;
  width: 100%;
}

#url {
  margin-bottom: 20px;
}

.comment-form-author label,  .comment-form-email label,  .comment-form-url label {
  width: 75px;
}

h3#reply-title {
  border-bottom: 1px solid #252525;
}

.comment_wrap h3 {
  font-size: 20px;
  padding: 5px;
  margin: 75px 0 25px;
}

ol.commentlist {
  list-style-type: none;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 20px;
}

.commentlist ul {
  margin-left: 50px;
  padding: 0;
  list-style: none;
}

.commentlist .avatar {
  float: left;
  padding: 5px 0 0 5px;
}

.commentlist .name {
  display: block;
  font-size: 16px;
}

.commentlist .comment-content {
  margin-left: 70px;
  font-size: 15px;
  text-align: left;
}

.commentlist .comment-reply-link {
  font-style: italic;
}

.commentlist time {
  padding-left: 20px;
}

.commentlist .comment {
  margin-bottom: 35px;
}

.comment-reply-link .genericon-reply {
  font-size: 12px;
  line-height: 30px;
  padding: 0 5px 0 0;
}

.category.listing-ki li:last-child:after {
  content: '';
}

.category.listing-ki:not(.share-this) li:after {
  content: ' , ';
}

.screen-reader-text {
  display: none;
}

.gallery-caption {
  display: none;
}

.alignleft {
  float: left;
  padding: 0px 10px;
  text-align: left;
}

.alignright {
  float: right;
  padding: 0px 10px;
  text-align: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-caption.alignnone {
  width: 100% !important;
}

.wp-caption a img {
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
}

.sticky .entry-title, .sticky .entry-title a {
  color: #a2a2a2;
}

.bypostauthor {
}

section.default {
  padding: 200px 0;
}

.classic-blog {
  margin-bottom: 100px;
}

.wow {
  visibility: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

h6.wow.fadeIn.animated {
  font-weight: 600;
}

ul.wow {
  list-style: none;
  margin: 0;
}

.share-this {
    padding-top: 5px;
}

ul.wow li {
  display: inline;
  margin: 0;
  padding: 5px 0;
}

a.more-link {
  background: #000;
  color: #fff;
  padding: 10px 20px;
}

a.more-link-slider {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
}

a.more-link-slider:hover {
  background:#000;
}

.slider p.read-more {
  margin-top: 25px;
}

.slider i {
  font-size: 18px;
  top: 1px;
  position: relative;
}

.inner {
  position: relative;
  left: 50%;
  padding: 0;
  margin: 0;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.9);
    /* unnecessary styling properties */
  max-width: 50%;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

.bg {
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.4);
}

.bg-slider {
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.4);
}

ul.navigation a {
  color: #666;
}

ul li {
  padding: 10px 0;
}

ul.navigation li {
  padding: 10px;
}

.sidebar {
  padding: 25px;
}

nav.container {
  padding: 25px 0;
}

section.module.content {
  padding: 100px 0;
}

section.module.parallax {
  background-attachment: scroll;
}

nav {
  width: 100%;
  height: 100%;
}

nav a {
  color: #fff;
}

section.module.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.module.parallax {
  height: 400px;
}

section.module.parallax.single {
  height: 600px;
}

section.module.parallax.slider {
  height: 650px;
}

.auto-margin {
  margin: auto;
}

section.container {
  top: -200px;
  position: relative;
}

section.module.content.even {
  background: #f2f2f2;
}

.content-text.wow.fadeInDown {
  margin-top: 35px;
}

.category.listing-ki {
  margin-top: 15px;
}

.category.listing-ki a {
  color: #000;
}

.full-screen {
  margin: 5% -50%;
}

.full-screen {
  max-width: 200%;
}

.spacer {
  width: 100%;
  height: 50px;
}

.spacer-big {
  width: 100%;
  height: 100px;
}

/*----------------------------
.-- Like it!
-----------------------------*/

.like-it {
  margin-bottom: 8px;
}

.ki-likes {
  background: url(../images/heart.png) no-repeat 0 49%;
  border: 0;
  display: inline-block;
  margin-bottom: 10px;
  min-height: 14px;
  padding-left: 18px;
  text-decoration: none;
}

.ki-likes:hover,.ki-likes.active {
  background: url(../images/heart_active.png) no-repeat 0 49%;
  border: 0;
  margin: 0 0 10px 0;
  padding-left: 18px;
  text-decoration: none;
}

.ki-likes-popular-posts .absolute-center {
  height: 100%;
}

/*----------------------------
	.-- Menu & Navigation
-----------------------------*/

ul.navigation {
  list-style: none;
  position: relative;
  margin: 0;
  letter-spacing: 0px;
}

nav .logo h1 {
  color: #000;
  padding: 0 10px;
  margin: 0;
}

.logo-topmenu img {
  margin: auto;
  display: block;
}

.caret:before,.open .caret:before {
  font-family: FontAwesome;
}

.nav-social-inner {
  margin-top: 10px;
}

.nav-social ul {
  list-style-type: none;
  display: inline-block;
}

.dropdown-menu {
  padding: 15px;
  min-width: 160px;
}

.wrapper.text-right .nav-social ul {
  text-align: right;
}

.wrapper.text-center .nav-social ul {
  text-align: center;
}

.nav-social li {
  display: inline!important;
}

.nav-social li a i {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  text-decoration: none;
  text-align: center;
  color: #222;
  background: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nav-social li a:hover {
  text-decoration: none;
}

.nav-social a:before {
  display: none;
}

.open .caret:before {
  content: "\f106";
}

.caret:before {
  content: "\f107";
}

.navpost-padding {
  padding: 100px 0;
}

.loop-pagination {
  padding: 30px 0;
  margin: 20px 0;
  display: -webkit-inline-box;
}

.loop-pagination a {
  color: #fff;
}

.page-numbers {
  display: none;
}

.page-links {
  clear: both;
}

.page-links a,.page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
}

.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.page-links a:hover,.page-links a:focus {
  background-color: #007acc;
  border-color: transparent;
  color: #fff;
}

.page-links > .page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}

a.next.page-numbers,a.prev.page-numbers {
  display: inline-block;
  text-decoration: none;
}

a.prev.page-numbers {
  position: absolute;
  left: 0;
}

a.next.page-numbers {
  position: absolute;
  right: 0;
}

.left-nav {
  position: absolute;
  left: 20px;
  top: 50%;
}

.right-nav {
  position: absolute;
  right: 20px;
  top: 50%;
}

.left-nav a,.right-nav a {
  text-decoration: none;
}

.left-nav span {
  left: 30px;
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
  -o-transition: .5s;
  transition: .5s;
}

.right-nav span {
  right: 30px;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  -o-transition: .5s;
  transition: .5s;
}

.left-nav i,.right-nav i {
  display: inline;
  font-size: 20px;
  color: grey;
  position: relative;
  margin: 0 5px;
}

.left-nav:hover span,.right-nav:hover span {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}


/*----------------------------
	.-- Sidebar
-----------------------------*/

.sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wrapper.text-center  .sidebar ul {
  text-align: center;
}

.wrapper.text-right  .sidebar ul {
  text-align: right;
}

.sidebar aside {
  margin: 100px 0;
}

.sidebar aside:last-child {
  margin: 100px 0 0;
}

.widget-title {
  margin-bottom: 30px;
}

.sidebar input#s {
  width: 100%;
  margin: 10px 0 0;
}

.sidebar select {
  padding: 10px;
  max-width: 100%;
}

.sidebar .tagcloud {
  margin-top: 20px;
}

.sidebar.sidebar-menu {
  margin-top: 80px;
}

.widget {
  margin-bottom: 50px;
}


/*----------------------------
	.-- Loader
-----------------------------*/

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 1;
  background-color: #F2F2F2;
  z-index: 9999;
  text-align: center;
}

#loading-image {
  display: inline;
  top: 40%;
  position: relative;
  z-index: 9999;
}

@keyframes heartbeat-animation {
  0%,100% {
    transform: scale(.75);
    opacity: 1;
  }

  50% {
    transform: scale(1);
    opacity: .75;
  }
}

.preloader {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.heartbeat {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}

.heartbeat>img {
  -webkit-animation: heartbeat-animation 1s 0s infinite cubic-bezier(.19,.51,.57,.78);
  -moz-animation: heartbeat-animation 1s 0s infinite cubic-bezier(.19,.51,.57,.78);
  -o-animation: heartbeat-animation 1s 0s infinite cubic-bezier(.19,.51,.57,.78);
  animation: heartbeat-animation 1s 0s infinite cubic-bezier(.19,.51,.57,.78);
  display: block;
  float: none;
  width: 75px;
  height: auto;
}

/*----------------------------
	.-- Contact Form
-----------------------------*/

.wpcf7-form p {
  margin: 0;
}

.col-lg-6.ki-form input {
  width: 90%;
}

.contact form,.wpcf7-form {
  padding-top: 30px;
  padding-bottom: 50px;
}

.contact .form-control,.form-control,.wpcf7-form-control:not(.wpcf7-submit) {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  margin-top: 10px;
  margin-bottom: 20px;
}

.wpcf7-response-output {
  float: left;
  margin-left: 0;
}

.contact label,.wpcf7-form label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #111;
}

.wpcf7-form textarea {
  width: 100%;
}

.contact .form-control,.wpcf7-form-control:not(.wpcf7-submit) {
  border: 0;
  border-radius: 0;
  background: 0 0;
  border-bottom: 1px solid #999;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  transition: .5s;
  padding: 10px;
  text-align: center;
}

.wpcf7-form-control:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.wpcf7-form-control::-webkit-input-placeholder {
  font-size: 12px;
  color: #888DA1;
}

.wpcf7-form-control:-moz-placeholder {
  font-size: 12px;
  color: #888DA1;
}

.wpcf7-form-control::-moz-placeholder {
  font-size: 12px;
  color: #888DA1;
}

.wpcf7-form-control:-ms-input-placeholder {
  font-size: 12px;
  color: #888DA1;
}

.contact .text-muted {
  font-size: 14px!important;
  font-weight: 400!important;
  color: #222;
}

.contact .text-muted strong {
  color: #F33;
}

.submit,.wpcf7-submit {
  border: 0;
  padding: 10px;
}

.submit:focus,.submit:hover,.wpcf7-submit:focus,.wpcf7-submit:hover {
  color: #000!important;
  background: #fff;
  outline: 0!important;
}

.controls input {
  color: #888DA1;
}

.form-control {
  border: 0;
  border-radius: 0;
  background: 0 0;
  border-bottom: 1px solid #999;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  transition: .5s;
}

.after-line,.btn-send {
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.form-control:focus {
  border-color: #072DEF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  font-size: 12px;
  color: #888DA1;
}

.form-control:-moz-placeholder {
  font-size: 12px;
  color: #888DA1;
}

.form-control::-moz-placeholder {
  font-size: 12px;
  color: #888DA1;
}

.form-control:-ms-input-placeholder {
  font-size: 12px;
  color: #888DA1;
}

.text-muted {
  font-size: 14px!important;
  font-weight: 400!important;
  color: #222;
}

.text-muted strong {
  color: #F33;
}

.btn-send {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .1em;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 0;
  color: #111!important;
  background: #CCC;
  transition: .5s;
}

.btn-send:focus,.btn-send:hover {
  color: #111!important;
  background: #CCC;
  outline: 0!important;
}


/*----------------------------
	.-- Footer
-----------------------------*/

.footer {
  padding: 100px 0;
}

.footer-about h2 {
  word-wrap: break-word;
  font-size: 18px;
  line-height: inherit;
  color: #606060;
  margin-top: 20px;
}

.footer-about sup {
  font-size: 16px;
  font-weight: 400;
}

.footer-about p {
  font-size: 14px;
  color: #606060;
  line-height: 1.3;
  margin-top: 10px;
}

.footer-contact p {
  font-size: 14px;
  color: #606060;
  line-height: 1.5;
  margin-top: 20px;
}

.footer-contact a {
  color: #606060;
  text-decoration: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.footer-contact a:hover {
  color: #666;
  text-decoration: none;
}



/*----------------------------
	.-- Animate
-----------------------------*/


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}



/*----------------------------
.-- WP Gallery
-----------------------------*/

#gallery-1 img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  float: left;
  margin: 4px 2px;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  display: none;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {
  display: none;
}



/*----------------------------
	.-- Responsive
-----------------------------*/

@media only screen and (max-width:420px) {
	
  h1 {
    font-size: 27px;
    line-height: 36px;
  }

  .container_padding {
    padding: 0 50px;
  }

  nav.container {
    text-align: center;
  }

  #menu-main {
    display: block;
    text-align: center;
  }

  .dropdown-menu {
    position: relative;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (min-width:767px) {

  .custom-padding {
    padding-left: 80px;
    padding-right: 80px;
  }

  .left-logo {
    top: 60px!important;
    left: 55px!important;
  }

  .project-description {
    padding: 10px 30px;
  }

  .var2 {
    padding: 0;
    margin-top: 0;
  }

  .footer-contact {
    text-align: right;
  }
}

@media only screen and (min-width:420px) and (max-width:861px) {

  
  .container_padding {
    padding: 0 50px;
  }
}

@media screen and (max-width:861px) {

  .side {
    display: none;
  }

  .footer {
    text-align: center;
  }
}

@media only screen and (min-width:1284px) {

  iframe {
    min-height: 630px;
  }

  #map {
    height: 480px;
  }

  #map iframe {
    min-height: 480px;
  }
}

@media screen and (max-width:861px) {
	
  .main {
    padding: 50px;
  }

  ul.navigation {
    display: inline-block;
    text-align: center;
    width: 100%;
    float: inherit;
  }

  .dropdown-menu {
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
  }

  img.image_padding {
    max-width: 100%;
    margin: auto;
  }
}

@media screen and (min-width:862px) {
	
  .main {
    padding: 100px;
  }

  ul.navigation {
    display: -webkit-inline-box;
    float: right;
  }

  .dropdown-menu {
    position: absolute;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }

  img.image_padding {
    max-width: 80%;
    margin: auto 10%;
  }
}
  


