/*
-----------------------------------------------------------------------------------
		
    Theme Name: Thumb Up
    Theme URI: http://www.mondira.com/imi
    Description: A clean and well-structured Theme for I M I!
    Author: Masud Rana
	Author Email: mrana@dropndot.com
	Start Date: 23.05.2015
    Author URI: http://www.mondira.com
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Version: 1.0.0
    Tags: light, black, yellow, red, blue, gray
    
    Designed & Handcrafted by Jewel Ahmed for CodeAtomic.com
    All files, unless otherwise stated, are released under the GNU General Public License
    version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
    
    BASIC INFORMATIONS:
    
    Responsive BreakPoints:
    @media (max-width: @screen-xs-max) { ... } Extra small devices Phones (<768px)
    @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... } Small devices Tablets (>=768px)
    @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { ... } Medium devices Desktops (>=992px)
    @media (min-width: @screen-lg-min) { ... } Large devices Desktops (>=1200px)
    
    Other Info:
    Maximum Content Area in Width: 1150px;    
    Global Color: #de141e;
    General Links Color: #6d6f72;
    Links Hover Color: #de141e;

-----------------------------------------------------------------------------------
    TABLE OF CONTENTS
-----------------------------------------------------------------------------------

    0.  CSS Reset & Clearfix & Loading Fonts
    1.  WordPress Core & General Classes
    2.  Body & Structure
    3.  Header CSS
    4.  Content CSS
    5.  Portfolio Styles
    6.  Catalog Styles
    7.  Pagination Styles
    8.  jPlayer, Html 5 Audio & Video Player CSS
    9.  WordPress JetPack Plugins CSS
    10. Comments && Contact form Styles
    11. Other Plugins CSS (Contact Form 7)
    12. Footer CSS
    13. Other Common CSS

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

         
/*
-----------------------------------------------------------------------------------
    0.  Loading Fonts & CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
-----------------------------------------------------------------------------------
*/
         
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; font-family: 'Titillium Web', sans-serif; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0 !important; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/*
-----------------------------------------------------------------------------------
    1.  WordPress Core & General Classes
-----------------------------------------------------------------------------------
*/

.wp-caption{
    
}

.wp-caption-text{
    
}

.sticky{
    
}

.gallery-caption{
    
}

.alignnone {
    margin: 5px 20px 20px 0;
    float: none;
    clear: both;
    display: block;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

blockquote {
    border-left: 6px solid #80a810;;
    padding-left: 20px;
    margin-bottom: 30px !important;
}

blockquote p {
    background: #80a810;
    padding: 40px 30px;
    color: #fff;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 0px !important;
}    

blockquote p a:hover,
blockquote p a {
    color: #fff;
}
  
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption a {
    display: block;
    background: none !important; 
}

.wp-caption a:hover {
    background: none;
}

.wp-caption .wp-caption-text {      
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}      

.wp-caption-text a {
    display: inline-block;
}   

.commentlist > li.bypostauthor {
    
}

.mb0 {
    margin-bottom: 0px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.center {
    text-align: center;
}

p, .hentry p {
    margin-bottom: 25px;
    line-height: 25px;
}

.empty { 
    display: block;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
}         

.hentry h1,
.hentry h2,
.hentry h3,
.hentry h4,
.hentry h5,
.hentry h6 {
    color: #020202;
	text-transform:uppercase;
	font-weight:700;
}
      
.hentry h1 {
    font-size: 26px;  
}

.hentry h2 {
    font-size: 25px;  
}

.hentry h3 {
    font-size: 20px;	
}

.hentry h4 {
    font-size: 18px;  
    margin-bottom: 20px;
}

.hentry h5 {
    font-size: 16px;  
}

.hentry h6 {
    font-size: 13px;  
}

.hentry ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}

.hentry ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
   margin-bottom: 0px;
}

.hentry ol ol, .hentry ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
   margin-bottom: 0px;
}

pre {
    background: #f5f5f5;  
    padding: 10px 20px;
    margin: 0;
    border-radius: 0px;
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}  

.box-sizing {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */ 
    box-sizing: border-box;         /* Opera/IE 8+ */ 
} 

.global-color {
    color: #80a810;
}
    
hr {
    border-top: 0px;
    border-bottom: 2px solid #dedede;
    line-height: 0px;
    padding: 0px;
    margin: 5px 0px;
    margin-bottom: 20px;
}    
       
/*
-----------------------------------------------------------------------------------
    2.  Body & Structure
-----------------------------------------------------------------------------------
*/
body {
    background: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Titillium Web', sans-serif;
    color: #020202;
} 
.header{
	margin-top:35px;
}
.logo{
	display:block;
	margin-bottom:20px;
}
.contact-info{
	overflow:hidden;
	margin:0 0 25px 0;
	line-height:21px;
	font-size:14px;
}
@media (max-width: 320px) {
.contact-info{
	font-size:13px;
}
}
.contact-info span.mobile{
	float:right;
	background:url(./resources/images/phone.png) no-repeat;
	font-weight: 700;
	color:#000000;
	padding-left:30px;
}
.contact-info span.address{
	float:right;
	background:url(./resources/images/address.png) no-repeat;
	font-weight: 600;
	color:#00acc8;
	padding-left:25px;
	margin-right:20px;
}
.contact-info span.address a, .contact-info span.address a:hover{
	text-decoration:none;
	color:#00acc8;
}

.footer {
   background: #535353;
   overflow:hidden;
   padding: 60px 0 20px 0
}
.footerLogo{
	display:block;
	margin:15px 0 10px 0;
}
.copyright p{
	color:#cbcbcb;
	font-size:12px;
}
footer.container .footer-widgets-inner-widgets p {
    margin-bottom: 0px;
}
.footer .footerNav ul li a{
	color:#cbcbcb;
	font-size:14px;
	text-decoration:none;
}
.footer .address{
	color:#cbcbcb;
}
.footer .address p{
	line-height:30px;	
}
.footer .address strong{
	font-weight:700;
	text-transform:uppercase;
}
.footer .address a{
	color:#00acc8;
	text-decoration:none;
}
.footer .address img{
	margin-right: 5px;
    vertical-align: middle;
}
.desktopShowHide{
	display:block;
}
.mobileShowHide{
	display:none;
}
@media (max-width: 767px) {
	.footerLogo{
		text-align:center;
		margin-bottom:15px;
	}
	.copyright{
		text-align:center;
	}
	.desktopShowHide{
		display:none;
	}
	.mobileShowHide{
		display:block;
	}
	.footerNav{
		text-align:center;
		margin-bottom:30px;
	}
	.address{
		text-align:center;
		margin-bottom:15px;
	}
}

