/* GLOBAL PROPERTIES */


html, body {
    position: relative;
}

body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, nav a {
    font-family:'questrialregular';
    text-transform: none;
}

h3, .h3 {
    font-size:22px;
}

p {
	font-size:17px;
    color:#444444;
    font-family:Arial;
}

a:focus, button:focus, input:focus textarea:focus, select:focus {
    outline:none;
}

a:hover {
    text-decoration:none;
    /*color:inherit;*/
}

address {
    margin-bottom: 0;
}

body, body > *  {
    margin:0;
}

header, body > .container {
    float:left;
}

header {
    z-index: 3;
    position: relative;
}

.social {
    width:50px;
    z-index: 99;
    background:#080808;
}

@media (min-width: 991px) {
    header, .background.menuBg {
        display:block !important;
    }
}

@media (min-width: 991px) {
    .social.rightLarge,
    .social.rightSmall {
        position: absolute;
        left: 0;
    }
}
.social.leftLarge,
.social.leftSmall  {
    position: relative;
    float:right;
}

.social ul {
    list-style: none;
    z-index: 3;
    position: relative;
}


body > .container {
    width:100%;
    max-width:100%;
    padding:0;
}


@media (min-width: 991px) {

    body > .container.leftLarge {
        margin-left:-250px;
        margin-right:-50px;
    }

    body > .container.leftSmall {
        margin-left:-70px;
        margin-right:-50px;
    }

    body > .container.rightLarge {
        margin-left:0px;
        margin-right:-250px;
    }

    body > .container.rightSmall {
        margin-left:0px;
        margin-right:-70px;
    }

}

body > .container.top, 
body > .container.bottom {
    margin-left:0px;
    margin-right:-50px;
    min-height: 441px;
}

.fix-layout.leftLarge {
    margin-left:250px;
    margin-right:0px;
    /*height:100%;*/
}

.sidebar {
    top:0;
    bottom: 0;
}
@media (min-width: 991px) {

        .container .fix-layout.leftLarge.sidebarRight,
        .container .fix-layout.leftSmall.sidebarRight,
        .container .fix-layout.top.sidebarRight,
        .container .fix-layout.bottom.sidebarRight {
            margin-right:370px;
        }

        .container .fix-layout.rightLarge.sidebarRight {
            margin-right:570px;
        }
            .container .fix-layout.rightLarge.sidebarRight .sidebar{
                right:250px;
            }

        .container .fix-layout.rightSmall.sidebarRight {
            margin-right:390px;
        }
            .container .fix-layout.rightSmall.sidebarRight .sidebar {
                right:70px;
            }

        .container .fix-layout.top.sidebarRight .sidebar{
            top:0px;
        }

        .container .fix-layout.bottom.sidebarRight .sidebar{
            margin-bottom:100px;
        }

        .container .fix-layout.leftLarge.sidebarRight .sidebar,
        .container .fix-layout.leftSmall.sidebarRight .sidebar,
        .container .fix-layout.top.sidebarRight .sidebar,
        .container .fix-layout.bottom.sidebarRight .sidebar {
            right: 50px;
        }

        .container .fix-layout.leftLarge.sidebarLeft {
            margin-left:570px;
        }

            .container .fix-layout.leftLarge.sidebarLeft .sidebar {
                left:250px;
            }

        .container .fix-layout.leftSmall.sidebarLeft  {
            margin-left:390px;
        }
            .container .fix-layout.leftSmall.sidebarLeft .sidebar {
                left:70px;
            }

        .container .fix-layout.rightLarge.sidebarLeft,
        .container .fix-layout.rightSmall.sidebarLeft {
            margin-left:370px;
        }
            .container .fix-layout.rightLarge.sidebarLeft .sidebar,
            .container .fix-layout.rightSmall.sidebarLeft .sidebar {
                left:50px;
            }

        .container .fix-layout.top.sidebarLeft,
        .container .fix-layout.bottom.sidebarLeft {
            margin-left:320px;
        }


            .container .fix-layout.top.sidebarLeft .sidebar,
            .container .fix-layout.bottom.sidebarLeft .sidebar {
                left:0;
            }

        .container .fix-layout.top.sidebarLeft .sidebar {
            top:100px;
        }

    .fix-layout.leftSmall {
        margin-left:70px;
        margin-right:50px;
        height:100%;
    }

    .fix-layout.rightLarge {
        margin-left:50px;
        margin-right:250px;
        height:100%;
    }

    .fix-layout.rightSmall {
        margin-left:50px;
        margin-right:70px;
        height:100%;
    }

    .fix-layout.top,
    .fix-layout.bottom  {
        margin-left:0px;
        margin-right:50px;
        height:100%;
    }
}

.fix-layout .content {
        padding:0 30px;
}
/* end GLOBAL PROPERTIES */

/* FOOTER */
/*
footer {
    clear:both;
    width:100%;
    z-index: 2;
    position: relative;
}

footer > div > p {
   line-height:100px;
}

.rightLarge #footerPart1 {
    width:250px;
    float:right;
    position: relative;
    z-index: 9;
}

.rightSmall #footerPart1 {
    width:70px;
    float:right;
    position: relative;
    z-index: 9;
}

.leftLarge #footerPart1 {
    width:250px;
}

.leftSmall #footerPart1 {
    width:70px;
}

.leftLarge #footerPart1,
.leftSmall #footerPart1,
.rightLarge #footerPart1,
.rightSmall #footerPart1 {
    border-top:1px solid #121212;
    background:#080808;
}

.rightLarge #footerPart2 {
    float:none;
}

.rightSmall #footerPart2 {
    float:none;
}

.leftLarge #footerPart2 {
    float:left;
}

.leftSmall #footerPart2 {
    float:left;
}

#footerPart1 {
    height:100%;
    float:left;
    text-align:center;
}

#footerPart2 {
    width:100%;
    height:100%;
}

#footerPart2 > .fix-layout p {
    margin-left:30px;
}

#footerPart2 > .fix-layout p > i,
.footerTwo.partTwo > p > i {
    margin-right: 10px;
}

    #footerPart2 > .fix-layout {
        height:100px;
        border-top:1px solid #ddd;
    }

    #footerPart2 > .fix-layout *,
    .footerTwo.partTwo > * {
        display:inline; 
        line-height: 100px; 
    }

.footerTwo.partTwo > * {
    margin-left: 30px;
}

#footerPart3 {
    width:50px;
    background:#080808;
    height:100%;
    float:left;
    border-top:1px solid #121212;
}
*/
/* end FOOTER */

/* OVERRIDE BOOTSTRAP RULES */
.thumbnail {
    height: auto;
    max-width: 100%;
    padding: 0px;
    line-height: 1.428571429;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-transition: none;
    transition: none;
}

.row {
    margin-right: -30px;
    margin-left: -30px;
}

/* OVERRIDE BOOTSTRAP RULES */

/* HOME POST SLIDER */

.homePostSlider {
    height:355px;
    position: relative;
    z-index: 0;
    /*visibility:hidden;*/
    max-width:100%;
}

.homePostSlider2 {
    height: 532px;
    max-width: 100%;
    position: relative;
    z-index: 0;
}

.homePostSlider > div{
    cursor:pointer;
}

.homePostSlider .big,
.homePostSlider2 .big {
    width:518px;
    height:355;
}

    .homePostSlider .big.smallMargin,
    .homePostSlider2 .big.smallMargin {
        width:435px;
        height:335px;
    }
    
        .homePostSlider .big.largeMargin,
        .homePostSlider2 .big.largeMargin {
            width:420px;
            height:320px;
        }


.homePostSlider .portrait,
.homePostSlider2 .portrait {
    width:236px;
    height:355px;
}

    .homePostSlider .portrait.smallMargin,
    .homePostSlider2 .portrait.smallMargin {
        width:210px;
        height:335px;
    }
    
        .homePostSlider .portrait.largeMargin,
        .homePostSlider2 .portrait.largeMargin {
            width:195px;
            height:320px;
        }

.homePostSlider .landscape,
.homePostSlider2 .landscape {
    width:450px;
    height:175px;
}
    .homePostSlider .landscape.smallMargin,
    .homePostSlider2 .landscape.smallMargin {
        width:435px;
        height:160px;
    }
    
        .homePostSlider .landscape.largeMargin,
        .homePostSlider2 .landscape.largeMargin {
            width:420px;
            height:145px;
        }
    

.homePostSlider .thumbnail,
.homePostSlider2 .thumbnail {
    width:225px;
    height:175px;
}

    .homePostSlider .thumbnail.smallMargin,
    .homePostSlider2 .thumbnail.smallMargin {
        width:210px;
        height:160px;
    }
    
        .homePostSlider .thumbnail.largeMargin,
        .homePostSlider2 .thumbnail.largeMargin {
            width:195px;
            height:145px;
        }

.homePostSlider > .item,
.homePostSlider2 > .item {
    display:inline-block;
    background:#ccc;
    box-sizing:border-box;
    border-color:#000;
    margin: -1px; /* -1 is needed for homePostSlider calculations (To fit thumbnails) */
}
/*
.homePostSlider > .item.noMargin,
.homePostSlider2 > .item.noMargin {
    border-bottom:solid 1px;
    border-right:solid 1px;
}

.homePostSlider > .item.smallMargin,
.homePostSlider2 > .item.smallMargin,
.homePostSlider > .item.largeMargin,
.homePostSlider2 > .item.largeMargin {
    border:solid 1px #000;
}
*/


.item > div {
    /*
    box-shadow: inset 0px -100px 143px -50px black;
    -webkit-box-shadow: inset 0px -100px 143px -50px black;
    -moz-box-shadow: inset 0px -100px 143px -50px black;
    */
}

/* HOME POST SLIDER */

/* NAVIGATION MENU */

nav ul {
    list-style: none;
    font-size:20px;
}

.imgHolder img,
.item div img {
    width:100%;
    height:100%;
    position:relative;
    z-index:-999;
}

.verticalGallery .postContainer .imgHolder {
    position: relative;
    /*background: url("gradient_flip.png") repeat-x top;*/
    background-size: 100% 50%;
}

.imgHolder, 
.staffImg {
    position: relative;
    /*background: url("gradient.png") repeat-x bottom;*/
    background-size: 100% 50%;
}

.imgHolder img {
    width: 100%;
    height:auto;
}

.container section {
    margin-bottom:0px;
}

.background.menuBg.leftLarge {
    width:250px;
}

.background.menuBg.leftSmall {
    width:70px;
}

.background.menuBg.rightLarge {
    width:250px;
    right:0;
}

.background.menuBg.rightSmall {
    width:70px;
    right:0;
}

.background {
    background:#080808;
    position: fixed;
    top:0;
    bottom:0;
    z-index: 2;
}

.socialBg {
    width:1.5%;
    z-index:3;
}

