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

Theme Name: Fatafo Creative Html Template.
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 Blog
14. About Us Page
15. Price Tables
16. Contact Page
17. Blog
18. Blog Fullwidh
19. Blog Grid View
20. Blog 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;
}

/* 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;
	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;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 39px;
	padding-left: 0;
}
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;*/
    position:static;
    top: 0;
    z-index: 999999;
}
.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-logo.png");
    background-repeat: no-repeat;
    height: 35px;
    margin-top: 5px;
    width: 197px;
}
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;
	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;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
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;
}
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 10px;
    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;
    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: auto;*/
	position: relative;
    width: 100%;
}
.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;
}
.banner.inner3 {
    max-height: 300px;
    overflow: hidden;
}
.banner.inner3:before {
  /*  background-color: rgba(0, 0, 0, 0.4);*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner.inner3 .section-title > h2 {
    color: #fff;
    margin: 0;
    padding: 0;
}
.banner.inner3 .section-title > h2::before {
    display: none;
}

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

.about {
    float: left;
    padding: 0px 0;
    text-align: center;
    width: 100%;
}
.about2 {
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.about3 {
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
.section-title {
    float: left;
    width: 100%;
}
.section-title > h2 {
	font-weight: 600;
	margin: 0 0 30px;
	padding-bottom: 30px;
	position: relative;
	color: #535353;    
	/*text-transform: uppercase;*/
}
.section-title3 > h2 {
	font-weight: 600;
	margin: 0;
	position: relative;
	color: #535353;
	padding: 0px;	/*text-transform: uppercase;*/
}
.section-title2 > h2 {
	font-weight: 600;
	padding-bottom: 30px;
	position: relative;
	color: #535353;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 30px;	/*text-transform: uppercase;*/
}
.section-title > h2::before {
    background-color: #e5e5e5;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -29px;
    position: absolute;
    width: 59px;
}

/* 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 ul li: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);
}
.caption {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    padding: 150px 0;
    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: 24px;
    line-height: 48px;
    margin: 0;
    text-transform: uppercase;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.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;
}
.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/prev.png");
    background-position: 65px 34px;
    background-repeat: no-repeat;
    background-size: 23px auto;
    border-radius: 110px;
    height: 110px;
    left: 0;
    margin-left: -55px;
    margin-top: -55px;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    width: 110px;
}
.owl-controls .owl-buttons div.owl-next {
    background-image: url("images/next.png");
    background-position: 22px 34px;
    background-repeat: no-repeat;
    background-size: 23px auto;
    left: auto;
    margin-right: -55px;
    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%;
}
.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: 80px 0;
    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%;
    margin: -60px 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%;
}

/* Homepage Blog
====================== */
.blog {
    background-color: #e1e1e1;
    float: left;
    padding: 90px 0px;
    text-align: center;
    width: 100%;
}
.blog .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);
}
.blog ul {
    float: left;
    margin-left: -30px;
    padding: 0;
}
.blog ul li {
    float: left;
    margin-left: 30px;
    width: 360px;
}
.blog ul li article figure {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.blog 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;
}
.blog 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: normal;
    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;
}
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: #A3A3A3;
	font-size: 14px;
	margin: 0;
	font-weight: 600;
}

/* 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: 999;
}
.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%;
}
.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;
}
.contact-form ul li:nth-child(1), .contact-form ul li:nth-child(2) {
    width: 50%;
}
.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;
}

/* Blog
====================== */
.blog-section article {
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
}
.blog article figure, .blog-slides {
    float: left;
    width: 100%;
}
.blog-video .video-container {
    float: left;
    margin: 0px;
    width: 100%;
}
.blog-section article figure {
    float: left;
    overflow: hidden;
    width: 100%;
}
.blog-section article figure figcaption {
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    float: left;
    padding: 5px 20px;
    width: 105px;
}
.blog-video, .blog-slides, .blog-img {
    float: right;
    overflow: hidden;
    width: 86%;
}
.blog-section .flex-control-nav {
    display: none;
}
.blog-section article figure figcaption ul li i {
    display: block;
    font-size: 35px;
    text-align: center;
}
.blog-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;
}
.blog-section article figure:hover .blog-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);
}
.blog-section article figure figcaption ul li {
    border-top: 1px solid #e5e5e5;
    color: #000;
    font-size: 14px;
    padding: 30px 0;
    text-align: center;
}
.blog-section article figure figcaption ul li:first-child {
    border-top: none;
}
.blog-section .open_video > img {
    width: 100%;
}
.blog-section article figure figcaption span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog-section article figure figcaption span a {
    color: #000;
}
.text_blog {
    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_blog > p {
    margin-bottom: 15px;
}
.blog-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%;
}
.blog-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;
}

