/* font-family: "SegoeUIRegular"; */
@font-face {
    font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansNarrowRegular"; */
@font-face {
    font-family: "PTSansNarrowRegular";
    src: url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.eot");
    src: url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.woff") format("woff"),
    url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansNarrowBold"; */
@font-face {
    font-family: "PTSansNarrowBold";
    src: url("../fonts/PTSansNarrowBold/PTSansNarrowBold.eot");
    src: url("../fonts/PTSansNarrowBold/PTSansNarrowBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansNarrowBold/PTSansNarrowBold.woff") format("woff"),
    url("../fonts/PTSansNarrowBold/PTSansNarrowBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSerifRegular"; */
@font-face {
    font-family: "PTSerifRegular";
    src: url("../fonts/PTSerifRegular/PTSerifRegular.eot");
    src: url("../fonts/PTSerifRegular/PTSerifRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSerifRegular/PTSerifRegular.woff") format("woff"),
    url("../fonts/PTSerifRegular/PTSerifRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSerifItalic"; */
@font-face {
    font-family: "PTSerifItalic";
    src: url("../fonts/PTSerifItalic/PTSerifItalic.eot");
    src: url("../fonts/PTSerifItalic/PTSerifItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSerifItalic/PTSerifItalic.woff") format("woff"),
    url("../fonts/PTSerifItalic/PTSerifItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html {
	background-color: transparent;
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
    font-family: "SegoeUIRegular";
}

.errors {
    color: #D8000C;
    background-color: #FFBABA;
    padding: 10pt;
    display: none;
    margin-bottom: 15px;
}

input[type="email"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    border-radius: 0;
}

h3 {
	font-family: "PTSerifRegular";
	font-size: 13pt;
}

h2 {
    font-family: "PTSerifRegular";
}

#main {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
}

section.content {
    margin-top: 25px;
    margin-bottom: 15px;
    min-height: 400px;
}

.frame-left {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/gallery/1066.jpg) center no-repeat;
	background-size: cover;
    opacity: 0;
}

.frame-right {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../images/gallery/1081.jpg) center no-repeat;
	background-size: cover;
    opacity: 0;
}

ul#start {
	height: 50%;
	width: 400px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -200px;
	z-index: 100;
	text-align: center;
	list-style-type: none;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #000;
	margin: 0 auto;
	margin-top: 5px;
}

ul#start > li {
	height: 68px;
	width: 100%;
	cursor: pointer;

	padding-top: 35px;
	display: block;
	background-color: #fff;
	text-align: center;
}

ul#start .arrow-down {
   opacity: 0;
   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

ul#start li:hover .arrow-down {
	opacity: 1;
}

ul#start li ul {	
	visibility:hidden;
	opacity: 0;
	padding: 0;
	margin-left: 0;
	padding-top: 2px;
	list-style-type: none;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

ul#start li ul li {
	padding: 0; margin:0;
}

ul#start li:hover ul{
	visibility:visible;
	opacity: 1;
}


ul#start li ul li a {
	display: block;
	width: 100%;
	height: 36px;
	background-color: rgba(0,0,0,0.75);
	margin-top: 8px;
	padding-top: 14px;

	font-family: "SegoeUIRegular";
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

ul#start li ul li a:hover {
	background-color: rgba(255,255,255,1);
	color: #000;

	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}


/* HEADER */
header {
	padding-top: 20px;
	text-align: center;
}
header a.logo {
	display: inline-block;
	background-color: #000;
	width: 400px;
	height: 41px;
	padding-top: 9px;
	text-align: center;
}

