/*
Theme Name: Tetra
Theme URI: http://ovatheme.com/our-portfolio/
Version: 1.2.1
Description: Created by Ovatheme
Author: Ovatheme
Author URI: http://ovatheme.com
License: GNU General Public License
License URI: license.txt
Tags: translation-ready, left-sidebar, right-sidebar
Text Domain: tetra
*/


/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Preload Animation		   */
/*   03 - Header & Navigation      */
/*   04 - Intro      			   */
/*   05 - Top Line	      		   */
/*   06 - About		      		   */
/*   07 - Who We Are	   	  	   */
/*   08 - Banner-2	         	   */
/*   09 - Features  			   */
/*   10 - Promo Banner     		   */
/*   11 - More Features		   	   */
/*   12 - Portfolio        		   */
/*   13 - Founder Banner		   */
/*   14 - Statistic Banner	   	   */
/*   15 - Pricing				   */
/*   16 - Testimonials Rotator	   */
/*   17 - Team  	     	   	   */
/*   18 - Blog			 	  	   */
/*   19 - Call To Action           */
/*   20 - Clients		 	  	   */
/*   21 - FAQs			           */
/*   22 - Contacts	 	  	   	   */
/*   23 - Google Map	 	  	   */
/*   24 - Footer		 	  	   */
/*   25 - Scroll to Top	 	  	   */
/*   26 - Blog Pages	 	  	   */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */

body {
    color: #444;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

/*------------------------------------------*/
/*	CONTENT WRAPPER
/*------------------------------------------*/

#content_wrapper  {
    overflow: hidden;
}

/*------------------------------------------*/
/*	SECTION HEIGHT SETTINGS
/*------------------------------------------*/

.wide {
    padding-top: 110px;
    padding-bottom: 110px;
}

/*------------------------------------------*/
/*	HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 900;
    margin-top: 0; 
    margin-bottom: 10px;
    padding: 10px 0px;
}

h4 {
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*------------------------------------------*/
/*	 PARAGRAPHS
/*------------------------------------------*/

p {
    color: #444;
    font-size: 16px; 
    line-height: 26px; 
    font-weight: 300;
}

/*------------------------------------------*/
/*	 LISTS
/*------------------------------------------*/

ul {
    margin: 0;
}

/*------------------------------------------*/
/*	 LINK SETTINGS
/*------------------------------------------*/

a {
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

a:hover {
    color: #444;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

/*------------------------------------------*/
/*	 BUTTON SETTINGS
/*------------------------------------------*/

.btn {
    color: #444;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;	
    letter-spacing: 2px;
    background-color: transparent;
    border: 2px solid #444;
    padding: 18px 36px;
    margin-top: 30px;	
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.btn.btn-small {
    padding: 15px 30px;
}

.btn:last-child {
    margin-right: 0;
}

/*------------------------------------------*/
/*	 Blue Button
/*------------------------------------------*/

.btn.btn-blue {
    color: #fff;
    background-color: #0cb4ce;
    border-color: #0cb4ce;
}

/*------------------------------------------*/
/*	 Button Hover
/*------------------------------------------*/

.btn:hover {
    color: #fff;
    background-color: #0cb4ce;
    border-color: #0cb4ce;	
}

/*------------------------------------------*/
/*	 Blue Button Hover
/*------------------------------------------*/

.btn.btn-blue:hover {
    background-color: transparent;
    border-color: #fff;
}

/*------------------------------------------*/
/*	Button Focus
/*------------------------------------------*/

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

/*------------------------------------------*/
/*	 SECTION TITLEBAR
/*------------------------------------------*/

.section-title h4 {
    color: #0cb4ce;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;	
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.section-title h3 { 
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-title p { 
    color: #757575;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 80px;
    padding: 0 20%;
}



/* ==========================================================================
   02. PRELOAD ANIMATION
   ========================================================================== */

.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0cb4ce; 
    z-index: 999999; 
}

.loader {
    position: absolute;
    top: 50%; 
    left: 50%; 
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    background-image: url(assets/img/icons/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
}



/* ==========================================================================
   03. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
    height: 70px;
    padding: 25px 15px;
}

/*------------------------------------------*/
/*	 Navigation Bar    
/*------------------------------------------*/

.navbar {	
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.navbar-fixed-top { 
    background-color: transparent;
}         

/*------------------------------------------*/
/*	 Navigation Bar Scroll   
/*------------------------------------------*/

.scroll-fixed-navbar {
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(153, 153, 153, 0.4) !important;
}

/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

.navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    line-height: 70px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 0 10px;
}

/*------------------------------------------*/
/*	 Navigation Submenu Menu    
/*------------------------------------------*/

#navigation-menu .dropdown-menu {
    border: none;
    border-radius: 4px;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 13px;
}
#navigation-menu .dropdown-menu li a {
    padding: 5px 20px;
    font-weight: 900;
}
#navigation-menu > ul > li > .dropdown-menu::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f9f9f9;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    height: 0;
    position: absolute;
    right: 25px;
    top: -10px;
    width: 0;
}
.dropdown-submenu > .dropdown-menu {
    right: 100%;
    top: 0;
}

#navigation-menu ul>li.menu-item-has-children>a:before{
    content: "\f107";
    position: absolute;
    bottom: -1px;
    right: -1px;
    font-family: fontawesome;
    font-size: 11px;
}

#navigation-menu ul>li.menu-item-has-children li >a:before{
    content: "";
}

/*------------------------------------------*/
/*	 Navigation Menu Hover/Active/Focus
/*------------------------------------------*/

.navbar-nav > li > a:hover, .navbar-nav > li > a.selected-nav, 
#navigation-menu .dropdown-menu li a:hover, #navigation-menu .dropdown-menu li a:focus,
#navigation-menu .nav .open > a, #navigation-menu .nav .open > a:focus, #navigation-menu .nav .open > a:hover {
    color: #0cb4ce;
    background-color: transparent;
}

.navbar-nav > li > a:focus {
    background-color: transparent;
}

.scroll-fixed-navbar .navbar-nav > li > a { 
    color: #333;
}

.scroll-fixed-navbar .navbar-nav > li > a:hover,
.scroll-fixed-navbar .navbar-nav > li > a.selected-nav {
    color: #0cb4ce;
}

