/*
Theme Name: Love Travel shiraz
Theme URI: http://www.nicdarkthemes.com
Description: Wonderful theme for your travels.
Author: Nicdark
Author URI: http://www.nicdarkthemes.com
Version: 2.4
License: http://www.nicdarkthemes.com
License URI: http://www.nicdarkthemes.com
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: lovetravel
*/

@import "css/nicdark_style.css";


/* =WordPress Core
-------------------------------------------------------------- */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.page #adgshp-1706516025 {
    display: none;
}
.home #adgshp-1706516025 {
    display: none;
}
/*@media screen and (max-width: 1600px) {
  .home #adgshp-1706516025 {
    top: 80px;
    position: relative;
}
	.for1440 {display: none;}
	.for1600 {display: block;}
}
@media only screen and (max-width: 1440px) {
  .home #adgshp-1706516025 {
    top: 80px;
    position: relative;
}
	.for1600 {display: none;}
}*/
/*div#adgshp-1706516025 {
    position: fixed;
    left: 0;
    top: 55%;
    z-index: 1;
}*/
div#agodasearchengine {
    position: fixed;
    z-index: 999;
    top: 55%;
}
div#agodahidebtn {
    position: absolute;
    z-index: 999999;
    width: 55px;
}
#agodahidebtn img {
    width: 42px;
    position: fixed;
    top: 55%;
    left: 0;
    height: 250px;
    border-left: 1px solid #fff;
}

.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
} 

@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
  50% {-webkit-transform: translateY(-5px);}
} 

@keyframes bounce { 
  0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
  50% {transform: translateY(-5px);}
} 

.bounce { 
  -webkit-animation-name: bounce;
  animation-name: bounce;
}