﻿@charset "UTF-8";

/*webfonts*/
@font-face {
  font-family: "shiraz-guitar";
  src:url("../Fonts/shiraz-guitar.eot");
  src:url("../Fonts/shiraz-guitar.eot?#iefix") format("embedded-opentype"),
    url("../Fonts/shiraz-guitar.woff") format("woff"),
    url("../Fonts/shiraz-guitar.ttf") format("truetype"),
    url("../Fonts/shiraz-guitar.svg#shiraz-guitar") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "shiraz-guitar" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "shiraz-guitar" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-address:before {
  content: "\61";
}
.icon-mobile:before {
  content: "\62";
}
.icon-telephone:before {
  content: "\63";
}
.icon-instagram:before {
  content: "\64";
}
.icon-facebook-square:before {
  content: "\65";
}
.icon-location-arrow:before {
  content: "\66";
}

@font-face {
    font-family: 'dast';
    src: url('../Fonts/dastnevis.eot');
    src: url('../Fonts/dastnevis.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/dastnevis.woff') format('woff'),
    url('../Fonts/dastnevis.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'titr';
    src: url("../Fonts/BTitrBold.eot?#") format("eot"), url("../Fonts/BTitrBold.woff") format("woff"), url("../Fonts/BTitrBold.ttf") format("truetype");
}

@font-face {
    font-family: 'entezar';
    src: url('../Fonts/entezar.eot');
    src: url('../Fonts/entezar.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/entezar.woff') format('woff'),
         url('../Fonts/entezar.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'homa';
    src: url('../Fonts/bhoma.eot');
    src: url('../Fonts/bhoma.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/bhoma.woff') format('woff'),
         url('../Fonts/bhoma.ttf') format('truetype'),
         url('../Fonts/bhoma.svg#b_homaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
  font-family: 'koodak';
  src: url("../Fonts/BKoodakBold.eot?#") format("eot"), url("../Fonts/BKoodakBold.woff") format("woff"), url("../Fonts/BKoodakBold.ttf") format("truetype");
}

@font-face {
	font-family: "yekan";
	src: url(../Fonts/Yekan.eot);
	src: url(../Fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(../Fonts/Yekan.woff) format("woff"), url(../Fonts/Yekan.ttf) format("truetype"), url(../Fonts/Yekan.svg#BYekan) format("svg");
	font-weight: normal;
	font-style: normal
}
/*end-webfonts*/

/*overlay*/

@-webkit-keyframes anim {
    0% {-webkit-transform: translateY(0);}
    15% {-webkit-transform: translateY(-10px);}
    30% {-webkit-transform: translateY(0);}
    100% {-webkit-transform: translateY(0);}
}

@-moz-keyframes anim {
    0% {-moz-transform: translateY(0);}
    15% {-moz-transform: translateY(-10px);}
    30% {-moz-transform: translateY(0);}
    100% {-moz-transform: translateY(0);}
}

@-o-keyframes anim {
    0% {-o-transform: translateY(0);}
    15% {-o-transform: translateY(-10px);}
    30% {-o-transform: translateY(0);}
    100% {-o-transform: translateY(0);}
}

@keyframes anim {
    0% {transform: translateY(0);}
    15% {transform: translateY(-10px);}
    30% {transform: translateY(0);}
    100% {transform: translateY(0);}
}

#overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: rgb(215, 215, 215);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(rgb(240, 240, 240)), to(rgb(190, 190, 190)));
    background: -webkit-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background:    -moz-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background:     -ms-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background:      -o-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background:         radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
}

#loading-logo {
    font-family: 'yekan';
    position: relative;
    display: block;
    text-align: center;
    margin-top: 50px;
}

#loading-logo img {
    vertical-align: middle;
}

.move {
    -webkit-animation-name: anim;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: anim;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -o-animation-name: anim;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 2s;
    -o-animation-timing-function: linear;
    animation-name: anim;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: linear;
}

.move.delay-1 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.move.delay-2 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.move.delay-3 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.move.delay-4 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

#loading-text {
    text-align: center;
    font-size: 25px;
    font-family: 'dast';
    margin: 20px auto 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: .25px;
    text-shadow: grey 1px 1px 5px;
}

#loading-text>div {
    display: inline-block;
    position: relative;
    margin: 0 auto 0;
}

#loading-text>div span {
    display: block;
}

#loading-text>div span:first-of-type {
    float: right;
    margin: 0 auto 0;
}

#loading-text>div span:nth-of-type(2), #loading-text>div span:nth-of-type(3), #loading-text>div span:nth-of-type(4) {
    -webkit-animation-name: anim;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: anim;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-name: anim;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 2s;
    -o-animation-timing-function: ease-in-out;
    animation-name: anim;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    position: relative;
    float: right;
    margin-left: 2px;
}

