/*
Theme Name: Ela
Theme URI: http://www.themescreators.com/ela/
Version: 1.4
Author: Genethic
Author URI: http://www.themescreators.com/
Description: A creative theme for business, agencies and startups. Create infinite layouts, easy and efective.   
Tags: one-column, two-columns, translation-ready, fluid-layout, responsive-layout, theme-options
License: GNU2 General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body,
html {
    background-color: #ffffff;
    color: #7f7f7f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -webkit-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
    font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #1c2334;
    margin-bottom: 25px;
    margin-top: 20px;
}
h3 {
    line-height: 34px;
}
p {
	margin: 0 0 20px;	
}
a {
    outline: none;
	border:0;
    transition: all .3s ease;
}
img {
    border:0;
    outline:none
}
.NotoFont {
    font-family: 'Noto Serif', serif;
    font-weight: normal;
    color: #1c2334;
}
/*
	LOADING ANIMATION
*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-perspective: 12rem;
    -moz-perspective: 12rem;
    -ms-perspective: 12rem;
    -o-perspective: 12rem;
    perspective: 12rem;
    z-index: 2000;
    position: fixed;
    height: 6rem;
    width: 6rem;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.pace.pace-inactive .pace-progress {
    display: none;
}
.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 6rem;
    width: 6rem !important;
    line-height: 6rem;
    font-size: 2rem;
    border-radius: 50%;
    background: rgba(34, 153, 221, 0.8);
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
    text-align: center;
    -webkit-animation: pace-3d-spinner linear infinite 2s;
    -moz-animation: pace-3d-spinner linear infinite 2s;
    -ms-animation: pace-3d-spinner linear infinite 2s;
    -o-animation: pace-3d-spinner linear infinite 2s;
    animation: pace-3d-spinner linear infinite 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.pace .pace-progress:after {
    content: attr(data-progress-text);
    display: block;
}
@-webkit-keyframes pace-3d-spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
    }
}
@-moz-keyframes pace-3d-spinner {
    from {
        -moz-transform: rotateY(0deg);
    }
    to {
        -moz-transform: rotateY(360deg);
    }
}
@-ms-keyframes pace-3d-spinner {
    from {
        -ms-transform: rotateY(0deg);
    }
    to {
        -ms-transform: rotateY(360deg);
    }
}
@-o-keyframes pace-3d-spinner {
    from {
        -o-transform: rotateY(0deg);
    }
    to {
        -o-transform: rotateY(360deg);
    }
}
@keyframes pace-3d-spinner {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
/*
	Theme Heading
*/
.heading {
    color: #7e848e;
}
.heading em {
    color: #282c32;
    font-style: normal;
}
/*
	Used to breath
*/
.space{
	padding: 90px 0;
}
.top-none {
	padding-top: 0;
}
.bottom-none {
	padding-bottom: 0;
}
.top-space {
    padding-top: 90px;
}
.top-max-space {
    padding-top: 120px;
}
.top-min-space {
    padding-top: 50px;
}
.bottom-space {
    padding-bottom: 90px;
}
.bottom-min-space {
    padding-bottom: 50px;
}
.bottom-max-space {
    padding-bottom: 120px;
}
/*
	Old bootstrap full container
*/
.container-full {
    padding: 0 15px;
    margin: 0 auto;
}
.small-cta {
    border: none;
    box-shadow: none;
    padding: 15px;
}
.small-cta h6 {
    padding: 12px 0;
    margin: 0;
	text-transform: uppercase;
	text-align:center;
}
/*
* Buttons
*/
.btn {
	color: #fff;	
}
.btn i {
	margin-left:15px;
}
.btn:hover {
	color: #fff;	
}
.btn {
	padding: 10px 20px;
	font-size: 18px;
	line-height: 1.33;
}
.btn.wpb_regularsize.vc_btn_rounded {
	border-radius: 6px !important;
}
.vc_btn_border {
	border: 1px solid #00aff0;
    background: #fff;
}
.btn.wpb_btn-mini {
	padding: 4px 10px !important;
	font-size: 14px !important;
	line-height: 1.33 !important;
}
.btn.wpb_btn-mini.vc_btn_round {
	border-radius: 25px !important;
}
.btn.wpb_btn-mini.vc_btn_rounded {
	border-radius: 3px !important;
}
.btn.wpb_btn-mini.vc_btn_square {
	border-radius: 0 !important;
}
.btn.wpb_btn-small {
	padding: 6px 12px !important;
	font-size: 16px !important;
	line-height: 1.33 !important;
}
.btn.wpb_btn-small.vc_btn_round {
	border-radius: 25px !important;
}
.btn.wpb_btn-small.vc_btn_square {
	border-radius: 0 !important;
}
.btn.wpb_btn-small.vc_btn_rounded {
	border-radius: 5px !important;
}
.btn.wpb_btn-large {
	padding: 12px 40px !important;
	font-size: 20px !important;
	line-height: 1.33 !important;
}
.btn.wpb_btn-large.vc_btn_round {
	border-radius: 25px !important;
}
.btn.wpb_btn-large.vc_btn_rounded {
	border-radius: 7px !important;
}
.btn.wpb_btn-large.vc_btn_square {
	border-radius: 0 !important;
}
.btn.center {
	display:table;
	margin:0 auto;
}
.btn.left {
	float:left;
}
.btn.right {
	float:right;
}
.cta_align_left .btn {
  float: left;
}
.cta_align_right .btn {
  float: right;
}
.cta_align_left .btn,
.cta_align_right .btn {
  max-width: 50%;
}
.cta_align_left .wpb_call_text, .cta_align_right .wpb_call_text {
width: 50% !important;
}
/*
*
* SOCIAL ICONS
*
*/
.socials li {
    position: relative;
    list-style: none;
    text-align: center;
    margin: 0 1px;
    display: inline-block;
    border: 1px solid #A1A0AA;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 2;
}
.socials li a {
    font-size: 14px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    display: block;
}
/*
	Sections bg color 50% / 50%
*/
.grey-bg-50 {
    position: relative;
    border-bottom: 1px solid rgba(182, 196, 209, 0.3);
    background: linear-gradient(#f5f7f9, #f5f7f9) no-repeat 100% 0;
    background-size: 50% 100%;
}
.grey-bg-50:after {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    background: rgba(182, 196, 209, 0.3);
}
/*
	Theme main dark background color
*/
.dark-bg {
    background: #1c2334;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4 {
    color: #fff;
}
/*
	Theme Greay Bg Color
*/
.grey-bg {
    background: linear-gradient(#f5f7f9, #f5f7f9) no-repeat 100% 0;
}
/*
* NAVGATION
*/
.admin-bar .navbar-inverse {
	margin-top: 32px;
}
.navbar {
	margin-bottom:0;
}
.navbar-inverse {
    background-color: rgb(255, 255, 255);
    border: 0;
    border-top: 4px solid #1c2334;
    box-shadow: 0 1px 5px 1px rgba(64, 64, 70, 0.11);
}
.navbar-inverse .navbar-brand {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    background: #1c2334;
    height: 71px;
    width: auto;
    transition: none;
	padding-right: 40px;
}
.navbar-inverse .navbar-brand img {
    padding-left: 50px;
}
.navbar-inverse .navbar-brand span {
    padding-left: 3px;
}
.navbar-inverse .navbar-brand:hover {
    background: #1c2334;
}
.navbar-inverse .navbar-nav>li>a {
    padding: 25px 28px;
    font-size: 16px;
    border-right: solid #eaeaea 1px;
    color: #7f7f7f;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #1c2334;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a {
    color: #1c2334;
    background-color: rgba(14, 14, 14, 0);
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: rgba(255, 255, 255, 0);
    color: #292830;
    border-color: #eee;
}
.dropdown-menu {
    border: solid #eaeaea 1px;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(216, 216, 229, 0.175);
    padding: 8px 5px;
    font-size: 16px;
}
.dropdown-menu>li>a {
    color: #7f7f7f;
	padding: 3px 50px 3px 10px;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #1c2334;
    margin: 18px 20px;
}
.pull-right{
	float:none;
}
.dropdown-menu.pull-right {
	float:none;
	left:100%;
	margin-right:10px;
	right:auto;
}
.dropdown-menu.pull-left {
	float:none;
	left:-100%;
	margin-left:10px;
	right:100%;
}
.open > .dropdown-menu.pull-right {
	left:0;
}
.dropdown-submenu {
position:relative;
}
.dropdown-submenu:hover>.dropdown-menu {
display:block;
}
.dropdown-submenu>.dropdown-menu {
margin-left:-1px;
margin-top:-6px;
top:0;
}
.dropdown-submenu>a:after {
border-color:transparent transparent transparent #ccc;
border-style:solid;
border-width:5px 0 5px 5px;
content:" ";
display:block;
float:right;
height:0;
margin-right:-40px;
margin-top:5px;
width:0;
}
/*
* Slider
*/
.flexslider {
    position: relative;
}
.flexslider ul {
    padding: 0
}
.flexslider .caption-wrap {
    max-width: 1170px;
    margin: auto;
}
.flexslider .caption-wrap .caption-content {
    position: absolute;
    top: 15%;
    color: #fff;
}
.flexslider .caption-wrap .caption-content h1 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}
.tagline {
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 20px;
    color: #fff;
}
.subline {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 35px;
}
.asSeenOn h6 {
    color: #fff;
}
.asSeenOn h6:after {
    content: " ";
    display: inline-block;
    height: 1px;
    width: 300px;
    background: rgba(255, 255, 255, 0.4);
    margin-left: 10px;
    position: relative;
    top: -4px;
}
.asSeenOn .logos {
    margin-top: 15px;
    height: 31px;
    width: 365px;
    text-indent: -900em;
    background-image: url("../images/logos.png");
    background-position: 0 0;
    background-size: 460px;
    background-repeat: no-repeat;
}
.flexslider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 90px;
    text-align: center;
    display: block;
}
/*
*
* Sign Up form
*
*/
.sign-up {
    position: relative;
    margin: -100px -30px;
    text-align: center;
    max-width: 1220px;
    background: #1c2334;
    border: 1px solid rgb(32, 39, 56);
    z-index: 130;
    color: #fff;
    padding: 20px 0;
    z-index: 1000;
}
.sign-up .sign-up-inner h4 {
    color: #fff;
}
.sign-up .sign-up-inner p {
    color: #ffffff;
    font-weight: 700; /* Memkar */
}
.sign-up .sign-up-inner form {
    margin: 15px 0;
}
.sign-up .sign-up-inner .form-control {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(24, 30, 45);
    background-color: rgb(30, 37, 55);
    border-radius: 0;
    height: 40px;
    padding: 0 45px;
}
.sign-up .sign-up-inner .form-control::-webkit-input-placeholder {
    color: #4B4857;
}
.sign-up .sign-up-inner .btn {
    padding: 10px 38px;
    margin: 0;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: bold;
}
/*
* SERVICES
*
*/
.service-box {
    padding: 0 25px;
	text-align: center;
}
.service-box .icon {
    margin-bottom: 35px;
    position: relative;
}
.service-box .icon img {
    display: block;
    width: 120px;
    height: auto;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-box .icon img:hover {
    opacity: 0.7;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
/*
*
* Tabbed section
*/
#tabbed .tab-pane .img-container img {
    margin: auto;
}
#tabbed .right-tabbed {
    position: relative;
}
#tabbed .right-tabbed .link {
    padding: 16px 0 0 25px;
}
#tabbed .right-tabbed .tabbed-content {
    margin: auto;
    display: block;
}
#tabbed .right-tabbed .tabbed-action {
    margin-top: 40px;
}
#tabbed .right-tabbed .tabbed-content .watch-video {
    background: url("../images/video-button-bg.jpg") no-repeat center center;
    background-size: cover;
    color: #FFF;
    cursor: pointer;
    border-radius: 4px;
    display: block;
    float: left;
    margin-bottom: 5px;
    padding: 25px 0;
    text-align: center;
    width: 200px;
}
#tabbed .right-tabbed .tabbed-content .watch-video span {
    letter-spacing: 1px;
    text-transform: uppercase;
}
#tabbed .right-tabbed .tabbed-content .watch-video:hover {
    opacity: 0.7;
}
#tabbed .tab-pane ul.bullet-list {
    margin-bottom: 25px;
}
#tabbed .tab-pane ul.bullet-list li {
    margin-left: 0;
    padding: 13px 45px 5px;
    position: relative;
    background: url("../icons/tick4.svg") no-repeat center left;
}
/*
* Features
*
*/
.flip-container {
    margin: 0 auto;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
}
.flip-container:hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    background: #512373!important; /* memkar */
}
.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    position: relative;
}
.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.back .back-content {
    padding: 10px 20px;
}
.front,
.back h4 {
    color: #fff;
}
.front {
    z-index: 1;
    text-align: center;
}
.front img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	margin: auto !important;
	height: 100px !important;
}
.flip-container,
.front,
.back {
    height: 200px;
    width: 100%;
    margin-bottom: 35px;
    background: #512373!important; /* memkar */
}
.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
}
/*
 * FEATURES PAGE / SINGLE FEATURES
 */