/*------------------------------------------*/
/*	 Responsive Menu Button    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    padding: 10px;
    margin: 16px 30px 16px 0;
    border: none;
    color: #fff;
    border: 2px solid #fff;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

/*------------------------------------------*/
/*	  Responsive Menu Button Scroll
/*------------------------------------------*/

.scroll-fixed-navbar .navbar-toggle { 
    border-color: #333;
}

.scroll-fixed-navbar .navbar-toggle .icon-bar { 
    background-color: #333;
}



/* ==========================================================================
   04. INTRO
   ========================================================================== */

#intro {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    z-index: 1;
    display: block;
    overflow: hidden;
    padding: 0 !important;
}

#slides {
    position: relative;
}

#slides .scrollable {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    *zoom: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

/*------------------------------------------*/
/*	 INTRO SLIDER CONTENT
/*------------------------------------------*/

.intro-content {
    width: 80%; 
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 50px 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*------------------------------------------*/
/*	 INTRO SLIDE TEXT
/*------------------------------------------*/

#intro h2 {	
    color: #fff;
    font-size: 72px;
    line-height: 72px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

#intro h3 {	
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 3px;
}







/*------------------------------------------*/
/*	 SLIDE BUTTONS
/*------------------------------------------*/

.intro_buttons {
    margin-top: 30px;
}

.intro_buttons .btn {
    background-color: #0cb4ce;
    color: #fff;
    border: 2px solid #0cb4ce;
    margin: 0 15px 10px 0;
}

.intro_buttons .btn:last-child {
    margin-right: 0;
}

.intro_buttons .btn:hover {
    background-color: transparent;
    border-color: #fff;
}

#slide-2 .intro_buttons .btn {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

#slide-2 .intro_buttons .btn:hover {
    background-color: #0cb4ce;
    color: #fff;
    border-color: #0cb4ce;
}

/*------------------------------------------*/
/*	 SLIDES NAVIGATION  
/*------------------------------------------*/

.slides-navigation {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 46%;
}

.slides-navigation a {
    position: absolute;
    display: block;
}

/*------------------------------------------*/
/*	 Next Button  
/*------------------------------------------*/

.slides-navigation a.next {
    right: 0px;
}

.slides-navigation .next.fa-angle-right {
    color: #eee;
    font-size: 70px;
    opacity: 0.4;
    margin-right: 30px;
}

/*------------------------------------------*/
/*	 Previous Button
/*------------------------------------------*/

.slides-navigation a.prev {
    left: 0px;
}

.slides-navigation .prev.fa-angle-left {
    color: #ddd;
    font-size: 70px;
    opacity: 0.4;
    margin-left: 30px;
}

/*------------------------------------------*/
/*	 Buttons Hover  
/*------------------------------------------*/

.slides-navigation .next.fa-angle-right:hover,
.slides-navigation .prev.fa-angle-left:hover {
    opacity: 0.85;
}

/*------------------------------------------*/
/*	 SCROLL DOWN MOUSE  
/*------------------------------------------*/

.scroll-down {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 99;  
    left: 0px;
    bottom: 5%;
    text-transform: uppercase;
    color: #ddd;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 1.8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 10px);}
    to {-webkit-transform: translate(0, -0px);    }    
}

@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 10px);}
    to {-moz-transform: translate(0, -0px);}    
}

.mouse {
    width: 18px;
    height: 28px;
    color: #ddd;
    border: 2px solid #ddd;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    display: block;
    text-align: center;
    margin: 0px auto 10px; 
}



/* ==========================================================================
   05. TOP LINE
   ========================================================================== */
.top-line,
#top-line {
    background-color: #f2f2f2;
    border-bottom: 1px solid #eee;
    padding-top: 60px;
    padding-bottom: 60px;	
}

/*------------------------------------------*/
/*	 TOP LINE BOX ICON
/*------------------------------------------*/

.top-line-box i {
    color: #888;
    font-size: 50px;
    line-height: 50px !important;
    margin-bottom: 15px;
}

/*------------------------------------------*/
/*	 TOP LINE BOX
/*------------------------------------------*/

.top-line-box h4 {
    color: #444;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.top-line-box p {
    padding: 0 4%;
    margin-bottom: 0;
}



/* ==========================================================================
   06. ABOUT
   ========================================================================== */

#about {
    border-bottom: 1px solid #eee;	
}   

/*------------------------------------------*/
/*	  ABOUT SECTION TITLE
/*------------------------------------------*/  

#about .section-title {
    margin-bottom: 30px;	
} 

/*------------------------------------------*/
/*	  ABOUT SECTION TEXT
/*------------------------------------------*/ 

.about-text {
    padding-right: 40px;
}

/*------------------------------------------*/
/*	  ABOUT SECTION BUTTON
/*------------------------------------------*/   

.about-text .btn.btn-blue:hover {
    background-color: transparent;
    color: #444;
    border-color: #444;
}

/*------------------------------------------*/
/*	ABOUT IMAGE
/*------------------------------------------*/

.about-image {
    margin-top: 20px;
}

#about.img-responsive { 
    display: inline-block; 
} 


#about .flex-control-paging li a {
    display: none;
}



/* ==========================================================================
   07. WHO WE ARE
   ========================================================================== */

/*------------------------------------------*/
/*	TABS CONTENT
/*------------------------------------------*/  

.tab-content h3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;	
    margin-top: 15px;
    margin-bottom: 10px;
}

.who-we-are p span {	
    font-weight: 700;
}

#tab_1 .img-responsive {
    display: inline-block;
}

#tab_3 .img-responsive {
    display: inline-block;
    margin-bottom: 10px;
}

/*------------------------------------------*/
/*	TAB #2 LIST
/*------------------------------------------*/  

#tab-pane-list {
    margin-top: 20px;
    padding-left: 0;
    margin-left: 0;
}

#tab-pane-list i {
    color: #0cb4ce;
    margin-right: 10px;
    font-size: 16px;
}

#tab-pane-list li {
    color: #444;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
    list-style: none;
    padding-left: 0;
}   

/*------------------------------------------*/
/*	TAB #4 CONTENT
/*------------------------------------------*/  

.tab4 i {
    color: #777;
    font-size: 100px;
    line-height: 100px;
    margin-top: 20px;
}

 h3.ova.support-title:after {
    display: block;
    content: "";
    height: 2px;
    width: 100px;
    background: #0cb4ce;
    margin: 15px auto;
    position: relative;
}
h3.ova.support-title{
    font-size: 14px;
    line-height: 22px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
}