#loading-text>div span:nth-of-type(2) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    margin-right: 2px;
}

#loading-text>div span:nth-of-type(3) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

#loading-text>div span:nth-of-type(4) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

/*overlay-end*/

.clear-fix:after {
  content: "";
  display: table;
  clear: both;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    padding:0;
}

body {
    overflow: hidden;
}

#scrollable {
    height: 100%;
}

/*header*/
#header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    font-family: 'dast';
    background-color: rgba(242, 227, 148, 0.2);
    box-shadow: black 0 10px 30px;
    z-index: 100;
    transition: background-color .3s linear;
}

#header.opac {
    background-color: rgb(245, 224, 114);
}

#header-inner {
    width: 100%;
    height: 80px;
    border-top: 1px dashed white;
    border-bottom: 1px dashed white;
    margin-top: 10px;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
    -ms-flex-pack: distribute;
	justify-content: space-around;
}
/*nav*/
#header-inner nav {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

#header-inner nav ul {
    display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
    -ms-flex-pack: distribute;
	justify-content: space-around;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    line-height: 60px;
}

.menu__item {
	display: block;
}

.menu__link {
	font-size: 1.5em;
	font-weight: bold;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-shadow: 1px 1px 5px black, -1px -1px 5px black;
    transition: text-shadow .3s linear;
}

.menu__link:hover,
.menu__link:focus {
	outline: none;
}

.menu--viola .menu__item {
	position: relative;
	margin: 0 1em;
}

.menu--viola .menu__link {
	position: relative;
	display: block;
	text-align: center;
	color: white;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
    padding: 0 1em;
}

.menu--viola .menu__link:hover,
.menu--viola .menu__link:focus {
	color: lightgray;
}

.menu--viola .menu__item--current .menu__link {
	color: #854343;
    text-shadow: none;
    transition: text-shadow .3s linear;
}

.menu--viola .menu__item::before,
.menu--viola .menu__item::after,
.menu--viola .menu__link::before,
.menu--viola .menu__link::after {
	content: '';
	position: absolute;
	background: #854343;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

.menu--viola .menu__item::before,
.menu--viola .menu__item::after {
	top: 0;
	width: 2px;
	height: 100%;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

.menu--viola .menu__item::before {
	left: 0;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.menu--viola .menu__item::after {
	right: 0;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.menu--viola .menu__link::before,
.menu--viola .menu__link::after {
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

.menu--viola .menu__link::before {
	top: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.menu--viola .menu__link::after {
	bottom: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.menu--viola .menu__item--current::before,
.menu--viola .menu__item--current::after,
.menu--viola .menu__item--current .menu__link::before,
.menu--viola .menu__item--current .menu__link::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
/*end-nav*/

#slogan {
    font-family: 'yekan';
    font-size: 2em;
    line-height: 80px;
    color: white;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-shadow: 1px 1px 5px black, -1px -1px 5px black;
}

#logo {
    height: 70px;
    width: 100px;
    background: url(/Images/notes.png) no-repeat center center;
    background-size: contain;
    margin-top: 5px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (max-width: 850px) {
    #header {
        height: auto !important;
        font-size: 0.7em !important;
    }

    #header-inner {
        height: auto !important;
        margin: 0 !important;
        display: block !important;
    }

    #logo {
        display: none !important;
    }

    #slogan {
        line-height: normal !important;
        border-bottom: 1px dashed white;
    }

    nav.menu {
        margin: 5px 0 !important;
    }

    ul.menu__list {
        margin: 0 !important;
        line-height: normal !important;
        font-size: 0.6em;
    }

    #home-inner h1 {
        font-size: 2em !important;
    }

    #home-inner h2 {
        font-size: 1em !important;
    }

    section .main-content {
        font-size: 1em !important
    }

    section .header-container h1 {
        font-size: 2.7em !important;
    }

    figcaption h2 {
        font-size: 1.2em!important;
    }

    figcaption p {
        font-size: 0.9em !important;
    }

    section.bg-color-3 h2 {
        font-size: 1.7em !important;
    }

    section.bg-color-3 .value {
        font-size: 1em !important;
    }

    .content-overlay h2 {
        font-size: 3em !important;
    }

    .content-overlay p, .content-overlay ul {
        font-size: 1em !important;
    }

    footer {
        font-size: 0.8em !important;
    }
}
/*end-header*/

/*wrapper*/
#wrapper {
    height: 100%;
    width: 100%;
}
/*end-wrapper*/