/*
-----------------------------------------------------------------------------------
    3.  Navigation
-----------------------------------------------------------------------------------
*/

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

nav.navigation {
    
}

nav.navigation ul {
    padding: 0;
    margin: 0;
	text-align:right;
}

nav.navigation ul > li {
    display: inline-block;
}

nav.navigation ul > li a {
    padding:0 0 15px 14px;
    display: block;
    color: #000;
    font-size: 13px;
	font-weight:700;
	text-transform:uppercase;
    text-decoration: none;
	line-height: 13px;
}

nav.navigation ul > li a:hover, nav.navigation ul > li.current-menu-item  a{
    color:#00acc8;
}

.navbar-toggle {
    background: #64830c;
    border-color: #445908;
}

.navbar-toggle .icon-bar {
    background: #fff;
    height: 4px;
}
.mainNav .navigation .navbar-header h3 {
    display:none;
}
.mainNav .navigation  .navbar-toggle{
	padding: 10px 6px;
	margin-top:0;
	margin-bottom:0;
}
.mainNav .navigation .navbar-toggle{
	background:#000;
}
.mainNav .navigation .navbar-toggle .icon-bar{
	height:3px;
	border-radius: 0;
}
nav.navigation .sub-menu {
    position: absolute !important;
    width: 260px;
    margin: 0px !important;
    display: none;
    z-index: 2500;
	top: 40px !important;
} 
nav.navigation .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
	margin-bottom:1px;
    background: #00acc8;
} 

nav.navigation .menu .arrow {
    display: none;
}

nav.navigation .sub-menu li a {  
    display: block;
    padding: 13px 20px;    
    font-size: 14px; 
	text-align:left;
	color:#fff;
	text-transform:capitalize; 
	font-weight:400;	
}
nav.navigation .sub-menu li  a:hover {
        color: #fff;
}
nav.navigation .sub-menu  .sub-menu {
    position: absolute !important;
    width: 260px;
    margin: 0px !important;
    display: none;
    z-index: 2500;
	left: 30% !important;
	top: 31px !important;
} 
nav.navigation ul > li.current-menu-item .sub-menu li a, nav.navigation ul > li .sub-menu  li.menu-item-has-children a{
	color: #fff;
}
.mobile-icon{
	display:none;
}
@media (max-width: 1200px) {
	nav.navigation .sub-menu {
		top: 35px !important;
	}
	nav.navigation ul {
		text-align:left;
}
	nav.navigation ul > li a{
		padding: 0 14px 15px 0;
}
}
@media (max-width: 992px) {
	nav.navigation ul > li a{
		padding: 0 13px 15px 0;
		font-size: 12px;
}
}
@media (max-width: 767px) {
	.logo{
		text-align: center;
	}	
	.contact-info span.address{
		float:left;
	}
	.mainNav{
		background:#00acc8;
	}
	nav.navigation{		
		border-left:1px solid #fff;
		border-right:1px solid #fff;
	}
    nav.navigation ul {
        width: 100%;
        display: block;
        padding: 0px;
        margin: 0px;  
		border-bottom:1px solid #fff;		
    }
    
    nav.navigation ul > li {
        display: block;
        float: none;
        height: auto;
		position:relative;
		border-top:1px solid #fff;
    }    
    nav.navigation ul > li a {
        display: block;
        color: #fff;
        float: none;
        text-align: left;
        font-size: 13px;
		font-weight: 700;
        text-decoration: none;
		padding: 15px 20px;
    }
    nav.navigation .sub-menu li a{
		padding: 15px 20px 15px 10%;
	}
	nav.navigation .sub-menu li ul.sub-menu li a{
		padding: 15px 20px 15px 15%;
	}
	nav.navigation .sub-menu li ul.sub-menu li ul.sub-menu li a{
		padding: 15px 20px 15px 20%;
	}
   nav.navigation ul > li a:hover{
        color: #fff;
		background:#40cbe1;
    }
	nav.navigation ul > li.current-menu-item  a{
        color: #fff;
    }
	.mainNav .navigation .navbar-header h3 {
		display:block;
		color: #fff;
		display: inline-block;
		font-weight:600;
		font-size: 14px;
		margin: 11px 0 0 15px;
}
nav.navigation .sub-menu {
	padding:0;
	left:0% !important;
	top: 33px !important;
	width:100%;
	/*background:#40cbe1;	*/
	position: static !important;
	border:none;
}
nav.navigation .sub-menu li{
	background:none;
	margin-bottom:0;
}
nav.navigation .sub-menu .sub-menu{
	left:0% !important;
	top:39px !important;
	width:100%;
	position: static !important;
	border:none;
}
nav.navigation .navbar-collapse.in{
	overflow-y: visible;
}
nav.navigation .mobile-icon{
	display:block;
}
li.menu-item-has-children span.plus{
	background:#40cbe1 url(./resources/images/testimonial-plus.png) no-repeat 13px 13px;
	width:44px;
	height:43px;
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	display:block;
	border-left:1px solid #fff;
}
li.menu-item-has-children span.minus{
	background:#00acc8 url(./resources/images/testimonial-minus.png) no-repeat 13px 13px;
	width:44px;
	height:43px;
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	display:block;
	border-left:1px solid #fff;
}
li.menu-item-has-children span.plus:hover{
	background:#00acc8 url(./resources/images/testimonial-plus.png) no-repeat 13px 13px;
}
} 

/*
-----------------------------------------------------------------------------------
    3.  Post content
-----------------------------------------------------------------------------------
*/

.logo a {
    display: block;
}

.logo img,
.footer-widgets img {
    max-width: 100%;
}

.tagline {
    margin-bottom: 0;
}

.page-content {
    border: 0px solid #f00;
    overflow:hidden;
    hyphens: auto;
	background:#efefef;
}