@media (min-width: 991px) {
    .socialBg.leftLarge,
    .socialBg.leftSmall,
    .socialBg.top,
    .socialBg.bottom {
        right:0;
    }

    .socialBg.rightLarge,
    .socialBg.rightSmall{
        left:0;
    }
}

.parters {
    clear:both;
}

.hoverEffect {
    background:#ddd;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
}

.servicePost.vertical .hoverEffect {
    background: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 191px;
    z-index:-1;
}

.servicePost {
    float:left;
    border:solid 1px #ddd;
    position:relative;
    margin:0 -1px -1px 0;
}

.servicePost > .serviceContent {
    float:right;
    z-index:9;
    position:relative;
}

.servicesWrapper, .halfRow {
    margin-left: -15px;
    margin-right: -15px;
}

.servicePost {
    margin-bottom: 30px;
}

.services {
    padding:30px;
    border-right:solid 1px #ddd;
}

.services > h3{
    font-size:20px;
}

.services:last-child {
    border-right: none;
}

.services > i {
    display: block;
    color:#ddd;
}

.widget .services > i {
    display: block;
    color: #333;
}

.services > h3, .services > i {
    text-align: center;
}

.services > h3 > a {
    color:#202020;
}

.services > h3 > a:hover {
    text-decoration:none;
}



.services p {
    text-align: center;
}


#googleMap {
    width:100%;
    height:400px;
}


/* NAVIGATION MENU */

@media (min-width: 991px) {
    .leftLarge nav, .leftSmall nav, .rightLarge nav, .rightSmall nav {
        margin:40px 0;
    }
}
.leftLarge nav div ul,
.leftSmall nav div ul,
.rightLarge nav div ul,
.rightSmall nav div ul  {
    padding:0;
    max-width:250px;
}

header.top nav div ul li,
header.bottom nav div ul li {
    display: inline-block;
}

header.top nav,
header.bottom {
    display: block;
}

header nav div ul li a {
    width:100%;
    display: block;
    position: relative;
    color:#fff;
    text-transform: none;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.leftLarge nav div ul li a,
.leftSmall nav div ul li a,
.rightLarge nav div ul li a,
.rightSmall nav div ul li a {
    border-bottom:solid 1px #1a1a1a;
    padding: 20px;
}

@media (min-width: 991px) {
    .rightLarge nav div ul li a,
    .rightSmall nav div ul li a {
        text-align: right;
    }

    .rightLarge nav div ul li a i {
        float:left;
    }

    .rightSmall .sub-menu li a i {
        float:left;
    }
}

@media (min-width: 991px) {
    .rightLarge nav div ul li a i,
    .rightSmall .sub-menu li a i {
        left:20px;
        position:absolute;
    }

    .top nav div ul li a,
    .bottom nav div ul li a {
        border-left:solid 1px #121212;
        padding: 41px 12px;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .top nav .menu,
    .bottom nav .menu{
        padding:0;
    }

    .top nav div ul li a,
    .bottom nav div ul li a {
        border-left:solid 1px #121212;
        padding: 20px 22px;
        font-size: 12px;
    }

    .top nav div ul li a i,
    .bottom nav div ul li a i {
        position:absolute;
        right:20px;
    }

    .top nav div ul.sub-menu li,
    .bottom nav div ul.sub-menu li {
        border-bottom:1px solid;
    }
    
}

@media (min-width: 991px) {
    header nav ul li:hover > a {
        text-decoration: none;
        color:#a8a8a8;
    }
}

.leftLarge nav > div > ul li:first-child a,
.leftSmall nav > div > ul li:first-child a,
.rightLarge nav > div > ul li:first-child a,
.rightSmall nav > div > ul li:first-child a {
    border-top:solid 1px #1a1a1a;
}

.top nav ul li a > i,
.bottom nav ul li a > i {
    float: left;
    margin-right: 10px;
}

.leftLarge nav ul li a > i,
.leftSmall nav ul li a > i,
.rightSmall nav > div > ul > li > a > i {
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}

.rightSmall nav .sub-menu li a > i {
    float:left;
}

.rightLarge nav ul li a > i {}

.sub-menu {
    display: none;
    background:#080808;
    position: absolute;
    z-index: 99;
    height: auto;
    width:250px;
}

.leftLarge .sub-menu {
    border-left:solid 1px #121212;
    left:250px;
    top:-1px;
}

.leftLarge .sub-menu .sub-menu {
    left:249px;
    top:0px;
}

.leftSmall .sub-menu {
    border-left:solid 1px #121212;
    left:70px;
    top:61px;
}

.rightLarge .sub-menu {
    border-right:solid 1px #121212;
    right:250px;
    top:-1px;
}

.leftLarge .sub-menu li,
.rightLarge .sub-menu li {
    //margin-bottom:-1px;
}

.rightLarge .sub-menu .sub-menu{
    right:249px;
    top:0px;
}

.leftLarge .sub-menu .sub-menu{
    right:250px;
    top:0px;
}

.rightSmall .sub-menu {
    border-right:solid 1px #121212;
    right:70px;
    top:61px;
}

.top .sub-menu,
.bottom .sub-menu {
    padding:0;
    border-left:none;
}

.bottom .sub-menu {
    bottom:100px;
}

.bottom .sub-menu .sub-menu {
    bottom:0;
}

.top .sub-menu .sub-menu{
    left:250px;
    top:0;
}

.top li:nth-child(n+6) .sub-menu,
.bottom li:nth-child(n+6) .sub-menu {
    right:-4px;
}

.top li:nth-child(n+6) .sub-menu .sub-menu,
.bottom li:nth-child(n+6) .sub-menu .sub-menu{
    left:-250px;
}


.bottom .sub-menu .sub-menu{
    left:250px;
}

.top .sub-menu li,
.bottom .sub-menu li {
    min-width:250px;
    border-top:solid 1px #121212;
}

.top .sub-menu a,
.bottom .sub-menu a {
    padding:20px;
}


.leftSmall .sub-menu ul li a span{
    margin-left:20px;
}

.menu-item {
    position: relative;
}

@media (min-width: 991px) {
    .leftSmall nav > div > ul > li > a > span,
    .rightSmall nav > div > ul > li > a > span {
        position:absolute;
        top:0;
        padding:22px 20px;
        background:#080808;
        width:250px;
        border-bottom: solid 1px #121212;
        display:none;
    }
}

.leftSmall nav > div > ul > li > a > span,
.rightSmall nav > div > ul > li > a > span {
    padding:22px 20px;
}


.leftSmall nav > div > ul > li > a > span {
    left:70px;
}

.rightSmall nav > div > ul > li > a > span {
    right:70px;
}

.leftSmall nav > div > ul > li:hover > .sub-menu,
.rightSmall nav > div > ul > li:hover > .sub-menu {
    display:block;
}

.rightSmall .sub-menu li:hover > .sub-menu,
.leftSmall .sub-menu li:hover > .sub-menu {
    display:block;
}

.leftSmall .sub-menu .sub-menu {
    left:249px;
    top:0px;
}

.rightSmall .sub-menu .sub-menu {
    right:249px;
    top:0px;
}

.rightSmall .sub-menu .sub-menu li,
.leftSmall .sub-menu .sub-menu li {
    margin-bottom:-1px;
}

@media (min-width: 991px) {
    .leftSmall nav > div > ul > li:hover  > a span,
    .rightSmall nav > div > ul > li:hover  > a span{
        display:block;
    }
}

.leftSmall nav > div > ul > li > a,
.rightSmall nav > div > ul > li > a{
    padding:30px 0;
}

.leftSmall nav div ul li a i,
.rightSmall nav div ul li a i {
    margin-right:7px;
}


/* NAVIGATION MENU */

/* LOADING ANIMATION */

.shadow {
    position: fixed;
    margin-top:-50px;
    width:100%;
    height:120%;
    background: none;
    background: rgba(8,8,8,1);
    z-index: 999;
    transition: background 0.5s ease-out;
    -webkit-transition:background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    -ms-transition: background 0.5s ease-out;
}

.la-anim-10 {
    z-index:999999;
    background:#fff;
}

.la-anim-10::before {
    border-right-color: #080808;
    border-left-color: #080808;
}

.la-anim-10::after {
    border-top-color: #080808;
    border-bottom-color: #080808;
}

.widget_anim {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    opacity: 0;
}

.widget_anim_done {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    opacity: 1;
    transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
}

/* LOADING ANIMATION */

.social ul li {
    position: relative;
}

.responsiveMenuButton {
    color:#fff;
}

    .responsiveMenuButton:hover {
        color:#a8a8a8;
    }

.social ul li a {
    border-bottom:#1a1a1a solid 1px;
    display: block;
    width:50px;
    height:50px;
    padding-top:12px;
    color:#fff;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.social ul li a:hover {
    color:#a8a8a8;
    text-decoration: none;
    /*background: #1f1f1f;*/
}

.menu {
    position: relative;
    z-index: 100;
}

@media (min-width: 991px) {
    .top .menu,
    .bottom .menu {
        display: block;
        padding: 0;
        float: right;
        margin-bottom:0;
    }

    .top .menu {
        margin-right: 50px;
        margin-bottom:0;
    }
}

.label {
    display: inline-block;
    width: 1em;
}

/* LOGO */

header.top .logo > h1,
header.bottom .logo > h1 {
    margin: 0px;
}

.logo > p {
    margin-top: 0px;
}

.logo img {
    display: block;
    max-width: 100%;
    margin: 35px auto 30px;
    opacity:0.95;
    
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.logo, .logo:hover {
    text-decoration: none;
}

.logo img:hover {
    opacity:1;
}

/* LOGO */

/* SUPERSLIDES */

#slides {
    z-index: 0;
    background:#080808;
}

.slides-navigation {
    top: auto;
    bottom: 0px;
    margin: 0 auto !important;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 150px;
    padding-top: 70px;
}

.slides-navigation > a {
    border:solid 2px #858585;
    border-radius:50%; 
    color: #858585;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.slides-navigation > a:hover {
    text-decoration: none;
    /*background:rgba(255,255,255,0.1);*/
    color:#fff;
    border-color:#fff;
}

.slides-navigation > a.prev {
    padding: 1px 14px 4px 11px;
    left:50%;
    margin-left:-35px;
}

.slides-navigation > a.next {
    padding: 1px 11px 4px 14px;
    right:50%;
    margin-right:-35px;
}

.sliderContent, .sliderLink,  .slides-container > li > a {
    text-align:center;
}

.imgShadow {
    width:100%;
    height:250px;
    position:absolute;
    bottom:0;
    
    box-shadow: inset 0px -215px 200px -114px black;
    -webkit-box-shadow: inset 0px -215px 200px -114px black;
    -moz-box-shadow: inset 0px -215px 200px -114px black;
}

.sliderLink a {
    background:#fff;
    color:#000;
    padding: 4px 6px;
    font-weight:bold;
}
.sliderLink a:hover {
    text-decoration:none;
    opacity:0.95;
}

.sliderContent {
    padding-top:25%;
    color:#fff;
    text-shadow: 2px 2px 2px #000;
    margin-top:-2000px;
}

.sliderContent h1,
.sliderContent h2,
.sliderContent h3,
.sliderContent h4,
.sliderContent h5,
.sliderContent h6,
.sliderContent p {
    color:#fff;
    text-transform: none;
}

.sliderContent h1 {
    font-size:72px;
}

.sliderContent h2 {
    font-size:60px;
}

.sliderContent h3 {
    font-size:48px;
}

.sliderContent h4 {
    font-size:36px;
}

.sliderContent h5 {
    font-size:28px;
}

.sliderContent h6 {
    font-size:24px;
}

.sliderContent p {
    font-size:28px;
}

.animated {
    margin-top:0;
}

/* SUPERSLIDES */


.mCSB_horizontal > .mCSB_container {
    margin-bottom: 3px;
}

.um_message {
    display:none;
}

.sidebar {
    width: 320px;
    position: absolute;
    background: #ddd;
    z-index: 0;
}

.sidebar * {
    max-width:100%;
}

.bucket {
    /*border:solid 1px #1f1f1f;
    margin:1px 1px 0 0;*/
    padding:0;
}

.quotePost .quoteAuthor {
    text-align:right;
    color:#080808;
}

.bucketHorisontal {
    width: 100% !important;
    height: auto !important;
}

.bucket.project {
    margin:15px;
    border: solid 1px #080808;
}

.bucketHorisontal .imgHolder img, 
.project .imgHolder img{
    width:100%;
    height:auto;
}

.bucketMasonry > .contentMedia {
    width:100%;
    padding:0;
}

.bucketHorisontal  > .contentMedia {
    width:33%;
    float:left;
}

.bucket > .contentMedia > img {
    width:100%;
    height:auto;
    max-width: 100% !important;
}

.bucketCoulumn.audioPost .contentMedia .quoteAuthor{
    display:none;
}

.layout_one  .bucketHorizontal.videoPost .contentMedia > *, 
.layout_multi  .bucketCoulumn.videoPost .contentMedia > * {
    height:200px;
}

.layout_two  .bucketCoulumn.videoPost .contentMedia > * {
    height:350px;
}

.orderByIsotope {
    list-style: none;
    line-height: 23px;
}

h3 + .orderByIsotope  {
    margin-top:-30px;
}

.orderByIsotope li {
    display:inline;
}

.orderByIsotope li a{
    padding: 6px 17px;
    margin: 0 2px;
    border-radius: 15px 15px;
    color:#787878;
    
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.orderByIsotope li a:hover {
    background: #ccc;
    text-decoration:none;
    color:#000;
}

.fluidMasonry.layout_two {
    padding: 0 15px;
}

.layout_two .bucketCoulumn {
    margin:15px;
}

.loadMore {
    width: 100%;
    text-align: center;
    margin: 40px auto;
}

.loadMoreBtn {
    display: inline;
    background: #ccc;
    padding: 6px 17px;
    border-radius: 15px 15px;
    margin: 0 2px;
    color:#787878;
}

.loadMoreBtn:before, 
.loadMoreBtn:after {
    content: " - "
}

.loadMoreBtn:hover {
    text-decoration:none;
    color:#000;
    background:#eee;
}

.fluidMasonry {
    width:100%;
}

.bucketCoulumn {
    min-height:100px;
}

.hasMargin .bucketCoulumn {
    min-height:100px;
    margin:15px;
}

.hasMargin {
    padding:0 15px;
    
}

.layout_one {
    padding:15px;
}

.bucketHorizontal {
    margin:15px;
    border:none;
    background:#ddd;
}

.layout_one .bucketHorizontal:hover {
    background:#ccc;
}

.layout_one .bucketHorizontal .contentMedia{
    width:300px;
    height:auto;
    float:left;
    margin-right:20px;
}

.layout_multi .contentText,
.layout_two .contentText {
    margin:30px;
}

.layout_one .contentText{
    margin:20px 30px;
}

.isotope-item {
    z-index: 0 !important;
}

.contentText > h3 > a {
    color:#080808;
    text-transform:none;
    font-size:20px;
}

.contentText > h3 > a:hover {
    text-decoration:none;
}

.contentText .postType {
    background:#080808;
    color:#fff;
    padding:2px 4px;
    text-transform:none;
    font-size:12px;
}

.contentText > p {
    margin-top:20px;
}
.bucketCoulumn {
    background:#fff;
    border:solid 1px #ddd;
}

.bucketCoulumn:hover  {
    background:#ddd;
}

.content > h3 {
    text-transform:none;
}

.postContainer, .staffContainer {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.postContainer:hover, .staffContainer:hover{
    background:rgba(255,255,255,0.85);
    box-shadow:none;
}

.postContainer:hover .postCategory{
    color:#fff;
    background:#1f1f1f;
}
 
.postContainer:hover .postTitle,
.postContainer:hover .postTitle a {
    color:#080808;
}

.postContainer:hover .imgHolder,
.postContainer:hover .sliderImgHolder{
    background:none;
}

/*
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
*/

.postContainer, .staffContainer {
    display:block;
    position:relative;
    width:100%;
    height:100%;
    min-height:100px;
}

.postContainer .sliderImgHolder, .staffContainer > .sliderImgHolder{
    width:100%;
    height:100%;
    /*background: url("gradient.png") repeat-x bottom;*/
    background-size: 100% 50%;
}

.postContainer, .staffContainer {
    position:relative;
    height:100%;
}


.projectContainer > img {
    max-width:100%;
    height:auto;
}

.projectContainer .projectContent {
    position:absolute;
    bottom:20px;
    right:20px;
}

.postContainer > a {
    color:#fff;
}

.postContainer > a:hover {
    text-decoration:none;
}

.postContent  {
    position:absolute;
    right:20px;
    bottom:10px;
    color:#fff;
    text-transform:none;
    z-index:12;
}

.aboutMeContainer .postContent {
    right:35px;
}

.postTitle {
	/*display:none !important;*/
    margin-top:10px;
    font-size:16px;
    transition: all .6s linear;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
}


.item:hover .postTitle,
.item:hover .postTitle  a{
    color:#080808;
}

.postCategory {
	display:none !important;
    background:#fff;
    color:#787878;
    padding:1px 4px;
    
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.item:hover .postCategory{
    background:#1f1f1f;
    color:#fff;
}

.mainContent {
    margin-bottom: 30px;
    /*border:solid 1px #ddd;*/
    padding:30px;
    overflow:hidden;
}

.gallery {
    /*min-height:100px;*/
}

.gallery.bucketVertical .postContent  {
    right: 20px;
    top: 20px;
}

.postContainer {
    /*
    box-shadow: inset 0px -100px 143px -50px black;
    -webkit-box-shadow: inset 0px -100px 143px -50px black;
    -moz-box-shadow: inset 0px -100px 143px -50px black;
    */
}

.postTitle,
.postTitle a{
    color:#ffffff;
   /*text-shadow: 0px 0px 4px #ffffff;*/
}

footer {
    /*display:none;*/
}

.verticalGallery  {
    /*min-height:600px;*/
}

.bucketVertical  {
    border:none;
    /*margin:1px 1px 0 0;*/
}

.bucketVertical .imgHolder img {
    /*width:auto;
    height:100%;*/
}

.galleryScroll .mCSB_container  {
    /*width:100% !important;*/
}

.mCustomScrollBox {
    min-width:100% !important;
    /*background:#1f1f1f;*/
    background:#4983c2;
}

.postCategory, .postTitle {
    text-align:right;
}








/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity, background;
    -moz-transition-property:    -moz-transform, opacity, background;
    -ms-transition-property:     -ms-transform, opacity, background;
    -o-transition-property:      -o-transform, opacity, background;
    transition-property:         transform, opacity, background;
}


/*Single Gallery*/

.liteBoxShadow, .liteBoxShadow * {
    margin:0;
    padding:0;
}

.liteBoxShadow {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,1);
    z-index:9999;
    overflow:hidden;
    padding-top:5%;
}

.caroufredsel_wrapper {
    height:100% !important;
}

#pageNumbers {
    position:absolute;
    top:0;
    left:0;
    margin:20px 40px;
    color:#fff;
    text-transform:none;
}

#pageNumbers span {
    margin:0 15px;
    border:solid 2px #ccc;
    border-radius:50%;
    display:inline-block;
    width:35px;
    height:35px;
    vertical-align:middle;
    padding-top:4px;
    text-align:center;
}

.liteBoxShadow h3 {
    margin:40px;
    color:#fff;
    font-size:12px;
    text-transform: uppercase;
    position:absolute;
    top:0;
    left:0;
}

#wrapper {
    width: 100%;
    height: 80%;
	margin-top:30px;
}