/* Blog Fullwidh
=================== */
.fullwidth .blog-video, .fullwidth .blog-slides, .fullwidth .blog-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;
}

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

/* Blog Details Page
================================ */
.blog-section.details > article {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.details .blog-video, .details .blog-slides, .details .blog-img {
    width: 100%;
}
.blog-section.details article figure .blog-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;
}

/* 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 .blog-section.grid {
    float: left;
    margin-left: -30px;
}
.related-posts .blog-section.grid > article {
    width: 355px;
}

/* Comments Form
==================== */
#comments .contact-form li:last-child {
    margin-bottom: 0;
}
.blog-section.details > div#comments {
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
.blog-section.details > div#comments .section-title {
    margin-bottom: 25px;
}
.content-section .blog-section.details > div#comments .section-title > h2:before {
    left: 50%;
    margin-left: -29px;
}
.content-section .blog-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: 65px;
    width: 100%;
}
.spacer2 {
    float: left;
    height: 25px;
    width: 100%;
}
.spacer5 {
    float: left;
    height: 300px;
    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-top: 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;
}

/* Responsive Menu
============================== */
#hamburger {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    height: 45px;
    float: right;
    right: 0;
    position: relative;
    top: 0px;
    width: 70px;
    z-index: 2;
}
#hamburger:before, #hamburger:after, #hamburger span {
    background-color: #000;
    content: "";
    display: block;
    height: 5px;
    right: 20px;
    position: absolute;
    width: 30px;
}
#hamburger:before {
    top: 10px;
}
#hamburger span {
    top: 20px;
}
#hamburger:after {
    top: 30px;
}
#hamburger:before, #hamburger:after, #hamburger span {
    transition-delay: 0.5s;
    transition-duration: 0.5s;
    transition-property: transform, top, bottom, right, opacity;
    transition-timing-function: ease;
}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {
    top: 20px;
}
html.mm-opening #hamburger span {
    right: -50px;
    opacity: 0;
}
html.mm-opening #hamburger:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
html.mm-opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
header.sticky #hamburger::before, header.sticky #hamburger::after, header.sticky #hamburger span {
    background-color: #fff;
}

/* Responsive Styles
======================= */