.page-content img {
    max-width: 100% !important;
}

.blog-content {
    padding-top: 30px;
}

.featured-image {
    display: block;
    overflow: hidden;
    line-height: 0px;
    text-align: center;
	margin-bottom:40px;
}

.featured-image img {
    max-width: 100%;
}

.page-content header {
    margin-top: 5px;
}

.page-content header h2 {
    color: #434343;
    padding: 25px 0px;
    font-size: 1.5em;  
}

.blog-content header h2 {
    padding-top: 0px;
}

.blog-content .featured-image {
    margin-bottom: 25px;
}

.front-page-content header h2 {
    padding: 22px 0px;
    padding-bottom: 10px;
    font-size: 1.6em;  
    border-bottom: 2px solid #dedede;
    margin-bottom: 25px;
}

.page-content h2,
.page-content h3 {
    padding: 15px 0;
    padding-top: 0;
}
.page-content dl,
.page-content ul {
    margin-bottom: 30px;
}

.page-content dl > dd, .page-content ul > li {
    margin-bottom: 10px;
    line-height: 21px;
    padding-left: 25px;
    background: url(./resources/images/li-bg-ok.png) no-repeat 0px 5px;
}

.page-content ul li ul,
.page-content ul li ol,
.page-content ol li ul,
.page-content ol li ol {
    margin-top: 10px;
    display: block;
}

.page-content table {
  border-collapse: collapse;
  margin-bottom: 30px;
}

.page-content td, 
.page-content th {
  border: 1px solid #dedede;
  padding: 0.5rem;
  text-align: left;
}

.page-content ol li ul li {
    padding-left: 0px;
    background: none;
}

.page-content ol li {
    margin-bottom: 10px;
    line-height: 20px;
}

.contact-fax,
.contact-address2 {
    background: url(./resources/images/contact-info-separator.gif) no-repeat 0 3px;
    padding-left: 10px;
}

.contact-form-info-row {
    margin-bottom: 20px;
}

.contact-image {
    padding: 10px;
}

.contact-form-info {
    padding: 0px 20px;
}

.contact-form-info .contact-title {
    color: #7d7d7d;
}

.contact-form-info .contact-fax {
    background: none;
    padding-left: 0px;
}

.contact-image img {
    max-width: 100%;
    border: 0px;
}

.content-wrapper {
    display: block;
    overflow: hidden;
	padding:25px 0;
}

.flexslider .slides li,
.post-meta ul li,
.pagination li {
    background: none !important;
    padding-left: 0px !important;
    margin-bottom: 0px;
}

.project-title {
    color: #434343;
    font-size: 18px;
    margin-top: 0px;
}

header .project-title a {
    color: #434343;
    font-size: 18px;
}

header .project-title {
    padding-top: 0px !important;
}

.flexslider .slides li a {
    display: block;
    line-height: 0px;
}

