@import url('/Include/Fonts/fonts.css');

a{
  text-decoration: none;
  color: #333;
}

html{
  font-family: RSKoodak,tahoma;
  font-size: 16px;
}

body{
  font: 20px RSMyriad; /* 16px RSYekan; /* 18px RSKoodak; */
  color: #666; /* #333; */
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
h1, h2{
  color: #e97474;
}

.container{
  /*width: 75%;*/
  margin: 0px auto;
  padding: 0px 25px;
  line-height: 1.8em;
  text-align: justify;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.container:after{
  content: '';
  display: block;
  clear: both;
}

/* custom scrollbar start */
/* width */
::-webkit-scrollbar {
    width: 12px;
}

@media only screen and (max-width: 340px){
  ::-webkit-scrollbar {
      width: 5px;
  }
}

/* Track */
::-webkit-scrollbar-track {
    background: #dfdfd0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #45caad; /* #389ccd; #c19a41;*/
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #2a907a; /* #2a94c8;  #705020;*/
}
/* custom scrollbar end */

.anchor{
  display: block;
  visibility: hidden;
  height: 247px;
  margin-top: -247px;
}

.fixed-option .anchor{
  height: 122px;
  margin-top: -122px;

}

section{
  position: relative;
  z-index: 0;
}

header{
  width: 100%;
  position: relative;
  z-index: 10;
}

.header{
  width: 100%;
  background-color: #fff;/* #eeeecc; */
}

.fixed-option .header{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  transition: all 1s ease;
}

.fixed-option .headreplace{
  width: 100%;
  height: 125px;
}

.header .container{
  height: 125px;
  line-height: 2em;
  padding-top: 18px;
  background-image: url('/Include/Image/Kids.png');
  background-position: 0px 25%;
  background-size: 180px;
  background-repeat: no-repeat;
}

.header .container span{
  font-size: 1.3em;
  color: #c29a42;
}
.header .container .brandname{
  font-family: RSAdan;
  font-style: normal;
  font-size: 40px;
}

.header .brand{
  padding: 5px;
}

.navmenu ul, .items ul{
  margin: 0px auto;
  padding: 0px;
}

.navmenu ul li, .items ul li{
  list-style-type: none;
  display: inline;
}
.navmenu ul li a{
  margin: 0px 5px 0px 15px;
  color: #caba99;
  font-size: 1.2em;
}
.navmenu ul li a:hover{
  color: #c29a42;
}
.navmenu ul li.active a{
    color:#c29a42;
}

header .nav-bar{
  display: none;
}

header .nav-bar .fa-bars{
  color: #c09a41;
}

header svg{
    fill: #fff; /* #eeeecc;*/
}

.slideshow .slide{
  width: 100%;
  margin-top: -60px;
}
.slideshow .slide img{
  display: block;
}
/*
* Slider
*/
#slider {
	width: 100%;
	/*height: 660px;*/
	margin-top: -60px;
	/*background: url(../Image/Tehran.jpg) no-repeat;
	background-position: 100% 80%;
	background-size: 100%;*/
}

div.slider-group {
	width: 100%;
	height: 95%;
	background: gray;
}
div.slider {
	width: 100%; 
	/*height: 400px;*/
	margin: 0px auto;
	/*border: solid 5px white;*/
	border-radius: 5px;
	position: relative;	
}
/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background: url('/Include/Plugin/full-width-slider.slider/img/b05.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
*/
.jssora22l, .jssora22r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 58px;
	cursor: pointer;
	background: url('/Include/Plugin/full-width-slider.slider/img/a22.png') center center no-repeat;
	overflow: hidden;
}
.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }

/**** Mobile ****/
@media only screen and (max-width: 768px) {
	#slider {
		margin-top: 0px;	
	}
}
.content{
  background-color: #cbfef3; /* #9fd0e8;  #d4b87c; */
}

.content .container{
  padding-top: 75px;
  padding-bottom: 75px;
}

.rightalign .container{
  flex-direction: row;
  align-items: center;
}
.leftalign .container{
  flex-direction: row-reverse;
  align-items: center;
}

.container .double-col{
  float: right;
  width: 45%;
  max-height: 600px;
  padding: 0px 2.5%;
  overflow: hidden;
}

.container .double-col:nth-child(2){
  text-align: center;
  margin: 0px auto;
}

@media only screen and (max-width: 991px){
  .about .container .double-col{
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
  }
  .about .container .double-col:nth-child(2){
    display: none;
  }
}

