/*
Theme Name: Photography
Theme URI:
Description: Photography theme
Author: WebStart
Author URI: http://www.webstart.co.il
Version: 0.1
Tags: webstart

This theme is property of WebStart and is not available for public use.
 
*/

@font-face {
    font-family: 'RokkittRegular';
    src: url('fonts/Rokkitt-webfont.eot');
    src: url('fonts/Rokkitt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rokkitt-webfont.woff') format('woff'),
         url('fonts/Rokkitt-webfont.ttf') format('truetype'),
         url('fonts/Rokkitt-webfont.svg#RokkittRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*,
*:after,
*:before {
    box-sizing: border-box;
    ms-box-sizing: border-box;
    webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
html {
    margin: 0;
    padding: 0;
}
html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'RokkittRegular', Arial, sans-serif;
    color: #959595;
    font-size: 13px;
    direction: ltr;
}
a {
    color: #959595;
    text-decoration: none;
}
a img {
    border: 0;
    border-style: none;
}
p {
    font-family: Georgia, Sans-Serif;
    font-size: 14px;
    color: #6d6e71;
    line-height: 20px;
}
h1 {
    font-family: Georgia, Sans-Serif;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    color: #959595;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #7f7f7f;
    letter-spacing: 1px;
}

.wrapper {
    width: 100%;
    position: relative;
}

@media (min-width: 1024px) {
    .container {
        position: relative;
        width: 930px;
        margin: 0 auto;
    }
}

/* Header */
@media (min-width: 768px) {
    #container > header {
        height: 90px;
    }
}
@media (min-width: 1025px) {
    #container > header {
        height: 170px;
    }
}
#container > header a {
    text-decoration: none;
}
#container > header .header-left {
    float: left;
    width: 30%;
    padding: 40px 0 0 3px;
}
#container > header .header-left span.logo {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 25px;
    letter-spacing: 3px;
    color: #000;
    white-space: nowrap;
}
#container > header .header-right {
    float: right;
    position: relative;
    width: 70%;
    padding: 33px 0 0 3px;
}
#container > header .header-right table {
    float: right;
    margin: 4px 10px 0 0;
}
#container > header .header-right nav {
    position: absolute;
    z-index: 2;
    top: 38px;
    right: 0;
}
#container > header .header-right nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#container > header .header-right nav ul li {
    float: right;
    margin: 0 -8px 0 10px;
    padding: 0;
    list-style-type: none;
    text-indent: -10000px;
}
#container > header .header-right nav ul li a {
    display: block;
    cursor: pointer;
    width: 29px;
    height: 29px;
}
#container > header .header-right a {
    text-decoration: underline;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

/* Content */
@media (min-width: 768px) {
    .main-content {
        min-height: 579px;
    }
}
/* Hero Gallery */
.hero-gallery {
    margin: -18px 0 0 0;
    padding: 5px 0 6px 0;
}
@media (min-width: 768px) {
    .hero-gallery {
        border-top: 1px solid #7f7f7f;
    }
}
.hero-gallery figcaption {
    margin: 7px 0 0 0;
    position: relative;
    text-transform: uppercase;
    padding: 0 3px 0 0;
}
.hero-gallery-caption {
    text-align: center;
}
.hero-gallery-pager {
    float: right;
    width: 40px;
    text-align: right;
}

/* Main Content */
.main-content {
    margin: 0 0 20px 0;
}

/* Footer */
footer {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 11px;
    letter-spacing: 1px;
    border-top: 1px solid #7f7f7f;
    text-align: center;
}

/* Page Template: Contact Page */
.main-content.gallery-page-main-content {
    margin: 0 !important;
}

/* Icons */
.icon-mail, .icon-mail:hover, .icon-mail:focus,
.icon-blog, .icon-blog:hover, .icon-blog:focus,
.icon-facebook, .icon-facebook:hover, .icon-facebook:focus {
    width: 29px;
    height: 29px;
    background-image: url('images/icons.jpg');
    background-repeat: no-repeat;
}
.icon-blog {
    background-position: 0 0;
}
.icon-blog:hover, .icon-blog:focus {
    background-position: -29px 0;
}
.icon-facebook {
    background-position: 0 -29px;
}
.icon-facebook:hover, .icon-facebook:focus {
    background-position: -29px -29px;
}
.icon-mail {
    background-position: 0 -58px;
}
.icon-mail:hover, .icon-mail:focus {
    background-position: -29px -58px;
}

/* Clear */
.clear {
    zoom: 1;
}
.clear:before,
.clear:after {
    display: table;
    line-height: 0;
    content: "";
}
.clear:after {
    clear: both;
}

/* Owl Gallery */
@media (min-width: 768px) {
    .owl-height {
        min-height: 547px;
    }
}

@media (max-width: 767px) {
    .owl-height {
        min-height: 320px;
    }

    .owl-controls {
        display: none !important;
    }
}

.owl-item div{
    padding:5px;
}
.owl-item img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
textarea {
    max-width: 100%;
    padding: 5px 10px;
}

textarea {
    resize: none;
}

.navbar-brand {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 25px;
    letter-spacing: 3px;
    color: #000;
    white-space: nowrap;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .navbar-default {
        border-bottom: 1px solid #7f7f7f;
    }

    .dropdown-menu > li > a {
        text-transform: uppercase;
    }
}