#carousel img, .empty1, .empty2 {
    border: none;
    display: block;
    margin: 0px 15px;
    float: left;
    height:100%;
}

#carousel .empty2 {
    width:600px;
}


#bar > #prev, #bar > #next, #close, #share {
    border:solid 2px #ccc;
    border-radius:50%;
    width:40px;
    height:40px;
}

#bar > #prev, #bar > #next {
    bottom:20px;
    font-size:30px;
    position:fixed;
}

#bar > #prev:hover, #bar > #next:hover, #close:hover, #share:hover{
    text-decoration: none;
    color:#fff;
    border-color:#fff;
}

#bar > #prev:hover i, #bar > #next:hover i, #close:hover i, #share:hover i {
    color:#fff;
}

#bar > #prev i, #bar > #next i, #close i, #share i {
    color:#ccc;
    display:block;
}

#bar > #prev {
    left:50%;
    margin-left:-35px;
    padding:1px 11px;
}

#bar > #next {
    right:50%;
    margin-right:-35px;
    padding:1px 14px;
}

.galleryShadow {
    display: block;
    height: 75%;
    width: 50%;
    top: 14%;
    position: absolute;
}

.left {
    left: -495px;

    -webkit-box-shadow: inset 712px 0px 130px -139px rgba(0,0,0,1);
    -moz-box-shadow: inset 712px 0px 130px -139px rgba(0,0,0,1);
    box-shadow: inset 712px 0px 130px -139px rgba(0,0,0,1);

}

.right {
    right: -495px;

    -webkit-box-shadow: inset -712px 0px 130px -139px rgba(0,0,0,1);
    -moz-box-shadow: inset -712px 0px 130px -139px rgba(0,0,0,1);
    box-shadow: inset -712px 0px 130px -139px rgba(0,0,0,1);

}

.extraIcons {
    position:absolute;
    top:20px;
    right:40px;
    width:auto;
    height:auto;
}

.extraIcons > * {
    display:inline-block;
}


.extraIcons > span {
    width:40px;
    height:40px;
    border:solid 2px #ddd;
    border-radius:50%;
    margin:0 3px;
    background:#000;
    position:relative;
    cursor:pointer;
}