.tab4 .tab-work-time p {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

/*------------------------------------------*/
/*	TABS NAV
/*------------------------------------------*/   

#who-we-are .nav-tabs {
    border: none;
}

#who-we-are .nav-tabs li { 
    display: block; 
    width: 100%;
    margin-bottom: 0px; 
}

#who-we-are .nav-tabs > li > a {
    color: #888;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 20px 20px;
    background-color: transparent;
    margin-bottom: 0px;
    -webkit-border-radius: 0 0;
    -moz-border-radius: 0 0;
    border-radius: 0 0;
}

#who-we-are .nav-tabs > li {
    padding-right: 20px;
}

#who-we-are .nav-tabs > li.active > a, 
#who-we-are .nav-tabs > li.active > a:hover, 
#who-we-are .nav-tabs > li.active > a:focus {
    background-color: #0cb4ce;
    color: #fff	;
    border: none;
    border-bottom: 1px solid #0cb4ce;
}

#who-we-are .nav-tabs > li > a:hover {
    background-color: transparent;
    color: #333;	
    border: none;
    border-bottom: 1px solid #ccc;
}



/* ==========================================================================
   08. BANNER-1
   ========================================================================== */

.banner-1 {
    padding-top: 150px;
    padding-bottom: 150px;
}

/*------------------------------------------*/
/*	 BANNER-1 TEXT
/*------------------------------------------*/

.banner-1-text {
    background-color: #fff;
    padding: 70px 60px;
    border: 1px solid #ddd;
}

.banner-1-text h4 {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 30px;
}

/*------------------------------------------*/
/*	 Clients Counter
/*------------------------------------------*/

.clients-counter {
    color: #0cb4ce;
    font-size: 18px;
}

/*------------------------------------------*/
/*	 BANNER-1 BUTTON
/*------------------------------------------*/

.banner-1-text .btn.btn-blue:hover {
    background-color: transparent;
    color: #444;
    border-color: #444;
}


/* ==========================================================================
   09. FEATURES
   ========================================================================== */

#features.wide {
    padding-bottom: 50px;
}

/*------------------------------------------*/
/*	  FEATURE BOX
/*------------------------------------------*/

.feature-box {
    margin-bottom: 60px;
    position: relative;
}

/*------------------------------------------*/
/*	  FEATURE BOX ICON
/*------------------------------------------*/

.feature-box-icon { 
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: -5px;
    color: #666;
    font-size: 50px;
    line-height: 70px;
    text-align: center;   
}

/*------------------------------------------*/
/*	  FEATURE BOX TEXT
/*------------------------------------------*/

.feature-box-text {
    padding-left: 70px;
    padding-right: 20px;
}

.feature-box-text h4 {
    color: #444;
}



/* ==========================================================================
   10. PROMO BANNER
   ========================================================================== */

/*------------------------------------------*/
/*	 PROMO BANNER TEXT
/*------------------------------------------*/

.promo-banner h3 {
    color: #fff;
    padding: 0 10%;

}



/* ==========================================================================
   11. MORE FEATURES
   ========================================================================== */



/*------------------------------------------*/
/*	  LEFT SIDE CONTENT 
/*------------------------------------------*/

.features_left_content {
    text-align: right;
    padding-right: 50px;
}

/*------------------------------------------*/
/*	  RIGHT SIDE CONTENT
/*------------------------------------------*/

.features_right_content {
    text-align: left;
    padding-left: 50px;
}

/*------------------------------------------*/
/*	  More Features Box
/*------------------------------------------*/

.m-feature-box {
    margin-top: 40px;
}

.m-feature-box h4 {
    margin-bottom: 5px;
}

/*------------------------------------------*/
/*	  More Feature Box Icon
/*------------------------------------------*/

.m-feature-box i {
    width: 30px;
    height: 30px;
    color: #0cb4ce;
    font-size: 26px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
}

.features_left_content .m-feature-box i {
    margin-left: 8px;
}

.features_right_content .m-feature-box i {
    margin-right: 8px;
}

/*------------------------------------------*/
/*	 MORE FEATURES IMAGE
/*------------------------------------------*/

#more_features_image .img-responsive { 
    display: inline-block; 
}



/* ==========================================================================
   12. PORTFOLIO
   ========================================================================== */  

.portfolio .section-title p {
    margin-bottom: 60px;
}

/*------------------------------------------*/
/*	  FILTER BUTTONS
/*------------------------------------------*/ 

#gallery-filter {
    margin-bottom: 30px;
}

.btn-toolbar .btn-group {
    float: none;
}

/*------------------------------------------*/
/*	   Button Settings
/*------------------------------------------*/ 

#gallery-filter .btn-group > .btn {
    color: #999;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0 3px;
    padding: 8px 16px;
    border: 1px solid #999;
    text-shadow: none;

    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.btn-group > .btn:first-child:not(:last-child),
.btn-group > .btn:last-child:not(:first-child) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*------------------------------------------*/
/*	   Filter Button Hover
/*------------------------------------------*/ 

#gallery-filter .btn-group > .btn:hover {
    color: #fff;
    background-color: #0cb4ce;
    border-color: #0cb4ce;
}

/*------------------------------------------*/
/*	  Filter Button Active
/*------------------------------------------*/ 

#gallery-filter .btn-group > .btn.active,
#gallery-filter .btn-group > .btn.focus {
    color: #fff;
    background-color: #0cb4ce;
    border-color: #0cb4ce;
    box-shadow: 0 0 0 0;
    cursor: default;
}

/*------------------------------------------*/
/*	  PORTFOLIO IMAGES HOLDER
/*------------------------------------------*/ 

.portfolio-items-list {
    margin: 0;
}

/*------------------------------------------*/
/*	  Portfolio Item
/*------------------------------------------*/ 

.portfolio-item {
    position: relative;	
    display: none;
    opacity: 0;
    -moz-opacity: 0; 
    padding: 0 10px;
    margin-top: 20px;
    text-align: center;
}

.portfolio-item a {
    cursor: url(assets/img/icons/pointer.png),crosshair;
}