.testimonial-item h4 {
    margin-bottom: 0px;
}
.containerInner{
	padding:0 60px;
	overflow:hidden;
}
.pageHeader{
	overflow:hidden;
	margin-bottom:27px;
}
.pageHeader header h2{
	text-transform:uppercase;
	font-weight: 700;
	font-size:25px;
	margin-bottom:13px;
	color:#020202;
}
.pageHeader .shortDesc p{
	margin:0;
	font-weight:300;
	color:#5d5d5d;
	margin-bottom:13px;
}
.client-content{
	overflow:hidden;
	padding:50px 0;
}
.client-content h3.clientTitle{
	color: #020202;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
	text-align:center;
}
.client-content p.shortDesc{
	font-size:20px;
	color:#555555;
	text-align:center;
	margin-bottom:40px;
}
.clientLogo{
	overflow:hidden;
	margin-bottom:25px;
}
.clientLogo img{
	margin: 0 auto;
	display:block;
	max-width:100%;
}
.homeServices, .homeServices .shortDesc{
	text-align:center;
}
.serviceList{
	background:#efefef;
}
.serviceList .itemlist li{
	width:20%;
	float:left;
	text-align:center;
}
.serviceList .itemlist li .innerItemlist{
	padding:50px 3% 25px 3%;
	cursor:pointer;
	min-height:514px;
}
.serviceList .itemlist li .innerItemlist:hover{
	background: #00acc8;
}
.serviceList .itemlist li .innerItemlist .business{
	background:url(./resources/images/business.png) no-repeat top center;
	padding-top: 100px;
}
.serviceList .itemlist li .innerItemlist:hover .business{
	background: url(./resources/images/business-hover.png) no-repeat top center;
}
.serviceList .itemlist li .innerItemlist .profit{
	background:url(./resources/images/profit.png) no-repeat top center;
	padding-top: 100px;
}
.serviceList .itemlist li .innerItemlist:hover .profit{
	background: url(./resources/images/profit-hover.png) no-repeat top center;
}
.serviceList .itemlist li .innerItemlist .customer{
	background:url(./resources/images/customer.png) no-repeat top center;
	padding-top: 100px;
}
.serviceList .itemlist li .innerItemlist:hover .customer{
	background: url(./resources/images/customer-hover.png) no-repeat top center;
}
.serviceList .itemlist li .innerItemlist .cultivation{
	background:url(./resources/images/cultivation.png) no-repeat top center;
	padding-top: 100px;
}
.serviceList .itemlist li .innerItemlist:hover .cultivation{
	background: url(./resources/images/cultivation-hover.png) no-repeat top center;
}
.serviceList .itemlist li .innerItemlist .support{
	background:url(./resources/images/support.png) no-repeat top center;
	padding-top: 100px;
}
.serviceList .itemlist li .innerItemlist:hover .support{
	background: url(./resources/images/support-hover.png) no-repeat top center;
}
.serviceList .itemlist li .innerItemlist h4{
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
	color:#020202;
	margin-bottom:10px;
}
.serviceList .itemlist li .innerItemlist p{
	font-size:15px;
	color:#626262;
	font-weight:300;
	line-height:22px;
	margin-bottom:25px;
}
.serviceList .itemlist li .innerItemlist .readmore{
	font-size:15px;
	color:#00acc8;
	font-weight:300;
	line-height:22px;
	text-decoration:none;
	border:3px solid #efefef;
	display:inline-block;
	padding:8px 20px;
}
.serviceList .itemlist li .innerItemlist:hover h4, .serviceList .itemlist li .innerItemlist:hover p, .serviceList .itemlist li .innerItemlist:hover .readmore{
	color:#fff;
}
.serviceList .itemlist li .innerItemlist:hover .readmore{
	border:3px solid #fff;
}
@media ( max-width: 1024px ) {
    .containerInner{
		padding:0;
	}
}
@media ( max-width: 980px ) {
    .serviceList .itemlist li .innerItemlist {
        min-height:580px;
    }
}
@media ( max-width: 600px ) {
    .serviceList .itemlist li{
        width:100%;
    }
	.serviceList .itemlist li .innerItemlist {
		min-height:313px;
	}
}
.homePageContent{
	overflow:hidden;
	background:url(./resources/images/home-contentbg.gif) no-repeat;
	background-size:cover;
}
.homePageContentTop{
	overflow:hidden;
	background:url(./resources/images/home-content-topbg.png);
	padding:40px 0;
}
.homePageHeader{
	text-align:center;
	overflow:hidden;
}
.homePageHeader header h2{
	color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.homePageHeader .shortDesc p{
	text-align:center;
	color: #fff;
    font-weight: 300;
    margin: 0;
}
.homePageContentBottom{
	overflow:hidden;
	background:url(./resources/images/home-content-bottombg.png);
	padding:15px 0 0 0;
	text-align:center;
	color:#fff;
}
.homeTestimonial{
	overflow:hidden;
	background:url(./resources/images/home-testimonialbg.gif) no-repeat;
	background-size:cover;
}
.homeTestimonialHeader{
	overflow:hidden;
	background:url(./resources/images/home-testimonial-topbg.png.png);
	padding:40px 0;
}
.homeTestimonialHeader header h2{
	color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
	text-align:center;
}
.homeTestimonialContent{
	overflow:hidden;
	background:url(./resources/images/home-testimonial-bottombg.png);
	padding:40px 0 11px 0;
	text-align:center;
	color:#fff;
}
.testimonialSlider .flexslider{
		background:none;
		padding-bottom: 70px !important;
}
.testimonialSlider .testmonialThumb{
	width:94px;
	margin:0 auto;
	margin-bottom:30px;
}
.testimonialSlider .testmonialThumb img{
	border:2px solid #fff;
	border-radius:50%;
}
.testimonialSlider  ul li p{
	font-size:20px;
	line-height:30px;
	font-weight:400;
	margin-bottom:30px;
}
.testimonialSlider  ul li h4{
	font-size:28px;
	line-height:30px;
	font-weight:400;
	margin-bottom:20px;
}
.containerInner .testimonialSlider  ul li h4 a{
	font-size:28px;
	line-height:30px;
	font-weight:400;
	color: #fff;
	overflow:hidden;
}
.testimonialSlider .flex-control-paging li a.flex-active{
	background:#fff;
}
.testimonialSlider .flex-control-nav{
	bottom: 25px;
}
.caseStudyArea{
	overflow:hidden;
	background:#fff;
	padding:40px 0;
}
.caseStudyHeader{
	text-align:center;
}
.caseStudyHeader header h2{
	 color: #000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.caseStudyHeader .shortDesc p{
	font-size:20px;
	color:#000;
	line-height:25px;
}
.caseStudyHeader .caseStudyContent p{
	font-size:15px;
	color:#555555;
	line-height:25px;
}
.caseStudyList{
	overflow:hidden;
	border-top:1px solid #dedede;
}
.caseStudyList ul li{
	background:url(./resources/images/case-study-bollet.png) no-repeat 0px 16px;
	border-bottom:1px solid #dedede;
	padding:15px 0 15px 25px;
	margin-bottom:0;
}
.caseStudyList ul li h4{
	background:url(./resources/images/case-study-plus.png) no-repeat center right;
	font-size:15px;
	font-weight:400;
	color:#555555;
	cursor:pointer;
	padding-right:25px;
}
.caseStudyList ul li h4.active{
	background:url(./resources/images/case-study-minus.png) no-repeat center right;
}
.caseStudyList ul li .caseInfo{
	display:none;
}
.caseStudyList ul li .caseInfo{
	padding-top:15px;
	padding-right:25px;
}
.caseStudyList ul li .caseInfo p{
	margin-bottom:5px;
}
.testimonialListing{
	overflow:hidden;	
	background:#00acc8;
	color:#fff;
	padding:40px 0 30px 0;
}
.testimonialItem{
	overflow:hidden;
	text-align:center;
}
.testimonialItem ul li{
	overflow:hidden;
	margin-bottom:10px;
}
.testimonialItem ul li h4{
	background:#007ca3 url(./resources/images/testimonial-plus.png) no-repeat 97% 17px;
	font-size:20px;
	font-weight:400;
	color:#fff;
	cursor:pointer;
	padding:15px 10% 15px 0;
}
.testimonialItem ul li h4.active{
	background:#007ca3 url(./resources/images/testimonial-minus.png) no-repeat 97% 17px;
}
.testimonialItem ul li .caseInfo{
	display:none;
}
.testimonialListing ul li .caseInfo{
	padding-top:15px;
	margin-bottom:10px;
}
.testimonialItem ul li .caseInfo p{
	margin-bottom:15px;
}
.testimonialItem ul li .caseInfo .designation{
	font-weight:700;
}
.contactForm{
	overflow:hidden;
	margin-bottom:20px;
}
.contactForm h3{
	margin-bottom:5px;
}
.contactForm .fieldRow{
	overflow:hidden;
	margin-bottom:20px;
}
.contactForm .fieldRowAlt input, .contactForm .fieldRowAlt textarea, .contactForm .fieldRowAlt select{
	width:100%;
	background:#fff;
	border:none;
	border-radius:0;
	padding:10px;
	font-weight:300;
	font-size:15px;
	color:#5d5d5d;
}
.contactForm .fieldRowAlt{
	margin-bottom:0;
}
.contactForm .fieldRowAlt input, .contactForm .fieldRowAlt textarea, .contactForm .fieldRowAlt select{
	margin-bottom:20px;
}
.contactForm h4.contactLabel{
	text-transform:none;
	font-size:15px;
	font-weight:700;
	color:#5d5d5d;
	margin: 15px 0 20px;
}
.contactForm  .fieldRow span.areaBlock{
	display:inline-block;
	margin-right:20px;
	margin-bottom:10px;
}
.contactForm  .fieldRow span.areaBlock label{
	font-size:15px;
	color:#5d5d5d;
	font-weight:300;
	display:inline-block;
	vertical-align:top;
}
.contactForm  input[type=checkbox] {
	display:none;
}
.contactForm input[type=checkbox] + label:before {
	content: "";  
	display: inline-block;  
	width: 15px;  
	height: 15px;  
	vertical-align:middle;
	margin-right: 10px;  
	background-color: #fff;   
}
.contactForm input[type=checkbox]:checked + label:before {
	content:"\2714";
	color:#000; 
	text-align:center;
	line-height:15px;
	text-shadow:0px 0px 3px #eee;
}
.contactForm .fieldRowAlt input.contactSubmitBtn{
	width:142px;
	border:3px solid #00acc8;
	text-align:center;
	text-transform:uppercase;
	color:#00acc8;
	font-weight:700;
	background:none;
}
.contactForm .fieldRowAlt .select-style {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #fff url(./resources/images/select-arrow.png) no-repeat 97% 50%;
	margin-bottom: 20px;
}

.contactForm .fieldRowAlt .select-style select {
    border: none;
    box-shadow: none;
	margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.contactForm .fieldRowAlt .select-style select:focus {
    outline: none;
}
.jobListing {
    background: #efefef;
    color: #fff;
    overflow: hidden;
    padding: 30px 0;
}
.jobItem {
    overflow: hidden;
}
.jobItem ul li {
    margin-bottom: 20px;
    overflow: hidden;
}
.jobItem ul li .jobTitleinfo {
    background: #00acc8 url("./resources/images/testimonial-plus.png") no-repeat 97% 50px;
    color: #fff;
    cursor: pointer;
    padding: 20px;
}
.jobItem ul li .jobTitleinfo h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom:12px;
}
.jobItem ul li .jobTitleinfo p{
	margin-bottom:10px;
} 
.jobItem ul li div.active {
    background: #00acc8 url("./resources/images/testimonial-minus.png") no-repeat scroll 97% 50px;
}
.jobItem ul li .caseInfo {
    display: none;
}
.jobItem ul li .caseInfo {
	background:#fff;
	color:#000;
    padding: 20px;
}
.jobItem ul li .caseInfo .applyLink {
    border: 3px solid #00acc8;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    width: 110px;
	display:block;
	padding:7px 0;
	text-decoration:none;
	margin-bottom:15px;
}
.jobopeningLink a{
	border: 3px solid #00acc8;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    width: 190px;
	display:block;
	padding:10px 0;
	text-decoration:none;
	margin-top:10px;
	margin-bottom:30px;
}
/* Graverty form css */
.applyFormArea{
	overflow:hidden;
	padding:25px 0 0 0;
}
.applyFormArea .gform_wrapper ul li.gfield {
	clear:none !important;
	overflow:hidden;
}
.applyFormArea .gform_wrapper .top_label input.medium, .applyFormArea .gform_wrapper .top_label select.medium, .applyFormArea .gform_wrapper .top_label textarea.small{
	background: #fff;
    border: medium none;
    border-radius: 0;
    color: #5d5d5d;
    font-size: 15px;
    font-weight: 300;
    padding: 13px 10px;
	width:100% !important;
	margin:0 0 25px 0;
	line-height:20px;
}
.applyFormArea .gform_wrapper ul li.inputFullAlt textarea{
	margin:0 !important;
}
.applyFormArea .gform_wrapper .top_label .gfield_error .ginput_container input.medium, .applyFormArea .gform_wrapper .top_label .gfield_error .ginput_container select.medium{
	margin:0;
}
.applyFormArea .gform_wrapper .gsection{
	padding:0 10px;
	margin:0;
	background:none;
	border:none;
}
.applyFormArea .gform_wrapper .gsection h2{
	font-size:20px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;	
	background:#00acc8;
	padding:10px 15px !important;
	margin:0 0 25px 0 !important;
}
.applyFormCon .applyFormArea  ul  li{
	background:none;
	margin-bottom: 0px;
    padding-left: 10px;
}
.applyFormCon .applyFormArea .gform_wrapper label.gfield_label + div.ginput_container{
	margin-top:0;
}
.applyFormCon .applyFormArea .gform_wrapper .top_label .gfield_label{
		display:none;
}
.applyFormCon .gform_wrapper div.validation_error{
	background-color: #ffdfe0;
    color: #a94442;
	border-top: 1px solid #ebccd1;
	border-bottom: 1px solid #ebccd1;
    font-size:15px;
	margin: 0 1.1% 20px;
    padding: 10px 15px;
    width: 97.8%;
}
.applyFormArea .gform_wrapper .subsection  h2{
	color: #5d5d5d;
    font-size: 15px;
    font-weight: 700;    
	padding:10px 0px !important;
	margin:0 0 10px 0 !important;
    text-transform: none;
	background:none;
}
.applyFormArea .gform_wrapper ul li.gfield  ul.gfield_checkbox li{
	display:inline-block;
	margin-right:15px;
	margin-bottom:15px;
}
.applyFormArea .gform_wrapper ul li.gfield  ul.gfield_checkbox li label{
	color: #5d5d5d;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    vertical-align: top;
	margin: 0 0 0 15px;
}
.applyFormArea .gform_wrapper ul li.gfield .gsection_description h4{
	font-size:15px;
	font-weight:700;
	color:#5d5d5d;
	line-height:25px;
	margin-bottom:10px;
}
.applyFormArea .gform_wrapper ul li.emplyement textarea {
	margin-bottom:50px !important;
}
.applyFormArea .gform_wrapper .gform_footer{
	margin:0;
	padding:0 10px;
}
.applyFormArea .gform_wrapper .gform_footer .gform_button{
	background: none;
    border: 3px solid #00acc8;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    width: 142px;
	padding: 10px 0;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
	margin-left:0 !important;
}
.applyFormArea .gform_wrapper .top_label .gfield_error{
	margin: 0 1.1% !important;
    width: 47.8%;
}
.applyFormArea .gform_wrapper ul li.gfield_error .validation_message{
	padding-left:10px !important;
}
.applyFormArea  input[type=checkbox] {
	display:none;
}
.applyFormArea input[type=checkbox] + label:before {
	content: "";  
	display: inline-block;  
	width: 15px;  
	height: 15px;  
	vertical-align:middle;
	margin-right: 10px;  
	background-color: #fff;   
}
.applyFormArea input[type=checkbox]:checked + label:before {
	content:"\2714";
	color:#000; 
	text-align:center;
	line-height:15px;
	text-shadow:0px 0px 3px #eee;
}
@media ( max-width: 767px ) {
	.applyFormArea .gform_wrapper .top_label .gfield_error{
	margin: 0 1.2% !important;
    width: 97.6%;
}
}
/*.category .featured-image, .single .featured-image{
	margin:0;
}*/
.single-jobopening .featured-image{
	margin-bottom:40px;
}
/*
-----------------------------------------------------------------------------------
    4.  JetPack Styling
-----------------------------------------------------------------------------------
*/

.sd-content ul li {
    padding-left: 0px;
    background: none;
}


/*
-----------------------------------------------------------------------------------
    4.  Widgets Styling
-----------------------------------------------------------------------------------
*/

.sidebar {
    background: #f5f5f5;
    padding: 20px 20px 0 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-content .sidebar {
    margin-top: 0px;
}

.contact-sidebar,
.front-sidebar {
    background: #fff;
    padding: 30px 0;
}

.contact-sidebar {
    margin-top: 0px;    
}

.front-sidebar {
    padding-top: 0px;
}

.contact-sidebar {
    padding: 0;
}

.widget {
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
}

.widget h3 {
    font-size: 1.4em;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #dedede;
    margin-bottom: 20px;
}

.front-sidebar .widget h3 {
    color: #80a810;
    border-bottom: 2px solid #80a810;
}

.contact-sidebar .widget h3 {
    border: 0px;
    padding-bottom: 0px;
}

.widget img {
    max-width: 100%;
}

.video-container {   
    text-align: center;
    margin: 0 auto !important;
    float: none;
    padding: 0px;
    text-align: center;
    position: relative;
    padding-bottom: 56.25%; /* 56.25% = 16:9 */   
    height: 0;
}

.video-container iframe {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important; 
    height: 100% !important; 
    z-index: 1;
}

.widget .wp-caption.alignnone {
    margin: 0px;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.sidebar .widget ul.menu {
    display: block;
    padding: 0;
    margin-bottom: 0px;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.sidebar .widget ul.menu li {
    overflow: hidden;    
    padding: 2px 0px;
    display: block;
    line-height: 20px;
    padding-left: 25px;
    margin: 0;
    background: url(./resources/images/li-bg-arrow.png) no-repeat 10px 9px;
}

.sidebar .widget ul.menu li {
    border-bottom: 1px solid #dedede;
}

.sidebar .widget ul.menu li ul {
    display: none;
}

.sidebar .widget ul.menu li:hover,
.sidebar .widget ul.menu li.current-menu-itemx {
    background: #80a810 url(./resources/images/li-bg-arrow-hover.png) no-repeat 10px 9px;
}

.front-sidebar .widget ul.menu li:hover,
.front-sidebar .widget ul.menu li.current-menu-itemx {
    background: #fff url(./resources/images/li-bg-arrow.png) no-repeat 10px 9px;
}

.sidebar .widget ul.menu li a {
    text-decoration: none;
}

.sidebar .widget ul.menu li:hover a ,
.sidebar .widget ul.menu li.current-menu-itemx a {
    color: #fff;
}

.front-sidebar .widget ul.menu li:hover a ,
.front-sidebar .widget ul.menu li.current-menu-itemx a {
    color: #80a810;
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.sidebar .widget ul.menu li:last-child {
    border: 0;
}

.widget input[type=text],
.widget select {
    padding: 5px 10px;
    border: 1px solid #dedede;
}

.widget select,
.widget .widget-search-box {
    width: 100%;
}

.widget input, 
.widget select {
    max-width: 100%;
    margin: 10px 0;
}

.widget_archive ul li a,
.widget ul.menu li a {
    float: left;
    overflow: hidden;
    color: #818181;
}

.widget ul.mondira-widget-recent-posts {
    margin-bottom: 0px;
}

.widget ul.mondira-widget-recent-posts li {
    padding-left: 0px;
    background: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.widget ul.mondira-widget-recent-posts li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
}

.widget ul.mondira-widget-recent-posts p {
    margin-bottom: 0px;
}

.widget ul.mondira-widget-recent-posts h4 {
    margin-bottom: 0px;
}

.widget ul.mondira-widget-recent-posts h4 a {
    color: #747474;
    line-height: 22px;
    font-size: 14px;
}

.footer-widgets-inner-widgets .widget {
    padding-top: 20px;
    padding-bottom: 0px;
}

.footer-widgets-inner-widgets .widget ul li a,
.footer-widgets-inner-widgets .widget a {
    color: #fff !important;
}

.footer-widgets-inner-widgets ul.menu {
    text-align: center;
}

.footer-widgets-inner-widgets ul.menu li {
    float: none;
    display: inline-block;
    padding: 0 14px 0 7px;
    background: url(./resources/images/footer-menu-separator.gif) no-repeat right 3px;
}

.footer-widgets-inner-widgets ul.menu li:last-child {
    background: none;
}

.footer-widgets-inner-widgets .footer-copyright {
    text-align: center;
}

.footer-widgets-inner-widgets ul.menu ul {
    display: none;
}


#calendar_wrap {
    border: 1px solid #dedede;
    padding: 10px; 
    width: 100%;
    margin: 10px 0;
}

#wp-calendar {
    width: 100%;
} 

#wp-calendar caption {
    font-weight: bold;
}

#wp-calendar td, 
#wp-calendar th {
    text-align: center;
}

#wp-calendar #prev {
    text-align: left;
    padding: 10px;
}