.extraIcons i {
    display:block;
    font-size:20px;
}

.extraIcons #share {
    padding:8px 10px;
}
.extraIcons #close {
    padding:7px 10px;
}

.socialWrapper {
    width: 0px;
    height: 40px;
    background: #fff;
    position: absolute;
    right: 20px;
    padding: 8px 30px;
    top: 0px;
    /*z-index: -99999;*/
    display:none;
    border-radius: 50px 0 0 50px;
}

.socialWrapper > .shareButton{
    display:inline-block;
    width:100px;
    float:left;
    
    height:30px;
    text-align:center;
    overflow:hidden;
}

/*Single Gallery*/

.postMedia img {
    width:100%;
    height:auto;
}

.informationBanner > img {
    text-align:center;
}

.informationBanner > div {
    text-align:center;
}

/* testamonials */

.testamonial {
    border:solid 1px #ddd;
    padding:0 30px;
    margin-bottom:30px;
    text-align:center
}

.testamonial .author {
    text-transform:initial;
    font-weight:bold;
}

.paddingInside {
    padding:30px;
}

.glyphicon {
    font-family: 'Glyphicons Halflings';
}

/* about us */
/*
.homePostSlider.aboutUsSlider {
    height:513px;
}
*/
.homePostSlider.aboutUsSlider {
    height: 486px;
}

.staff .staffContainer {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.hoverContent {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding:30px;
    
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
}

.item.staff {
    cursor: default;
}


.staff .postContainer:hover .hoverContent {
    opacity:1;
    /*background: rgba(255, 255, 255, 0.9); */
}

.staff .postContainer:hover .staffImg {
    background:none;
}



.hoverContent .socialIcons li {
    display: inline-block;
    padding: 0px;
    margin: 2px 0;
    border: solid 2px;
    border-radius: 50%;
}

.item.portrait.staff {
    width:322px;
    height:481px;
}

.hoverContent .socialIcons li:hover {
    background:#080808;
}

.hoverContent .socialIcons li:hover a {
    color:#fff;
}

.hoverContent .socialIcons {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}

.hoverContent .socialIcons a {
    width: 25px;
    height: 23px;
    display: block;
    text-align: center;
    color: #080808;
    margin-top: 2px;
}

.hoverContent .socialIcons a:hover {
    text-decoration:none;
}

.staff .staffContainer .content{
    display:none;
}

.title_name {
    position:absolute;
}
.staffImg {
    width:100%;
    height:100%;
}

.homePostSlider > .staff {
    float: left;
}



/*
.aboutUs {
    border: solid 1px #eee;
    padding: 15px 30px;
    border-bottom:0;
}
*/

.aboutUs {
    margin-bottom:30px;
}

.skills.aboutUs {
    padding: 0;
}

#accordion {
    padding: 0;
}

#accordion.halfAccordionAbout {
    margin-bottom: 30px;
}

#accordion * {
    border-radius:0;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #fff;
    border-top:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
}

.panel-group .panel + .panel {
    margin-top: -1px;
}

.halfAccordionAbout .panel {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.halfAccordionAbout .panel-body {
    border: none !important;
}

.panel-heading {
    padding: 0;
}

/*
.aboutUs.col-md-6 + .aboutUs.col-md-6 {
    margin-left:-1px;
}
*/
.halfAccordionAbout .panel-title a {
    text-transform:none;
    font-size:14px;
    line-height:34px;
    display:block;
    padding: 10px 15px;
    font-weight:bold;
}

    .halfAccordionAbout .panel-title a:hover {
        text-decoration:none;
    }

.halfAccordionAbout .accTitle {
    text-transform:none;
}


.halfAccordionAbout .accordionIcon {
    float: right;
    margin-top: 10px;
}
.partner {
    margin-bottom:20px;
}

.partners {
    margin-bottom:30px;
    overflow:hidden;
}

.partners > h3 {
    text-align:center;
}


.partner .partnerImg {
    border:solid 1px #ddd;
}

.partner img {
    height: 50px;
    width: auto;
    max-width: 200px;
    margin: 30px auto;
    display: block;
    transition: all .05s linear;
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    -o-transition: all .05s linear;
}

.partner:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.testimonial_one {
    margin: 0 15px;
}

.testimonial_two {
    width:40%;
    margin:0 15px;
}

.testimonialsContent  {
    padding:15px;
}

.fix-layout > h3 {
    margin-left: 15px;
}

.servicePost i {
    display: block;
    color: #080808;
    width: 65px;
    height: 65px;
    position: absolute;
    font-size: 63px;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.servicePost, .servicePost.col-md-6 {
    padding:0;
}

.serviceContent.col-md-6 {
    padding:30px;
}

.serviceContent {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.serviceContent h3 {
    margin:0;
    text-transform:none;
    font-size: 18px;
    font-weight: bold;
}

.serviceContent  .serviceReadMore {
    background:#080808;
    text-transform:none;
    color:#fff;
    border:none;
    padding: 4px 6px;
    
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.servicePost .hoverEffect {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.servicePost:hover .hoverEffect{
    opacity:0;
}

.servicePost:hover .serviceContent{
    background:#ddd;
}

.servicePost:hover .serviceContent > .serviceReadMore{
    background:#fff;
    color:#080808;
    text-decoration:none;
}

.servicePost.vertical div.icon {
    height:191px;
}

.servicesWrapper {
    margin-bottom:40px;
}

.mainContent > h3 {
    margin:0;
    text-transform:none;
}

/* pagination */

.pagination {
    width:100%;
    display:block;
    border:solid 1px #ddd;
    border-radius:0;
    overflow:hidden;
}

.pagination .page-numbers {
    padding:10px 17px;
    display:block;
    float:left;
    color:#1f1f1f;
    border: solid 1px transparent;
    border-right:solid 1px #ddd;
    
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.pagination .page-numbers:hover {
    text-decoration:none;
    background: #080808;
    color: #fff;
    border: solid 1px white;
}

.pagination .next.page-numbers {
    float:right;
    border-left:solid 1px #ddd;
    border-right:none;
}

.pagination .page-numbers.current {
    background: #080808;
    color: #fff;
    border: solid 1px white;
}

footer ul {
    padding:0;
    margin-right:30px;
} 

footer ul li a{
    color:#717171;
} 

footer ul li a {
    border-right:1px solid #ddd;
    padding:0 20px;
}

footer ul li:last-child a {
    border-right: none;
}

    footer ul li a:hover{
        text-decoration:none;
        color:#000;
    } 

.isCentered {
    padding:0 30px;
}

.skills .skill {
    text-align: center;
    margin-bottom: 30px;
    border-left: 1px solid #ddd;
}

.skills .skill:first-child {
    border-left: none;
}

/* search box on socials */

#eSearch {
    width: 0%;
    min-width: 50px;
    height: 50px;
    position: relative;
}

    #eSearch.open {
        width:100%;
    }

    #eSearchText.open {
        width: 250px;
        z-index: 2;
        padding:0 70px 0 20px;
        border:none;
    }

.leftSmall #eSearchText,
.leftLarge #eSearchText,
.top #eSearchText,
.bottom #eSearchText {
    right: 50px;
}

.rightLarge #eSearchText,
.rightSmall #eSearchText {
    left: 50px;
}

@media screen and (max-width: 991px) {
    .rightLarge #eSearchText,
    .rightSmall #eSearchText {
        right: 50px;
        left:auto;
    }
}

#eSearchText {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 0px;
    padding:0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #080808;
    border:none;
    color:#787878;
    font-size: 12px;
}

#eSearchText:active, 
#eSearchText:focus {
    background: #1f1f1f;
    color:#fff;
}

#eSearchColapse {
    width: 50px;
    height: 50px;
    z-index: 3;
    position: relative;
    border: 0;
    color: #fff;
    background: #080808;
    border-bottom: #1a1a1a solid 1px;
    padding: 14px 18px;
    display: none;
    cursor:pointer;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

    #eSearchColapse:hover {
        color: #a8a8a8;
    }

#eSearch {
    border-bottom: #1a1a1a solid 1px;
    display: none;
    color: #444444;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

#eSearch:focus, #eSearch:active,
#eSearchText:focus, #eSearchText:active, 
#eSearchColapse:focus, #eSearchColapse:active {
    border-color:transparent;
    outline:none;

}

/* audioplayer on layout_multi > blog */

.bucket > .contentMedia > .audioplayer {
    width: 100%;
    height:40px;
}

.bucketHorizontal.audioPost .contentMedia .audioplayer {
    position:absolute;
    top:60px;
}

#googleMap2 {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.leftLarge #googleMap2 {
    left: 250px;
    right: 23%;
}

.leftSmall #googleMap2 {
    left: 70px;
    right: 26.5%;
}

.rightLarge #googleMap2 {
    left: 50px;
    right: 38%;
}

.rightSmall #googleMap2 {
    left: 50px;
    right: 28%;
}

.top #googleMap2 {
    left: 0px;
    right: 28%;
    top: 100px;
}

.bottom #googleMap2 {
    left: 0px;
    right: 28%;
}

div.tweet{
    display:none;
}

.bucketHorizontal.quotePost .contentMedia{
    height:200px;
    background:#fff;
    margin:1px;
    position:relative;
}

.bucketHorizontal.quotePost .contentMedia i{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-35px;
    margin-left:-35px;
    color:#ddd;
}

.quotePost .contentText {
    position:relative;
}

.quotePost .quoteMulti{
    position:absolute;
    top:0;
    right:0;
    color:#080808;
}

.bucketCoulumn .quoteOne {
    display:none;
}

.bucketHorizontal .quoteMulti {
    display:none;
}

.quotePost .contentText h3 {
    padding-right: 70px;
}

#mep_2 * {
    max-width:100%;
}

.audioPost .quoteAuthor {
    display: inline;
    float: left;
    text-align: left;
    color: #fff;
    margin: 5px 20px -25px 20px;
    padding: 0;
}

.bucketHorizontal.quotePost .contentText {
    margin-left:320px;
}

.bucketHorizontal.quotePost i {

}

.layout_one .bucketHorizontal.audioPost .contentMedia {
    position:absolute;
    top:55px;
    right:0px;
    background: #000;
}

.layout_one .bucketHorizontal.audioPost .contentMedia .mejs-container{
    float:right;
    margin-right:20px;
}


.layout_one .bucketHorizontal.audioPost .postType {
    position:absolute;
    top:20px;
    right:20px;
}

.layout_one .bucketHorizontal.audioPost .contentText p {
    margin-top:50px;
}

.audioPost .quoteAuthor {
    text-transform:none;
}

.audioSingle .quoteAuthor,
.bucketHorizontal.audioPost .contentText .quoteAuthor {
    position: absolute;
    top: 5px;
    left: 9px;
    height: 30px;
    background: #080808;
    width: 90%;
    z-index: -1;
    line-height: 31px;
    padding: 0 5px;
}