.about .container .double-col img{
  max-width: 100%;
  max-height: 600px;
}

.about h2{
  font-size: 1.8em;
  margin: 20px auto;
}

.about .contact span{
  float: left;
}

.about .contact .social-info{
  width: 120px;
  margin: 0px auto;
}
.about .contact .social-info a{
  margin: 0px 8px;
}

.fixedpic .slide{
  width: 100%;
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 100px;
  background-attachment: fixed;
}

.fixedpic .slide::after, .slideshow .slide::after{
  content: "";
  display: block;
  width: 270px;
  height: 80px;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 100px);
  background-image: url(/Include/Image/Kids.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center top;
  background-color: rgba(0,0,0,0.4);
  border: solid 0px gray;
  border-radius: 4px;
}



@media only screen and (max-width: 767px){
  .fixedpic .slide{
    height: 350px;
    background-size: 100%;
    background-position: center 0px;
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 480px){
  .fixedpic .slide{
    height: 250px !important;
    background-size: 100%;
  }
}

@media only screen and (max-width: 340px){
  .fixedpic .slide{
    height: 200px !important;
    background-size: 100%;
  }
}

.headline{
  text-align: center;
  margin-bottom: 40px;
}
.headline h2, .headline p{
  margin: 0px auto;
}

.items ul{
  text-align: center;
}
.items ul li{
  display: inline-block;
  margin: 25px;
}
.items ul li img{
  width: 300px;
  height: 300px;
}
.items .oneitem{
  position: relative;
  line-height: 1px;
  border: solid 1px #ccc;
  border-radius: 30px;
  overflow: hidden;
}
.items .oneitem .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(95, 212, 186, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.items .overlay .overtext{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.items .overlay .overtext span{
  font-size: 2.5em;
}
.items .overlay .overtext h3{
  font-size: 1.5em;
  margin: 40px;
}
.items .oneitem:hover{
  cursor: pointer;
}
.items .oneitem:hover .overlay {
  height: 100%;
}
/*
@media (hover:none), (hover:on-demand) {
  .items .oneitem .overlay {
    height: 100%;
  }
}*/

@media only screen and (max-width: 480px){
  .items ul li{
    margin: 25px 0px;
  }
}

/* Owl Carousel Slider */
.blocker{
  padding: 0px !important;
}
.modal{
  width: 95% !important;
  padding: 0px !important;
}
.modal a.close-modal{
  top: -10px !important;
  right: -10px !important;
  text-indent: 9999px !important;
  overflow: hidden !important;
}
.owl-theme{
  border-radius: 0px !important;
}
.owl-carousel .owl-stage-outer{
  padding: 25px 0px;
}
.owl-carousel .owl-item{
  padding: 0px 10px !important;
  box-sizing: border-box !important;
}
.owl-theme .owl-nav{
  width: 90%;
  margin-top: 0px !important;
}
.owl-theme .owl-nav [class*=owl-]{
  position: absolute;
  top: 40%;
  background-color: gray !important;
}
.owl-nav .owl-prev{
  right: 5px;
}
.owl-nav .owl-next{
  left: 5px;
}

.owl-theme .owl-dots{
  position: absolute;
  bottom: 25px;
  width: 95%;
}

@media only screen and (max-width: 340px){

  .items ul li{
    margin: 25px 0px;
  }
  .items ul li img{
    max-width: 250px;
    max-height: 250px;
  }

}

.custom{
  background-color: #fbf3f3; /* #ede5c1;*/
}

.clothingSize{
  margin: 0px auto;
  text-align: center;
}

.clothingSize .sizeitem{
  display: inline-block;
  margin: 0px 50px;
}

.clothingSize .sizeitem img{
  width: 50%;
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
}

.clothingSize .sizeitem h3{
  margin-top: 0px;
}

.clothingSize .sizeitem h3 span{
  font-family: RSKoodak;
  font-size: 0.8em;
}

@media only screen and (max-width: 991px){
  .clothingSize .sizeitem{
    width: 32%;
    margin: 0px auto;
    text-align: center;
  }

  .clothingSize .sizeitem img{
    width: 50%;
  }
}

@media only screen and (max-width: 425px){

  .clothingSize .sizeitem img{
    width: 75%;
  }
}

footer .contact-box::after{
  content: '';
  clear: both;
  display: block;
}

footer .contact-box > div{
  float: right;
  width: 50%;
  box-sizing: border-box;
}

footer .contact-box .gmap{
  width: 50%;
  height: 330px;
  text-align: center;
}

footer .contact-box .gmap img{
  width: 90%;
  max-height: 330px;
}

footer .form-group{
  padding: 0px 15px;
}

footer .form-group input, footer .form-group textarea{
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 10px auto;
  font: 20px RSMyriad;
  box-sizing: border-box;
}

footer .form-group textarea{
  height: 150px;
}

footer .form-group input[type=submit] {
    background-color: #e3908d; /* #45caad; #389ccd;  #4CAF50; */
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

footer .contact-info{
  margin-top: 75px;
  line-height: 1.4em;
  color: #333;
  position: relative;
}

footer .contact-info::before{
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: solid 1px #45caad; /* #389ccd;  #a99872;*/
}

footer .contact-info::after{
  content: '';
  display: block;
  clear: both;
}

footer .contact-info > div{
  width: 25%;
  float: right;
  padding: 0px 20px;
  box-sizing: border-box;
  text-align: center;
}

footer .contact-info .icon{
  display: block;
  position: relative;
  width: 50px;
  height: 40px;
  margin: 10px auto;
}

footer .contact-info .ihome::before{
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background: url('/Include/Image/iaddress.png') no-repeat;
  background-size: contain;
  background-position: center center;
}

footer .contact-info .imobile::before{
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background: url('/Include/Image/imobile.png') no-repeat;
  background-size: contain;
  background-position: center center;
}

footer .contact-info .iphone::before{
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background: url('/Include/Image/iphone.png') no-repeat;
  background-size: contain;
  background-position: center center;
}

footer .contact-info .social-info{
  width: 45%;
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .contact-info .social-info a{
  width: 60px;
  height: 60px;
  line-height: 76px;
  border: solid 0px #b9a26e;
  border-radius: 50px;
  background-color: #e9e9e9; /* #b9a26e;*/
  margin: 0px 10px;
  display: flex;
  align-items: center;
}

footer .contact-info .social-info a:hover{
  background-color: #389ccd; /* #c2a35e;*/
  border-color: #c2a35e;
}

footer .contact-info .social-info a i{
  margin: 0px auto;
}

footer .contact-info .social-info a:hover i{
  color: #f7e3a9;
}

footer .contact-info .qrcode::before{
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background: url('/Include/Image/qrcode.jpg') no-repeat;
  background-size: contain;
  background-position: center center;
}

footer .custom{
  padding: 20px;
  text-align: center;
  line-height: 1.4em;
}

footer .custom .copyright{
  color: #333;
  letter-spacing: 3px;
}

footer .custom .designby{
  color: #777;
  font-size: 0.7em;
}

footer .custom .designby a{
  color: #444;
}
footer .custom .designby a:hover{
  color: #1d70ad;
}

#back2Top {
    width: 36px;
    line-height: 36px;
    overflow: hidden;
    z-index: 99999999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #e97474; /* #45caad; #389ccd; */
    opacity: 0.8;
    color: #fff;
    text-align: center;
    font-size: 1em;
    text-decoration: none;
    border-radius: 30px;
}
#back2Top:hover {
    background-color: #45caad; /* #389ccd;*/
    color: #fff;
}


/* timeline css */
.timeline * {
	pading: 0;
	margin: 0;
	position: relative;
}

.timeline {
	padding: 10px 0px;
	width: 75%;
	margin: 0px 15% 0px 10%;
	position: relative;
}

.timeline:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 65px;
	width: 12px;
	height: calc(100% - 30px);
	background: #edd6d6; /* #b6e4da; #8dbbd2; #c2a76d;*/
}

.timeline .column {
	margin: 40px 120px 40px 0px;
}

.timeline .column .title .tik{
  position: absolute;
  top: 76px;
  right: -64px;
  z-index: 110;
  color: #e38f8d; /* #ffc9c9; #fb7c7c;  #ee9800;*/
  font-size: 1.4em;
}

.timeline .column .title span {
  font-family: RSKoodak;
  font-size: 135px;
  line-height: 125px;
	color: #dcdcdc;
	letter-spacing: 3px;
}

.timeline .column .title span:before {
	content: "";
	position: absolute;
  right: -75px;
  top: 120px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 5px solid #e38f8d; /* #97fbe6; #63aace;  #a78743;*/
  border-radius: 25px;
}

.timeline .column .title h2 {
	margin-top: -50px;
	font-size: 30px;
}

.timeline .column .description p {
	line-height: 1.4em;
	text-align: justify;
}

.timeline .column .description {
	border-right: 2px solid #45caad; /* #389ccd; */
  padding: 0px 20px;
  margin-top: 14px;
}

@media only screen and (max-width: 767px){

  .anchor {
    height: 75px !important;
    margin-top: -80px !important;
  }

  header svg, header nav, header .brand{
    display: none;
  }

  .fixed-option .headreplace{
    width: 100%;
    height: 75px;
  }

  header .header .container{
    height: 75px;
    padding: 10px;
    background-size: 180px;
    background-position: center 40%;
  }

  header .brandname{
    font-size: 35px !important;
    display: none;
  }

  header nav{
    position: fixed;
    top: 75px;
    right: 0px;
  }

  header nav ul{
    background-color: #fff; /* #eeeecc;*/
    margin-top: 5px;
  }

  header nav ul li{
    display: block !important;
    text-align: center;
  }

  header .nav-bar{
    display: block !important;
    position: absolute;
    top: 25px;
    right: 10px;
    /*border: solid 1px #c19a41;*/
    /*padding: 6px 12px;*/
    font-size: 25px;
    line-height: 0.7em;
    border-radius: 3px;
  }

  .slideshow .slide {
    margin-top: 0px;
  }

  .fixedpic .slide::after, .slideshow .slide::after{
    width: 100px;
    height: 30px;
    left: calc(50% - 50px);
  }

  .about h2{
    text-align: center;
  }

  .timeline {
    width: 100%;
    margin: 0px auto;
  	padding: 1px 25px;
    box-sizing: border-box;
  }

  .timeline:before {
  	content: "";
  	position: absolute;
  	top: 30px;
  	right: 30px;
  	width: 8px;
  	height: calc(100% - 30px);
  }

  .timeline .column {
    margin-left: 0px;
    margin-right: 35px;
  }

  .timeline .column .title .tik{
    position: absolute;
    top: 51px;
    right: -38px;
    z-index: 110;
    font-size: 1.2em;
  }

  .timeline .column .title span {
    font-family: RSKoodak;
    font-size: 110px;
    line-height: 100px;
  	letter-spacing: 3px;
    display: block;
  }

  .timeline .column .title span:before {
  	content: "";
  	position: absolute;
    right: -45px;
    top: 45px;
    width: 30px;
    height: 30px;
    border-width: 4px;
    border-radius: 20px;
  }

  .timeline .column .title h2 {
  	font-size: 25px;
  }

  .timeline .column .description p {
  	line-height: 1.4em;
  	text-align: justify;
  }

  .timeline .column .description {
  	border: 0px;
    padding: 0px;
  }

  footer .contact-box > div{
    width: 100%;
    margin-bottom: 40px;
  }

  footer .contact-box .gmap{
    width: 100%;
    height: 250px;
  }

  footer .contact-box .gmap img{
    width: 100%;
  }

  footer .contact-info{
    margin-top: 25px;
  }

  footer .contact-info > div{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  footer .contact-info .mobile-info, footer .contact-info .phone-info{
    width: 50%;
  }

  footer .contact-info .social-info{
    width: 100%;
  }

  footer .contact-info .social-info a{
    width: 50px;
    height: 50px;
  }

  footer .contact-info .social-info a i{
    font-size: 1.5em;
  }

  footer .custom .copyright{
    font-size: 0.85em;
    letter-spacing: 1px;
  }

}

@media only screen and (min-width: 768px){

  .container{
    width: 750px;
  }

  .items ul li img{
    width: 250px;
    height: 250px;
  }

  .modal{
    max-width: 750px !important;
  }

  .timeline {
  	width: 90%;
  	margin: 0px auto;
  }

  footer .col-2{
    width: 50%;
    float: right;
    box-sizing: border-box;
  }

  footer .contact-info .mobile-info, footer .contact-info .phone-info{
    width: 15%;
    text-align: center;
  }

}

@media only screen and (min-width: 992px){

  .container{
    width: 970px;
  }

  .items ul li img{
    width: 300px;
    height: 300px;
  }

  .modal{
    max-width: 950px !important;
  }

  .timeline {
  	width: 75%;
  	margin: 0px 15% 0px 10%;
  }

}
@media only screen and (min-width: 1200px){

  .container {
      width: 1170px;
  }

}