/* NAVIGATION */
nav {
	text-align: center;
	font-family: "SegoeUIRegular";
	font-size: 12pt;
	position: relative;
	overflow: hidden;
}
.navbar a {
	text-decoration: none;
	text-transform: uppercase;
	color: #ababab;

	transition: visibility 0s linear 0.5s, all .25s ease-in-out;
	-moz-transition: visibility 0s linear 0.5s, all .25s ease-in-out;
	-webkit-transition: visibility 0s linear 0.5s, all .25s ease-in-out;
}
.navbar a:hover, .navbar li.current a {
	color: #000;
	transition-delay:0s;
}
.navbar {
	list-style-type: none;
	margin: 0 auto;
	width: 400px;
	height: 38px;
	padding-top: 12px;
	border-bottom: 1px solid #000;
}
.navbar li {
	float:left;
	margin-bottom: 0;
	padding: 0;
	width: 33.33%;
}
.navbar li a .arrow-down {
	visibility: hidden;
	opacity: 0;
	margin-top: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #000;

	transition: visibility 0s linear 0.5s, opacity .25s ease-in-out;
	-moz-transition: visibility 0s linear 0.5s, opacity .25s ease-in-out;
	-webkit-transition: visibility 0s linear 0.5s, opacity .25s ease-in-out;
}
.navbar li.current .arrow-down {
	visibility: visible;
	opacity: 1;
	transition-delay:0s;
}
.navbar li.current a {

}
.submenu {
	list-style-type: none;
	margin-top: 14px;
	margin-bottom: 0;
}
.submenu li {
	display: inline-block;
}
.submenu li a {
	font-family: "PTSansNarrowRegular";
	font-size: 9pt;
	background-color: #e8e8e8;
	padding: 4px 12px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.submenu li a:hover {
	background-color: #ababab;
}
.submenu li.current a {
	background-color: #000;
	color: #fff;
}

/* GALLERY */
.gallery {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
    min-height: 400px;
}
.gallery h3 {
	margin: 0 auto;
	width: 86%;
}
.gallery-item {
	width: 24.5%;
	min-width: 235px;
	text-align: center;
	display: inline-block;
	min-height: 300px;
	vertical-align: top;
}
.gallery .picture {
	height: 210px;
	line-height: 200px;
}
.gallery .picture img {
	max-width: 200px;
	max-height: 200px;
	vertical-align: middle;
	display: inline;
	webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.3);
	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.3);
}
.info {
	text-align: center;
}
.info span {
	font-family: "PTSerifItalic";
	color: #ababab;
	font-style: italic;
	font-size: 10pt;
}

.pagination {
	margin: 0;
}
.pagination li {
	display: inline-block;
	padding: 0px 8px;
	margin: 0 3px;
}
.pagination li a {
	font-family: "PTSansNarrowRegular";
	color: #b7b7b7;
	text-decoration: none;
}
.pagination li a:hover {
	color: #000;
	text-decoration: underline;
}
.pagination li.current {
	color: #fff;
	background-color: #000
}
.pagination li.current a {
    color: #fff;
    text-decoration: none;
}
.pagination li.current a:hover {
    text-decoration: none;
}