.bucketCoulumn.audioPost .contentText .quoteAuthor {
    display:none;
}


.postMedia .audioSingleWrapper {
    position: relative;
    height: 30px;
}

.postMedia .audioSingleWrapper .audioSingle.postMedia {
    position: absolute;
    right: 0;
}

.postMedia .audioSingleWrapper .quoteAuthor {
    position: absolute;
    top: 0px;
    left: 0;
    height: 30px;
    background: #080808;
    width: 90%;
    z-index: -1;
    line-height: 31px;
    padding: 0 5px;
    color: #fff;
}


/*
.mejs-video {
    max-width:100%;
    overflow: hidden;
}

.layout_one .contentMedia .mejs-video,
.layout_one .contentMedia .mejs-layer,
.layout_one .contentMedia video  {
    width:300px !important;
    height:168px !important;
}

.layout_multi .contentMedia .mejs-video, 
.layout_multi .contentMedia .mejs-layer,
.layout_multi .contentMedia video {
    width:100% !important;
    height:168px !important;
}

.layout_two .contentMedia .mejs-video, 
.layout_two .contentMedia .mejs-layer,
.layout_two .contentMedia video {
    width:100% !important;
    height:250px !important;
}
*/
.layout_two .audioPost .contentMedia {
    background:#000;
}

.layout_two .audioPost .contentMedia .mejs-container {
    margin:0 auto;
}

.servicePost.vertical .serviceContent{
    padding:30px;
}

.servicePost.vertical .icon.text-center i {
    display: block;
    color: #080808;
}

.servicePost.vertical .hoverEffect {
    /*height:195px;*/
}


.singleService {
    border:solid 1px #ddd;
    padding:30px;
    padding-bottom:20px;
    margin-top:30px;
    overflow:hidden;
}


.singleService .serviceIcon{
    border:solid 1px #ddd;
    width:200px;
    text-align:center;
    float:left;
    margin:0 30px 10px 0;
}

.singleService .serviceIcon i,
.singleService .serviceIcon > img{
    margin:60px auto;
    display:block;
}

.singleService .serviceContent h3 {
    margin-bottom:10px;
}


#fb_login_button { 
    width: 80px; 
}
#fb_login_button span, 
#fb_login_button iframe {
    width: 80px! important;
    height: 25px! important;
}

.aboutMeContainer {
    overflow:hidden;
    margin-top:-50
    margin-bottom:30px;
}

.aboutMeContainer .bucket {
	/*display:none;*/
	width:100%;
    padding-left:0;
    padding-right:15px;
}

.aboutMeContainer > article > h3, 
.aboutMeContainer > article .aboutUsText h3{
    margin-top:-0;
    text-transform:none;
}

.aboutMeContainer article .aboutUsText {
    text-align:left;
}

.aboutMeContainer #accordion {
    padding-right:0;
    padding-left:15px;
}


.aboutMeContainer #accordion .panel-default > .panel-heading {
    color: #333333;
    background-color: #fff;
    border-bottom: solid 1px #ddd;
}

.aboutMeContainer #accordion .panel {
    border-right:solid 1px #ddd;
    border-left:solid 1px #ddd;
}




.aboutMeContainer .panel:last-child .panel-collapse.in {
    border-bottom:solid 1px #ddd;
}

.informationBanner {
    margin-bottom: 20px;
    overflow: hidden;
}

.informationBanner h5{
    border:solid 1px #ddd;
    line-height:50px;
    margin-top:0px;
    text-transform:none;
}

.informationBanner.projectInside h5{
    border-right:solid 1px #ddd;
}

.informationBanner > div {
    padding:0;
}

.socialShareWrapper {
    border: solid 1px #ddd;
    padding:5px 20px;
    margin:20px 0;
}

.socialShareWrapper > h6 {
    display: inline-block;
}

.socialShareWrapper .socialShare {
    display:block;
    float:right;
}

.socialShareWrapper .socialShare .shareButton {
    display: inline-block;
    height: 30px;
    max-width: 186px;
    vertical-align: middle;
    margin: 0 2px;
}

.commentsWrapper .comment-reply-title,
#comments .latestComents {
    line-height:70px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding-left:30px;
    font-size:24px;
    margin-bottom:0;
}

.commentsWrapper .comment-form {
    padding:15px;
}

form.contactForm .contactFields label, 
form.w-contactForm .contactFields label,
.commentsWrapper .inputFields label {
    display:block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contactForm {
    z-index:0;
    margin-bottom: 40px;
    overflow:hidden;
}

form.contactForm .contactFields input, 
form.w-contactForm .contactFields input,
form.contactForm .contactFields textarea,
form.w-contactForm .contactFields textarea,
form.contactForm .contactFields select,
form.w-contactForm .contactFields select,
.commentsWrapper .inputFields input,
.commentsWrapper .inputFields textarea {
    width:100%;
    z-index: 1;
    position: relative;
    border:solid 1px #ddd;
    border-radius:0;
    color:#787878;
}

form.contactForm .contactFields input:focus, 
form.w-contactForm .contactFields input:focus,
form.contactForm .contactFields textarea:focus,
form.w-contactForm .contactFields textarea:focus,
form.contactForm .contactFields select:focus,
form.w-contactForm .contactFields select:focus,
.commentsWrapper .inputFields input:focus,
.commentsWrapper .inputFields textarea:focus {
    border:solid 1px #aaa;
    outline:none;
}

form.contactForm .contactFields select, 
form.w-contactForm .contactFields select,
form.contactForm .contactFields input,
form.w-contactForm .contactFields input,
.commentsWrapper .inputFields input {
    padding:12px 10px 12px 52px;
}

form.contactForm .contactFields i,
form.w-contactForm .contactFields i {
    position: absolute;
    top: 45px;
    left: 20px;
    z-index: 1;
    color:#ddd;
}
 
.commentsWrapper .inputFields i {
    position: absolute;
    top: 45px;
    left: 40px;
    z-index: 1;
    color:#ddd;
}

form.contactForm .contactFields,
form.w-contactForm .contactFields {
    position:relative;
}

form.contactForm .contactFields, 
form.w-contactForm .contactFields,
.commentsWrapper .inputFields {
    margin:20px 0;
}

.commentsWrapper .inputFields.col-md-12 {
    overflow: hidden;
}

form.contactForm .contactFields textarea,
form.w-contactForm .contactFields textarea,
.commentsWrapper .inputFields textarea {
    width:100%;
    max-width:100%;
    min-width:100%;
    min-height:100px;
    padding:12px 10px;
}

.commentsWrapper .inputFields.col-md-12 i {
    display:none;
}

.commentsWrapper .form-submit {
    margin-bottom:70px;
    display:block;
}
form.contactForm .sendBtn,
form.w-contactForm .sendBtn,
form.contactForm  .resetBtn,
form.w-contactForm  .resetBtn,
.commentsWrapper .form-submit #submit {
    float: right;
    margin-right: 15px;
    border: none;
    padding: 15px 30px;
    text-transform:none;
    
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

form.contactForm .sendBtn,
form.w-contactForm .sendBtn,
.commentsWrapper .form-submit #submit {
    background:#000;
    color:#ddd;
}

form.contactForm .sendBtn:hover,
form.w-contactForm .sendBtn:hover,
.commentsWrapper .form-submit #submit  {
    color:#fff;
}

form.contactForm  .resetBtn {
    background:#ddd;
    color:#454545;
}

form.w-contactForm  .resetBtn {
    background:#eee;
    color:#454545;
}

.widget .w-contactForm {
    overflow: hidden;
    padding: 0 30px;
}

form.contactForm  .resetBtn:hover,
form.w-contactForm  .resetBtn:hover {
    color:#000;
}

form.contactForm .sendBtn,
form.w-contactForm .sendBtn,
form.contactForm  .resetBtn,
form.w-contactForm  .resetBtn {
    margin-left: 15px;
    margin-right: 0px;
}

form.contactForm .contactBtn,
form.w-contactForm .contactBtn {
    display:inline-block;
    float:right;
}

form.w-contactForm .contactBtn {
    margin-bottom:30px;
}

form.contactForm .reply-info {
    display:inline-block;
    font-size:12px;
}

#comments .line_inside {
    display: none;
}

.commentsWrapper .commentBody ul {
    list-style: none;
    padding:0 30px;
}

.commentsWrapper .commentBody ul li {
    padding:30px 0;
}

.commentsWrapper .commentBody ul.children {
    padding:0;
    margin-top: 30px;
    position: relative;
}

.commentsWrapper .commentBody ul.children > li {
    padding-left:80px;

}

.commentsWrapper .commentBody li.comment {
    border-top:1px solid #ddd;
    min-height: 145px;
}

.commentsWrapper .commentBody > ul > li.comment:first-child {
    border-top:none;
}

.commentsWrapper .commentBody li img {
    float:left;
    margin-right:30px;
    border-radius:50%;
    margin-bottom:10px;
    width:80px;
    height:80px;
}

.commentsWrapper .commentBody li .commentText {

}

.commentsWrapper .commentBody li .commentText .comment_name {
    text-transform: uppercase;
    margin-right:25px;
    color:#080808;
    font-weight:bold;
}

.commentsWrapper .commentBody li .commentText .comment_name a {
    color:#080808;
}

.commentsWrapper .commentBody li .commentTime {
    font-size:12px;
    margin-right:25px;
    color:#888888;
}