.feature-cnt {
    margin-top: 50px;
}
.feature-cnt h4{
    margin-top: 50px;
	color:#fff;
}
.f-icon {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 38px;
}
ul.bullet-list {
    margin-bottom: 35px;
}
ul.bullet-list li {
    margin-left: 0;
    padding: 13px 45px 5px;
    position: relative;
    background: url("assets/icons/tick4.svg") no-repeat center left;
}
/* PRICING
  ================================================== */
.pricing {
    position: relative;
}
.price {
    margin-top: 35px
}
.price-btns {
    margin-top: 25px;
}
.alpha {
    font-size: 40px;
    color: #1c2334;
    font-weight: bold;
}
ul.bullets {
    margin: 20px 0;
}
ul.bullets li {
    background: url("assets/icons/tick4.svg") no-repeat center left;
    padding: 11px 39px 5px;
}
.price-note {
    font-family: 'Allura', cursive;
    font-size: 26px;
    margin: 25px 0 0;
    color: #1c2334;
}
/*
* Client section
*/
.quote-text {
    background: linear-gradient(#f5f7f9, #f5f7f9) no-repeat 100% 0;
    border-left: none;
    color: rgba(85, 94, 106, 0.8);
    font-style: italic;
    line-height: 25px;
    margin: 0 0 30px 0;
    padding: 26px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
    -moz-box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
    box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
}
.quote-text:before {
    border: solid 14px transparent;
    z-index: 3;
    border-top-color: #f5f7f9;
    top: auto;
    right: auto;
    bottom: -28px;
    left: 30px;
}
.quote-text:after {
    border: solid 14px transparent;
    z-index: 2;
    border-width: 18px;
    border-top-color: rgba(182, 196, 209, 0.3);
    top: auto;
    right: auto;
    bottom: -36px;
    left: 26px;
}
.quote-text:before,
.quote-text:after,
.quote-text-up:before,
.quote-text-up:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}
.quote-text a {
    color: #7f7f7f
}
.quote-text a:hover {
    text-decoration: none;
}
.quote-author-pic {
    float: left;
    margin-right: 15px;
    margin-left: 6px;
    width: 70px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
}
.quote-author {
    display: inline-block;
    font-size: 13px !important;
    line-height: 65px !important;
    color: #662d91;
}
/*** CTA MAIN PAGE **/
/*
*
* FOOTER
*/
#footer {
    background: #1c2334;
}
#footer h3,
#footer h4 {
    color: #fff
}
#footer .top-footer,
#footer .btm-footer {
    background: #202738;
    padding: 20px 0;
}
#footer .top-footer img {
    position: absolute;
    right: 140px;
    margin: -120px auto;
    width: 250px;
}
#footer .top-footer .f-left h3 {
    color: #fff;
    margin: 10px 0 10px;
}
#footer .top-footer .cta {
    margin-top: 20px;
}
#footer .md-footer {
    padding: 60px 0;
}
#footer .md-footer ul {
padding-left: 0;
list-style: none;
}
#footer .footer-widget {
margin-bottom:50px;
}
#footer .footer-widget:last-child {
margin-bottom:0;
}
#footer .md-footer .col-md-3 a {
    color: #7f7f7f
}
#footer .md-footer .col-md-3 a:hover {
    color: #fff
}
#footer .md-footer ul.socials {
    margin-top: 30px;
}
#footer .md-footer ul.socials li {
    border: 1px solid #fff;
}
#footer .md-footer ul.socials li a {
    color: #fff;
}
#footer .tagcloud a {
    background-color: #202738;
    border: #202738;
    color: #7f7f7f;
    display: inline-block;
    font-size: 15px !important;
    line-height: 27px;
    margin: 0 0 8px;
    padding: 0 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    vertical-align: top;
}
#footer .tagcloud a:hover {
    background-color: #404757;
    color: #fff;
    text-decoration: none;
    border-color: #434955
}
#footer .btm-footer ul.btm-links {
    margin-top: 7px;
}
#footer .btm-footer ul li a {
    color: #fff
}
/*
* BREAdCRUMB
*/
.big_breadcrumb {
    margin: 0;
    padding: 35px 0 25px;
    background: #662d91!important;
    border-bottom: 1px solid rgba(36, 43, 60, 0.77);
}
.breadcrumb {
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.breadcrumb .delimiter { 
color: #ccc;
padding:0 9px;
}
.breadcrumb li a {
    color: #FFFFFF;
}
/*
* ABOUT US PAGE
*/
.magazine-block .count {
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
}
.team-wrap .team-info h4 {
    margin-bottom: 5px;
    margin-top: 20px;
}
/*
* Portfolio
*/
#filters {
    list-style: none;
    margin: 35px 0 25px;
    padding: 10px 0;
}
#filters li {
    display: inline;
    margin-top: 5px;
    line-height: 200%;
}
#filters li a {
    border: solid #eaeaea 1px;
    background: #fff;
    color: #7f7f7f;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 7px 25px;
    border-radius: 4px;
}
#filters li a.selected,
#filters li a:hover {
    border: 1px solid #00aff0;
    background-color: #00aff0;
    color: #FFF;
    text-decoration: none;
    padding: 7px 25px;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    z-index: 1;
    pointer-events: none;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    -ms-transition-duration: .8s;
    transition-duration: .8s;
}
.isotope {
    z-index: 1;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    -ms-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition: transform transition-property: transform, opacity;
    /* border: solid #eaeaea 1px; */
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;
}
.project-item {
    position: relative;
    margin-bottom: 30px;
}
.project-item.col-md-3 {
    width:24.99%;
}
.home-projects .project-item {
    margin-bottom: 0;
}
.project-item a {
    color: #acb2b6;
    cursor: crosshair;
}
.project-item .arrow_box {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    padding: 15px;
}
.project-item.arrow_box:after,
.project-item .arrow_box:before {
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: " ";
    pointer-events: none;
}
.project-item .arrow_box:after {
    left: 50%;
    margin-left: -16px;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-width: 16px;
}
.project-item .arrow_box:before {
    left: 50%;
    margin-left: -17px;
    border-bottom-color: rgba(234, 234, 234, 0);
    border-width: 17px;
}
p.meta,
p.meta a {
    color: #C2C2C9;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 2px 0 10px;
}
.p-tags {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
}
.project-item figcaption {
    position: absolute;
    top: 10%;
    left: 8%;
    display: block;
    width: 85%;
    height: 80%;
    background: rgba(14, 13, 24, 0.52);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    transition: opacity .2s;
    transtion: opacity .2s;
}
.project-item span {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
    color: #eee;
    text-align: center;
    letter-spacing: 2px;
    font-style: italic;
    font-size: 12px;
}
/*
 * Blog
 */
