/* ==========================================================================
Main Screen CSS
========================================================================== */
/* Table of contents
========================================================================== */
/**
* == Core CSS ==
*
* Base ................ Global classes,wp defaults
* Colors .............. Define defaul colors
* Typography .......... (H1-6),code,span,etc
* Form ................ Form builder,search,submition,etc.
* Tables .............. Simple and Fancy tables like pricing tables
* Buttons ............. All kind of buttons,social links
* Animations .......... Define animations (keyframes)
*
* == Components ==
*
* Header .............. Base header elements: logo,menu
* Footer .............. Big and Small area in footer
* Boxes ............... All models of boxes
* Sidebar ............. All widgets
* Icons ............... Define the icons used in the project
* UI .................. Elements used as shortcode & custom posts
* JS plugins .......... Css helper for javascripts plugins
* Responsivness ....... Css for site responsivness
*/
/* Base
========================================================================== */
@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Playfair+Display:400,700italic,700,400italic|Lato:400,300,300italic,400italic,700,700italic");
* {
    border: 0;
    font-size: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
body {
    font-size: 13px;
}
body,
.about-section .middle .box .content-box .video-production-title,
.desktop-text-btn a.btn,
.desktop-text-btn a.btn-default {
    font-family: Lato, sans-serif;
}
/* ---------------------------------------- DEFAULT FIX --- */
p {
    font-size: 14px;
    line-height: 1.7em;
}
i,
input,
textarea,
button,
a {
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    outline: none;
}
a:hover {
    text-decoration: none;
}
.class*="-section"] {
    overflow: hidden;
}
.class-name {
    font-family: 'Playfair Display', sans-serif;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn {
    font-size: 16px;
    color: #FFF;
    background-color: #1896ff;
    border: none;
    border-radius: 0;
    font-weight: 700;
    width: 195px;
    height: 54px;
    line-height: 40px;
}
.btn:hover {
    background-color: #1896ff;
    color: #FFF;
}
.ci {
    background-repeat: no-repeat;
    text-indent: -999px;
    background-size: 100% 100%;
    display: inline-block;
}
.tweet-icon {
    margin-right: 7px;
    background-image: url(../images/tweet-icon.png);
    height: 12px;
    width: 15px;
}
.search-icon {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    background-image: url(../images/search-icon.png);
}
.blog-image-icon {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    height: 63px;
    width: 63px;
    background-image: url(../images/blog/blog-image-icon.png);
    margin: 0 auto;
}
.widget_search .form-control {
    border-radius: 0;
    height: 50px;
    display: inline-block;
    font-style: italic;
    padding-right: 43px;
    border-color: #878787;
}
.widget_search .btn {
    background-color: transparent;
    height: 50px;
    width: 43px;
}
.vertical-line {
    background-image: url(../images/line.png);
    background-position: center top;
    background-size: 1px 72px;
    height: 72px;
    left: 0;
    position: absolute;
    right: 0;
    width: 95px;
    top: -23px;
}

/* ---------------------------------------- START SLIDER --- */
.slide-nav-container {
    position: relative;
}
.slide-nav-container > [class*="col-"] {
    float: none;
    margin: 0 auto;
}
.slides-navigation {
    position: absolute;
    z-index: 2;
    top: 46%;
    width: 100%;
    margin: 0 auto;
}
.slides-navigation a {
    position: absolute;
}
.slides-navigation a:hover,.slides-navigation a:focus {
    outline: 0;
}
.slides-navigation .prev {
    left: 0;
    z-index: 2;
    position: relative;
    height: 26px;
    width: 23px;
    background-image: url(../images/previous.png);
}
.slides-navigation .next {
    right: 0;
    z-index: 2;
    position: relative;
    left: 48px;
    height: 26px;
    width: 23px;
    background-image: url(../images/next.png);
}
.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.slides-pagination a {
    border: 2px solid #222;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-indent: -100%;
    margin: 2px;
}
.slides-pagination a.current {
    background-color: #222;
}
/* ---------------------------------------- END SLIDER --- */

/* ---------------------------------------- START HEADER + NAVIGATION --- */
.header {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;
    padding: 40px 0 0;
}
.primary-navigation {
    background-image: none;
    background-color: transparent;
    border: 0 none;
    margin: 15px 0 0;
}
.primary-navigation .nav {
    float: right;
    width: auto;
}
.primary-navigation .navbar-nav > li {
    background-image: url(../images/divider-menu.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 23px 0 28px;
}
.primary-navigation .navbar-nav > li:last-of-type {
    padding-right: 0;
    background: none;
}
.primary-navigation .navbar-nav > li:last-of-type a {
    padding-left: 0;
    padding-right: 0;
}
.primary-navigation .navbar-nav > li > a {
    color: #444;
    text-transform: uppercase;
    font-size: 13.37px;
    font-weight: 300;
    
}
.primary-navigation .navbar-nav > .active > a
{
    background-repeat: no-repeat;
   background-position: center 0;
   color: #444;
    background-color: transparent;
}

.primary-navigation .navbar-nav > .active > a:hover
{
    background-image: url(../images/menu-bg-h.png);
    background-repeat: no-repeat;
   background-position: center 0;
   color: white;
    background-color: transparent;
}

.primary-navigation .navbar-nav > .active > a:focus {
    /*background-image: url(../images/menu-bg-h.png);*/
    background-repeat: no-repeat;
    /*background-position: center 0;*/
    /*color: #1896ff;*/
    background-color: transparent;
}
.primary-navigation .navbar-nav > li > a:hover,.primary-navigation .navbar-nav > li > a:focus {
    outline: 0;
    color: white;
    background-image: url(../images/menu-bg-h.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.navtu{
    margin-top:-2px;
    padding:0px;
}
.navbar-fixed-top {
    /*background-color: #444;----original one*/
    background-color: #cbcbcb;
    padding-bottom: 0px;
    padding-top: 0px;
}
.navbar-fixed-top .logo-block img {
    max-height: 70px !important;
}
.navbar-fixed-top .primary-navigation {
    margin: 10px 0;
}
.section-header {
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
}
.menu_icon{
    padding-top:5px;
}
/* ---------------------------------------- END HEADER + NAVIGATION --- */

.section-title {
    display: block;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 700;
    font-size: 19.86px;
    letter-spacing: 3px;
    margin: 0 auto;
    padding: 0 0 20px;
}
.section-desc {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
    font-style: italic;
    color: #888;
}
/* ---------------------------------------- START HOME SLIDER --- */
.home-photos-slider {
    overflow: hidden;
    padding: 0;
}
.home-photos-slider .slides-container img {
    top: 0!important;
}
.home-photos-slider .slide-item {
    padding-top: 330px;
    text-align: center;
}
.home-photos-slider .slide-item .btn {
    margin-top: 300px;
    text-transform: uppercase;
}
.home-photos-slider .slide-item > p {
    margin-bottom: 80px;
}
.home-photos-slider .slide-title {
    font-weight: 900;
    color: #fdfafa;
    font-size: 40.04px;
    letter-spacing: 4px;
}
.home-photos-slider .slide-sub-title {
    color: #fdfafa;
    font-size: 20px;
    letter-spacing: 4px;
}
.home-photos-slider .slide-description {
    color: #444;
    display: block;
    font-size: 14px;
    line-height: 30px;
    max-width: 50%;
    margin: 40px auto 0;
    font-family: 'Lato', sans-serif !important;
    font-weight:300;
}
.home-photos-slider .slide-title,.home-photos-slider .slide-sub-title {
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto 10px;
}
.home-photos-slider .slides-navigation {
    bottom: 330px;
    height: 66px;
    left: 0;
    right: 0;
    top: auto;
    width: 100px;
}
.stacey{
    width:500px !important;
    height:127px !important;
    margin-top:250px;
}
/* ---------------------------------------- START ABOUT SECTION --- */
.about-content {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
}
.about-section .content-box img {
    width: auto;
    margin: 12px 0;
}
.about-section .content-box .video-production-title {
    text-align: center;
    display: inline-block;
    font-style: normal;
    font-weight: 300;
    color: #444;
    font-size: 14px;
    line-height: 25px;
    margin-left:25px;
}
.video-production-hover {
    z-index: 4;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.about-section .col-md-4 a {
    position: relative;
    display: inline-block;
}
.about-section .triangle {
    width: 92%;
    position: absolute;
    text-align: center;
}
.about-section .triangle img {
    width: auto;
    margin: -15px 0 0;
}
.desktop {
    width: 100%;
    display: block;
    text-align: center;
    margin: 96px 0 51px;
}
.about-content p {
    font-style: italic;
    color: gray;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    padding: 0 100px;
}
.about-content p span {
    background-color: #1896ff;
    color: #fff;
    margin-right: 2px;
    position: relative;
    top: -11px;
    padding: 7px 15px;
}
.about-content img {
    display: block;
    margin: 0 auto 70px;
}
.desktop-text-btn {
    text-align: center;
    width: 100%;
    margin: 71px 0 0;
}
.desktop-text-btn a.btn {
    background: #1896ff;
    font-style: normal;
    color: #fff;
    font-weight: 700;
    margin: 0 10px;
}
.desktop-text-btn a.btn-default {
    border: 3px solid #1896ff;
    font-style: normal;
    color: #444;
    font-weight: 700;
    margin: 0 10px;
    padding: 15px 50px;
}

/* ---------------------------------------- START STATISTICS SECTION --- */
.statistics-section {
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-image: url(../images/count-down.png);
    background-repeat: no-repeat;
    padding: 164px 0;
}
.statistics-section .container > [class*="col-"] {
    text-align: center;
}
.statistics-section .container > [class*="col-"]:after {
    background-image: url(../images/count-down-divider.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 119px;
    position: absolute;
    right: -25px;
    top: 55px;
    width: 31px;
}
.statistics-section .container > [class*="col-"]:last-of-type:after {
    background-image: none;
}
.statistics-section .statistics-title {
    color: #FFF;
    font-size: 30px;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0;
}
.statistics-section .statistics-count {
    color: #1896ff;
    font-size: 100px;
    font-style: italic;
    font-weight: 300;
}

/* ---------------------------------------- START OUR TEAM SECTION --- */
.our-team-section .designer-post {
    font-style: italic;
}
.our-team-section .designer {
    bottom: -1px;
    height: 75px;
    left: 15px;
    position: absolute;
    right: 15px;
    background-color: rgba(70,164,243,0.75);
    padding: 19px 27px;
}
.our-team-section .designer-social {
    text-align: center;
    bottom: -1px;
    height: 75px;
    left: 0;
    position: absolute;
    right: 0;
    background-color: rgba(70,164,243,0.75);
    padding: 19px 27px;
}
.our-team-section .designer-social .fa {
    color: #fff;
    font-size: 16px;
    margin: 12px 10px;
}
.our-team-section .designer .designer-name {
    width: 100%;
    color: #fff;
    text-align: left;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.our-team-section .designer .designer-post {
    width: 100%;
    font-style: italic;
    display: inline-block;
    color: #FFF;
}
.designer-hover {
    display: none;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    color: #fff;
}
.designer-hover-inner {
    background-color: rgba(59,59,59,0.75);
    height: 408px;
    width: 100%;
    padding: 90px 30px 30px;
}
.our-team-section [class*="col-"]:hover .designer {
    opacity: 0;
}
.designer-hover .designer-name {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.about-section .designer-hover .designer-post {
    color: #fff;
    font-style: italic;
    text-align: left;
}
.about-section .designer-hover .designer-description {
    color: #FFF;
    text-align: left;
}
.about-section .designer-hover .designer-social {
    color: #FFF;
}

/* ---------------------------------------- START FEATURES SECTION --- */
.features-section {
    width: 100%;
    background: #f5f5f5;
    margin: 99px 0 0;
    padding: 68px 0 38px;
}
.features-section .feature-title {
    color: #444;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 5px 0 0;
}
.features-section ul {
    list-style: none;
    border-bottom: 0 none;
    border-left: 1px solid gray;
    margin: 0;
    padding: 0;
}
.features-section ul li {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.features-section ul li a {
    border: 0 none;
    color: gray;
    font-size: 20px;
}
.features-section ul li.active:before {
    border-left: 3px solid #1896ff;
    content: "";
    height: 49px;
    left: -2px;
    position: absolute;
}
.features-section ul li a:hover,
.features-section ul.nav-tabs li a:focus,
.features-section ul li.active a {
    outline: 0;
    border: 0 none;
    background-color: transparent;
    color: #1896ff;
    text-decoration: none;
}
.features-section .nav-tabs > li.active > a {
    background-color: transparent;
    border: 0 none;
}

/* ---------------------------------------- START OUR WORKS SECTION --- */
.our-works .section-header {
    margin-bottom: 50px;
}
.our-works .portfolio-categories {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
}
.our-works .portfolio-categories > li > a {
    padding-left: 0;
    padding-right: 3px;
    font-style: italic;
    color: #888;
    font-weight: 700;
}
.our-works .portfolio-categories > li > a:hover {
    color: #444;
    background: none;
}
.our-works .portfolio-list {
    width: 100%!important;
    margin: 0 auto;
    padding: 0;
}
.our-works .portfolio-list li {
    display: inline-block;
    padding: 0;
}
.our-works .portfolio-categories > li:after {
    content: "/";
    padding-left: 3px;
    padding-right: 3px;
}

/* ---------------------------------------- START CLIENTS SECTION --- */
.clients-section {
	padding: 80px 0 10px;
    background-color: #f5f5f5;
}
.clients-section a {
	display: block;
	text-align: center;
}

/* ---------------------------------------- START TESTIMONIALS SECTION --- */
.testimonial-section .client {
    background-color: #f5f5f5;
    color: #444;
    padding: 0;
}
.testimonial-section .client p {
    color: #444;
    font-size: 16px;
    line-height: 1.6em;
    font-style: italic;
    text-align: left;
    margin: 0;
    padding: 50px 30px;
}
.testimonial-section .client-inner {
    background-color: #1896ff;
    font-size: 16px;
    padding-bottom: 78px;
    padding-top: 78px;
    text-align: center;
}
.testimonial-section .client-inner p {
    color: #fff;
    line-height: 1.7em;
    font-size: 16px;
    font-style: italic;
}
.testimonial-section .client-inner span {
    width: 100%;
    display: inline-block;
}
.testimonial-section .client-inner p a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
}

/* ---------------------------------------- START PRICING SECTION --- */
.pricing-plan-section {
    text-align: center;
    color: #fff;
    padding-top: 30px;
    background-color: #eeeeee;
    margin: 100px 0 0;
}
.pricing-plan-section .container {
    position: relative;
    padding: 0;
}
.pricing-plan-section .container .pricing-image {
    margin-top: 50px;
}
.pricing-plan-section a {
    color: #fff;
	font-size: 15px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.7em;
}
.pricing-plan-section a:hover {
    color: #ddd;
}
.pricing-table {
	background: #1896ff;
	padding: 25px;
	margin-bottom: 30px;
}
.pricing-table .ul-1 {
	margin-left: -10px;
	padding-left: 20px;
	border-left: 1px solid #fff;
}
.pricing-table .ul-2 {
	border-right: 1px solid #fff;
}
.pricing-table ul {
	margin: 0;
	padding: 0;
}
.pricing-table ul li {
	list-style: none;
	margin-bottom: 5px;
	text-align: left;
}
.pricing-table ul li:last-child {
	margin: 0;
}
.pricing-table h3 {
	font-size: 20px;
	margin: 15px auto;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
	font-weight: 700;
}
.pricing-table h4 {
	font-size: 23px;
	margin: 15px auto;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
	font-weight: 400;
}
.pricing-table.pricing-table-2 {
	background: #808080;
}
/* ---------------------------------------- START BLOG SECTION --- */
.blog-section {
    text-align: center;
    padding: 0;
}
.blog-section .entry-date {
    padding-bottom: 20px;
    font-weight: 400;
    margin: 0;
}
.blog-section .container > [class*="col-"] {
    min-height: 582px;
}
.blog-post {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
}
.blog-post .blog-post-hover {
    display: none;
    background-image: url(../images/blog/blog-hover.png);
    background-repeat: repeat;
    height: 100%;
    left: 15px;
    max-height: 460px;
    position: absolute;
    right: 15px;
    top: 0;
}
.blog-post img {
    min-height: 460px;
}
.blog-post .entry-content > p,.blog-post .about-author {
    line-height: 23px;
}
.blog-post .author {
    margin-top: 80px;
    margin-bottom: 20px;
}
.post-style-2 {
    color: #fff;
    min-height: 500px;
    padding: 27px;
}
.post-style-2 .entry-content > p {
    margin-bottom: 75px;
}
.post-style-3 h3 {
    font-size: 16px;
    font-weight: 700;
}
.post-style-3 {
    color: #444;
    min-height: 460px;
    padding: 50px;
}
.content-area {
    margin: 125px 0;
    padding-top:200px !important;
}
.header-blog {
    background-image: url(../images/blog/blog-header-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    height: 163px;
}
.entry-header {
    margin-bottom: 25px;
    text-align: center;
}
.entry-title {
    font-weight: 700;
    font-size: 16px;
    color: #444;
    line-height: 1.5em;
}
.entry-content {
    color: gray;
    margin-bottom: 60px;
}
.post-author p {
    font-size: 14px;
    line-height: 23px;
    color: gray;
}
.entry-content p {
    font-size: 14px;
    line-height: 1.7em;
    margin: 0 0 20px;
}
.entry-date,.comments-link,.post-views {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 700;
}
.comments-link a {
    color: #4c4c4c;
}
.author-box {
    margin-bottom: 50px;
    margin-top: 50px;
    border: 3px solid #1896ff;
    padding: 20px;
}
.author-image {
    overflow: hidden;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.post-author h2 {
    line-height: normal;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.entry-meta [rel="tag"] {
    color: #1896ff;
    font-style: italic;
}
.entry-meta [rel="tag"]:before {
    content: "#";
    padding-right: 3px;
}
.entry-meta [rel="tag"]:hover {
    color: #444;
    text-decoration: none;
}

/* ---------------------------------------- START COMMENTS SECTION --- */
.comment-area h2 {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.comment-form .form-control {
    border-radius: 0;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
    resize: none;
    height: 213px;
    border-color: #878787;
}
.comment-form > [class*="col-"]:first-of-type .form-control {
    height: 61.4px;
}
.comment-form .btn {
    background-color: transparent;
    border: 3px solid #1896ff;
    color: #4c4c4c;
    float: right;
}

/* ---------------------------------------- START WIDGETS SECTION --- */
.widget-title {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.widget-title:after {
    border-bottom: 1px solid #a3a2a2;
    content: "";
    display: block;
    float: none;
    height: 6px;
    text-align: center;
    width: 70px;
    margin: 0 auto;
}
.widget:first-of-type .widget-title {
    margin-top: 0;
}
.widget.widget_social_icons > ul {
    margin: 0 -6px;
    padding: 0;
}
.widget_social_icons li {
    list-style: none;
    zoom: 1;
    display: inline;
}
.widget_social_icons li a {
    background-color: #ececec;
    display: block;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    list-style: outside none none;
    margin-bottom: 12px;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    width: 45px;
}
.widget_twitter_entries > ul {
    color: gray;
    line-height: 22px;
    list-style: outside none none;
    padding: 0;
}
.tweet-post {
    font-style: italic;
    margin-bottom: 15px;
}
.tweet-post > a {
    font-style: italic;
    color: #1896ff;
    display: block;
    font-size: 13px;
}
.widget_recent_entries > ul {
    font-size: 16px;
    list-style: outside none none;
    padding: 0;
}
.widget_recent_entries > ul > li{
  text-align: center;
  display: inline-block;
  font-style: normal;
  font-weight: 300;
  color: #444;
  font-size: 14px;
}
.cat-item img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.days-meta {
    color: gray;
    font-size: 13px;
    display: block;
    font-style: italic;
}
.widget_categories > ul {
    color: gray;
    line-height: 25px;
    padding-left: 0;
    list-style: none;
}
.widget_categories > ul a:hover {
    color: #333;
}

/* ---------------------------------------- START FOOTER SECTION --- */
.footer {
    display: block;
    background-color: #444;
    padding: 0;
}
.footer-logo {
    line-height: 122px;
}
.footer ul {
  list-style: none;
  text-align: right;
  margin: 0;
  padding-bottom: 20px;
}
.footer ul li {
    text-align: center;
    display: inline-block;
}
.footer ul li a {
    min-width: 50px;
    color: #fff;
    display: inline-block;
}
.footer ul li a:hover {
    background-color: none;
    color: gray;
}
.copyright-section {
    width: 100%;
    color: white;
    line-height: 60px;
    display: inline-block;
}
.copyright-section p {
    margin: 0;
}
.logo-block{
    padding-top:18px;
}
.about-section,
.features-section .container > [class*="col-"]:last-of-type,
.our-works,
.testimonial-section > .container,
.testimonial-section .client > [class*="col-"]:nth-child(1),
.blog-section > .container {
    padding: 0;
}
.logo-block img:hover,.portfolio-list img:hover,
.partner-logo-image img:hover,
.testimonial-section img:hover,
.pricing-image img:hover,
.author-image:hover,
.cat-item img:hover,
.footer-logo img:hover {
    opacity: 0.7;
}
.logo-section > .container > [class*="col-"]:last-of-type,
.statistics-section .container > [class*="col-"]:last-of-type,
.pricing-plan-section .container > .col-md-6,
.content-sidebar,
.comment-form > [class*="col-"]:last-of-type,
.footer .container > [class*="col-"]:last-of-type {
    padding-right: 0;
}
.home-photos-slider .slide-item .btn:hover,
.desktop-text-btn a.btn:hover {
    background-color: #333;
}
.home-photos-slider .slide-title b,
.blog-post .entry-title:hover,
.entry-title a:hover {
    color: #1896ff;
}
.about-section .content-box .video-production-title span,
.about-section .col-md-4 a:hover > .video-production-hover,
.post-thumbnail:hover .blog-post-hover {
    display: block;
}
.statistics-section .container > [class*="col-"]:first-of-type,
.content-section,
.comment-form > [class*="col-"],
.comment-form > [class*="col-"]:first-of-type > [class*="col-"],
.footer .container > [class*="col-"]:first-of-type {
    padding-left: 0;
}
.our-team-section [class*="col-"]:hover .designer-hover,
.our-works .portfolio-categories > li {
    display: inline-block;
}
.testimonial-section .client-inner p a,
.entry-title a,
.tweet-post > a:hover {
    color: #444;
}
.pricing-plan-section .gold h1,
.pricing-plan-section .platinum h1 {
    background: url(../images/plan-gold-divider.png) no-repeat center bottom;
}
.blog-section .entry-date:after,
.entry-meta [rel="tag"]:last-of-type:after {
    content: "";
}
.entry-date:after,
.comments-link:after,
.entry-meta [rel="tag"]:after {
    content: "/";
    padding-left: 5px;
    padding-right: 5px;
}
.comment-form .btn:hover,
.widget_social_icons li a:hover {
    background-color: #1896ff;
    color: #fff;
}
.widget_recent_entries > ul a:hover,
.widget_categories > ul a {
    color: gray;
}
.entry-cover portfolio_image{
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important; 
}
.entry-cover{
    width:80%;
    margin:50px auto;
}
.entry-content{
    width:80%;
    margin:100px auto;
}
/*
.container{
    width:100%;
}
*/
.portfolio_area{
    width:100%;
}
.other_works{
    float:left;
    width:100%;
    margin-bottom: 100px;
}
.cat-item{
    float:left;
    width:18%;
    margin:1%;
}
.works_image{
}
.container-copyright {
  width: 100%;
  color: white;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
}
/*jing*/
#inactiveLink {
   pointer-events: none;
   cursor: default;
}
.inactiveLink {
   pointer-events: none;
   cursor: default;
}
/*jing contact form*/
.contact_p{
    color:black;
    font-size:16px;
    font-weight:300;
}
#contact_email{
    color:gray;
}

.navbar-header {
  margin-top: -5px;
}