/* PICTURE VIEW */
div.wall {
	position: absolute;
	top:0;right: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
div.wall>div {
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.control-left {
	position: absolute;
	top:5px; left:0;
}
.control-left a.cbutton {
	float:left;
}

.control-right {
    position: absolute;
    top:60px;
    width: 300px;
    z-index: -1;
    opacity: 0;
}
.colors-buttons span {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0px 10px 10px 10px;
    cursor: pointer;
    border: 2px solid transparent;
}
.colors-buttons span:hover {
    border: 2px solid #fff;
}

.grey {
    background-color: #ccc;
}
.black {
    background-color: #000;
}
.milk {
    background-color: #bab0a4;
}
.brown {
    background-color: #3d2b28;
}
.ocean {
    background-color: #2c353f;
}
.white {
    background-color: #f6f6f6;
}
.gold {
    background-color: #8b825c;
}
.orange {
    background-color: #fa9328;
}
.colors-buttons {
    position: absolute;
    background-color: #dedede;
    text-align: center;
    padding-top: 10px;
    top: 47px;
}

.frame-settings, .wall-settings {
    position: relative;
    height: 250px;
}

.control-right .label {
    position: absolute;
    left: 0px;
    z-index: 12;

}
.g-recaptcha {
    margin-bottom: 20px;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-family: "PTSansNarrowRegular";
    font-size: 10pt;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #2d2d2d;
    border-radius: 0;
    border:0;
    font-weight: normal;
}
span.cbutton {
    cursor: pointer;
}
span.cbutton, .cbutton, .control-right .label {
	font-family: "PTSansNarrowRegular";
	font-size: 10pt;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding: 10pt 15pt;
	background-color: #2d2d2d;
}

.stripe {
    color: white;
    background: repeating-linear-gradient(
        -45deg,
        #222,
        #222 10px,
        #333 10px,
        #333 20px
    );
}

a.cbutton:hover,
span.cbutton:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
input[type="submit"]:hover {
	background-color: #232323;
    color: #fff;
}

span.cbutton.on {
    color:#2d2d2d;
    background-color: #dedede;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-right: 8px solid #fff;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	float:left;
	margin-right: 10px;
	margin-top: 3px;
}
.picture_view {
	margin-top: -100px;
	min-height: 60%;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 100;
	text-align: center;
	padding: 60px 0;	
}
.picture_view .picture {
	margin: 0 auto;
}
.picture_view .picture img {
	vertical-align: middle;
	display: inline;
	background-color: #fafafa;
	webkit-box-shadow: 0 20px 12px -12px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 20px 12px -12px rgba(0,0,0,0.3);
	box-shadow: 0 20px 12px -12px rgba(0,0,0,0.3);
	margin-bottom: 20px;
	padding: 0;
}

.picture img.frame {
    min-height: 460px;
}

.picture>.frame {
    border: 30px solid transparent;
}
.picture>.frame.black {
	border-width: 30px;
	border-image: url("../images/frame1.png") 30 repeat;
	-o-border-image: url("../images/frame1.png") 30 repeat;
	-moz-border-image: url("../images/frame1.png") 30 repeat;
	-webkit-border-image: url("../images/frame1.png") 30 repeat;
}
.picture>.frame.brown {
	border-width: 30px;
	border-image: url("../images/frame2.png") 30 repeat;
	-o-border-image: url("../images/frame2.png") 30 repeat;
	-moz-border-image: url("../images/frame2.png") 30 repeat;
	-webkit-border-image: url("../images/frame2.png") 30 repeat;
}
.picture>.frame.milk {
	border-width: 30px;
	border-image: url("../images/frame3.png") 30 repeat;
	-o-border-image: url("../images/frame3.png") 30 repeat;
	-moz-border-image: url("../images/frame3.png") 30 repeat;
	-webkit-border-image: url("../images/frame3.png") 30 repeat;
}
.picture>.frame.grey {
	border-width: 30px;
	border-image: url("../images/frame4.png") 30 repeat;
	-o-border-image: url("../images/frame4.png") 30 repeat;
	-moz-border-image: url("../images/frame4.png") 30 repeat;
	-webkit-border-image: url("../images/frame4.png") 30 repeat;
}
.picture_view h2 {
	color: #2d2d2d;
	font-family: "PTSerifRegular";
	font-size: 24pt;
	margin-bottom: 0;
}
#wrapper {
	display: none;
	position: absolute;
	width: 30%;
	top:16px;
	background-color: rgba(255,255,255,0.95);
	text-align: left;
	padding: 30px;
	z-index: 100;
	overflow: auto;
}
#wrapper h3 {
	font-family: "PTSansNarrowBold";
	font-size:12pt;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0.2px;
}
#wrapper p {
	font-size: 10pt;
    margin-bottom: 10pt;
}

#orderform {
    display: none;
    position: relative;
}

#loading {
    position: absolute;
    width: 100%;
    height:100%;
    background-color: rgba(255,255,255, 0.5);
    text-align: center;
    top:0;
    left:0;
    z-index: 150;
    display: none;
}
#loading img {
    margin-top: 40%;
}
a.close {
	position: absolute;
	top:0;
	right: 0;
	height: 40px; width: 40px;
	background-color: #2d2d2d;
	color:#fff;
	text-decoration: none;
	text-align: center;
	font-size: 19pt;
    z-index: 150;
}
a.close:hover {
	color: #d2d2d2;
}
.control {
	margin-top: 30px;
}
span.year {
	font-family: "PTSerifItalic";
	font-style:italic;
	color: #b1b1b1;
}

.view-settings {
    position: relative;
}


/* FOOTER */
footer {
	text-align: center;
	font-family: "PTSansNarrowRegular";
	font-size: 10pt;
	text-transform: uppercase;
	padding-bottom: 20px;

}
footer .container {
	width: 400px;
	border-top: 1px solid #000;
}
/* Transitions */
.fade {
   opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

   .fade:hover {
   		opacity: 1;
   	}

/* --- MEDIA DEVICES ---*/
@media (max-width: 740px) {
	.picture_view .picture img, #wrapper {
		width: 80%;
	}

}