.blog-main {
    margin-top: 75px;
}
.blog-main .container > .row{
    margin: 0;
}
.blog-main .blog-item {
    margin-bottom: 50px;
}
.blog-main .pager {
    margin-top: 90px;
}
.post-media,
.post-title,
.post-meta {
    display: block;
}
.post-title h2.title,
.post-title h2.title a {
    color: rgb(43, 42, 56);
    font-size: 28px;
    margin: 0;
}
.post-title h2.title a:hover {
    color: #48505e;
}
.post-title blockquote {
    color: #aaa;
    margin: 0;
    padding: 0;
    width: 100%;
}
.post-title blockquote:before {
    content: "";
}
.post-title blockquote p {
    font-style: normal;
    padding-left: 0;
}
cite {
    display:block;
	margin-top:20px;
}
.post-meta {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 14px 0 20px 0;
    padding: 0;
    text-transform: uppercase;
}
.post-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-meta li {
    display: inline;
    margin-right: 5px;
}
.post-meta li:last-child {
    margin-right: 0;
}
.post-meta li:after {
    content: "\2022";
}
.post-meta li:last-child:after {
    content: "";
}
.post-meta span {
    padding-right: 8px;
    line-height: 18px;
}
.post-meta a {
    color: #aaa;
    display: inline-block;
}
.post-meta a:hover {
    color: #676767;
}
.post-entry .btn {
    margin-top: 14px;
}
.post-entry img {
   max-width:100%;
}
.format-video iframe,
.format-video object,
.format-video embed {} .post-media {
    position: relative;
    margin: 0 0 20px;
}
.post-media img {
    display: block;
    width: 100%;
}
.responsive-video-div > div {
    position: relative;
}
.responsive-video-div iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.responsive-video-vimeo {
    max-width: 1130px;
}
.responsive-video-vimeo > div {
    padding-top: 56.26506%;
}
.responsive-video-youtube {
    max-width: 1130px;
}
.responsive-video-youtube > div {
    padding-top: 56.271981%;
}
.post-date {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.post-date ul {
    margin: 0;
    padding: 0;
}
.post-date li {
    display: inline;
    margin-right: 5px;
}
.post-date li:last-child {
    margin-right: 0;
}
.post-date span.day:after {
    content: ",";
}
.post-date li:after {
    content: "/";
    margin-left: 8px;
}
.post-date li:last-child:after {
    content: "";
    margin-left: 0;
}
pre {
    display: block;
    padding: 15.5px 10px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #F5F5F5;
    border: 1px solid #EDEFF3;
    border-radius: 2px;
    color: #7f7f7f;
}
/*
	Blog comments
*/
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border: 1px solid #EDEFF3;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog-tags {
    margin: 35px 0;
}
.blog-tags a {
    border: none;
    margin: -5px 10px 0;
}
#comments .media .avatar,
.author .avatar {
    width: 100px;
    height: auto;
}
.media-heading {
    margin: 0 0 20px;
}
.media-heading a {
    color: #000;
    display: block;
    padding: 5px 8px;
}
.media-heading i {
    margin-right: 5px;
}
.media-heading a:hover {
    background-color: #0cbbfc;
    text-decoration-style: none;
    border-radius: 4px;
}
.media,
.media {
    margin-top: 30px;
}
.media-body .well {
    background: transparent;
    border: transparent;
}
.comment-form {
    margin: 30px 0;
}
/*
	INPUTS 
*/
input[type=text],
input[type=email],
input[type=phone],
.form-inline input,
.form-control,
textarea {
    border: #dbdbdb solid 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 3px 0;
    padding: 5px 10px;
    webkit-box-shadow: none;
    height: 40px;
}
/*
 *  TAGS
 */
