
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);
html,
body {
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

.nav li a {
    /*font-size: 13px;
    font-weight: 700;*/
    padding-top: 40px;
}

.navbar {
    transition: all 0.5s ease-out;
    background: none;
    border: 0;
}

.darkbar {
    background: #ffffff;
    box-shadow: 0px 0px 20px 1px #ddd;
    height: 90px;
}

.darkbar .navbar-nav > li > a {
    color: #484848;
}
.banner_text h1 {
    font-size: 60px;
    /* width: 300px; */
    text-align: right;
    /* background-color: #333; */
    font-weight: 100;
}
.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

.white_text {
    color: #fff;
}

.fullscreen_banner {
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    text-align: center;
    background-color: #333333;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.fullwidth_banner
{
    min-height: 100px;
}
.itemImage1 {
    background-image: url('../image/banner.jpg');
}
.about1 {
    background-image: url('../image/about_us_bg.jpg');
    min-height: 130px;
}

.itemImage2 {
    background-image: url('../image/image_2.jpeg');
}

.itemImage3 {
    background-image: url('../image/image_3.jpeg');
}

.fullscreen_banner .item {
    background-size: cover;
}

.fullscreen_banner .carousel,
.fullscreen_banner .carousel-inner,
.fullscreen_banner .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.banner_text {
    z-index: 1000;
    color: #fff;
    text-align: right;
}

.big_margin {
    padding: 5% 0px;
    border-bottom: 1px solid #eee;
}

.text-center {
    text-align: center;
}

.category {
    /* border: 1px solid #333; */
    /* padding: 10px 20px !important; */
    margin: 0px;
    color: #333;
}

li.active a.category {
    /* border: 1px solid #337ab7; */
    color: #ffffff;
    /* background-color: #337ab7; */
}

.photography .item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(25% - 10px);
    overflow: hidden;
    cursor: pointer;
}

.videography .item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(33% - 10px);
    overflow: hidden;
}

.photography .item:hover img {
    transform: scale(1.1);
}

.photography .item img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.gallery_panel {
    display: none;
}

.gallery_panel:first-child {
    display: block;
}

@media (max-width: 1200px) {
    .photography .item {
        width: calc(33% - 10px);
    }
}

@media (max-width: 768px) {
    .photography .item {
        width: calc(48% - 10px);
    }
}

.package {
    background-color: #337ab7;
    color: #fff;
}

footer {
    padding: 5px 15px 20px 10px;
    background-color: #333;
    color: #aaa;
    margin-top: -5px;
    font-size: 90%;
}

.margin_top_10 {
    margin-top: 10px;
}

.phone {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #333;
    color: #fff;
    width: 100%;
    height: 100%;
    /* text-align: center; */
}

.phone .info {
    min-width: 512px;
    left: calc(50% - 256px);
    top: calc(50% - 200px);
    padding: 50px;
    position: absolute;
    /* background-color: #eee; */
    font-size: 210%;
}

.phone .info .title {
    min-width: 100px;
    color: #ea750b;
    /* font-size: 120%; */
    text-transform: uppercase;
    font-weight: 700;
}

.phone .info>div {
    margin-bottom: 15px;
}

.phone .exit:hover {
    color: #fff;
}

.phone .exit {
    font-size: 150%;
    margin: 30px;
    margin-top: 64px;
    color: #a8a8a8;
    cursor: pointer;
}
.gallery-item li.active
{
    background-color: #337ab7;
    border-color: #337ab7;
}
.gallery-item li a{
    text-decoration: none;
}
.gallery-item li {
    list-style: none;
    display: inline-block;
    margin: 0px;
    border: 1px solid #969696;
    padding: 10px;
}

.gallery-item {
    margin: 0px;
    padding: 0px;
}

.popup_panel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background: rgba(51, 51, 51, 0.9);
    /* background: rgba(255, 255, 255, 0.8); */
    z-index: 10000;
    padding: 10px;
    display: none;
}