#wp-calendar #next {
    text-align: right;
    padding: 10px;
}

/*
-----------------------------------------------------------------------------------
    10.  Comments && Contact form Styles
-----------------------------------------------------------------------------------
*/

#contactform-wrapper form {
    padding: 0px;
}

#contactform-wrapper h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-control {
    color: #606060;
    border-color: #e0e0e0;
    border-width: 1px;
    padding: 5px;
    padding-left: 10px;
    line-height: normal;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transition: padding 0.50s ease-in-out;
    -moz-transition: padding 0.50s ease-in-out;
    -ms-transition: padding 0.50s ease-in-out;
    -o-transition: padding 0.50s ease-in-out;
    transition: padding 0.50s ease-in-out;
}

::-webkit-input-placeholder {
   color: #606060;
}

:-moz-placeholder { /* Firefox 18- */
   color: #606060;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #606060;
}

:-ms-input-placeholder {  
   color: #606060;
}

.form-control:focus {
  border-color: #d3d2d2;
  padding: 5px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-field-wrap {
    margin-bottom: 20px;    
}

.btn-custom {
    background: #80a810;
    border: 1px solid #80a810;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
}

.more-link.btn-custom {
    padding: 5px 10px;
    margin-top: 10px;
    display: block;
    float: right;
    text-decoration: none;
}

.more-link.btn-custom:hover {
    color: #fff;
}

.form-field-wrap img {
    max-width: 100%;
}

#captcha {
    max-width: 200px;
}