.hover-overlay {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.hover-overlay img {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}

/*------------------------------------------*/
/*	  Overlay Content 
/*------------------------------------------*/ 

.overlay-content, .overlay-data {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    text-align: center;
    zoom: 1;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

/*------------------------------------------*/
/*	  Overlay Content Title
/*------------------------------------------*/ 

.overlay-content h4 {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.overlay-content h5 {
    color: #0cb4ce;	
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

/*------------------------------------------*/
/*	  Overlay Content Data
/*------------------------------------------*/ 

.overlay-data span {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    margin-right: 10px;
}

.overlay-data span:last-child {
    margin-right: 0;
}

.overlay-data span i {
    margin-right: 5px;
}

/*------------------------------------------*/
/*	  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
    opacity: 0;
    -moz-opacity: 0; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.75);
    -moz-transition: opacity 400ms ease-out;
    -webkit-transition: opacity 400ms ease-out;
    -o-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
}

/*------------------------------------------*/
/*	  Image Hover Effect 
/*------------------------------------------*/ 

.hover-overlay:hover > img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.hover-overlay:hover .item-overlay {
    opacity: 1; 
    -moz-opacity: 1; 
}

.portfolio-item:hover .overlay-content {
    bottom: 40%;
    opacity: 1; 
    -moz-opacity: 1; 
}

.portfolio-item:hover .overlay-data {
    bottom: 10%;
    opacity: 1; 
    -moz-opacity: 1; 
}



/* ==========================================================================
   13. FOUNDER BANNER
   ========================================================================== */

#founder-banner {
    background-color: #f2f2f2;
    border-top: 1px solid #eee;
}

/*------------------------------------------*/
/*	  BANNER TITLE 
/*------------------------------------------*/ 

#founder-banner .section-title {
    margin-top: 40px;
    margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  FOUNDER BANNER TEXT
/*------------------------------------------*/ 

.fb-text {
    padding-right: 30px;
}

/*------------------------------------------*/
/*	  FOUNDER BANNER MESSAGE
/*------------------------------------------*/ 

.fb-message {
    margin-top: 40px;
}

/*------------------------------------------*/
/*	  FOUNDER BANNER MESSAGE AVATAR
/*------------------------------------------*/ 

.fb-message-avatar {
    width: 120px;
    height: 120px;
    float: left;
}

.fb-message-avatar img {
    width: 100px;
    height: 100px;
    display: inline-block;	
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

/*------------------------------------------*/
/*	  FOUNDER BANNER MESSAGE TEXT
/*------------------------------------------*/ 

.fb-message-text {
    padding-left: 140px;
}

.fb-message-text p {
    color: #444;
    font-weight: 400;
}

/*------------------------------------------*/
/*	  FOUNDER BANNER MESSAGE AUTHOR
/*------------------------------------------*/ 

p.fb-message-author {
    color: #444;
    font-size: 13px;
    font-weight: 900;
    line-height: 22px;
    text-transform: uppercase;
}

p.fb-message-author span {
    color: #0cb4ce;
}



/* ==========================================================================
   14. STATISTIC BANNER
   ========================================================================== */  

#statistic-banner {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*------------------------------------------*/
/*	  STATISTIC BLOCK
/*------------------------------------------*/ 

.statistic-number {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    letter-spacing: 1px;	
    margin-bottom: 20px;
}

.statistic-block h4 {
    color: #fff;
    margin-bottom: 0;
}

.statistic-block:after {
    display: block;
    content: "";
    height: 2px;
    width: 60px;
    background: #0cb4ce;
    margin: 20px auto 0;
    position: relative;
}



/* ==========================================================================
   15. PRICING 
   ========================================================================== */

#price_2 {
    padding-right: 0;
    padding-left: 0;
}

.pricing-table {
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
}
.pricing-table  ul li{
    list-style: none;
}

/*------------------------------------------*/
/*	  PRICING SECTION BUTTON
/*------------------------------------------*/   

#pricing .btn.btn-blue:hover {
    background-color: transparent;
    color: #444;
    border-color: #444;
}

/*------------------------------------------*/
/*	 Table Header
/*------------------------------------------*/

.pricing-table h3 {
    font-size: 22px;	
    line-height: 80px;	
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
} 

/*------------------------------------------*/
/*	 Table Price Plan
/*------------------------------------------*/

.pricing-table .price {
    background-color: #ddd;
    height: 130px;
    color: #6f6f6f;
    font-weight: 900;
    line-height: 130px;
}

.pricing-table .price span {
    font-size: 90px;
    letter-spacing: -2px;
}

.pricing-table .price sup {
    top: -24px;
    font-size: 50px;
    font-weight: 400;
}

/*------------------------------------------*/
/*	 Table Body
/*------------------------------------------*/

.pricing-table ul.features {
    color: #333;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 5px 40px;
}

.pricing-table ul.features li {
    border-bottom: 1px solid #ccc;
    padding: 13px 0; 
}

/*------------------------------------------*/
/*	 Table Button
/*------------------------------------------*/

.pricing-table .btn {
    margin: 40px 0;
}

.pricing-table .btn:hover {
    background-color: #0cb4ce;
    border-color: #0cb4ce;
    color: #fff;
}

/*------------------------------------------*/
/*	 Table Highlight
/*------------------------------------------*/

.pricing-table.highlight  {
    background-color: #0cb4ce;
    border-color: #0cb4ce;
    color: #fff;
}

.pricing-table.highlight h3 {
    color: #fff;
}

.pricing-table.highlight .price {
    background-color: #09a2ba;
    color: #fff;
}

.pricing-table.highlight ul.features {
    color: #fff;
}

.pricing-table.highlight ul.features li {
    border-color: #09a2ba;
}

/*------------------------------------------*/
/*	 Table Highlight Buttons
/*------------------------------------------*/

.pricing-table.highlight .btn {
    color: #fff;
    border-color: #fff;
    margin: 40px 0;
}

.pricing-table.highlight .btn:hover {
    background-color: #444;
    border-color: #444;
    color: #fff;
}



/* ==========================================================================
   16. TESTIMONIALS ROTATOR
   ========================================================================== */

#testimonials {
    
    background-size: cover;
}   

#testimonials.wide {
    padding-bottom: 90px;
} 

/*------------------------------------------*/
/*	 Testimonial Settings
/*------------------------------------------*/

.testimonial {
    margin-bottom: 65px;
}