.popup_body {
    position: absolute;
    margin-left: calc(50% - 500px);
    /* vertical-align: middle; */
    margin-top: 100px;
    background: #fff;
    /* border-width: 3px; */
    /* border-style: solid; */
    border-top: 0px;
}

.popup .popup-title {
    padding: 15px;
    font-size: 150%;
    font-weight: bold;
    color: #fff;
}

.popup .popup-description {
    padding: 15px;
}

.popup_body .btn {
    position: relative;
}

.popup_body .btn .close_btn_popup{
    position: absolute;
    right: 0px;
    margin: 5px;
    cursor: pointer;
}
.popup img {
    width: 100%;
}
.footer_btn {
    position: relative;
}

.nav_btn {
    position: absolute;
    top: -20px;
    cursor: pointer;
    background-color: #00000045;
}

.nav_btn#next{
    right:10px;
}
.nav_btn#prev{
    right:70px;
}

.nav_btn#close {
    right: 0px;
}
.popup_panel .loading {
    width: 300px;
    height: 300px;
    text-align: center;
    padding-top: 100px;
}

.social {
    display: inline-block;
    margin-right: 20px;
    font-size: 130%;
}
.social a:hover
{
    color: #fff;
}
.social a
{
    text-decoration: none;
    color: #666;
    transition: all 0.5s ease-out;
}


form {
    /* max-width: 600px; */
    /* margin: 20px auto; */
  }
  
  fieldset {
    position: relative;
    border: none;  
  }
  
  label {
    position: absolute;
    top: 18px;
    left:0px;
    color: rgba(79, 79, 79, 0.7);
    transform-origin: left;
    font-weight: normal;
    transition: all 0.3s ease;
    margin: 0px;
  }
  
  input:focus ~ label , textarea:focus ~ label{
    color: #000;
  }
  
  input:focus ~ label,
  input:valid ~ label, textarea:focus ~ label, textarea:valid ~ label {
    top: 0;
    transform: scale(0.8, 0.8);
  }
  
  input, textarea {
    font-size: 20px;
    width: 100%;
    border: none;
    margin-top: 10px;
    background-color: transparent;
    padding: 10px;
    /* border-color: #fff; */
  }
  textarea
  {
    font-size: 14px;
  }
  input:focus, textarea:focus , .fr_button:focus {
    outline: none;
  }

  
  .after {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #337ab7 50%, transparent 50%);
    background-color: rgb(158, 158, 158);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: all 0.6s ease;
  }
  .error {
    /* content: "!"; */
    color: #ffb600;
    font-style: italic;
}
  input:focus ~ .after {
    background-position: 0 0;
  }
  
  .fr_button {
    border: 2px solid #FFFFFF;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #337ab7;
    font-size: 12px;
    color: #fff;
    margin-top:20px;
    font-weight: 500;
    width: 100px;
  }
  .about1 h1 {
    padding: 30px 0px;
}
/*-------------------*/

@media (max-width: 768px) {
    .banner_text h1 {
        font-size: 10vw;
    }
    #mobileNav {
        display: flex;
        align-items: center;
        border-color: #ebebeb;
        background-color: #ffffff;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border-width: 0 0 1px;
        min-height: 50px;
        border: 1px solid transparent;
    }
    #mobileNav .navbar-header {
        order: 2;
        flex-grow: 1;
        
        display: flex;
        justify-content: center;
    }
    #mobileNav .navPagesRight
    {
        order: 3;
    }
    #mobileNav .navPagesRight .navActions {
        text-align: right;
        margin: 0;
    }
    #mobileNav .navActions li {
        display: inline-block;
    }
    .phone .info
    {
        left: calc(50% - 150px);
        top: calc(50% - 150px);
        font-size: 100%;
    }
    .mobileMenu
    {
        background-color: #333;
        position: fixed;
        z-index: 1001;
        width: 100%;
        height: 100%;
        top: 50px;
    }
    .mobileMenu ul
    {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    .mobileMenu ul > li
    {
        color: #eee;
        padding: 25px 10px;
        border-bottom: 1px solid #444;
        margin: 0px;
    }
    .photography .item, .videography .item {
        width: 100%;
    }
}