.comment-article-wrapper {
    max-width: 1010px;
    margin: 0 auto;
}

#contactform-wrapper {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #80a810;
}


#comments,  
#comment-form-title{
    line-height: 22px;
    margin: 20px 0; 
    margin-bottom: 30px !important;
    font-size: 20px !important; 
    color: #3b3b3b;
} 

#respond #comment-form-title {
    margin-top: 0px;
}

.required {
    color: #de141e;
}

ol.commentlist,
ol.commentlist ul.children{
    list-style-type: none;
    margin-left: 0;
}

ul.children {
    margin-left: 20px !important;
}

ol.commentlist ul.children {
    margin-left: 70px !important;
    margin-right: 20px;
}

.comment .vcard > div{
    margin-top: 8px;
    padding: 0 10px;
}

ol.commentlist time{
    font-size: .8em;
}

ol.commentlist div.comment-author {
    position: relative;
    letter-spacing: 1.5px;
    min-width: 200px;
}

ol.commentlist a.comment-edit-link{
    text-decoration: none;
    padding-left: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

ol.commentlist span.edit-comment{
    position: absolute;
    right: 0;
    top: 8px;
}

ol.commentlist li.bypostauthor{
    
}

ol.commentlist li {
    border: 1px solid #dedede;
    background: none;
    padding-left: 0px;
}

ol.commentlist li.bypostauthor .comment-author .fn {
    background-color: #80a810;
    display: inline;
    padding: .2em .6em .3em;  
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

ol.commentlist li.bypostauthor .comment-author .fn .url {
    color: #fff;
}
                
ol.commentlist article{
    border-bottom: none !important;
}

#comment-nav ul{
    list-style-type: none;
    margin: 0;
    margin-bottom: 20px;
    display: block;
}

#comment-nav ul li {
    background: none;
    padding-left: 0px;
}