.commentsWrapper .commentBody li .comment-reply-link,
.commentsWrapper .commentBody li .edit-link a {
    color:#a0a0a0;
    background: #ddd;
    text-decoration: none;
    padding:2px 8px;
    margin-left:15px;
    float:right;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.commentsWrapper .commentBody li .comment-reply-link:hover,
.commentsWrapper .commentBody li .edit-link a:hover {
    color:#fff;
    background: #000;
}

.commentsWrapper .comment-respond {
    margin-top: 62px;
}

.children li.comment:first-child::before {
    content: "00";
    font-size: 45px;
    color: transparent;
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    position: absolute;
    left: 37px;
    top: 0;
    z-index: -1;
}

.contactInfo .attributes p,
.contactInfo .attributes li {
    font-size:13px;
}

.contactInfo .attributes .column1{
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    padding:35px 30px;
}

.contactInfo .attributes .column1 .contactBlock {
    border-bottom:1px solid #ddd;
    padding:20px 15px;
    text-align:center;
    color:#787878;
}

.contactInfo .attributes .column1 .contactBlock:last-child {
    border-bottom:none;
}

.contactInfo .attributes .column1 .contactBlock h3{
    color:#202020;
    text-transform:none;
    font-size:18px;
}

.contactInfo .attributes .column1 .contactBlock h3 i {
    color:#ddd;
    margin-right:10px;
    font-size: 25px;
    vertical-align: middle;
}


.contactInfo .attributes ul{
    list-style:none;
    padding:0;
}


.contactInfo .attributes .column2 {
    text-align:center;
}

.contactInfo .attributes .column2 p{
    text-align:justify;
}

.contactInfo .attributes .column2 ul li{
    text-align:left;
    font-weight:bold;
}

.contactInfo .attributes .column2 ul li::before{
    content:" - ";
}

.contactInfo .attributes .column2 .dndBtn {
    display:block;
    line-height:60px;
    margin:30px 0;
    text-align:center;
    width:100%;
    background:#000;
    color:#eee;
    text-transform:none;
    
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.contactInfo .attributes .column2 .dndBtn:hover {
    color:#fff;
    text-decoration:none;
}

.contactInfo .attributes .column2 {
    padding: 65px 0 35px 30px;
    border-right: none;
}

.contactInfo .attributes .column2 i{
    color:#ddd;
}
.contactInfo .attributes .column2 h3{
    text-transform:none;
    font-size:18px;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:20px;
}

.contactInfo .attributes .column2 h3::before,
.contactInfo .attributes .column2 h3::after{
    content:" - ";
}

form.contactForm .contactFields.selectBox i {
    top:142px;
}

h1.successMessage, h1.failedMessage {
    display:none;
}

.quotePost .post,
.quoteSingle .post {
    font-style: italic;
    font-family: Georgia;
}
.quotePost .post::before, 
.quotePost .post::after, 
.quoteSingle .post::before,
.quoteSingle .post::after {
    content: "''";
    margin: 0 2px;
}

.quoteSingle > div > span {
    text-align: right;
    display: block;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-family: Georgia;
}

.quoteSingle {
    border:solid 1px #ddd;
    padding:30px;
    margin-bottom:-1px;
}

.contact2 {
    background:#fff;
    padding:0 30px;
    float:right;
}

form.contactForm.contactSmall .contactFields {
    margin:10px 0;
}

form.contactForm.contactSmall .contactFields input,
form.contactForm.contactSmall .contactFields select {
    padding: 8px 10px 8px 30px;
}

form.contactForm.contactSmall .contactFields i {
    top: 42px;
    left: 10px;
}

form.contactForm.contactSmall .contactBtn .sendBtn, 
form.contactForm.contactSmall .contactBtn .resetBtn {
    padding: 8px 14px;
}

.contactInfo.contact2 {
    background:#ddd;
    padding:0;
}

.contactInfo.contact2 article {
    border-bottom:1px solid #fff;
    padding: 5px 30px;
    color:#787878;
    font-size:12px;
}

    .contactInfo.contact2 article:last-child {
        border-bottom:none;
    }


.contactInfo.contact2 address {
    margin:0;
}

.contactInfo.contact2 article > h3 {
    margin:15px 0;
    text-transform: uppercase;
    color:#020202;
    font-size:18px;
}

.contactInfo.contact2 article ul{
    list-style:none;
    padding:0;
}

.mainContent.about {
    margin-top:30px;
}

.skill > div {
    margin: 15px auto -57px;
    display: block !important;
}


.videoSingle > iframe {
    width: 100%;
    height: auto;
    min-height:650px;
}

.callbacks_container {
    position: relative;
}

.rslides_nav {
    position:absolute;
    top:50%;
    border: solid 2px #919093;
    border-radius: 50%;
    color: #919093;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.rslides_nav:hover {
    color: #fff;
    border-color:#fff;
    text-decoration:none;
}

.rslides_nav.prev {
    left:20px;
    padding: 2px 14px 4px 12px;
}

.rslides_nav.next {
    right:20px;
    padding: 2px 12px 4px 14px;;
}

.rslides {
    z-index: -1;
}


.projectInnerDetails {
    padding:0;
    list-style: none;
}

.projectInnerDetails > li {
    border-bottom: solid 1px #ddd;
    padding:10px 0;
}

.projectInnerDetails > li:last-child {
    border-bottom: none;
}

.projectInnerDetails > li > h6{
    color: #444444;
    font-size: 20px;
    /*font-weight: bold;*/
    margin-bottom: 5px;
    margin-top: 2px;
}

.projectInnerDetails > li > p {
    margin:0;
}

.projectContentWrapper {
    border-right:solid 1px #ddd;
}

.projectDetailsWrapper {
    border-left:solid 1px #ddd;
    margin-left: -1px;
}

.projectContent, .projectDetails {
    padding-left:15px;
    padding-right:15px;
}


.informationBanner.projectInside {
    margin-top: -50px;
    overflow: hidden;
    background: rgba(8,8,8,0.8);
    margin-bottom:0px;
}

.informationBanner.projectInside h5 {
    margin:0;
    border-color:#434343;
    color:#fff;
}

.errorWrapper {
    margin:15% auto;
    max-width:70%;
}


.errorWrapper > i {
    background:#ffde00;
    border-radius:50%;
    padding:10px 15px;
}

.errorWrapper > h1 {
    font-size:72px;
}

.errorWrapper > form {
    margin-top:25px;
}

.errorWrapper > form input {
    width:45%;
    color:#787878;
    border:solid 1px #eee;
    border-radius:0;
    padding:12px 10px;
}

.errorWrapper > form button {
    border:solid 1px #eee;
    border-radius:0;
    color:#080808;
    padding:13px 30px;
    text-transform: uppercase;
    margin-left:-4px;
    font-size:13px;
}

.errorWrapper > form input:focus {
    border:solid 1px #ddd;
    outline:none;
}

.socialWrapper .shareButton {
    margin: -4px 2px 0 0;
}

.shareButton {
    height: 20px;
    display:inline-block;
    max-width: 100px;
    overflow: hidden;
    margin: 30px 5px 0 5px;
}

.informationBanner .socialShare {
    width: auto;
    display: inline-block;
    margin: 12px auto;
}

.informationBanner .shareButton {
    height: 20px;
    display: inline-block;
    overflow: hidden;
    margin: 4px 1px -4px;
    padding:0 !important;
}

.footerTwo {
    display: inline-block;
}

.footerTwo.partTwo {
    float:right;
}

.footerOneRow {
    border-top:solid 1px #ddd;
    padding:0 50px;
}

.footerOneRow {
    z-index:3;
    background:#fff;
}

#um_facebook { padding-top: 6px; width:100px;}
#um_twitter { width: 81px; padding-top: 6px;}
#um_googlePlus { width: 68px; padding-top:2px;}
#um_linkedin { padding-top: 6px; width: 64px;}
#um_stumble { padding-top: 8px; width: 75px;}
#um_pinterest {padding-top: 6px; width: 44px;}



.bgAudio {
    width: 50px;
    height: 50px;
    border-bottom: #121212 solid 1px;
    position: relative;
    z-index: 3;
    overflow:hidden;/*artmazi*/
}

.bgAudio .mejs-container {
    /*width:0px !important;*/
}

.bgAudio .mejs-container .mejs-controls div {
    float:none;
}


.bgAudio .mejs-container .mejs-controls div button {
    margin: 14px;
    background:none;
    width:23px;
    height:26px;
}

.bgAudio .mejs-container .mejs-controls .mejs-mute button:after {
    content: "\f028";
    color: #fff;
    font-size: 20px;
    font-family: FontAwesome;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

    .bgAudio .mejs-container .mejs-controls .mejs-mute button:hover:after,
    .bgAudio .mejs-container .mejs-controls .mejs-unmute button:hover:after {
        color: #a8a8a8;
    }

.bgAudio .mejs-container .mejs-controls .mejs-unmute button:after {
    content: "\f026";
    color: #fff;
    font-size: 20px;
    font-family: FontAwesome;
    margin-left: -10px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}


.bgAudio .mejs-controls .mejs-horizontal-volume-slider {
    display:none !important;
}

/* Widgets */

@media (min-width: 991px) {
    .sidebar .widget {
        position: relative;
        width:100%;
    }
}

.widget .imgHolder {
    z-index: auto;
}

.widgets.bottom_widget {
    background:#ddd;
    overflow:hidden;
    padding:15px;
}

.widgets.bottom_widget > .widget {
    width: 33.33333333333333%;
    float:left;
    padding-left:15px;
    padding-right:15px;
    position:relative;
    z-index: 0;
}

.widgets .widget > h3,
.widgets .widget > h4,
.widgets .widget .tweets_widget > h3 {
    font-size: 18px;
    line-height:70px;
    border-top:solid 1px #cacaca;
    border-bottom:solid 1px #cacaca;
    text-align:center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.widgets.bottom_widget .widget > h3,
.widgets.bottom_widget .widget > h4 {
    border:none;
}

.flickrWrapper {
    padding: 0 22px;
}

.widgets .widget .quick-flickr-item img,
.instagram-image {
    width: 75px;
    float: left;
    margin: 8px;
    height: 75px;
    border: solid 1px #fff;
}

.widget .tagcloud {
    padding:30px;
}

.tags > a {
    color: #fff;
    background: #999;
    font-size: 12px;
    padding: 2px 8px;
    display: inline-block;
    margin: 2px;
    border-radius: 15px 15px;
}

.tags > a:hover {
    text-decoration:none;
    background:#080808;
}

.widget .tagcloud > a {
    color: #717171;
    background: #fff;
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px;
    border-radius: 15px 15px;
}
    .widget .tagcloud > a:hover {
        text-decoration:none;
        background:#707070;
        color:#fff;
        transition: all .1s linear;
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        -o-transition: all .1s linear;
    }

.widgets .widget .iconList,
.widgets .widget ul {
    list-style:none;
    padding:0 30px;
}

.widgets .widget .iconList li {
    border-bottom:1px solid #cacaca;
    padding: 20px 0;
}

.widgets .widget .iconList li:last-child {
    border:none;
}

.widgets .widget ul:not(.iconList):not(#MR):not(#MC){
    padding:0;
}

.widgets .widget ul:not(.iconList):not(#MR):not(#MC) li {
    padding: 20px 30px;
    border-bottom: 1px solid #cacaca;
}

.widgets .widget ul:not(.iconList):not(#MR):not(#MC) li:last-child {
    border-bottom:none;
}

.widget > select {
    margin:30px auto;
    display: block;
}

.widget .textwidget {
    padding:30px;
}

.widget .textwidget img {
    max-width:100%;
    height:auto;
}

.widget  #searchform {
    padding:30px;
}

.widget  #searchform label{
    display:block;
}

.widget #searchform #searchsubmit {
    padding: 12px 20px;
    color: #fff;
    background: #080808;
    text-transform: uppercase;
    border: none;
    display: block;
    width: 100%;
    margin: 10px 0 0;
}

.widget  #searchform input[type='text']{
    border:solid 1px #eee;
    border-radius:0;
    color:#787878;
    padding:12px 5px;
    width:100%;
}

.widget  #searchform input[type='text']:focus{
    outline:none;
}

.widgets .widget ul:not(.iconList):not(#MR):not(#MC) li a {
    color:#080808;
    margin-right:50px;
}

