/*------------------------------------------------------------------

Theme Name: OnlyInHella.
Theme URL: http://osumthemes.com/photography/
Theme Author: Osumthemes.
Theme Version: v1.0.


[ -- Fatafo Table of contents -- ]

1.  Google Fonts Integrate.
2.  Body
3.  Page Loader
4.  Header
5.  Header 2 Menu
6.  Main Navigation
7.  Banner
8.  About Section
9.  Albums Collage Section
10. Albums Grid View
11. Album Grid Gallery
12. Behind The Scene
13. Homepage blogS
14. About Us Page
15. Price Tables
16. Contact Page
17. blogS
18. blogS Fullwidh
19. blogS Grid View
20. blogS Details Page
21. About author
22. Social Sharing
23. Tags
24. Related Post
25. Comments Form
26. Pagination
27. Scroll to Top Button
28. Widgets
29. Contact info Widget
30. Bf Photo widget
31. Categories Widget
32. Widget Social Networking
33. Widget Instagram
34. Widget Ad
35. Widget Facebook
36. 404 Error Page
37. Coming soon
38. Responsive Menu
39. Responsive Styles

-------------------------------------------------------------------*/

/* Google Fonts Integrate
========================= */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

::selection {
    background-color: #000;
    color: #fff;
}
::-moz-selection {
    background-color: #000;
    color: #fff;
}
ul, li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.clear {
    clear: both;
}
img {
    max-width: 100%;
}
a,a:hover {
    color: #000;
    text-decoration: none;
}
a:focus, input:focus {
    outline: none !important;
}
p {
  font-size: 18px;
}
/* *{ -webkit-transition: all 1s ease-in-out;
       -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;} */
/* Body
========================== */
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
}
.wrapper {
    float: left;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.wrapper.opening {
    margin-left: 250px;
    position: relative;
}
/* Page Loader
========================== */
.loader {
    background-color: #fff;
    height: 100%;
    left: 0;
    padding-top: 200px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.loader img {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    left: 50%;
    margin-left: -34px;
}




/* Header
========================== */
header#header {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    padding: 10px 0;
    width: 100%;
    -webkit-transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear;
}
header#header.header2 {
    background-color: rgba(0, 0, 0, 0.95);
    border: medium none;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
header#header.header2.homepage {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}
header#header.sticky {
    background-color: rgba(0, 0, 0, 0.95);
    border-bottom: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 9999;
}
.logo {
    float: left;
}
header#header.header2 .logo {
    display: inline-block;
    float: none;
}
header#header.header2 .social-network {
    margin: 0;
    position: absolute;
    right: 30px;
    top: 32px;
}
header#header.header2.sticky .social-network {
    top: 20px;
}
header#header.header2.sticky a.menu-toggle {
    top: 14px;
}
header#header.header2 .social-network ul li a {
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}
/*header#header.header2 .container {
    position: relative;
}*/
header#header.sticky .logo {
    background-image: url("images/footer-logo1.png");
    background-repeat: no-repeat;
    height: 60px;
    margin-top: 5px;
     width: 140px;
}
header#header.sticky .logo img {
    display: none;
}
/* Header 2 Menu
======================= */
header#header.header2 a.menu-toggle {
    display: block;
    left: 20px;
    position: absolute;
    top: 20px;
    cursor: pointer;
}
header#header.header2 .menu-toggle:before, header#header.header2 .menu-toggle:after, header#header.header2 .menu-toggle span {
    background-color: #fff;
    height: 2px;
}
.menu-toggle {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    height: 45px;
    float: left;
    left: 0;
    position: relative;
    top: 0px;
    width: 70px;
    z-index: 2;
}
.menu-toggle:before, .menu-toggle:after, .menu-toggle span {
    background-color: #000;
    content: "";
    display: block;
    height: 5px;
    left: 20px;
    position: absolute;
    width: 30px;
}
.menu-toggle:before {
    top: 10px;
}
.menu-toggle span {
    top: 20px;
}
.menu-toggle:after {
    top: 30px;
}
.menu-toggle:before, .menu-toggle:after, .menu-toggle span {
    transition-delay: 0.5s;
    transition-duration: 0.5s;
    transition-property: transform, top, bottom, left, opacity;
    transition-timing-function: ease;
}
html.menu-opening .menu-toggle:before, html.menu-opening .menu-toggle:after {
    top: 20px;
}
html.menu-opening .menu-toggle span {
    left: -50px;
    opacity: 0;
}
html.menu-opening .menu-toggle:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
html.menu-opening .menu-toggle:after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
header.sticky .menu-toggle::before, header.sticky .menu-toggle::after, header.sticky .menu-toggle span {
    background-color: #fff;
}
nav.navigation.sidepanel_nav {
    background-color: #efefef;
    -webkit-box-shadow: -5px -13px 13px rgba(0, 0, 0, 0.1) inset;
    box-shadow: -5px -13px 13px rgba(0, 0, 0, 0.1) inset;
    left: -100%;
    display: block;
    position: fixed;
    padding: 20px 0;
    top: 0;
    width: 250px;
    z-index: 99999999;
    -webkit-transition: all 0.3s ease-in-out 0s;
       -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}