#comment-nav ul li:before {
    display: none;
}

#comment-nav ul li:first-child {
    float: left;
}

#comment-nav ul li:last-child {
    float: right;
}

.comment-form-elements{
    list-style-type: none;
    margin: 0;
    margin-left: 0px !important;
}

@media (max-width: 767px) {
    #commentform .form-group > div {
        display: block;
        overflow: hidden;
        clear: both;
    }
}

#comments-text {
    height: 160px;
}

.contact-error {
    clear: left;
    color: #a94442;
    display: block;
}

.comment .vcard .avatar{
    padding-right: 0;
}

.comment .vcard .comment-text{
    margin-left: 0;
}

img.avatar{
    border: 1px solid #ddd;
}

.comment-author{
    float: left;
    margin-left: 70px;
    padding-top: 15px;
    text-transform: none;
}

.comment-author .fn {
    text-transform: none;
}

.comment-author img {
    float: left;
    position: absolute;
    left: -71px;
    top: -1px;
    min-height: 60px;
    border: 1px solid #dedede;
    width: 60px;
    height: 60px;
}

.comment-author .fn {
    float: left;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    clear: both;
    margin-left: 70px;
    padding-bottom: 10px;
}


.comment-awaiting-moderation {
    margin: 10px 0 0 70px;
    color: #f82d1e;
}

.pingback {
    display: block;
    margin-bottom: 20px;
}

.pingback .comment-author,
.pingback .comment-metadata {
    margin-left: 0px !important;
}
.pingback .comment-content {
    margin-top: 10px !important;
    display: block;
}

.comment-metadata a:hover {
    text-decoration: none;
} 

ol.commentlist li{
    margin: 30px 0;
    margin-bottom: 40px;
}       

ol.commentlist .comment-content > ul,
ol.commentlist .comment-content > ol {
    margin-bottom: 20px;
}

ol.commentlist .comment-content li{
    margin: 5px 0;
}       

.comment-content pre {
    background: rgba(255,255,255,0.5);
}

#pings{
    margin-bottom: 9px;
}

ol.pinglist{
    list-style-type: none;
    margin: 0 0 9px 0;
}

.comment-content-wrapper {
    border: 0px solid #F00;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
    clear: both;
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */ 
    box-sizing: border-box;         /* Opera/IE 8+ */ 
} 

@media (max-width: 800px) {
    .comment-content-wrapper { 
        width: 100%;  
        padding: 0px !important;  
        background: #FFF;
    } 
}

@media (min-width: 1150px) {
    .comment-content-wrapper { 
        background: none; 
    }
}            
    
.comment-content {
    max-width: 100%;
    margin: 0 auto;
    float: none;
} 
 

.commentlist .comment-content { 
    padding-left: 20px;
    margin-top: 10px;
} 

@media (max-width: 767px) {     
    .commentlist .comment-content { 
        padding-top: 10px;        
    }
} 

.comment-body {
    position: relative;
    margin-bottom: 30px;
}

.comment-body .reply {
    position: absolute;
    bottom: -70px;
    left: -1px;
    padding-bottom: 10px;
    background-size: 60px 8px;
}