.widgets .widget .iconList p{
    margin:0;
}

.widgets .widget .iconList i {
    margin-right: 20px;
    margin-left: 10px;
}

.widget .blogTab .blogTabHeader h3 {
    font-size: 16px;
    display: block;
    padding: 30px 5px;
    width: 50%;
    margin: 0;
    margin-bottom: 30px;
    float: left;
    border-bottom: solid 1px #cacaca;
    border-left: solid 1px #cacaca;
    text-align: center;
}

.widget .blogTab .blogTabHeader h3:first-child {
    border-left: none;
}

.widget .blogTab .blogTabHeader h3.current {
    background: #cacaca;
}

.widgets .widget .widgetVideo a{
    display: block;
    margin: 20px auto;
    width: 261px;
    height: auto;
    position: relative;
    background: #000;
    overflow: hidden;
}

.widgets .widget .widgetVideo a img{
    width:100%;
    height:auto;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.widgets .widget .widgetVideo a:hover img{
    opacity:0.5;
    -moz-transform: scale(1.5) rotate(5deg);
    -webkit-transform: scale(1.5) rotate(5deg);
}

.widgetService .services {
    border:none;
    padding:30px;
}

.widgetService .services p {
    text-align:justify;
}

.blogTab ul li a {
    display: block;
    color: #707070;
}

.blogTab ul {
    list-style: none;
    padding: 30px;
}

.blogTab ul li {
    padding: 20px 30px;
    border-bottom: solid 1px #cacaca;
}

.blogTab ul li:last-child {
    border-bottom: none;
}

.blogTab ul li a.category {
    text-transform: uppercase;
    color: #080808;
}

.widget .ad_wrapper {
    display: block;
    margin: 30px auto;
    width: 294px;
}

.widget .small_ad {
    display: inline-block;
    margin: 15px;
}


.widgets .widget .large_ad img {
    margin: 30px auto;
    display: block;
}

.widget > i {
    position: absolute;
    top: 31px;
    cursor: pointer;
}

.widget > i:first-child {
    left: 45px;
}

.widget .bucket.project {
    margin: 0px;
}

.widget > i:nth-child(3) {
    right: 45px;
}

.widget .widgetVideo {
    position: relative;
}

.widget .widgetVideo > a > i {
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-18px;
    margin-top:-22px;
    color:#fff;
}

.widget .widgetVideo > a:hover{
    text-decoration: none;
}

.widget .blogTab {
    margin-top: 15px;
}


.widget .fbWrapper {
    margin: 30px auto;
    width: 300px;
}

.widgetTweetWrapper div.tweet {
    margin: 15px 0;
    border-bottom: solid 1px #cacaca;
}

.widgetTweetWrapper {
    padding: 15px 30px;
}

.widgetTweetWrapper p.tweet {
    margin: 15px 0 15px 40px;
    position: relative;
}

.widgetTweetWrapper p.tweet:before {
    content: "\f099";
    font-family: fontawesome;
    font-size: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
}


.quick-flickr-item:first-child {
    margin-top:30px;
}


div.widget[id^="flickr-widget"],
div.widget[id^="widget_500px"] {
    padding-bottom: 30px;
    overflow: hidden;
}

div.widget[id^="flickr-widget"] > h4,
div.widget[id^="widget_500px"] > h4 {
    margin-bottom: 30px;
}

div.widget[id^="widget_onepage"] > div {
    text-align: center;
    margin: 30px;
}

.widget .widget_500px_item img {
    margin:3px;
}

.widgetProjects,
.widgetGallery {
    padding:30px;
}

.widget .beAMember {
    background: #fff;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #080808;
    text-transform: uppercase;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.widget .beAMember:hover {
    text-decoration:none;
    background:#080808;
    color:#fff;
}

.widget .widget#insta {
    padding: 30px 0;
    overflow: hidden;
}

.widget .blogTab > #MC {
    display:none;
}

.widget .widgetProjects article,
.widget .widgetGallery article,
.widget .widgetService article,
.widget .widgetVideoPosts article {
    display:none;
}

.widget_500px_item img {
    border:solid 1px #fff;
}

.widget img {
    max-width:100%;
}

.sidebar .widget .blogTab {
    margin-top: 0px;
}

.sidebar .widget .blogTab .blogTabHeader h3 {
    padding: 30px 10px;
    height: 77px;
    cursor:pointer;
}

.sidebar .widget .blogTab .blogTabHeader h3:hover {
    background:#cacaca;
}

.sidebar .widget .blogTab .blogTabHeader #MC {
    padding: 24px 10px;
}

#calendar_wrap { padding: 10px 30px 0; }
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody #today { background: #ddd; color: #fff; }
#wp-calendar tbody td:hover { background: #fff; }
/*#wp-calendar tbody .pad { background: none; }*/
#wp-calendar tbody .pad:hover { background: #f5f5f5; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar tfoot #next a, 
#wp-calendar tfoot #prev a{
    color:#080808;
}

.widget select{
    border:solid 1px #eee;
    border-radius:0;
    color:#787878;
    padding:12px;
}

.widget select:focus {
    border:solid 1px #ddd;
    outline:none;
}

.responsiveMenuButton i {
    padding:10px 13px;
    display: block;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.responsiveMenuButton {
    border-bottom: #121212 solid 1px;
}

header.leftLarge {
    width:250px;
}

header.leftSmall {
    width:70px;
    position: relative;
    z-index: 99;
}

header.rightLarge {
    width:250px;
    float:right;
}

header.rightSmall {
    width:70px;
    position: relative;
    z-index: 99;
    float:right;
}

footer.leftSmall #footerPart1,
footer.rightSmall #footerPart1 {
    width:70px;
    z-index: 99;
    position: relative;
    padding: 30px 0;
}

@media (max-width: 991px) {
    footer.leftSmall #footerPart1,
    footer.rightSmall #footerPart1 {
        padding: 0;
    }
}

footer.leftSmall #footerPart1 p,
footer.rightSmall #footerPart1 p {
    display:none;
}

footer.leftLarge #footerPart1{
    width:250px;
}
footer.top #footerPart1,
footer.bottom #footerPart1 {
    margin: 0 40px;
}

footer.leftLarge #footerPart2 {
    margin-left:-250px;
    margin-right:-50px;
}

footer.leftSmall #footerPart2 {
    margin-left:-70px;
    margin-right:-50px;
}

.servicePost > div > img, 
.servicePost.vertical div.icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    width:65px;
    height:65px;
}

.servicePost div.icon {
    position: relative;
}

.services > img {
    display: block;
    width: 100px;
    height: 153px;
    margin: auto;
}

header, header ul li {
    background: #080808;
}

header.top,
header.bottom {
    width: 100%;
}

header.top {
    border-bottom: 1px solid #121212;
    z-index: 4;
}

@media (min-width: 991px) {
    header.bottom {
        border-top: 1px solid #121212;
        position: fixed;
        bottom: 0;
        height:100px;
        z-index: 99;
    }

    header.top .logo,
    header.bottom .logo {
        margin: 20px 70px;
        width: auto;
        float: left;
    }

    header.top .logo img,
    header.bottom .logo img {
        margin: 0;
        max-height: 100px;
        height: 60px;
    }
}
.social.top,
.social.bottom {
    float:right;
}


footer.bottom {
     margin-bottom: 100px;
 }

footer.footerThreeRows.bottom {
    z-index: 2;
}

footer.footerOneRows.bottom {
    z-index: 3;
}

.vimeo .mejs-controls {
    display:none;
}

.vimeo .me-plugin,
.vimeo iframe {
    width: 100%;
    height: 100%;
}


.mejs-overlay-button {
    display:none;
}

.item.smallMargin{
    margin: 0 15px 15px 0;
}

.item.largeMargin{
    margin: 0 30px 30px 0;
}

.scroll.smallMargin {
    margin:15px 15px 0 15px;
}

.scroll.largeMargin {
    margin:30px 30px 0 30px;
}

.searchResults .bucketHorizontal {
    background:#fff;
    padding:30px;
    border-bottom:solid 1px #ddd;
    margin:0 15px;
}

.searchResults .bucketHorizontal img{
    opacity:1;
    float:left;
    margin-right:30px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    z-index: 2;
    position: relative;
}

    .searchResults .bucketHorizontal img:hover{
        opacity:0.5;
    }
    
.searchResults .bucketHorizontal .s_info {
    float:right;
    color:#B9B9B9;
}

.searchResults .bucketHorizontal .s_info span{
    margin:0 10px;
}

.searchResults .bucketHorizontal .s_info span::before{
    content: " | ";
    margin-right:15px;
}

.searchResults .bucketHorizontal .s_info span:first-child::before{
    content: "";
}
.searchResults .bucketHorizontal .contentText h3 {
    margin-top:30px;
}


.searchImgHover {
    background: rgba(255,255,255,0.9);
    width: 300px;
    height: 200px;
    position: absolute;
}

.searchImage {
    margin-top: 35px;
}

/* shortcodes */

ul.accordion,
ul.toggle {
    list-style: none;
    padding: 0;
    border: solid 1px #ddd;
    border-top: none;
    margin-bottom:30px;
}

ul.accordion > li,
ul.toggle > li {
    position: relative;
}

ul.accordion li a,
ul.toggle li a {
    color: #080808;
    text-transform: uppercase;
    padding: 10px 15px;
    display: block;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-bottom: -1px;
}

ul.accordion li a:hover,
ul.toggle li a:hover {
    text-decoration:none;
}

ul.accordion li a i,
ul.toggle li a i {
    position: absolute;
    right: 15px;
    top: 15px;
}

ul.accordion .section_content,
ul.toggle .section_content {
    padding: 15px;
    display:none;
}

div.tabs {
    margin-bottom:30px;
}

.tabs ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.tabs .tab_buttons li {
    display: inline-block;
    margin-bottom: 10px;
}

.tabs .tab_buttons li a {
    color: #080808;
    padding: 10px 20px;
    border: solid 1px #ddd;
    margin-right: -1px;
    border-bottom: none;
}

.tabs .tab_buttons li a.active {
    border-bottom: #fff solid;
    margin-bottom: -1px;
}

.tabs .tab_buttons li a:hover {
    text-decoration:none;
}

.tab_content {
    border: solid 1px #ddd;
}

.tab_content li {
    padding: 30px;
    display:none;
}

.tab_content li:first-child {
    display:block;
}

.alert {
    border-radius: 0;
}

.alert strong {
    margin-right:30px;
}

.btn {
    text-transform: uppercase;
    border-radius: 0;
    margin: 5px;
    padding: 15px 30px;
}

.btn:hover {
    opacity: 0.9;
}