nav.navigation.sidepanel_nav.opened {
    left: 0px;
}
.navigation.sidepanel_nav ul li {
    width: 100%;
}
.navigation.sidepanel_nav ul li.has_submenu > ul {
    background-color: #fff;
    left: 0;
    display: none;
    float: left;
    opacity: 1;
    filter: alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    position: relative;
    padding: 0px 0;
    top: 0;
    visibility: visible;
    width: 100%;
}
.navigation.sidepanel_nav > ul li a {
    border-bottom: 1px solid #dedede;
    color: #000;
    font-weight: normal;
    line-height: 60px;
    width: 100%;
}
.navigation.sidepanel_nav > ul li:hover > a {
    font-weight: normal;
}
.sidepanel_nav a.advert_btn {
    display: none;
}
.navigation.sidepanel_nav ul li.has_submenu > a::before {
    color: #666;
    content: "+";
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    right: 25px;
    top: 0px;
}
.navigation.sidepanel_nav ul li.has_submenu.clicked > a::before {
    content: "-";
    top: -2px;
}
.navigation.sidepanel_nav ul ul li a {
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    line-height: 50px;
    padding: 0 11px;
    text-transform: none;
}
nav.navigation.sidepanel_nav > ul ul li.has_submenu::before {
    content: "";
}
.navigation.sidepanel_nav ul li.has_submenu.clicked {
    background-color: #fff;
}