.comment-body .reply a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #dedede;
    line-height: 8px;
    color: #6d6f72;
    font-size: 13px;
    text-decoration: none;
}
     
#comment{
    min-height: 160px;
}

#respond {
    background: #FFF;
    width: 100%;
    max-width: 100%;  
}     

#respond label {
    min-width: 120px;
    display: block;
    float: left;
    text-align: left;
    padding-right: 10px;
    line-height: 24px;
}
       
@media ( max-width: 768px ) {
    #respond {
        width: 100%;
    }
    
    #respond label {
        width: 100%;
        display: block;
        text-align: left;
    }
}

#respond { 
    background: #f3f3f3;
    padding:20px;
}

li.comment #respond {
    margin-top: 60px;
}

.contact-form input[type="text"], 
.contact-form input[type="email"], 
.contact-form input[type="url"], 
.contact-form textarea, 
#respond input[type="text"], 
#respond input[type="email"], 
#respond input[type="url"], 
#respond textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 5px;
  padding-left: 10px;
  margin: 5px 1px 10px 0px !important;
  border: 1px solid #d7d7d7;
  max-width: 100%;
  background: #fff;
}
 
.contact-form input[type="text"]:focus, 
.contact-form input[type="url"]:focus, 
.contact-form input[type="email"]:focus, 
.contact-form textarea:focus, 
#respond input[type="text"]:focus, 
#respond input[type="email"]:focus, 
#respond input[type="url"]:focus, 
#respond textarea:focus {
  box-shadow: none;
  margin: 5px 1px 10px 0px;
  border: 1px solid #D3D2D2;
  padding-left: 10px;
}

/*
-----------------------------------------------------------------------------------
    11.  Other Plugins CSS (Contact Form 7)
-----------------------------------------------------------------------------------
*/

/*Contact Form 7 CSS Support*/
span.wpcf7-not-valid-tip{display: none !important; font-size: 0px !important; line-height: 0px !important; }
.wpcf7 p { margin-bottom: 0px; }
div.wpcf7 .wpcf7-not-valid{ border: 1px solid #F00; margin: 0; }

div.wpcf7-validation-errors{ -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box;    /* Firefox, other Gecko */ box-sizing: border-box;         /* Opera/IE 8+ */ margin: 0; padding: 10px; color: #c4690e; background: #fffdf3; text-align: center; border: 1px solid #e6bf4a; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-size: 12px;}

div.wpcf7 .wpcf7-not-valid { box-shadow: none; } 

.your-message textarea{ width:100%; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box;    /* Firefox, other Gecko */ box-sizing: border-box;         /* Opera/IE 8+ */ }

div.wpcf7-mail-sent-ok {  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box;    /* Firefox, other Gecko */ box-sizing: border-box;         /* Opera/IE 8+ */ margin: 0; color: #5f9025; background: #ebf6e0; border: 1px solid #b3dc82; padding: 10px; text-align: center;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-size: 12px; }

div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked {  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box;    /* Firefox, other Gecko */ box-sizing: border-box;         /* Opera/IE 8+ */ margin: 0; padding: 10px; background: #ffe9e9; color: #d04544; border: 1px solid #e7a9a9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-size: 12px; text-align: center;}

div.wpcf7-response-output {
    margin-bottom: 30px;
}


.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap textarea {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    box-shadow: none;
    color: #555555;
    display: block;
    font-size: 12px;
    line-height: 1.6;
    padding: 5px 12px;
    transition: none;
    vertical-align: middle;
    margin-bottom: 10px;
	width:100%;
}
.wpcf7 .wpcf7-textarea{
	height:90px;
}
.wpcf7-submit {
    background-color: #0C0C0C;
    border-color: #000000;
    color: #FFFFFF;
    border-radius: 0px;
    border: 0px;  
    font-weight:bold;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 6px 12px;
}

.nicescroll-rails {
    z-index: 9999 !important;
}
/* Slider pro */
.pixel .slide-buttons{
	margin-top:-6%;
}
.pixel .caption-container .background{
	background-color:transparent !important;
}
.pixel .caption-container .caption{
	text-align:center;
}
.pixel .caption-container .caption h4{
	font-size:35px;
	font-weight:700;
	color:#fefefe;
	line-height:40px;
	text-transform:uppercase;
}
.pixel .caption-container .caption  a{
	width:140px;
	margin:4% auto 0 auto;
	border:3px solid #fff;
	border-radius:5px;
	padding:13px 10px;
	text-transform:uppercase;
	font-weight:600;
	font-size:20px;
	color:#fff;
	text-decoration:none;
	display:block;
}
.advanced-slider .caption-container{
	bottom:90px !important;
	height:50% !important;
}
.homeSlider{
	margin-bottom:40px;
}
.homeSlider .widget{
	padding-bottom:0;
}
@media (max-width: 1024px) {
	.advanced-slider .caption-container{
		height:45% !important;
	}
	.pixel .caption-container .caption h4{
		font-size:25px;
		line-height:30px;
	}
	.pixel .caption-container .caption  a{
		margin:3% auto 0 auto;
		font-size:15px;
		padding:10px 0px;
	}	
}  
@media (max-width: 980px) {
	.advanced-slider .caption-container{
		height:55% !important;
	}	
} 
@media (max-width: 768px) {
	.advanced-slider .caption-container{
		height:55% !important;
	}	
} 
@media (max-width: 600px) {
	.advanced-slider .caption-container{
		bottom:-25px !important;
		height:75% !important;
	}	
	.pixel .caption-container .caption h4{
		font-size: 12px;
		line-height: 15px;
	}
	.pixel .caption-container .caption  a{
		font-size: 11px;
		margin: 3% auto 0;
		padding: 5px 0;
		width: 80px;
	}
	.pixel .slide-buttons {
		margin-top: -25px;
	}	
} 
@media (max-width: 480px) {
	.advanced-slider .caption-container{
		bottom:-10px !important;
		height:75% !important;
	}	
} 
@media (max-width: 320px) {
	.advanced-slider .caption-container{
		bottom:33px !important;
		height:75% !important;
	}	
}  

@media print {
  a[href]:after {
    content: none !important;
  }
}