.tagcloud a {
    background-color: #fff;
    border: 1px solid #eee;
    color: #434955;
    display: inline-block;
    font-size: 15px !important;
    line-height: 26px;
    margin: 0 5px 8px;
    padding: 0 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    vertical-align: top;
}
.tagcloud a:hover {
    background-color: #404757;
    color: #fff;
    text-decoration: none;
    border-color: #434955
}
/*
	Note styles
*/
.note-wrap {
    min-height: 235px;
    padding: 35px;
    margin-bottom: 25px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-family: Englebert, Arial;
    color: #FFFFFF;
    background: #00aff0;
    line-height: 26px;
    text-align: center;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.note-wrap:before {
    display: block;
    content: "";
    background: rgba(255, 255, 255, 0.95);
    width: 130px;
    height: 28px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f8f8;
    border-radius: 6px/18px 0;
    position: absolute;
    top: -13px;
    left: 50px;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.note-wrap a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.note-wrap a:hover {
    color: #D83A25;
}
.widget {
    margin: 25px 0
}
.widget p{
overflow-wrap: break-word;
}
.widget img {
	max-width:100%;
}
.widget:first-child {
    margin-top: 0
}
.widget ul {
	padding-left: 0;
	list-style: none;
}
.widget ul li {
	overflow-wrap: break-word;
}
.widget ul li a {
    color: #7f7f7f;
    line-height: 34px;
	display: inline-block;
    padding: 8px 0;
	overflow-wrap: break-word;
}
.widget ul li a:hover {
    color: #1c2334
}
.widget .count {
	float: right;
	color: #26292a;
	font-size:14px;
	display: inline-block;
    padding: 8px 0;
    letter-spacing: 2px;
}
.widget-post {
margin-bottom:20px;
float:left;
}
.widget-post a {
color: #1c2334;
}
.widget-post a {
color: #7f7f7f;
}
.widget-post a:hover {
color: #1c2334;
}
.widget-post img {
max-width:30%;
padding-right:20px;	
}
.custom-comments {
margin-bottom:20px;
float:left;
}
.custom-comments .avatar{
width:30%;
float:left;
padding-right:10px;
}
/*
 * CONTACT PAGE
 */
.wpb_gmaps_widget {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0px);
	background-color: rgb(229, 227, 223);
	margin:0 -15px;
}
.wpb_gmaps_widget .wpb_wrapper {
	padding:0 !important;
}
.contact-form input,
form.contact-form,
.contact-form textarea,
.contact-form select {
    margin-bottom: 20px;
    width: 100%;
}
/*-----------------------------------
*	VISUAL COMPOSER
------------------------------------*/
.wpb_wrapper img {
height: auto;
max-width: 100%;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background-color: #fff !important;
}
.wpb_tabs_nav {
margin: 20px auto !important;
display: table;
}
.wpb_content_element .wpb_tabs_nav li {
background-color: #fff !important;
border: 1px solid rgba(182, 196, 209, 0.3);
border-right: none;
text-align: center;
padding: 2px 0 !important;
margin:0 !important;
position: relative;
}
.wpb_content_element .wpb_tabs_nav li:last-child {
border-right: 1px solid rgba(182, 196, 209, 0.3);
}
.wpb_content_element .wpb_tabs_nav li a{
	font-size: 16px;
	padding: 0 40px !important;
    text-transform: uppercase;
    color: #282c32;
    opacity: .75;
    -ms-filter: "alpha(opacity=75)";
    display: block;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover {
background-color: #fafafa !important;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover {
opacity: 1;
-ms-filter: "alpha(opacity=100)";
}
.wpb_content_element .wpb_tabs_nav li a img {
    width: 40px;
    height: 40px
}
.wpb_content_element .wpb_tabs_nav li a span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
	padding: 60px  0 !important;
}

/*
	Icon element
*/
i.fa.center {
	display:table;
	margin:0 auto;
}
i.fa.left {
	float:left;
}
i.fa.right {
	float:right;
}

/*-----------------------------------
*	REVOLUTION SLIDER
------------------------------------*/
.tp-button {
	margin-bottom: 0;
	font-weight: 400;
	font-family:'Open Sans';
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow:none;
	text-shadow:none;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.tp-button.blue {
	background: #00aff0;
	color: #fff;
	box-shadow:none;
}
.tp-button.blue:hover {
	background: #0cbbfc;
	text-decoration:none;
	box-shadow:none;
}
.tp-button.green {
	background: #8dc539;
	color: #fff;
	box-shadow:none;
}
.tp-button.green:hover {
	background: #82b436;
	text-decoration:none;
	box-shadow:none;
}
.tp-button.red {
	background: rgb(237, 20, 91);
	color: #fff;
	box-shadow:none;
}
.tp-button.red:hover {
	background: #f11d54;
	text-decoration:none;
	box-shadow:none;
}
.tp-button.orange {
	background:#C93;
	color: #fff;
	box-shadow:none;
}
.tp-button.orange:hover {
	background:#C90;
	text-decoration:none;
	box-shadow:none;
}
.tp-button.darkgrey {
	background:#3B3B3B;
	color: #fff;
	box-shadow:none;
}
.tp-button.darkgrey:hover {
	background:#404040;
	text-decoration:none;
	box-shadow:none;
}
.tp-button.lightgrey {
	background:#969696;
	color: #fff;
	box-shadow:none;
}
.tp-button.lightgrey:hover {
	background:#CECECE;
	text-decoration:none;
	box-shadow:none;
}
.round .bullet {
background: #000 !important;
border-radius: 50% !important;
width: 15px !important;
height: 15px !important;
margin-left: 5px !important;
opacity:0.6;	
}
.round .bullet.selected {
opacity:1;	
}
.tp-leftarrow {
	width: 30px !important;
	height: 30px !important;
	margin: -20px 0 0;
	display: block;
	background: url("assets/images/bg_left_nav.png") no-repeat 0 0 !important;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-transition: all .3s ease;
}
.tp-rightarrow {
	width: 30px !important;
	height: 30px !important;
	margin: -20px 0 0;
	display: block;
	background: url("assets/images/bg_right_nav.png") no-repeat 0 0 !important;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-transition: all .3s ease;
	background-position: 100% 0;
}
.tp-loader {
	display:none !important;
}
.wpb_row {
	margin-bottom:0 !important;
}
/*
* WordPress generated classes
*/
.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
width:auto;
}
.alignleft {
float:left;
margin:2% 2% 2% 0;
width:auto;
}
.alignright {
float:right;
margin:2% 0 2% 2%;
width:auto;
}

/*
* Galleries
*/

.gallery a{
    float:left;
    width: 100%;
}
.gallery-item img {
    border: 0 none !important;
    padding: 0;
    width: 100%;
	height:auto;
}
.wp-caption, .gallery-item {
  position:relative
}
.wp-caption-text {
margin-left: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding-top: 25%;
background: rgba(0, 0, 0, 0.67);
color: #fff;
opacity: 0;
-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.wp-caption-text:hover {
  opacity: 1;
 -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.gallery-caption {}


/*
* COMMENTS
*/

.bypostauthor {}
.depth-2, .depth-3, .depth-4, .depth-5, .depth-6, .depth-7, .depth-8, .depth-9, .depth-10 {
	margin-left:30px;
}
.comment-edit-link, .comment-reply-link {
	margin-top:-30px;
}

/*
* Tables
*/

table {
	width:100%;
}
table tr {
	border-bottom: 1px solid #dfdfdf;
}
table th, table td {
	padding:5px 15px;
}
@media only screen and (min-width: 1600px) {
    body,
    html {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    body,
    html {
        font-size: 16px;
    }
}
@media only screen and (min-width: 800px) {
    body,
    html {
        font-size: 14px;
    }
}
@media screen and (max-width: 783px) {
    .admin-bar .navbar-inverse {
		margin-top: 46px;
	}
	.wpb_content_element .wpb_tabs_nav li a{
	font-size: 14px;
	padding: 0 20px !important;
}
}
@media screen and (max-width: 768px) {
    .grey-bg-50 {
        background: #fff;
        background-size: 100% 100%;
    }
    .grey-bg-50:after {
        display: none;
    }
	.navbar-collapse {
		max-height: 100%;
	}
}
@media (max-width: 680px) {
	.media-heading small {
		display:block;
	}
}
@media screen and (max-width: 420px) {
    .flexslider .flex-control-nav {
        bottom: 0;
    }

    .navbar-inverse .navbar-brand img {
    padding-left: 0px;
}

    .navbar-inverse .navbar-brand  {
    padding-right: 0px;
    padding-left: 0px;

}

.navbar-inverse .navbar-nav>li>a {
    padding: 10px 28px!important;
 
}


}