.btn.white { background:#fff; color:#080808; border:solid 1px #ddd;}
.btn.grey { background:#ddd; color:#080808; }
.btn.black { background:#080808; color:#fff; }
.btn.red { background:#f72e2e; color:#fff; }
.btn.yellow { background:#ffd200; color:#080808; }
.btn.orange { background:#f5740c; color:#080808; }
.btn.light-blue { background:#116eaa; color:#fff; }
.btn.blue { background:#116eaa; color:#fff; }
.btn.dark-blue { background:#0c354f; color:#fff; }
.btn.purple { background:#7d52a1; color:#fff; }
.btn.light-green { background:#88c83d; color:#080808; }
.btn.green { background:#51b144; color:#080808; }

.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

blockquote {
    padding: 30px;
    margin: 0 0 20px;
    border: solid 1px #ddd;
}

blockquote::before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 48px;
    color: #ddd;
    float: left;
}

blockquote p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    display: block;
    margin-left: 70px;
}

/* shortcodes */


.searchResults .bucket {
    width:100% !important;
}

.mCustomScrollBox {
    height:inherit !important;
}


/* responsive */
@media (max-width: 991px) {
    header nav ul,
    header nav ul.sub-menu {
        display: block !important;
        position: static;
    }

    header nav a {
        border-top:none !important;
        transition: none !important;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
    }

    header nav ul.sub-menu li a {
        font-size:12px;
    }

    header nav ul.sub-menu li a:before {
        content: " - ";
        margin:0 5px;
    }

    header, 
    header.top,
    header.bottom, 
    header.leftLarge, 
    header.leftSmall, 
    header.rightLarge, 
    header.rightSmall {
        position: absolute;
        left: -250px;
        width: 250px;
        top: 0px;
        margin-top: 0 !important;
        background:#080808;
        z-index: 99;
        bottom:0;
    }
    
    .background.menuBg {
        height:100%;
        min-height:300px;
        top:0;
        bottom:0;
        position:absolute;
    }
    
    .leftSmall nav > div > ul > li > a, .rightSmall nav > div > ul > li > a {
        padding: 20px 0px;
    }
    
    .leftLarge nav ul li a > i, 
    .leftSmall nav ul li a > i, 
    .rightLarge nav ul li a > i, 
    .rightSmall nav ul li a > i, 
    .top nav ul li a > i, 
    .bottom nav ul li a > i { 
        position: absolute;
        display: block;
        right: 20px;
        top: 50%;
        margin-top: -8px;
    }
    
    .background.menuBg {
        width:250px !important;
    }

    .social {
        float:right !important;
    }

    body > .container{
        margin-left:0px !important;
        margin-right:-50px !important;
    }
    .fix-layout {
        margin-left:0px !important;
        margin-right:38px !important;
    }
    
    .leftLarge #googleMap2 {
        position:static;
        width:100%;
        height:400px;
        left:0;
        right:0;
    }
    
    .contact2 {
        float:none;
    }
    
    .mapWrapper + .content {
        padding:0;
        margin-left:-15px;
        margin-right:-15px;
    }
    
    .mapWrapper + .content > .row {
        margin:0;
    }

    .socialBg {
    	width:50px;
        right:0 !important;
    }

    .social {
        position: absolute;
        right: 0 !important;
        top:0px;
    }
    
    .sidebar {
        position:relative;
        float:none;
        width:100%;
        overflow:hidden;
    }
    
    .sidebar .widget {
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
        position: relative !important;
        width: 50%;
    }

    .bucketHorizontal.quotePost .contentMedia {
        height:200px !important;
        border-right:solid 1px #ddd;
    }

    .bucketHorizontal.quotePost .contentText {
        margin-left: 30px;
    }

    .layout_one .bucketHorizontal .contentMedia {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0px;
    }

    .layout_one .bucketHorizontal.audioPost .contentMedia {
        //left: 20px;
    }

    .layout_one .bucketHorizontal.audioPost .contentMedia .mejs-container {
        width:300px !important;
        z-index: 1;
    }

    .audioSingle .quoteAuthor, .bucketHorizontal.audioPost .contentText .quoteAuthor {
        z-index: 0;
    }
    
    header nav ul li:hover > a {
        /*color:inherit;*/
    }
    
    .animScroll{
        opacity:1 !important;
    }
    
    .contactInfo .attributes .column1, 
    .contactInfo .attributes .column1 .contactBlock {
        border:none !important;
        padding:0;
    }
    
    .contactInfo .attributes .column2 {
        padding: 30px 0;
        overflow: hidden;
    }
    
    footer, .footerOneRow {
        border-top: solid 1px #ddd;
        padding: 10px 60px 5px 10px;
    }

    footer div {
        margin: 0 !important;
        float: none !important;
        display: block !important;
    }


    footer p {
        display: block !important;
        text-align: center;
        line-height: normal !important;
    }

    .footerTwo.partOne > *,
    .footerTwo.partTwo > * {
        margin-left: 0px;
    }
    
    footer #footerPart1{
        border:none !important;
        background:transparent !important;
        text-align:center;
        width:100% !important;
    }
    
    #footerPart2 > .fix-layout {
        height: auto;
        border-top: none;
        text-align:center;
    }
    
    footer #footerPart2 .fix-layout .pull-right{
        float:none !important;
        margin: 0 auto !important;
        padding-left:40px !important;
    }
    
    footer  *{
        line-height:24px !important;
    }
    
    .widgets.bottom_widget > .widget {
        width:50%;
    }
    
}

@media (max-width: 768px) {

    .sidebar .widget {
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
        position: relative !important;
        width: 100%;
    }

    .widget .small_ad {
        display: inline-block;
        margin: 7px;
    }

    .widget .resetBtn {
        margin-left: 0px !important;
        margin-right: 0px;
    }

    .widgets .widget .quick-flickr-item img, .instagram-image {
        margin: 5px;
    }

    .layout_one .bucketHorizontal.audioPost .contentMedia .mejs-container {
        width:100% !important;
        left:20px;
    }

    .layout_one .bucketHorizontal.audioPost .postType,
    .layout_one .bucketHorizontal.audioPost .contentMedia {
        position: static;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .audioSingle .quoteAuthor, .bucketHorizontal.audioPost .contentText .quoteAuthor {
        display:none;
    }

    .layout_one .bucketHorizontal.audioPost .contentText p {
        margin-top: 20px;
    }

    .skills .skill {
        border-left: none;
    }

    .aboutMeContainer article.bucket {
        margin-bottom:10px;
    }
    
    .homePostSlider {
        height:355px !important;
        position: relative !important;
        z-index: 0;
        max-width:100%;
    }

    .homePostSlider2 {
        height: 532px !important;
        max-width: 100% !important;
        position: relative !important;
        z-index: 0 !important;
    }

    .homePostSlider > div{
        cursor:pointer;
    }

    .homePostSlider .big,
    .homePostSlider2 .big {
        width:450px !important;
        height:350px !important;
    }

        .homePostSlider .big.smallMargin,
        .homePostSlider2 .big.smallMargin {
            width:435px !important;
            height:335px !important;
        }
        
            .homePostSlider .big.largeMargin,
            .homePostSlider2 .big.largeMargin {
                width:420px !important;
                height:320px !important;
            }


    .homePostSlider .portrait,
    .homePostSlider2 .portrait {
        width:225px !important;
        height:350px !important;
    }

        .homePostSlider .portrait.smallMargin,
        .homePostSlider2 .portrait.smallMargin {
            width:210px !important;
            height:335px !important;
        }
        
            .homePostSlider .portrait.largeMargin,
            .homePostSlider2 .portrait.largeMargin {
                width:195px !important;
                height:320px !important;
            }

    .homePostSlider .landscape,
    .homePostSlider2 .landscape {
        width:450px !important;
        height:175px !important;
    }
        .homePostSlider .landscape.smallMargin,
        .homePostSlider2 .landscape.smallMargin {
            width:435px !important;
            height:160px !important;
        }
        
            .homePostSlider .landscape.largeMargin,
            .homePostSlider2 .landscape.largeMargin {
                width:420px !important;
                height:145px !important;
            }
        

    .homePostSlider .thumbnail,
    .homePostSlider2 .thumbnail {
        width:225px !important;
        height:175px !important;
    }

        .homePostSlider .thumbnail.smallMargin,
        .homePostSlider2 .thumbnail.smallMargin {
            width:210px !important;
            height:160px !important;
        }
        
            .homePostSlider .thumbnail.largeMargin,
            .homePostSlider2 .thumbnail.largeMargin {
                width:195px !important;
                height:145px !important;
            }
    
    .mejs-container {
        max-width:100% !important;
        overflow: hidden;
    }
    
    .singleService .serviceIcon {
        max-width: 100%;
        margin:10px auto;
    }
    
    #wrapper {
        margin-top:40px;
        width:80%;
    }
    
    
    .sliderContent h1,
    .sliderContent h2,
    .sliderContent h3,
    .sliderContent h4,
    .sliderContent h5,
    .sliderContent h6{
        font-size:28px;
    }

    .sliderContent p {
        font-size:14px;
    }
    
    .orderByIsotope li a {
        padding: 5px 10px;
        display: block;
        text-align: right;
    }
    
    .widgets.bottom_widget > .widget {
        width:100%;
    }
    
}

@media (max-width: 500px) {
    .extraIcons .socialWrapper,
    .extraIcons #share,
    #pageNumbers    {
        display:none;
    }
    
    .contactInfo .attributes .column1, .contactInfo .attributes .column1 .contactBlock {
        padding: 15px 0 !important;
    }
    
}


/* themecheck required classes */

.wp-caption-text{
    text-transform:none;
}

.sticky{
    border:border:solid 1px #f72e2e;
}

.gallery-caption{
    text-transform:none;
}

.bypostauthor{}

.alignright{
    text-align:right;
}

.alignleft{
    text-align:left;
}

.aligncenter{
    text-align:center;
}

/* themecheck required classes */

.animScroll{
    opacity:0;
}

.clear {
    clear:both;
}

.caroufredsel_wrapper #carousel {
    height:100% !important;
}

.noMargin.homePostSlider {
    background:#080808;
}

h3 + p {
    margin-top: 20px;
}

.container .fix-layout.leftLarge.sidebarRight .fluidMasonry.layout_one .bucketHorizontal, 
.container .fix-layout.leftSmall.sidebarRight .fluidMasonry.layout_one .bucketHorizontal, 
.container .fix-layout.top.sidebarRight .fluidMasonry.layout_one .bucketHorizontal, 
.container .fix-layout.bottom.sidebarRight .fluidMasonry.layout_one .bucketHorizontal{
    width:100% !important;
    padding-right: 30px;
}

.container .fix-layout.leftLarge.sidebarRight .fluidMasonry.layout_one .audioPost .postType , 
.container .fix-layout.leftSmall.sidebarRight .fluidMasonry.layout_one .audioPost .postType l, 
.container .fix-layout.top.sidebarRight .fluidMasonry.layout_one .audioPost .postType , 
.container .fix-layout.bottom.sidebarRight .fluidMasonry.layout_one .audioPost .postType {
    right: 50px;
}