/* Main Navigation
========================= */
nav.navigation {
    float: right;
}
nav.navigation > ul {
    float: left;
    margin: 15px 0;
}
nav.navigation > ul li {
    float: left;
    position: relative;
}
nav.navigation > ul li a {
    color: #959595;
    float: left;
    font-size: 14px;
    line-height: 37px;
    font-weight: bold;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
         -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
}
nav.navigation > ul li:hover > a {
    color: #444;
    font-weight: 600;
}
header#header.sticky nav.navigation > ul > li > a {
    color: #fff;
}
header#header.sticky nav.navigation > ul > li:hover > a {
    color: #fff;
}
nav.navigation > ul > li.has_submenu:hover > a {
    background-color: #f3f3f3;
    border-radius: 2px 2px 0 0;
}
nav.navigation > ul ul li {
    float: left;
    padding: 0 20px;
    position: relative;
    width: 100%;
}
nav.navigation > ul ul li:hover {
    background-color: #fff;
}
.navigation ul ul {
    background-color: #f3f3f3;
    border-radius: 2px;
    left: 0;
    /*display: none;*/
    position: absolute;
    top: 150%;
    width: 250px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
         -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
}
.navigation ul ul ul {
    left: 130%;
    /*display: none;*/
    top: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
         -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
}
nav.navigation > ul > li:hover > ul {
    top: 96%;
    /*display: block;*/
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
nav.navigation > ul ul > li:hover > ul {
    left: 100%;
    /*display: block;*/
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
nav.navigation > ul ul li.has_submenu:before {
    content: "\f054";
    color: #959595;
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    right: 20px;
    top: 50%;
}
nav.navigation > ul ul li.has_submenu:hover:before {
    color: #000;
}
a.advert_btn {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 14px;
    margin-top: 15px;
    font-weight: bold;
    line-height: 37px;
    margin-left: 30px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
         -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
}
nav.navigation > ul ul li a {
    float: left;
    line-height: normal;
    padding: 19px 0;
    width: 100%;
}
a.advert_btn:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
}
header#header.sticky a.advert_btn {
    background-color: #fff;
    color: #000;
}
header#header.sticky a.advert_btn:hover {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
}
header#header.sticky nav.navigation > ul > li.has_submenu:hover > a {
    color: #000;
}
/* Banner
========================== */
.banner {
    float: left;
    position: relative;
    width: 100%;  z-index: 9;
}
.banner.banner2 .flex-direction-nav a {
    background-color: transparent;
    background-image: url("images/prev.png");
    background-repeat: no-repeat;
    left: 40px;
}
.banner.banner2 .flex-control-nav {
    bottom: 20px;
}
.banner.banner2 .flex-control-paging li a {
    background-color: transparent;
    border: 3px solid #fff;
    box-shadow: none;
    height: 17px;
    width: 17px;
}
.banner.banner2 .flex-control-paging li a.flex-active {
    background-color: #fff;
}
.banner.banner2 .flex-direction-nav a::before {
    display: none;
}
.banner.banner2 .flex-direction-nav a img {
    display: none;
}
.banner.banner2 .flex-direction-nav a.flex-next {
    background-image: url("images/next.png");
    background-position: right center;
    right: 40px;
    left: auto;
}
.banner.inner > img {
    width: 100%;
}
.jssora13l, .jssora13r, .jssora13ldn, .jssora13rdn {
    background-image: url("images/prev.png");
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.5);
    background-size: 21px auto;
    cursor: pointer;
    display: block;
    height: 100% !important;
    left: 0 !important;
    overflow: hidden;
    position: absolute;
    top: 0 !important;
    width: 167px !important;
}
.jssora13r {
    left: auto !important;
    right: 0 !important;
    width: 168px !important;
}
.jssora13l {
    background-image: url("images/prev.png");
    background-position: center center;
}
.jssora13r {
    background-image: url("images/next.png");
    background-position: center center;
    left: auto !important;
    right: 0 !important;
    width: 168px !important;
}
.jssora13l:hover {
    background-image: url("images/prev.png");
    background-position: center center;
}
.jssora13r:hover {
    background-image: url("images/next.png");
    background-position: center center;
}
.jssora13ldn {
    background-image: url("images/prev.png");
    background-position: center center;
}
.jssora13rdn {
    background-image: url("images/next.png");
    background-position: center center;
    left: auto !important;
    right: 0 !important;
    width: 168px !important;
}
.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    height: 12px !important;
    overflow: hidden;
    text-indent: -99999px;
    width: 12px !important;
}
.jssorb03 {
    bottom: 15px !important;
    left: 50% !important;
    margin-left: -50px;
}
.jssorb03 div:hover, .jssorb03 .av:hover {}
.jssorb03 .av {
    background-color: #fff;
}
.jssorb03 .dn, .jssorb03 .dn:hover {
    background-color: #fff;
}
.slideshow {
    position: relative;
    top: 0px;
    left: 0px;
    width: 1170px;
    height: 400px;
    overflow: hidden;
}
.inner_slider {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.absolute {
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 9999;
}
.banner.inner {
    max-height: 300px;
    overflow: hidden;
}
.banner.inner:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner.inner .section-title > h2 {
    color: #fff;
    margin: 0;
    padding: 0;
}
.banner.inner .section-title > h2::before {
    display: none;
}

/* About Section
========================== */

.about {
    float: left;
    padding: 50px 0;
    text-align: center;
    width: 100%;
}
.section-title {
    float: left;
    width: 100%;
}
.section-title > h2 {
    font-weight: 800;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;  margin-top: 30px;text-align: center;
}
.section-title > h2::before {
    background-color: #e5e5e5;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -29px;
    position: absolute;
    width: 59px;
}
span.about-play-icon {
    background-image: url("images/play.png");
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 9999;
    background-size: 50px;
}

/* Albums Section
========================= */
.portfolio {
    float: left;
    position: relative;
    width: 100%;
}
.portfolio ul li {
    float: left;
    position: relative;
    overflow: hidden;
    width: 25%;
}
.portfolio img {
    width: 100%;
    -webkit-transition: all 1.1s ease 0s;
       -moz-transition: all 1.1s ease 0s;
        -ms-transition: all 1.1s ease 0s;
         -o-transition: all 1.1s ease 0s;
            transition: all 1.1s ease 0s;
}
.portfolio .awardsImg img {
    width: auto;
    max-height: 200px;
    max-width: 200px;
    position: absolute;
    height: auto;
    -webkit-transition: all 1.1s ease 0s;
    -moz-transition: all 1.1s ease 0s;
    -ms-transition: all 1.1s ease 0s;
    -o-transition: all 1.1s ease 0s;
    transition: all 1.1s ease 0s;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.portfolio .awardsImg .item ul li {
        width: 100%;
    height: 200px;
    position: relative;
} 
.caption {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    padding: 0px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
        -ms-transform: scale(2);
         -o-transform: scale(2);
            transform: scale(2);
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
.portfolio ul li:hover .caption {
    opacity: 1;
    filter: alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.caption > h3 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
    margin-top: -25px;
    position: absolute;
    top: 20%;
    width: 100%;
    padding: 0 10px;
}
.caption a.view_album {
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    left: 50%;
    margin-left: -50px;
    padding: 5px 15px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 50%;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
.caption a.view_album:hover {
    background-color: #fff;
    color: #000;
}
.viewall {
    background-color: #000;
    float: left;
    text-align: center;
    width: 100%;
}
.viewall > a {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    text-transform: uppercase;
    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
}
.viewall > a:hover {
    color: #fff;
    text-decoration: none;
    margin-left: -20px;
}
.viewall a i {
    margin-left: 10px;
    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
}
.viewall > a:hover i {
    margin-left: 20px;
    margin-right: -20px;
}
a.callback-btn {
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    left: 50%;
    line-height: 30px;
    margin: -19px 5px 0 -55px;
    position: absolute;
    top: 50%;
    width: 47px;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
a.callback-btn:last-child {
    margin-left: 15px;
}
a.callback-btn:hover {
    background-color: #fff;
    color: #000;
}
.searchcallbtn{display: none !important;}
.callbtn{margin-left: -24px !important;}

.section-title > h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}
.section-title > h4:before {
    background-color: #dadada;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 59px;
}
.page-comments {
    background-color: #f3f3f3;
    float: left;
    padding: 75px 0 95px;
    text-align: center;
    width: 100%;
}
.portfolio .item ul li {
    width: 100%;
}
ul.image-grid {
    float: left;
    width: 100%;
}
#Grid .mix {
    display: none;
    opacity: 0;
    width: 100%;
}

/* Albums navigator */
.owl-controls .owl-buttons div {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-image: url("images/arrow-left.png");
    background-position: 65px 34px;
    background-repeat: no-repeat;
    background-size: 23px auto;
    border-radius: 110px;
    height: 110px;
    left: 0;
    margin-left: -100px;
    margin-top: -55px;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    width: 110px;
}
.owl-controls .owl-buttons div.owl-next {
    background-image: url("images/arrow-right.png");
    background-position: 22px 34px;
    background-repeat: no-repeat;
    background-size: 23px auto;
    left: auto;
    margin-right: -100px;
    right: 0;
    text-indent: 99999px;
}
#albums .mix{
    display: none;
    float: left;
    width: 100%;
}
/* Filterables */
.filters ul {
    display: inline-block;
    margin-left: -20px;
}
.filters ul li {
    display: inline-block;
    margin-left: 20px;
}
.filters ul li a {
    background-color: #f3f3f3;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 23px;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
.filters ul li a:hover, .filters ul li.active a {
    background-color: #000;
    color: #fff;
}

/* Albums Grid View
======================== */
.album-grid-gallery .portfolio ul.gallery,
.album-grid .portfolio ul.gallery {
    margin-left: -30px;
}
.album-grid .portfolio ul li {
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 1px #cccccc;
    box-shadow: 0px 0px 0px 1px #cccccc;
    margin-bottom: 50px;
    margin-left: 30px;
    position: relative;
    overflow: visible;
    width: 30.7%;
}
.album-grid.home .portfolio ul li::before, .album-grid.home .portfolio ul li::after {
    background-color: #fff;
}
.album-grid.grid_two_col .portfolio ul li {
    width: 46%;
}
.album-grid .portfolio ul li:before {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    content: "";
    height: 5px;
    left: 0px;
    position: absolute;
    top: -11px;
    width: 100%;
}
.album-grid .portfolio ul li:after {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    content: "";
    height: 5px;
    left: 2%;
    position: absolute;
    top: -16px;
    width: 96%;
}
.album-grid .portfolio ul li:hover {
    -webkit-box-shadow: 0px 0px 0px 1px #000;
    box-shadow: 0px 0px 0px 1px #000;
}
.grid-container {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 250px; 
}
.home.album-grid {
    background-color: #f1f1f1;
    float: left;
    padding: 80px 0;
    width: 100%;
}

/* Album Grid Gallery
========================= */
.album-grid-gallery .portfolio ul li {
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #ccc;
    box-shadow: 0 0 0 1px #ccc;
    margin: 0 0 30px 30px;
    width: 30.7%;
}
.album-grid-gallery .portfolio ul li:hover {
    -webkit-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
}
.portfolio .section-title > h2 {
    text-align: center;
}

/* Behind The Scene
====================== */
.behind_the_scene {
    float: left;
    width: 100%;
}
.behind_the_scene .video-container {
    width: 770px;
}
.behind_the_scene {
    float: left;
    padding: 35px 0 60px 0px;
    text-align: center;
    width: 100%;
}
.video-container {
    display: inline-block;
    margin-top: 40px;
    position: relative;
}
span.play-icon {
    background-image: url("images/play.png");
    height: 121px;
    left: 50%;
      background-repeat: no-repeat;
    margin: -120px 0 0 -60px;
    position: absolute;
    top: 50%;
    width: 121px;
    /* z-index: 9999; */
}
.open_video {
    top: 0px;
    left: 0px;
    position: absolute;
    overflow: hidden;
    z-index: 9;
}
.open_video > img {
    -webkit-transition: all .2s ease 0s;
       -moz-transition: all .2s ease 0s;
        -ms-transition: all .2s ease 0s;
         -o-transition: all .2s ease 0s;
            transition: all .2s ease 0s;
}
.iframe {
    width: 100%;
}

.subvideobtn {
  background-color: #000;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  /*margin-top: 80px; */
   font-weight: 600;
  padding: 11px 20px;
  text-decoration: none;
  text-transform: uppercase;
 -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;}



/* Homepage blogS
====================== */
.blogS {
    background-color: #e1e1e1;
    float: left;
      padding: 30px 0px 50px 0px;
    text-align: center;
    width: 100%;
}
.blogS .section-title > h2::before {
    background-color: #cacaca;
}
.open_video:hover > img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.blogS ul {
    float: left;
    margin-left: -30px;
    padding: 0;
}
.blogS ul li {
    float: left;
    margin-left: 30px;
    width: 360px;
}
.blogS ul li article figure {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.blogS ul li article figure img {
    width: 100%;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
.blogS ul li article figure:hover > img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.text_details {
    float: left;
    text-align: left;
    width: 100%;
}
.post-title {
    font-size: 18px;
    font-weight: bold;
}
.text_details > p {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}
.date {
    color: #989898;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
a.readmore {
    background-color: #fff;
    border-radius: 2px;
    color: #a3a3a3;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #000;
    line-height: 18px;
    margin-top: 5px;
    padding: 14px 30px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
a.readmore:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

a.blogSreadmore {
  background-color: #fff;
  border-radius: 2px;
  color: #a3a3a3;
  display: inline-block;
  font-size: 14px;
    font-weight: 500;
    border: 1px solid #000;
  line-height: 18px;
  margin-top: 80px;
  padding: 14px 30px;
  text-decoration: none;
  text-transform: uppercase;
 -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;}

  a.blogSreadmore:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/* subscribe sectioin */

.subscribeMain{clear: both;
    padding: 40px 0px;
    text-align: center;
    width: 100%;
  background-color: #cdcdcd;}

.subbtn {
  background-color: #fff;
  border-radius: 2px;
  color: #a3a3a3;
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
    font-weight: 500;
    border: 1px solid #000;
  line-height: 21px;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
 -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;}

  a.subbtn:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.subtext{  text-align: center;width: auto;}
.subtext h3{color: #1b1b1b;font-size: 24px;}
.subemail{width: 400px !important;margin: auto !important;border: 1px solid #1b1b1b!important;}


.textslider{background-color: #e6e6e6;  padding: 30px 0 30px 0px;}
.customSlide li{border-color: #000 !important;}
.slider-indicators{bottom: -40px !important;left: 25px !important;}
.slider-indicators .active {  background-color: #000!important;}
/*.slider-inner {padding: 80px 0;}*/

footer#footer {
    background-color: #000;
    float: left;
    padding: 58px 0 45px;
    text-align: center;
    width: 100%;
}
footer#footer.footer-v2 {
    background-color: #f3f3f3;
}
.social-network {
    margin: 40px 0;
}
.social-network ul li {
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}
.social-network ul li a {
    color: #6a6a6a;
    display: inline-block;
    font-size: 27px;
    margin: 0 23px;
}
.social-network ul li a:hover {
    color: #fff;
}
.footer-v2 .social-network ul li a:hover {
    color: #000;
}
.copyrights > p {
    color: #6a6a6a;
    font-size: 12px;
    margin: 0;
}

/* About Us Page
==================== */
.quote {
    display: inline-block;
    padding: 25px;
    width: 560px;
}
body blockquote {
    border: medium none;
    color: #aaa;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}
blockquote:before {
    color: #aaa;
    content: "“";
    font-size: 36px;
    left: 0px;
    position: absolute;
    top: 10px;
}
blockquote:after {
    color: #aaa;
    content: "“";
    font-size: 36px;
    right: 0px;
    position: absolute;
    bottom: 10px;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
         -o-transform: scale(-1);
            transform: scale(-1);
}
.readmore.black {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
.readmore.black:hover {
    background-color: #fff;
    color: #000;
}
.author_img {
    border-radius: 300px;
    float: left;
    margin-top: -150px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.author_img article {
    background-color: #fff;
    border-radius: 300px;
    display: inline-block;
    height: 298px;
    overflow: hidden;
    padding: 12px;
    width: 298px;
}
.author_img figure img {
    border-radius: 300px;
    -webkit-transition: all .4s linear;
       -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
         -o-transition: all .4s linear;
            transition: all .4s linear;
}
.author_img article:hover figure img {
    -webkit-transform: rotate(10deg);
       -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
         -o-transform: rotate(10deg);
            transform: rotate(10deg);
}

/* Price Tables
========================== */
article.price-table {
    float: left;
    position: relative;
    width: 100%;
}
.title {
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
}
.price {
    border-bottom: 5px solid #e6e6e6;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 30px;
    padding-bottom: 25px;
}
a.selection_btn {
    background-color: #e1e1e1;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 170px;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
a.selection_btn:hover,
a.selection_btn:focus {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.options {
    float: left;
    min-height: 290px;
    width: 100%;
}
article.price-table.featured .price {
    border-color: #000;
}
article.price-table.featured a.selection_btn {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
article.price-table.featured a.selection_btn:hover {
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}
.options ul li {
    line-height: 40px;
}
article.price-table.price-v2 .price {
    border: none;
    position: relative;
}
article.price-table.price-v2 .price:before {
    background-color: #eaeaea;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 59px;
}
article.price-table.price-v2 {
    border: 1px solid #000;
    padding: 20px 0px 40px;
}

/* Contact Page
======================= */
.contact-form {
    float: left;
    margin-top: 0px;
    width: 100%;
}
.contact-form ul li {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.contact-form ul li input[type="text"], .contact-form ul li input[type="submit"], .contact-form ul li textarea {
    border: 1px solid #cecece;
    border-radius: 2px;
    color: #ababab;
    float: left;
    height: 59px;
    padding: 10px 20px;
    width: 100%;
    outline: none;
}
.contact-form ul li textarea:focus, .contact-form ul li input[type="text"]:focus {
    border: 1px solid #000;
    color: #000;
}
.contact-form ul li textarea {
    height: auto;
    resize: none;
}
.contact-form ul li input[type="submit"] {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.gform_wrapper ul li.gfield{clear: none !important;margin-bottom: 0 !important;}
.contact-form ul li:nth-child(1), .contact-form ul li:nth-child(2) {
        width: 49.25%;
}
.contact-form ul li:nth-child(1) {
    padding-right: 15px;
}
.contact-form ul li:nth-child(2) {
    padding-left: 15px;
}
.banner.inner.contact:before {
    display: none;
}
.content-section {
    float: left;
    text-align: left;
    width: 100%;
}
.sidebar {
    text-align: left;
}

/* blogS
====================== */
.blogS-section article {
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
}
.blogS article figure, .blogS-slides {
    float: left;
    width: 100%;
}
.blogS-video .video-container {
    float: left;
    margin: 0px;
    width: 100%;
}
.blogS-section article figure {
    float: left;
    overflow: hidden;
    width: 100%;
}
.blogS-section article figure figcaption {
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    float: left;
    padding: 15px 20px;
    width: 105px;
}
.blogS-section article figure figcaption ul{margin-bottom:0px;}
.blogS-video, .blogS-slides, .blogS-img {
    float: right;
    overflow: hidden;
    width: 86%;
}
.blogS-section .flex-control-nav {
    display: none;
}
.blogS-section article figure figcaption ul li i {
    display: block;
    font-size: 35px;
    text-align: center;
}
.blogS-section article figure img {
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
            /* width: 100%; */
}
.blogS-section article figure:hover .blogS-img > img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.blogS-section article figure figcaption ul li {
    border-top: 1px solid #e5e5e5;
    color: #000;
    font-size: 14px;
    /* padding: 30px 0; */
    text-align: center;
}
.blogS-section article figure figcaption ul li:first-child {
    border-top: none;
}
.blogS-section .open_video > img {
    width: 100%;
}
.blogS-section article figure figcaption span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.blogS-section article figure figcaption span a {
    color: #000;
}
.text_blogS {
    float: left;
    padding: 40px 30px 0px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9;
}
a.read_more {
    background-color: #e1e1e1;
    border-radius: 2px;
    color: #8f8f8f;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    text-transform: uppercase;
    width: 130px;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
a.read_more:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.text_blogS > p {
    margin-bottom: 15px;
}
.blogS-section .post-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.author-img {
    border: 7px solid #fff;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    display: inline-block;
    height: 100px;
    left: 50%;
    margin-left: -37px;
    position: absolute;
    top: -36px;
    width: 100px;
}
.author-img > img {
    border-radius: 100%;
}
.blogS-video a.open_video::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

/* blogS Fullwidh
=================== */
.fullwidth .blogS-video, .fullwidth .blogS-slides, .fullwidth .blogS-img {
    width: 100%;
}
.post-options ul {
    margin-left: -20px;
}
.post-options ul li {
    color: #cccccc;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-left: 20px;
}
.post-options ul li i {
    font-size: 18px;
    margin-right: 10px;
}
.post-options ul li a {
    color: #cccccc;
}
.post-options ul li:hover,
.post-options ul li:hover a {
    color: #000;
}

/* blogS Grid View
================================ */
.article_container {
    margin-left: -30px;
}
.blogS-section.grid article {
    border: 1px solid #e1e1e1;
    display: inline-block;
    float: none;
    margin: 0 0 50px 30px;
    vertical-align: top;
    width: 30.5%;
}
.grid .blogS-video, .grid .blogS-slides, .grid .blogS-img {
    width: 100%;
}

/* blogS Details Page
================================ */
.blogS-section.details > article {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.details .blogS-video, .details .blogS-slides, .details .blogS-img {
    width: 100%;
}
.blogS-section.details article figure .blogS-img img {
    width: 100%;
}
.details.details-v2 .post-options {
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.details.details-v2 .post-options::before {
    background-color: #e1e1e1;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -29px;
    position: absolute;
    width: 59px;
}
.details.details-v2 .spacer {
    height: 50px;
}
.subbtn1{  padding: 10px 61px !important;background:#000;color:#fff;  margin-right: 10px;}
/* About author
==================== */
.about-author {
    float: left;
    margin-top: 40px;
    position: relative;
    text-align: center;
    width: 100%;
}
.about-author .author-img {
    border: medium none;
    box-shadow: none;
    left: auto;
    margin: 0;
    position: relative;
    top: 0;
}
.about-author h5 {
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 600;
}

/* Social Sharing
======================== */
.social-sharing {
    float: left;
    padding: 15px 0px 0px;
    text-align: center;
    width: 100%;
}
.social-sharing > ul {
    margin: 0;
}
.social-sharing ul li {
    display: inline-block;
}
.social-sharing ul li a {
    color: #b5b5b5;
    float: left;
    font-size: 30px;
    width: 55px;
}
.social-sharing ul li a:hover {
    color: #000;
}

/* Tags
==================== */
.tags {
    color: #b5b5b5;
    float: left;
    text-align: center;
    width: 100%;
}
.tags a {
    color: #b5b5b5;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}
.tags a:hover {
    color: #000;
}

/* Related Post
======================== */
.related-posts {
    border-bottom: 1px solid #f2f2f2;
    float: left;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}
.related-posts .section-title {
    margin-bottom: 40px;
}
.content-section .related-posts .section-title > h2:before {
    left: 50%;
    margin-left: -29px;
}
.content-section .related-posts .section-title > h2 {
    font-size: 24px;
    padding-bottom: 30px;
}
.related-posts .blogS-section.grid {
    float: left;
    margin-left: -30px;
}
.related-posts .blogS-section.grid > article {
    width: 355px;
}

/* Comments Form
==================== */
#comments .contact-form li:last-child {
    margin-bottom: 0;
}
.blogS-section.details > div#comments {
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
.blogS-section.details > div#comments .section-title {
    margin-bottom: 25px;
}
.content-section .blogS-section.details > div#comments .section-title > h2:before {
    left: 50%;
    margin-left: -29px;
}
.content-section .blogS-section.details > div#comments .section-title > h2 {
    font-size: 24px;
    padding-bottom: 30px;
}
#comments .section-title > h2 {
    font-size: 29px;
    font-weight: 600;
}
.content-section #comments .contact-form {
    margin-top: 20px;
}
#comments .contact-form {
    margin-top: 20px;
}
.spacer {
    float: left;
    height:50px;
    width: 100%;
}

/* Pagination
==================== */
div.pagination {
    float: left;
    margin: 0;
    padding: 0px 0 0px;
    text-align: center;
    width: 100%;
}
.pagination > ul {
    margin: 0 0 0 -30px;
}
.pagination ul li {
    display: inline-block;
    margin-left: 30px;
    width: 45.6%;
}
.fullwidth .pagination ul li, .grid .pagination ul li {
    width: 47.2%;
}
.pagination ul li a {
    background-color: #e1e1e1;
    border-radius: 2px;
    color: #8f8f8f;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
.pagination ul li a:hover {
    background-color: #000;
    color: #fff;
}
/* Scroll to Top Button
============================== */
a.scrollToTop {
    background-color: rgba(0,0,0,0.7);
    border: 1px solid transparent;
    bottom: 20px;
    color: #fff;
    right: -100%;
    font-size: 21px;
    font-weight: bold;
    padding: 10px 10px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 999999;
    height: 50px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
a.scrollToTop:focus,
a.scrollToTop:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
a.scrollToTop.left {
    opacity: 0.8;
    right: 20px;
}
a.scrollToTop.right {
    opacity: 0;
    right: 0;
}

/* ===========================
            Widgets
============================== */

/* Contact info Widget
========================== */
.content-section .section-title > h2:before,
.sidebar .section-title > h2:before {
    left: 0;
    margin: 0;
}
.content-section .section-title > h2,
.sidebar .section-title > h2 {
    margin-bottom: 0;
    padding-bottom: 20px;
}
.content-section .contact-form {
    margin-top: 30px;
}
.contact-info {
    border: 1px solid #cecece;
    border-radius: 5px;
    overflow: hidden;
}
.widget {
    float: left;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}
iframe {
    float: left;
    width: 100%;
}
.map {
    border-bottom: 1px solid #cecece;
    float: left;
    width: 100%;
}
.info {
    float: left;
    padding: 19px 20px;
    width: 100%;
}
.info ul li i {
    background-color: #a5a5a5;
    border-radius: 40px;
    color: #fff;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    text-align: center;
    width: 38px;
}
.widget.contact-info .info ul li {
    border: medium none;
    line-height: normal;
    margin-top: 20px;
    padding: 0;
    text-align: left;
}
.widget.contact-info .info ul li:first-child {
    margin-top: 0px;
}

/* Bf Photo widget
====================== */
.widget_bf_photos.widget {
    margin-top: 0;
}
.widget_bf_photos .text_details {
    background-color: #000;
    padding: 52px 30px 25px;
    position: relative;
    text-align: center;
}
.widget_bf_photos h3.widget-title {
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
}
.widget_bf_photos .text_details > p {
    color: #a3a3a3;
    font-size: 18px;
    line-height: 24px;
}
.widget_bf_photos figure {
    float: left;
    overflow: hidden;
    width: 100%;
}
.widget_bf_photos .author-img {
    height: 75px;
    width: 75px;
}
.widget_bf_photos figure img {
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
.widget_bf_photos figure:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

/* Categories Widget
=========================== */
h3.widget-title {
    background-color: #e1e1e1;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    margin: 0px;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
}
.widget ul {
    float: left;
    margin: 0px;
    width: 100%;
}
.widget ul li {
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 600;
    float: left;
    line-height: 48px;
    padding: 8px 0px;
    position: relative;
    text-align: center;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}
.widget ul li:before {
    background-color: #000;
    content: "";
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
}
.widget ul li:hover:before {
    display: block;
}
.widget ul li a {
    color: #a3a3a3;
}
.widget ul li:hover a,
.widget ul li:hover {
    color: #000;
}
.widget ul li:hover {
    border-color: #000;
}

/* Widget Social Networking
================================== */
.widget.social-networking ul {
    border: 1px solid #e1e1e1;
    float: left;
    text-align: center;
    width: 100%;
}
.widget.social-networking ul li {
    border: medium none;
    display: inline-block;
    float: none;
    width: 48px;
}
.widget.social-networking ul li:hover:before {
    display: none;
}
.widget.social-networking ul li a {
    float: left;
    font-size: 25px;
    width: 100%;
}

/* Widget Instagram
=============================== */
.widget.widget_instagram {
    background-color: #e1e1e1;
    float: left;
    width: 100%;
}
.instagram {
    background-image: url("images/instagram.png");
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    padding: 10px 32px 20px 28px;
    width: 100%;
}
.instagram .flex-control-nav {
    display: none;
}
.widget_instagram h3.widget-title {
    background-color: transparent;
    padding-bottom: 0;
}
.widget_instagram .flex-direction-nav a {
    height: 37px;
    left: -10px;
    line-height: 37px;
    margin-top: 0;
    top: 0;
    width: 37px;
}
.widget_instagram ul li {
    border: none;
}
.widget_instagram ul li:hover:before {
    display: none;
}
.widget_instagram ul.flex-direction-nav {
    left: 0;
    margin-top: -19px;
    position: absolute;
    top: 50%;
}
.widget_instagram .flex-direction-nav a.flex-next {
    left: auto;
    margin-top: 0;
    right: -10px;
    top: -15px;
}
.flex-next > img, .flex-prev > img {
    width: 11px;
}

/* Widget Ad
======================= */
.widget.widget_ad {
    background-color: #e1e1e1;
    float: left;
    padding: 30px;
    text-align: center;
    width: 100%;
}

/* Widget Facebook
======================= */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe {
    width: 100% !important;
}

/* 404 Error Page
======================= */
.error_page {
    background-image: url("images/404-pattern.jpg");
    float: left;
    padding: 90px 0;
    text-align: center;
    width: 100%;
}
.error_img {
    display: inline-block;
    max-width: 100%;
}
.error_title {
    display: block;
    float: left;
    padding: 25px 0;
    width: 100%;
}
.error_title h2 {
    color: #c7c7c7;
    font-size: 44px;
    margin: 0;
    text-transform: uppercase;
}
.error_search {
    float: left;
    width: 100%;
}
.error_search form {
    display: inline-block;
    position: relative;
    width: 60%;
}
.error_search form input[type="text"] {
    border: 1px solid transparent;
    border-radius: 5px;
    color: #000;
    float: left;
    font-style: italic;
    font-weight: 600;
    height: 70px;
    padding: 10px 20px;
    width: 100%;
}
.error_search form i {
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 18px;
}
.error_search form input[type="submit"] {
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
}

/* Coming soon
======================= */
.comingsoon .logo {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    position: relative;
}
.countdown {
    background-image: url(images/comingsoon.jpg);
    background-repeat: no-repeat;
    background-color: #ececec;
    background-position: right top;
    float: left;
    padding: 20px 0 90px 0;
    text-align: center;
    position: relative;
    width: 100%;
}
.countdown.view2::before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.countdown.view2 {
    background-image: url("images/comingsoon-img2.jpg");
    background-position: center center;
    background-size: cover;
    position: relative;
}
.comingsoon .countdown.view2 .section-title > h2 {
    color: #fff;
    font-weight: 600;
    text-transform: none;
}
.comingsoon .countdown.view2 .section-title > h2 span {
    font-weight: 300;
    font-style: italic;
}
.comingsoon .countdown.view2 .section-title > h2:before {
    background-color: rgba(255,255,255,0.5);
}
.countdown_names {
    text-transform: uppercase;
    font-size: 70px;
    line-height: 80px;
}
.container > div#getting-started {
    display: inline-block;
    margin-top: 100px;
    vertical-align: top;
    position: relative;
    width: 100%;
}
.container > div#getting-started span {
    display: block;
    font-size: 25px;
}
.comingsoon .section-title {
    display: inline-block;
    width: 60%;
    float: none;
    margin-top: 110px;
}
.comingsoon .section-title > h2 {
    font-weight: 300;
    font-size: 44px;
}
#getting-started ul li {
    display: inline-block;
    padding: 20px;
    border-radius: 197px;
    height: 197px;
    width: 197px;
    margin: 0px 15px 20px;
    color: #fff;
    text-align: center;
    background-color: #000;
}
.comingsoon .countdown.view2 #getting-started ul li {
    background-color: transparent;
    border: 3px solid #fff;
}
.social-sharing-icons {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}
.social-sharing-icons .social-network {
    margin: 10px;
}
.social-sharing-icons .social-network ul {
    margin-bottom: 0px;
}
.social-sharing-icons .social-network ul li a {
    color: #fff;
}
/* HARDIK */
.subscribeMain .form-control{height:40px;border-radius:0px;}
.darkBtn:hover{text-shadow:none;  font-weight: 500 !important;}
.darkBtn{background-color: #000;  margin-top: 25px;  color: #fff;} 
.subscribeMain .subtext h3 {  margin-bottom: 25px;margin-top: 0;}
.section-castCrew .col-md-6{position:relative;  margin-top: 130px;}
.section-castCrew .col-md-6-info{/*border:2px solid #000;*/text-align:center;position:relative;  padding: 15px 60px 30px 60px;  max-height: 500px;
  overflow-y: scroll;}
  
 /* .col-md-6-info-scroll{overflow-y: scroll;margin-top:80px;  padding: 0px 60px 30px 60px; } */
.section-castCrew .col-md-6-img{  position: absolute;  width: 150px;  height: 150px;  border-radius: 50%;  background-color: #000;  overflow: hidden;  top: -75px;  left: 50%;  margin-left: -75px;  border: 5px solid #fff;}
.press-info{text-align:left;clear:both;overflow:hidden;}
.press-info h3{text-align:left;  font-size: 20px;height: 45px; overflow: hidden;}
.press-info p {height: 95px; overflow: hidden; }
.pressImag img {opacity: 0;}
.press-info {  font-size: 16px;  padding: 0px 5px;}
.darkBtn1 {  background-color: #000;  /* margin-top: 25px; */  color: #fff;  margin-bottom: 7px;}
.nicescroll-rails{z-index:99 !important;}
.section-title-contact h2{text-transform: uppercase;  text-align: left;  font-weight: 700;  margin-bottom: 30px;}
.section-title-contact{text-align:left;padding-left:20px;}
.section-title-contact ul li{margin-bottom:20px;  font-size: 18px;}
.section-title-contact span{padding-left:15px;  font-weight: 500;}
.home-border{height:1px;background:#000;width:100%;}
.behind_the_scene{  border-bottom: 3px #eee solid;} 
.logo a{display:block;width:100%;height:100%;}
.fa-search-gallery{  font-size: 24px !important;  line-height: 60px !important;}
.callback-btn-gallery{   border-radius: 50% !important;  height: 70px !important;  left: 50% !important;  margin: -35px 5px 0 -35px !important;  top: 50% !important;  width: 70px !important;}

.size-chart-cal span.play-icon {  margin: -60px 0 0 -60px;}
.size-chart-cal-1 {position:relative;}
.size-chart-cal { text-align:center; padding: 15px 10px;  /* margin: 0 auto; */  margin-left: 22px;  margin-top: 10px;  margin-right: 10px;  margin-bottom: 22px;  overflow: hidden;  /* background: #a7d6dc; */}
.popup-chart-border-2 {  border: 1px #2e2d29 solid;  /* width: 640px; */  margin-top: 10px;  margin-left: -12px;  margin-right: 10px;  margin-bottom: -12px;}
.popup-chart-border-1 {  border: 1px #2e2d29 solid;}
.size-chart-main {    max-width: 652px;  width: 100%; background: none;  padding-left: 25px;  margin: 0 auto;  overflow: hidden;  padding-bottom: 25px;  padding-top: 15px;  padding-right: 15px;  background-color: #fff;}
.home-banner{width:100%;height:100%;position:relative;}
.home-banner-info{text-align:center;position:absolute;  top: 30%;color:#fff;font-weight:600;z-index:999;}
.home-banner-info h3{text-align:center;  width: 80%;  margin: 0 auto;}
.banner-overlay{position:absolute;top:0px;background:rgba(0,0,0,0.4);width:100%;height:100%;}
.home-sub-btn{background:#fff;color:#000;  margin-top: 70px;  text-transform: capitalize;  font-size: 16px;}
.textslider h3{font-size:18px;margin-top: 0;}
.textslider p{font-size:14px;}
.album-grid .portfolio ul li:nth-child(3n+1){clear: both;}
.gform_button{ margin-top: 20px;font-size: 15px; height: 60px; width: 97.5%; border-radius: 0px; font-weight: bold; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); border: 0;}


