/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


body {
	
	font-size:16px;
	line-height: 26px;
	color: #777;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}


.spost .entry-title h4 a{
   color: #0cb992;
}

.postcontentnews
{
    width:90%;
}

.mpost .entry-image img
{ height:auto; }

.postcontent
{
	width:70%;
}
.postcontent li
{
 	margin-left: 20px;
}

.postcontent2 li
{
 	line-height: 25px;
 	margin-left: 20px;
}

.postcontent h2, .postcontent2 h2 
{
	text-transform: uppercase;
}

.postcontent h3, .postcontent2 h3
{
	text-transform: uppercase;
	color:#aed36b;
}

.postcontent a, .postcontent2 a
{
	color:#52c5d7;
	
}

.postcareercontents
{
    width:70%;
}

.postcareercontents li
{
    margin-left: 0px;
}

.product-title h3 {
    margin: 0;
    font-size: 12px;
}


.sidebar {
    width: 25%;
}

.crop
{
	width: 270px;
    height: 270px;
    overflow: hidden;
}

.crop img
{
	width: 100%;
height: auto;
-webkit-transform: translate(-5%, 0%);
-moz-transform: translate(-5%, 0%);
-ms-transform: translate(-5%, 0%);
-o-transform: translate(-5%, 0%);
transform: translate(-5%, 0);
}

.sidebar-widgets-wrap .widget > h4 {
   color: #52c5d7;
}

.single-product .product-price
{ 
color:#aed36b;
 }

.entry-title h2
{
	text-transform: 
}
 .entry-title h2 a
 {  color:#057ab5; 

 }

.forminput
{ color:#057ab5; }

.discount
{ color:#8e1339; }

.entry-title h1, .entry-image h1
{ color:#aed36b; margin:0px; font-size:20px;}

.sale-flash
{ background-color: #000000; font-weight: bold;}

.sale-flash2
{ background-color: #c80747;
	font-weight: bold;
}

#page-title span {
     width: 60%;
}


/***** FLOAT CONTACT FORM PAGE ****/
/* floating box style */
.floating-form {
    max-width: 290px;
    padding: 30px 30px 10px 30px;
    background: #F9F9F9;
    font-size: 12px;
    border: 1px solid #ddd;
    right: 10px;
    position: fixed;
    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);
    z-index: 1000;
	}
.contact-opener {
    position: absolute;
    right: -45px;
    transform: rotate(-90deg);
    top: 200px;
    background-color: #00a5c0;
    padding: 7px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
}

.alert-success {
    border: 1px solid #60b963;
    color: #ffffff;
    background: #60b963;
}

form .col_full, form .col_half, form .col_one_third, form .col_two_third, form .col_three_fourth, form .col_one_fourth, form .col_one_fifth, form .col_two_fifth, form .col_three_fifth, form .col_four_fifth, form .col_one_sixth, form .col_five_sixth {
    margin-bottom: 10px !important;
}


@media (max-width: 767px) {
.postcontent
{
	width:100%;
}


.sidebar {
    width: 100%;
}

#page-title span {
	display: none;
}

}

.sm-form-control {
    padding: 8px 5px;

}


.radio-style-1-labelph { 
text-transform: none; 
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 0px;
font-weight: normal;
cursor: none;
}

.post-timeline .entry-timeline {
    border: 6px solid #206daf;
    
}

.timeline-border {
    border-left: 2px dashed #206daf;
}

.post-timeline .entry-timeline div.timeline-divider {
    border-top: 2px dashed #206daf;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*Career Tab*/
.side-tabs ul.tab-nav li a {
    height: auto;
    line-height: 22px;
    padding: 12px;
}


/*Hide on Mobile*/
@media screen and (max-width: 600px) {
  .hide-on-mobile {
    visibility: hidden;
    display: none;
  }
}

.show-on-mobile {
    display: none;
}

@media (max-width: 479px) {
.show-on-mobile {
    display: block;
}
}

@media (max-width: 479px) {
.container {
    width: 320px !important;
} }