@media (min-width: 980px) and (max-width: 1025px) {
    .blog ul li {
        width: 30%;
    }
    .caption > h3 {
        font-size: 20px;
    }
    .caption {
        padding: 100px 0;
    }
    .countdown {
        background-size: cover;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .blog ul li {
        width: 29%;
    }
    .caption > h3 {
        font-size: 20px;
    }
    .caption {
        padding: 100px 0;
    }
    #hamburger {
        display: block;
    }
    nav.navigation {
        display: none;
    }
    .portfolio ul li {
        width: 50%;
    }
    .behind_the_scene .video-container, .open_video > img {
        max-width: 100%;
    }
    .open_video {
        height: 100%;
        width: 100%;
    }
    .iframe {
        height: 425px;
        overflow: hidden;
    }
    .blog-video, .blog-slides, .blog-img {
        width: 100%;
    }
    .blog-section article figure figcaption ul li {
        border-left: 1px solid #e5e5e5;
        border-top: medium none;
        display: inline-block;
        padding: 10px 0;
        width: 32%;
    }
    .blog-section article figure figcaption ul li:first-child {
        border-left: none;
    }
    .blog-section article figure figcaption {
        border-right: 1px solid #f3f3f3;
        padding: 0px;
        width: 100%;
    }
    .pagination ul li {
        width: 41%;
    }
    .blog-section.sidepanel ul {
        margin: 0;
    }
    #getting-started ul li {
        padding: 20px;
        border-radius: 130px;
        height: 130px;
        width: 130px;
        margin: 0px 5px 10px;
        background-color: #000;
    }
    .countdown_value {
        font-size: 30px !important;
        line-height: 45px !important;
    }
    .countdown_names {
        font-size: 26px !important;
        line-height: 32px !important;
    }
    .countdown {
        background-size: cover;
    }
}
@media (max-width: 767px) {
    .blog-section.sidepanel ul {
        margin: 0;
    }
    .countdown {
        background-size: cover;
    }
    .blog-section article figure figcaption ul li {
        border-left: 1px solid #e5e5e5;
        border-top: medium none;
        display: inline-block;
        padding: 10px 0;
        width: 32%;
    }
    .blog-section article figure figcaption ul li:first-child {
        border-left: none;
    }
    .blog-section article figure figcaption {
        border-right: 1px solid #f3f3f3;
        padding: 0px;
        width: 100%;
    }
    .blog-video, .blog-slides, .blog-img {
        width: 100%;
    }
    .blog ul,
    .blog ul li {
        margin: 0px;
        width: 100%;
    }
    .blog ul li {
        margin-bottom: 30px;
    }
    .caption > h3 {
        font-size: 20px;
    }
    .caption {
        padding: 100px 0;
    }
    #hamburger {
        display: block;
    }
    nav.navigation {
        display: none;
    }
    .portfolio ul li {
        width: 100%;
    }
    .behind_the_scene .video-container, .open_video > img {
        max-width: none;
    }
    .open_video {
        height: 100%;
        width: 100%;
    }
    /*.iframe {
        height: 429px;
        overflow: hidden;
    }*/
    .contact-form ul li:nth-child(1), .contact-form ul li:nth-child(2) {
        padding: 0;
        width: 100%;
    }
    .author_img article {
        height: 120px;
        width: 120px;
    }
    .author_img {
        margin-top: -50px;
    }
    .pagination ul li {
        width: 40%;
    }
    .widget img {
        width: 100%;
    }
    .quote {
        width: 100%;
    }
    div.pagination {
        margin-bottom: 60px;
    }
    .behind_the_scene .video-container {
        max-width: 100%;
    }
    .banner.inner .section-title {
        display: none;
    }
    .text_details {
        text-align: center;
    }
}
@media (max-width: 420px) {
    .comingsoon .section-title > h2 {
        font-size: 21px;
        font-weight: 600;
        letter-spacing: 2px;
    }
    .comingsoon .section-title {
        margin-top: 40px;
        width: 80%;
    }
    .container > div#getting-started {
        margin-top: 30px;
    }
    #getting-started ul li {
        padding: 5px;
        border-radius: 70px;
        height: 70px;
        width: 70px;
        margin: 0px 5px 10px;
        background-color: #000;
    }
    .countdown_value {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .countdown_names {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .social-sharing-icons .social-network ul li a {
        margin: 0px 5px;
    }
    header#header.header2 .social-network {
        position: relative;
        right: 0;
    }
    .error_search form {
        width: 100%;
    }
    ::-webkit-input-placeholder {
       display: none;
    }
    :-moz-placeholder { /* Firefox 18- */
       display: none;  
    }
    ::-moz-placeholder {  /* Firefox 19+ */
       display: none;  
    }
    :-ms-input-placeholder {  
       display: none;  
    }
    .error_search form input[type="text"] {
        padding-right: 63px;
    }
}
@media (max-width: 330px) {
    .iframe {
        height: 172px;
        overflow: hidden;
    }
    .pagination ul li {
        width: 100%;
    }
}
.artworkv36 {
	height: 40%;
	width: 40%;
}

.artworkh36 {
	height: 50%;
	width: 50%;
}

.artworkv48 {
	height: 45%;
	width: 45%;
}

.artworkh48 {
	height: 75%;
	width: 75%;
}
a.advert2_btn
{
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 37px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-decoration-line: none;
	text-decoration-style: solid;
	text-transform: uppercase;
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-out;
	transition-delay: 0s;
	text-align: center;	
}
a.advert2_btn:hover
{
  background-color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #000000;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  color: #000000;
  text-decoration-line: none;
  text-decoration-style: solid;
}