/*home*/
#home {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(/Images/guitar.jpg) no-repeat -25px -50px;
    background-size: cover;
    background-size: calc(100% + 50px) calc(100% + 100px);
    position: relative;
}

#home #home-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'yekan';
    text-align: center;
    text-shadow: 2px 2px 5px black, -2px -2px 5px black;
}

#home #home-inner h1, #home #home-inner h2 {
    margin: 0;
}

#home #home-inner h1 {
    font-size: 4em;
}

#home #home-inner h2 {
    font-size: 2em;
}
/*end-home*/

/*sections*/
section.bg-color-1 {
    background-color: #d96459;
}

section.bg-color-2 {
    background-color: #bbbbba;
    padding-bottom: 30px;
}

section.bg-color-3 {
    background-color: #DFE3E3;
    padding: 0 0 20px;
}

section .header-container {
    text-align: center;
}

section .header-container h1 {
    position:relative;
    display: inline-block;
    font-family: 'entezar';
    font-size: 4em;
}

section .header-container h1:before,
section .header-container h1:after {
    content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s .5s;
}

section .header-container h1:before {
    right: 0;
	top: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

section .header-container h1:after {
    left: 0;
	bottom: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

section .header-container h1.visible:before,
section .header-container h1.visible:after {
    -webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

section .header-container h1.color-1 {
     color: #6d322c;
}

section .header-container h1.color-2 {
    color: #735337;
}

section .header-container h1.color-3 {
    color: #996702;
    margin: 0.67em 0 0;
}

section .header-container h1.color-1:before,
section .header-container h1.color-1:after {
    background: #6d322c;
}

section .header-container h1.color-2:before,
section .header-container h1.color-2:after {
    background: #735337;
}

section .header-container h1.color-3:before,
section .header-container h1.color-3:after {
    background: #996702;
}

section .main-content {
    font-family: 'yekan';
    font-size: 1.5em;
    text-align: center;
    color: white;
    padding: 0 20px 50px;
    text-shadow: 1px 1px 5px black, -1px -1px 5px black;
}

section.bg-color-3 h2 {
    font-family: 'entezar';
    font-size: 2em;
    margin: 20px 0 0;
    color: red;
    text-align: center;
    color: #996702;
}

section.bg-color-3 h2 span {
    border-bottom: 2px solid #996702;
}

section.bg-color-3 h2 span:before {
    vertical-align: middle;
}

section.bg-color-3 .value {
    text-align: center;
    font-family:'yekan';
    font-size: 1.4em;
}
/*end-sections*/

/*products*/

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: right;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
    border: 5px solid #776555;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
    font-family: 'yekan';
    font-size: 2em;
    text-shadow: 1px 1px 5px black; 
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-ruby {
	background-color: #A9A9A9;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
    font-family: 'yekan';
    font-size: 1em;
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

.content-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #dfe3e3;
    transition: height 0.5s cubic-bezier(0.76, 0, 0.21, 0.99);
    z-index: 100;
    overflow-y: scroll;
}

.content-overlay h2 {
    font-family: 'entezar';
    margin: 20px 0;
    font-size: 5em;
    color: #34495e;
    text-align:center;
}

.content-overlay p,
.content-overlay ul {
    font-family: 'yekan';
    font-size: 1.3em;
    padding: 10px 20px;
}

.content-overlay ul {
    list-style-position: inside;
}

.content-overlay .button-container {
    text-align: center;
    margin-bottom: 20px;
}

.content-overlay .button-container button {
    border: 2px solid #34495e;
    font-family: 'yekan';
    background: transparent;
    color: #34495e;
    padding: 5px 10px;
    transition: border .5s linear, color .5s linear, background .5s linear;
}

.content-overlay .button-container button:hover {
    border: 2px solid white;
    background: #34495e;
    color: white;
    transition: border .5s linear, color .5s linear, background .5s linear;
}

@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

.gallery-container {
    text-align: center;
}

.gallery-container__inner {
    display: inline-block;
}

/*end-products*/

/*footer*/
footer {
    font-family: 'yekan';
    text-align:center;
    background: #2F2F2F;
    color: white;
}

footer a,
footer a:visited {
    color: white;
    text-decoration: none;
    padding: 0 5px 0;
}

footer a:hover {
    color: #2089fb;
}
/*end-footer*/

/*gallery*/

.my-gallery {
    width: 100%;
    float: right;
    padding: 0 20px;
}
.my-gallery img {
    width: 100%;
    height: auto;
}
.my-gallery figure {
    display: block;
    float: right;
    margin: 0 5px 5px 0;
    width: 150px;
}
.my-gallery figcaption {
    display: none;
}

/*end-gallery*/