/*------------------------------------------*/
/*	 Testimonial Message Text
/*------------------------------------------*/

.client-msg p {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    padding: 10px 10%;
    margin-bottom: 20px;
}

/*------------------------------------------*/
/*	  Testimonial Message Avatar 
/*------------------------------------------*/ 

.flexslider .slides .testimonial img {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin:  0 auto 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

/*------------------------------------------*/
/*	 Message Author
/*------------------------------------------*/

.testimonial p.author {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.testimonial p {
    color: #fff;
}

/*------------------------------------------*/
/*	 Testimonial Rotator Nav
/*------------------------------------------*/

.flex-control-paging li a {
    background: #0cb4ce;
    border: 5px solid #0cb4ce;
}

.flex-control-paging li a:hover { 
    background: #ccc;
    border: 5px solid #ccc;
}

.flex-control-paging li a.flex-active { 
    background: #ccc;
    border: 5px solid #ccc;
}



/* ==========================================================================
   17. TEAM
   ========================================================================== */

#team.wide {
    padding-bottom: 60px;	
}  

/*------------------------------------------*/
/*	  TEAM MEMBER
/*------------------------------------------*/

.team-member {
    margin-bottom: 50px;
}

.team-member .img-responsive {
    display: inline-block;
}

/*------------------------------------------*/
/*	  Team Member Meta
/*------------------------------------------*/

.team-img-meta h5 {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 20px 0px 5px 0;
}

.team-img-meta h6 {
    color: #0cb4ce;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
}

.team-img-meta p {
    color: #757575;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

/*------------------------------------------*/
/*	  Team Member Social Icons 
/*------------------------------------------*/

.team-member-socials {
    text-align: right;
    display: inline-block;
    margin: 10px auto 0;
}

.team-member-socials li {
    float: left;
    display: inline-block !important;
    vertical-align: top;
    width: auto !important;
    clear: none !important;
}

.page_social {
    background-color: #ddd;	
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 18px; 
    line-height: 40px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-right: 6px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	 Team Member Social Icons Hover 
/*------------------------------------------*/

.page_social.ico_facebook:hover { background-color: #3b5998; color: #fff; }
.page_social.ico_twitter:hover {background-color: #00a9ed; color: #fff; }
.page_social.ico_behance:hover {background-color: #00a8e7; color: #fff; }
.page_social.ico_google_plus:hover {background-color: #cd1111; color: #fff; }
.page_social.ico_linkedin:hover {background-color: #015886; color: #fff; }
.page_social.ico_dribbble:hover {background-color: #d92d84; color: #fff; }
.page_social.ico_instagram:hover {background-color: #beb3a8; color: #fff; }
.page_social.ico_pinterest:hover {background-color: #ac281a; color: #fff; }
.page_social.ico_dropbox:hover {background-color: #008ad2; color: #fff; }
.page_social.ico_skype:hover {background-color: #00a9ed; color: #fff; }
.page_social.ico_youtube:hover {background-color: #cd1b20; color: #fff; }
.page_social.ico_tumblr:hover {background-color: #3a5976; color: #fff; }
.page_social.ico_vimeo:hover {background-color: #00adee; color: #fff; }
.page_social.ico_flickr:hover {background-color: #d2d2d2; color: #fff; }
.page_social.ico_github:hover {background-color: #222; color: #fff; }
.page_social.ico_renren:hover {background-color: #364a83; color: #fff; }
.page_social.ico_vk:hover {background-color: #3b5998; color: #fff; }
.page_social.ico_xing:hover {background-color: #015f5e; color: #fff; }
.page_social.ico_weibo:hover {background-color: #be4443; color: #fff; }
.page_social.ico_rss:hover {background-color: #ff6600; color: #fff; }
.page_social.ico_digg:hover {background-color: #222; color: #fff; }
.page_social.ico_deviantart:hover {background-color: #57675d; color: #fff; }
.page_social.ico_envelope:hover {background-color: #999; color: #fff; }
.page_social.ico_delicious:hover {background-color: #0A0A0A; color: #fff; }



/* ==========================================================================
   18. BLOG
   ========================================================================== */ 

#blog {
    
    background-size: cover;
}     
li.pingback .media-body p{
    display: none!important;
}
li.pingback .media-body p.comment-meta{
    display: block!important;
}
a.comment-edit-link{ font-size: 12px;}
.page-template-blog_template .blog-post-titlebar h3 a{
    font-size: 16px;
}
.single-post .blog-post-titlebar h1{
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 0;
}
/*------------------------------------------*/
/*	 BLOG POST ARTICLE
/*------------------------------------------*/ 

.blog-post {
    margin-bottom: 90px;
}

/*------------------------------------------*/
/*	 BLOG POST IMAGE
/*------------------------------------------*/ 

.blog-post-img, .blog-post-video {
    width: 50%;
    display: inline-block;
    float: left;
}

/*------------------------------------------*/
/*	 BLOG POST DESCRIPTION
/*------------------------------------------*/ 

.blog-post-text {
    width: 50%;
    display: inline-block;
    padding-left: 20px;
}

/*------------------------------------------*/
/*	  Blog Post Titlebar
/*------------------------------------------*/ 

.blog-post-titlebar h4 {
    line-height: 22px;
    margin-bottom: 10px;
}

/*------------------------------------------*/
/*	  Blog Post Meta
/*------------------------------------------*/ 

.blog-post-info {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.blog-post-info a {
    color: #0cb4ce;
}

/*------------------------------------------*/
/*	  Blog Post Description
/*------------------------------------------*/ 

.blog-post-desc p {
    color: #222;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

/*------------------------------------------*/
/*	  Blog Post Link
/*------------------------------------------*/ 

a.post-link {
    color: #222;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 900;
    text-transform: uppercase;
}

a.post-link:hover {
    color: #0cb4ce;
}

a.post-link i {
    margin-left: 5px;
}

/*------------------------------------------*/
/*	  Blog Video Post Settings
/*------------------------------------------*/ 

.blog-post-video {
    position: relative;
    padding-bottom: 48.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.blog-post-video iframe,
.blog-post-video object,
.blog-post-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}

/*------------------------------------------*/
/*	  NEWSLETTER FORM
/*------------------------------------------*/

.newsletter {
    margin-top: 60px;
    padding: 0 30px;
}

.newsletter h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}

.newsletter p {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.newsletter button.btn{
    top: 0;
    margin-top: 0px;
    line-height: 12px;
    height: 52px;
}
.newsletter button.btn:hover{
    background-color: #555;
    color: #fff;
    border-color: #555;
}
/*------------------------------------------*/
/*	  NEWSLETTER FORM INPUT
/*------------------------------------------*/

.form-control {
    height: 52px;
    background-color: #fff;
    border: 1px solid #aaa;
    /*border-right: none;*/
    color: #444;
    font-size: 18px;
    font-weight: 300;
    padding: 15px 20px;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form-control:focus {
    border-color: #fa5454;
    outline: 0;
    box-shadow: none;
}

/*------------------------------------------*/
/*	  NEWSLETTER FORM BUTTON
/*------------------------------------------*/

#newsletter_form .btn { 
    height: 52px;
    background-color: #3aabe1; 
    border: 1px solid #3aabe1; 
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 0; 
    padding: 15px 50px; 
    border-left: none;
}

#newsletter_form .btn:hover { 
    background-color: #444; 
    border-color: #444; 
}

/*------------------------------------------*/
/*	NEWSLETTER FORM NOTIFICATION
/*------------------------------------------*/

#form-notification {
    color: #444;
    font-size: 17px;
    margin-top: 20px;	
}

.error { color: #ff4c4c !important; }
.valid { color: #4caf50 !important; }



/* ==========================================================================
   19. CALL TO ACTION
   ========================================================================== */


.call-to-action {
    padding-top: 250px;
    padding-bottom: 250px;
}

/*------------------------------------------*/
/*	 CALL TO ACTION TEXT
/*------------------------------------------*/

.call-to-action h2 {
    color: #fff;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 15px;
}

.call-to-action p {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

/*------------------------------------------*/
/*	 CALL TO ACTION BUTTON
/*------------------------------------------*/

.call-to-action .btn {
    color: #fff;
    border: 2px solid #fff;
    margin-right: 15px;
    margin-top: 20px;
}

.call-to-actionn .btn:hover {
    background-color: #0cb4ce;
    border-color: #0cb4ce;
}

/*------------------------------------------*/
/*	 Blue Button
/*------------------------------------------*/

.call-to-action .btn.btn-blue {
    color: #fff;
    background-color: #0cb4ce;
    border: 2px solid #0cb4ce;
}

.call-to-action .btn.btn-blue:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}



/* ==========================================================================
   20. CLIENTS
   ========================================================================== */

.clients-holder {
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
}

/*------------------------------------------*/
/*	 CLIENT LOGO
/*------------------------------------------*/

.item {padding: 0 12px;}



/* ==========================================================================
   21. FAQs
   ========================================================================== */

#faqs {
    border-bottom: 1px solid #eee;
}

#faqs.wide {
    padding-bottom: 80px;	
}

/*------------------------------------------*/
/*	  FAQs Question
/*------------------------------------------*/

.question {
    margin-bottom: 20px;
}

.faqs_column_1 h3, .faqs_column_2 h3 {
    color: #0cb4ce;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.question h5 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
}

.question p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

/*------------------------------------------*/
/*	  FAQs BUTTON
/*------------------------------------------*/

#faqs .btn.btn-blue:hover {
    border-color: #444;
    color: #444;
}



/* ==========================================================================
   22. CONTACTS
   ========================================================================== */

#contacts.wide {
    padding-bottom: 90px;
} 

/*------------------------------------------*/
/*	  CONTACTS TITLE
/*------------------------------------------*/  

#contacts .section-title p {
    color: #444;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 50px;
    padding: 0;
} 

/*------------------------------------------*/
/*	  CONTACT FORM
/*------------------------------------------*/

#contact-form {
    margin-top: 30px;
}

#contact-form .form-control {
    background-color: #f2f2f2;
    height: 48px;
    font-size: 18px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    box-shadow: 0 0 0 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    color: #444;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 12px 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-shadow: 0 0 0 0;
}

#contact-form textarea {
    min-height: 140px;
}

/*------------------------------------------*/
/*	  Contact Form Input Focus
/*------------------------------------------*/

.form-control:focus {
    outline: 0px none;
    box-shadow: none;
}

/*------------------------------------------*/
/*	  CONTACT FORM BUTTON
/*------------------------------------------*/

#form_btn {
    margin-bottom: 30px;
}

#form_btn .btn {
    margin-top: 10px;
    display: block;
    width: 100%;
}

#form_btn .btn:hover {
    background-color: #444;
    border-color: #444;
    color: #fff;
}

/*------------------------------------------*/
/*	  CONTACT FORM MESSAGE 
/*------------------------------------------*/

.loading {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.error {
    color: red;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}

/*------------------------------------------*/
/*	  CONTACT INFO 
/*------------------------------------------*/

#contact-info {
    padding-right: 30px;
}

.contact-data {
    width: 50%;
    height: 90px;
    float: left;
    margin-bottom: 30px;
}

.contact-data i {
    color: #0cb4ce;
    font-size: 18px;
    margin-right: 5px;
}

.contact-data h4 {
    margin-bottom: 15px;
}

.contact-data p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;	
    margin-bottom: 5px;
}



/* ==========================================================================
   23. GOOGLE MAP
   ========================================================================== */

#google-map {
    position: relative;
    padding: 0px 0px 70%;
    height: 0px;
    overflow: hidden;
    margin-bottom: 50px;
}

#google-map iframe, 
#google-map object, 
#google-map embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border:0;
}



/* ==========================================================================
   24. FOOTER
   ========================================================================== */

#footer {
    background-color: #444;
    
}
#footer .widget{
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer p {
    color: #aaa;
    font-size: 15px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 5px;
}

#footer p span {
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*------------------------------------------*/
/*	 FOOTER SOCIAL ICONS 
/*------------------------------------------*/

.footer-icons-socials {
    display: inline-block; 
    padding-left: 0;
    float: right;
    text-align: right;
}

.footer-icons-socials li {
    float: left;
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding: 0;
}

/*------------------------------------------*/
/*	 FOOTER SOCIAL ICONS SETTINGS 
/*------------------------------------------*/

.foo-social {	
    color: #fff;
    background-color: #666;
    width: 38px;
    height: 38px;
    font-size: 17px;
    line-height: 38px;
    margin-right: 8px;
    display: block;
    text-align: center;
    text-decoration: none;
}

/*------------------------------------------*/
/*	 FOOTER SOCIAL ICONS HOVER 
/*------------------------------------------*/

.foo-social.ico-facebook:hover {background-color: #3b5998; color: #fff;}
.foo-social.ico-twitter:hover {background-color: #00a9ed; color: #fff;}
.foo-social.ico-behance:hover {background-color: #00a8e7; color: #fff;}
.foo-social.ico-google-plus:hover {background-color: #cd1111; color: #fff;}
.foo-social.ico-linkedin:hover {background-color: #015886; color: #fff;}
.foo-social.ico-dribbble:hover {background-color: #d92d84; color: #fff;}
.foo-social.ico-instagram:hover {background-color: #beb3a8; color: #fff;}
.foo-social.ico-pinterest:hover {background-color: #ac281a; color: #fff;}
.foo-social.ico-dropbox:hover {background-color: #008ad2; color: #fff;}
.foo-social.ico-skype:hover {background-color: #00a9ed; color: #fff;}
.foo-social.ico-youtube:hover {background-color: #cd1b20; color: #fff;}
.foo-social.ico-tumblr:hover {background-color: #3a5976; color: #fff;}
.foo-social.ico-vimeo:hover {background-color: #00adee; color: #fff;}
.foo-social.ico-flickr:hover {background-color: #d2d2d2; color: #fff;}
.foo-social.ico-github:hover {background-color: #222; color: #fff;}
.foo-social.ico-renren:hover {background-color: #364a83; color: #fff;}
.foo-social.ico-vk:hover {background-color: #3b5998; color: #fff;}
.foo-social.ico-xing:hover  {background-color: #015f5e; color: #fff;}
.foo-social.ico-weibo:hover  {background-color: #be4443; color: #fff;}
.foo-social.ico-rss:hover{background-color: #ff6600; color: #fff;}
.foo-social.ico-digg:hover  {background-color: #222; color: #fff;}
.foo-social.ico-deviantart:hover {background-color: #57675d; color: #fff;}
.foo-social.ico-envelope:hover {background-color: #999; color: #fff;}
.foo-social.ico-delicious:hover {background-color: #0A0A0A; color: #fff;}



/* ==========================================================================
   25. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
    display: none;
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-image: url(assets/img/icons/back-to-top.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color: rgba(65, 65, 65, 0.85);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;	
}

#scrollUp:hover {
    background-color: rgba(45, 45, 45, 1);	
}

nav a#pull {  
    display: none;  
}


/******************************* 
    BLOG PAGE CSS STARTS 
********************************/
.block-inline {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.no-margin {
    margin: 0;
}
.blog-page .navbar-nav > li > a  {
    color: #333333;
}
.blog-page .navbar-nav > li > a:hover, .blog-page .navbar-nav > li > a.selected-nav {
    color: #0cb4ce;
}
.blog-page .navbar-toggle {
    border-color: #333333;
}
.blog-page .navbar-toggle .icon-bar {
    background-color: #333333;
}

/*--------- Breadcrumb Starts ---------- */
.breadcrumb-bg {
    /*background-image: url("../img/thumbs/statistic.jpg"); */
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 70px;
    padding: 40px 0;
}
.site-breadcumb .section-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}
#breadcrumbs .breadcrumb,
.breadcrumb-menubar{background:transparent none repeat scroll 0 0!important; margin:7px 0 0!important; padding:0!important;}
.breadcrumb-menubar > li{text-transform:uppercase;   font-size: 13px; color: #fff; width: 100%; }
.breadcrumb-menubar > li > a {color: #fff;}
.breadcrumb-menubar > li > a:focus, .breadcrumb-menubar > li > a:hover {color:#0cb4ce}
.breadcrumb-menubar > li > a:after{
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    padding: 0 3px;
}
/*--------- Breadcrumb Ends ---------- */

/*--------- Sidebar Starts ---------- */
.widget-title {
    font-size: 16px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.widget-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}
.widget-wrap > ul, .widget-wrap > ul li:last-child {
    margin-bottom: 0;
}

/*---- Search Widget ----*/

.widget-wrap a {
    color: #666;
}
.widget-wrap a:hover, .widget-wrap a:focus, .widget-wrap .blog-post-info a {
    color: #0cb4ce;
}
.widget-search .form-control {
    border: 1px solid #eeeeee;
}
.widget-search > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    position: absolute;
    right: 25px;
    top: 13px;
}

/*---- Category Widget ----*/
.cate-panel {
    margin-bottom: 0;
}
.cate-panel .accordion-toggle {
    line-height: 25px;
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
}

.cate-panel .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    border-bottom: 1px dotted #a3a3a3;
    margin-bottom: 18px;
}
.cate-panel .panel-collapse ul {
    display: inline-block;
    margin: 5px 0;
    padding-left: 20px;
    width: 100%;
}
.cate-panel .panel-collapse li {
    margin-bottom: 15px;
}
.cate-panel .plus-icon {    
    float: right;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}
.cate-panel .panel:last-child {
    margin-bottom: 0;
}

/*---- Recent Post Widget ----*/

.post-widget .blog-post-img {
    display: table-cell;
    width: auto;
}
.post-widget .blog-post-text {
    display: table-cell;
    width: auto;
    padding-left: 15px;
    vertical-align: top;
}
.post-widget .blog-post-titlebar h4 {
    font-size: 13px;
    margin-top: 0;
}
.post-widget .blog-post-info {
    margin-bottom: 0;
}
.post-widget > li {
    border-bottom: 1px dotted #a3a3a3;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 25px;
    width: 100%;
}
.more-post {
    margin-top: 20px;
}

/*---- Twitter Widget ----*/
.tweet-icn {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    width: 35px;
}
.tweet-info {
    display: inline-block;
    width: calc(100% - 40px);
}
.tweet-info a {
    font-size: 12px;
    display: block;
}
.tweet-wrap > li {
    border-bottom: 1px dotted #a3a3a3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.tweet-info > p {
    margin-bottom: 10px;
}

/*---- Flickr Widget ----*/
.widget-wrap .flickr-feed li {
    float: left;
    margin: 0 8px 10px 0;
}


/*---- Tags Widget ----*/

.tag-cloud a {
    border: 2px solid #444444;
    color: #444444;
    display: inline-block;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 12px;
}
.tag-cloud a:hover {
    background-color: #0cb4ce;
    border-color: #0cb4ce;
    color: #ffffff;
}
/*--------- Sidebar Ends ---------- */


/*-- Pagination --*/
.pagination-wrap {
    border-top: 1px solid #000000;
    padding-top: 50px;
}
.pagination-1 {
    margin: 0;
}
.pagination-1 > li {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
}
.pagination-1 > li a {
    border: 2px solid #444;
    display: inline-block;
    font-weight: 600;
    color: #444;
    height: 45px;
    line-height: 40px;
    vertical-align: middle;
    width: 45px;
}
.pagination-1 > li a:hover, .pagination-1 > li a:focus, .pagination-1 > li a.active {
    background-color: #0cb4ce;
    border-color: #0cb4ce;
    color: #fff;
}
/*-- ./Pagination --*/

/*-- Theme Blog --*/
.posts-wrapper .blog-post-img {

    position: relative;
}
.posts-wrapper .blog-post-img, .posts-wrapper .blog-post-video {
    width: 100%;
    margin-bottom: 25px;
}
.posts-wrapper .blog-post-text {
    padding: 0;
    width: 100%;
}
.btn-play {
    background-color: #ffffff;
    border-radius: 50%;
    bottom: 0;
    color: #000000;
    font-size: 20px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}
.blog-post-desc blockquote {
    padding: 20px 20px 50px 20px;
    border-color: #666;    
    position: relative;
}
.blog-post-desc blockquote:after {
    content: '\f10e';
    font-family: 'FontAwesome';
    font-size: 60px;
    line-height: 60px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 7px;
    opacity: .1;
}

/*-- ./Theme Blog --*/

/*-- Theme Blog Single --*/
.title-2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}
.auther-wrap {
    border: 1px solid #dadada;
    background-color: #f2f2f2;    
    margin: 30px 0;
}
.auther-detail {
    border-left: 1px solid #dadada;
    padding: 30px 15px;
}
.auther-detail .title-2 {margin-bottom: 20px;}
.auther-detail ul {
    margin-bottom: 10px;
    margin-right: -10px;
    text-align: right;
}
.auther-detail ul li { padding: 0 5px; }
.auther-detail ul li a { padding: 10px 5px;  color: #222222; }
.auther-detail ul li a:hover {
    color: #0cb4ce;
}
.auther-detail p {margin-bottom: 0;}
.auther-img > img {
    border-radius: 50%;
    padding: 30px 0;
}
.slider-post.row li {
    padding: 15px;
}
.slider-post {
    margin-top: 15px;
}

/*Comment*/
.comment-wrap .section-title, .reply-wrap .section-title, .slider-post .section-title {
    font-size: 26px;
}
.comment-wrap a {
    color: #444;
}
.comment-wrap a:hover, .comment-wrap a:focus {
    color: #0cb4ce;
}
.comment-wrap .media-body {
    padding-bottom: 20px;
}
.comments .comment-avatar { padding-right: 35px; }
.comment-meta {
    display: inline-block;
    margin: 0px 0 5px;
    width: 100%;
}
.comment-meta a{
    color: #333;
    font-size: 13px;
}
a.comment-reply-link{
    color: #333!important;
}
.comment-meta .admin, .comment-meta .reply {
    border: 2px solid #444444;
    display: inline-block;
    height: 30px;
    font-size: 13px;
    margin-right: 15px;
    padding: 0 10px;
    text-transform: capitalize;
    vertical-align: middle;
    font-weight: 600;
}
.comment-meta .admin:hover, .comment-meta .reply:hover {
    background-color: #0cb4ce;
    border-color: #0cb4ce;
    color: #fff;
}
.comment-meta .title-2 {
    margin-right: 15px;
    vertical-align: middle;
}
.comment-meta .reply {
    float: right;
    margin-right: 0;
}
.comment-meta .reply i {
    margin-right: 8px;
}
.comment-text {
    clear: both;
}
.media.comment {
    margin-top: 35px;
    margin-bottom: 35px;
}
.comment-wrap .media-object {
    border-radius: 50%;
}

.media.comment-child {
    border-left: 2px solid #000000;
    border-top: 1px dotted #a3a3a3;
    margin-top: 0;
    padding-left: 35px;
    padding-top: 30px;
}
.comment-date {
    font-weight: normal;
    font-size: 13px;
}

.reply-wrap {
    padding-top: 40px;
}
.reply-form {
    padding-top: 20px;
}
.reply-form .btn {
    margin-right: 15px;
}
.form-icon .form-control {
    border: 2px solid #e0e0e0;
    text-transform: capitalize;
}
.form-icon  .form-group {
    margin-bottom: 25px; position: relative;
}
.form-group .fa {
    position: absolute;
    right: 35px;
    top: 45px;
}
.form-group.no-label  .fa{
    top: 15px;
}

/*-- ./Theme Blog Single --*/

.fullwidth-text .img-block {
    float: right;
    margin-bottom: 25px;
    margin-left: 25px;
}


/*----- Theme Blog Responsive -----*/
@media (min-width:768px) and (max-width:991px) {
    .breadcrumb-bg {
        margin-top: 140px;
    }

    .comments .comment-date {
        display: block;
        margin-top: 10px;
    }

    .navbar-nav>li>a{
        padding-left: 10px!important;
        padding-right: 10px!important;
        font-size: 11px;
    }

}
@media (max-width: 767px) {
    .blog-title {
        font-size: 30px;
    }
    #blog-page .posts-wrapper, #blog-single-page .single-post {
        margin-bottom: 50px;
    }
    #blog-page-left .posts-wrapper {
        margin-top: 50px;
    }
    #navigation-menu ul>li.menu-item-has-children>a:before{
        display: none;
    }

     body.admin-bar .navbar-fixed-top{
        top: 46px;
     }

    .single-post .blog-post-titlebar h1{
        font-size: 16px;
    }
    
}
@media (max-width:567px) {  
    .comments .comment-avatar {
        float: none !important;
    }
    .comments .comment-date {
        display: block;
        margin-top: 10px;
    }
    .fullwidth-text .img-block {
        float: none;
        margin-left: 0;
    }
}
/*----- ./Theme Blog Responsive -----*/

/******************************* 
    BLOG PAGE CSS ENDS 
********************************/
