﻿/*======================================================
Reset css
======================================================*/
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;
}
body {
	line-height: 1;
}
h2{
 color:#000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
	color: #989898;
	}
a:hover {
  color: #ec4445;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
img {
    max-width: 100%;
    height: auto;
}
/*======================================================
Custom styles
======================================================*/
body{
    font-family: 'Open Sans';
    font-weight:normal;
    color: #000000;
}
p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 5px;
}
h2{
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 20px;
}
h3{
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 10px;
}
.controls label {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  padding: 5px 0;
}
#height{
	background:#fafafa;
	height:2000px;
}
#scrollUp {
    bottom: 20px;
    right: 20px;
    background-color: #555;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: none;
    opacity: .9;
    padding: 10px 20px;

}

#scrollUp {
  background-color: #555;
  bottom: 20px;
  color: #fff;
  font-family: sans-serif;
  font-size: 20px;
  padding: 8px 18px;
  right: 20px;
  text-decoration: none;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
	-webkit-backface-visibility: hidden;
}

#scrollUp:hover {
    background-color: #000;
}
/*======================================================
section styles
======================================================*/
.btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
  border-radius: 0;
  color: #fff;
  margin: 20px 0;
}

/*======================================================
Header section styles
======================================================*/

/* --------- header-main start --------- */
.header-main{
	height:120px;	
	}
.logo img{
	border:none;
	vertical-align:middle;	
	}
.auction_time{
	padding:10px 0px 10px 0px;
	background: rgba(0, 0, 0, 0.65);
	opacity:1;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	color:#FFF;
	font-weight:400;	
	line-height:1.4em;
	}
/* --------- header main end --------- */


/* --------- Menubar --------- */
.menu{
	 background-color:#333;
}
.mainmenu_area{
	padding-top:5px;
}
.mainmenu {
  left: 0;
  padding: 0;
  right: 0;
  z-index: 2;
}
.navbar {
  min-height: 40px !important;
}
.mainmenu .navbar {
  margin: 0;
  padding: 0;
}
.navbar.mainmenu.yamm {
  margin-bottom: 0 !important;
}
.mainmenu .navbar-nav > li {
    margin: 0;
}


.mainmenu .navbar-nav > li.aligned-center > .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0px);
}
.mainmenu .navbar-nav > li > a {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 25px;
  position: relative;
  text-transform: uppercase;
  transition: all 350ms ease-out 0s;
}
.mainmenu .navbar-nav > li > a:hover, .mainmenu .navbar-nav > li > a:focus, .mainmenu .navbar-nav > li > a:active {
  
    color: #CCCCCC;
}
.mainmenu .navbar-nav > li > a::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0 solid #FFFFFF;
    bottom: -5px;
    content: "";
    height: 0;
    left: 0;
    line-height: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: border 300ms ease-out 0s;
    width: 0;
    z-index: 1001;
}
.mainmenu .navbar-nav > li.dropdown:hover > a::after {
    border-top-width: 6px;
    opacity: 1;
    transition: border 300ms ease-out 0s;
}
.mainmenu .navbar-nav > li .caret {
    border: 0 none;
    width: 10px;
}
.mainmenu .navbar-nav > li .caret::before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 8px;
  top: 13px;
}
.mainmenu .dropdown-menu {
    background-color: #333;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    color: #FFFFFF;
    display: block;
    font-weight: 300;
    height: auto;
    left: 0;
    min-width: 190px;
    opacity: 0;
    padding: 0px 0;
    text-align: left;
    top: 150%;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    visibility: hidden;
}
.mainmenu .dropdown-menu {
    text-align: left;
}
.mainmenu .dropdown-menu li {
    line-height: 22px;
    padding: 0px 0;
}
.mainmenu .dropdown-menu li:hover {
	
}
.mainmenu .dropdown-menu li a {
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  padding: 3px 15px;
}
.mainmenu .dropdown-menu li a:hover {
    background-color: transparent;
    color: #999999;
}
.mainmenu .dropdown-menu li a:hover .fa {
    color: #000000;
}

.mainmenu .dropdown-sub {
    padding: 20px;
}
.mainmenu .dropdown-sub li a {
    padding: 0;
}
.mainmenu .dropdown:hover > .dropdown-menu {
    opacity: 1;
    top: 100%;
    transition: all 0.3s linear 0s;
    visibility: visible;
}
.mainmenu .dropdown-submenu {
    position: relative;
}
.mainmenu .dropdown-submenu .dropdown-menu {
    display: block;
    left: 120%;
    opacity: 0;
    position: absolute;
    right: auto;
    top: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
}
.mainmenu .dropdown-submenu:hover > .dropdown-menu {
    left: 100%;
    opacity: 1;
    transition: all 0.4s ease 0s;
    visibility: visible;
}
.mainmenu  > .dropdown-toggle {
    border: 0 none;
    color: #333333;
    display: block;
    font-family: Brandon;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.mainmenu .navbar-toggle {
  background-color:#333333;
  border: 0 none;
  border-radius: 0px;
  color: #333333;
}

.gallery .owl-controls {
  display: none;
}

.gprev {
  left: -6px !important;
}

.gnext {
  right: -6px !important;
}




/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/

.mainslider {
  background: #ffffff;
  position: relative;
  overflow:hidden;
  max-height:400px;

}
#main_slider .item img{
	display: block;
	width: 100%;
	height:auto;
}


.slidernavigation{
	display:none;
}
.mainslider:hover .slidernavigation{
	display:block;
}

.prev, .next {
  font-size: 35px;
  padding: 12px 12px;
  background: rgba(0, 0, 0, 0.51);
  position: absolute;
  top: 40%;
  z-index: 10000;
  border: none;
  border-radius: 0;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
}
.prev:hover, .next:hover {
  background: #999999;
  padding: 12px 18px;
}

.prev {
left:0px;
}
.next {
right:0px;
}



/*text slider*/

.slider-text {
  left: 220px;
  position: absolute;
  text-align: left;
  top: 30%;
  
}

.slidertitle {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase; 
  background: rgba(0, 0, 0, 0.51);
  width:75%;
  padding:15px;
}

.sliderdescription {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}

.sliderbutton {
  border: 4px solid #FFFFFF;
  font-size: 18px;
  padding: 15px;
  width: 140px;
}
.sliderbutton:hover {
  border: 4px solid #FFFFFF;
  font-size: 18px;
  padding: 15px;
  width: 140px;
}
.sliderbutton a{
	text-decoration:none;
	color:#FFFFFF;
 	display:block;
	font-weight:800;
	}
.sliderbutton a:hover{
	text-decoration:none;
	color:#000000;
 	display:block;
	}
.active .slidertitle {
    -webkit-animation: fadeInDown 1s ease-in 200ms both;
    animation: fadeInDown 1s ease-in 200ms both;
}
.active .sliderbutton {
    -webkit-animation: fadeInUp 1s ease-in 20ms both;
    animation: fadeInUp 1s ease-in 20ms both;
}

.active .sliderdescription {
    -webkit-animation: zoomIn 1s ease-in-out 500ms both;
    animation: zoomIn 1s ease-in-out 500ms both;
}

/* logo Brand Area */
#customers {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 20px 0;
	padding: 30px 0;
	color:#000;
}
.title-resalt {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0 30px;
  text-align: center;
}
.logo-brand-area {
 

}

.brandslider{}
.brandslider .col-lg-12.col-md-12 a {
    border: 1px solid #d7d7d7;
    overflow: hidden;
    display: block;
}


/*-------------------------
7. footer AREA  
---------------------------*/

/*======================================================
footer section styles
======================================================*/

.footer {
  background: #000000 url("../images/footer-bg.png") no-repeat scroll center center;
  padding: 50px 0;
  overflow:hidden;
}
.footer-item{
	overflow:hidden;
}

.footer-item h2 {
  border-bottom: 1px solid #3a3a3a;
  color: #eee;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.footer-item p{
  color: #999;
  font-size: 16px;
  line-height:22px;
  font-weight: 400;
}
.footer-menu-customer ul li a i {
  
  padding-bottom: 10px;
  padding-right: 10px;
}
.newsletter {
  padding-top: 20px;
}
.con-uspages {
  padding-top: 20px;
}
.con-uspages i{
	font-size: 16px;
	padding: 0 14px 0 0;
}
.con-us i {
  font-size: 16px;
  padding: 0 14px 0 0;
}
.btn.btn-primary {
  background: #e74c3c none repeat scroll 0 0;
  border: 1px solid #e74c3c;
}

/*==================
About Pages 
====================*/
.page_title {
  background: #000 none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #fff;
  overflow: hidden;
}
.page_title_area {
  padding: 10px 0;
}
.page_title_text{
	padding-top:5px;
	
	}
.reght_pagenation {
  padding-top: 0px;
}
.page_title_area h2 {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 0;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  float: right;
  list-style: outside none none;
  margin-bottom: 10px;
  font-size:18px;
  
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb > .active {
  color: #CCC;
}
.body_content {
  overflow: hidden;
  padding: 30px 0;
}
.content_left > h2 {
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.content_left > p {
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 15px;
  text-align: justify;
}

.content_left > img {
  float: left;
  margin:10px;
  padding: 10px;
  width:220px;
  height:200px;
}

.vissio > p {
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 15px;
  text-align: justify;
}

.vissio > img {
  float: left;
  margin: 0 20px 0 0;
  padding: 10px;
}
.mission > p {
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 15px;
  text-align: justify;
}

.mission > img {
  float: left;
  margin: 0 20px 0 0;
  padding: 10px;
}
.right_sidebar {
  padding: 0 0 30px;
}
.arrows_list1 li {
  padding: 5px 0;
}

.arrows_list1 li i {
  padding: 0 6px 0 0;
}
.arrows_list1 li:hover{
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.arrows_list1 li a{
	font-size:14px;
	font-weight:24px;
}
.sidebar_widget {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}
.sidebar_widget h3 {
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.recent_posts_list li {
  border-bottom: 1px solid #f5f6f6;
  float: left;
  list-style-type: none;
  margin: 0 0 13px;
  padding: 0 0 10px;
  width: 100%;
}
.recent_posts_list li span {
  float: left;
  margin-right: 15px;
}
.recent_posts_list li a {
  color: #999;
  display: block;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  padding: 5px 0;
  text-decoration: none;
}
.recent_posts_list li span img {
  float: left;
  margin-right: 0;
  opacity: 0.8;
}
.recent_posts_list li i {
  color: #c9c9c9;
  display: block;
  font-size: 10px;
  font-style: normal;
  margin: 0;
  padding: 1px 0 0;
}

/*==================
 Pages Mission Vission
====================*/
.vissio{
  overflow: hidden;
  padding-bottom: 20px;
}
.mission{
  overflow: hidden;
  padding-bottom: 20px;
}
.vissio > h2 {
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.mission> h2 {
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
/*====================
tems_conditions
======================*/


.tems_conditions p span {
  font-weight: bold;
  padding-right: 10px;
}
.tems_conditions p {
  margin-bottom: 10px;
}
.tems_conditions > h2{
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.webdeveloping li {
  padding: 10px 20px;
}
.webtab > h2 {
}
.webtab h2 {
    font-size: 16px;
    font-weight: 600;
}
.webtab h3 {
    font-size: 15px;
    font-weight: 600;
}
.content_left h3 {
  font-size: 20px;
  font-weight: 500;
}
.content_left span {
  font-weight: bold;
}


/* ======================== */
/*   Button Color       */
/* ======================== */
.btn-act {
  font-family: Roboto;
  line-height: normal;
  padding: 9px 26px;
  border: 2px solid;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #666;
  vertical-align: middle;
  will-change: opacity, transform;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.btn-act.rounded {
  border-radius: 5px;
}

.btn-act.boxed {
  border-radius: 0;
}

.btn-act.btn-uppercase {
  text-transform: uppercase;
  font-size: 13px;
}

.btn-act.btn-capitalize {
  text-transform: capitalize;
}

.btn-act span {
  position: relative;
  left: 0;
  -webkit-transition: left 0.2s linear;
          transition: left 0.2s linear;
}

.btn-act i {
  -webkit-transition: margin-left 0.2s linear;
          transition: margin-left 0.2s linear;
  opacity: 0;
  margin-left: 0;
  position: absolute;
  line-height: inherit;
}

.btn-act:hover {
  border-color: initial;
  background: initial;
}

.btn-act:hover span {
  left: -0.3em;
}

.btn-act:hover i {
  opacity: 1;
  margin-left: 0.25em;
}

.btn-act.btn-line {
  background: #fff;
  border-color: #616161;
  color: #616161;
}

.btn-act.btn-line:hover {
  border-color: #212121;
  background: #212121;
  color: #fff;
}

.btn-act.btn-bg {
  background: #616161;
  border-color: #616161;
  color: #fff;
}

.btn-act.btn-bg:hover {
  background: #212121;
  border-color: #212121;
}

.title-page{
  margin-bottom:60px; 
  color: #484848;
  font-size:30px;
}

.content {
  padding-bottom: 60px;
  padding-top: 60px;
  width: 100%;
}


/*=============*/
.footer-menu a {
    color: #b4b7ba;
    display: inline-block;
    width: 100%;
	text-decoration:none;
	font-size:15px;
}
.footer-menu a:hover {
    color: #fff;
}
.footer-menu li {
    border-bottom: 1px solid #3e464e;
    display: inline-block;
    line-height: 28px;
    width: 100%;
}

.footer-menu li i {
    float: right;
    line-height: 28px;
}
.footer-menu-customer ul li a{
  font-size: 14px;
}
.footer-menu-customer ul li a i {
  font-size: 20px;
}

.footer-item  p {
  font-size: 14px;
  line-height: 24px;
}


.copyright{
	background:#333333;
	padding:10px 0;
	overflow:hidden;
}
.copyright p {
  color: #CCC;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}



/*social site*/

.social-icons, .social-icons-colored {
    list-style-type: none;
    margin: 0;
}
.social-icons li, .social-icons-colored li {
    display: inline-block;
    margin-right: 5px;
}
.social-icons li:last-child, .social-icons-colored li:last-child {
    margin-right: 0;
}
.social-icons li a {
    border: 2px solid #222;
    color: #222;
    display: block;
    height: 33px;
    line-height: 30px;
    text-align: center;
    width: 33px;
}
.social-icons li a:hover {
    background: #222;
    color: #fff;
}
.social-icons-colored li a {
    background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
    border: 0 none;
    color: #ccc;
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    width: 28px;
}
.social-icons-colored li a:hover {
    color: #fff;
}
.social-icons-colored li.facebook a:hover, .social-icons-colored.branded li.facebook a {
    background: #3b5998;
}
.social-icons-colored li.twitter a:hover, .social-icons-colored.branded li.twitter a {
    background: #00aced;
}
.social-icons-colored li.behance a:hover, .social-icons-colored.branded li.behance a {
    background: #1769ff;
}
.social-icons-colored li.delicious a:hover, .social-icons-colored.branded li.delicious a {
    background: #3274d1;
}
.social-icons-colored li.deviantart a:hover, .social-icons-colored.branded li.deviantart a {
    background: #4b5d50;
}
.social-icons-colored li.digg a:hover, .social-icons-colored.branded li.digg a {
    background: #14589e;
}
.social-icons-colored li.dribbble a:hover, .social-icons-colored.branded li.dribbble a {
    background: #ea4c89;
}
.social-icons-colored li.foursquare a:hover, .social-icons-colored.branded li.foursquare a {
    background: #2398c9;
}
.social-icons-colored li.github a:hover, .social-icons-colored.branded li.github a {
    background: #4183c4;
}
.social-icons-colored li.google a:hover, .social-icons-colored.branded li.google a {
    background: #245dc1;
}
.social-icons-colored li.googleplus a:hover, .social-icons-colored.branded li.googleplus a, .social-icons-colored li.google-plus a:hover, .social-icons-colored.branded li.google-plus a {
    background: #d14836;
}
.social-icons-colored li.instagram a:hover, .social-icons-colored.branded li.instagram a {
    background: #3f729b;
}
.social-icons-colored li.jsfiddle a:hover, .social-icons-colored.branded li.jsfiddle a {
    background: #4679a4;
}
.social-icons-colored li.linkedin a:hover, .social-icons-colored.branded li.linkedin a {
    background: #007fb1;
}
.social-icons-colored li.pinterest a:hover, .social-icons-colored.branded li.pinterest a {
    background: #cb2027;
}
.social-icons-colored li.reddit a:hover, .social-icons-colored.branded li.reddit a {
    background: #ff4500;
}
.social-icons-colored li.skype a:hover, .social-icons-colored.branded li.skype a {
    background: #00aff0;
}
.social-icons-colored li.tumblr-share a:hover, .social-icons-colored.branded li.tumblr-share a {
    background: #2c4762;
}
.social-icons-colored li.vimeo a:hover, .social-icons-colored.branded li.vimeo a {
    background: #44bbff;
}
.social-icons-colored li.youtube a:hover, .social-icons-colored.branded li.youtube a {
    background: #cd332d;
}
.social-icons-colored li.flickr a:hover, .social-icons-colored.branded li.flickr a {
    background: #0063db;
}
.social-icons-colored li.email-share a:hover, .social-icons-colored.branded li.email-share a {
    background: #999;
}
.social-icons-colored.branded li a {
    color: #fff;
}
.social-icons-colored li a {
    border-radius: 3px;
}
.social-icons-colored li a:hover {
    color: #fff;
    opacity: 0.8;
}
.btn-social {
    color: #fff !important;
    text-align: left !important;
}
.btn-social:hover {
    opacity: 0.9;
}
.social-icons-colored.inversed a {
    color: #fff;
}
.social-icons-colored.rounded a {
    border-radius: 100%;
}
.social-icons-colored.inversed li.facebook a, .btn-facebook {
    background: #3b5998 !important;
}
.social-icons-colored.inversed li.twitter a, .btn-twitter {
    background: #00aced !important;
}
.social-icons-colored.inversed li.behance a {
    background: #1769ff;
}
.social-icons-colored.inversed li.delicious a {
    background: #3274d1;
}
.social-icons-colored.inversed li.deviantart a {
    background: #4b5d50;
}
.social-icons-colored.inversed li.digg a {
    background: #14589e;
}
.social-icons-colored.inversed li.dribbble a {
    background: #ea4c89;
}
.social-icons-colored.inversed li.foursquare a {
    background: #2398c9;
}
.social-icons-colored.inversed li.github a {
    background: #4183c4;
}
.social-icons-colored.inversed li.google a {
    background: #245dc1;
}
.social-icons-colored.inversed li.googleplus a, .social-icons-colored.inversed li.google-plus a {
    background: #d14836;
}
.social-icons-colored.inversed li.instagram a {
    background: #3f729b;
}
.social-icons-colored.inversed li.jsfiddle a {
    background: #4679a4;
}
.social-icons-colored.inversed li.linkedin a {
    background: #007fb1;
}
.social-icons-colored.inversed li.pinterest a {
    background: #cb2027;
}
.social-icons-colored.inversed li.reddit a {
    background: #ff4500;
}
.social-icons-colored.inversed li.skype a {
    background: #00aff0 ;
}
.social-icons-colored.inversed li.tumblr a {
    background: #2c4762;
}
.social-icons-colored.inversed li.vimeo a, .social-icons-colored.inversed li.vimeo-share a {
    background: #44bbff ;
}
.social-icons-colored.inversed li.youtube a {
    background: #cd332d ;
}
.social-icons-colored.inversed li.flickr a {
    background: #0063db;
}
.icon-box.icon-box-style1 .icon-box-head {
    border-bottom: 2px solid #f8f8f8;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.icon-box.icon-box-style1 .icon-box-head::before, .icon-box.icon-box-style1 .icon-box-head::after {
    content: " ";
    display: table;
}
.icon-box.icon-box-style1 .icon-box-head::after {
    clear: both;
}
.icon-box.icon-box-style1 .ico {
    border: 1px solid #f8f8f8;
    color: #222;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 44px;
    margin-right: 15px;
    text-align: center;
    transition: all 0.3s ease 0.1s;
    width: 42px;
}
.icon-box.icon-box-style1:hover .ico {
    color: #fff;
}
.icon-box.icon-box-style1 .icon-box-head h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
}
.icon-box.icon-box-style1 p {
    margin-bottom: 0;
}

/*for tol tip style */
.widget-last .tooltip > .tooltip-inner {background-color: #1CCDCA;border-radius: 0px;padding: 4px 6px;}
.widget-last .tooltip-arrow,.tooltip.top .tooltip-arrow { border-top-color:#1CCDCA}

/*new css start */

/* topbar start */
.top_bar  {
	background-color:#333333;
}

.topbar_email{
	float:left;
	color:#fff;
	padding:8px 0;
	font-size:16px;
	}

.topbar_phone {
	float:left;
	color:#fff;
	padding:8px 0;
	font-size:16px;
	margin-left:20px;
	}
.topbar_email i{
	/*  background: rgba(0, 0, 0, 0.3); */
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px 2px 0px opx;
    min-width: 30px;
    text-align: center;
	}
.topbar_phone i{
  /*  background: rgba(0, 0, 0, 0.3); */
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px 2px 0px 0px;
    min-width: 30px;
    text-align: center;
}


/* social link */
.social-ico {
    overflow: hidden;
    padding: 8px 0;
    float: right;
} 
.social-ico ul {
} 
.social-ico ul li{
	font-size:16px;
	margin-left:6px;
	float:left;
} 

.social-ico ul li a i {
	line-height:1;
	display:inline-block;
	vertical-align:top;
	margin-left:3px;
	padding:6px;
	text-align:center;
	min-width:30px;
	 text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0px;
	color:#fff;
	
}

.social-ico ul li a:hover i {
	color:#ffffff;
}

.social-ico ul li a i {background:rgba(0, 0, 0, 0.3);}
.social-ico ul li a:hover .fa-map-marker {background-color:#232323; border-color:#232323; }
.social-ico ul li a:hover .fa-twitter {background-color:#09aeec; border-color:#09aeec; }
.social-ico ul li a:hover .fa-facebook {background-color:#4161a2;  border-color:#4161a2;  }
.social-ico ul li a:hover .fa-google-plus {background-color:#d1432f; border-color:#d1432f;  }
.social-ico ul li a:hover .fa-linkedin {background-color:#0279b3;  border-color:#0279b3; }
.social-ico ul li a:hover .fa-instagram {background-color:#437297; border-color:#437297;  }
.social-ico ul li a:hover .fa-pinterest {background-color:#f44647;  border-color:#f44647;  }
.social-ico ul li a:hover .fa-youtube-play {background-color:#e22d26; border-color:#e22d26;  }
.social-ico ul li a:hover .fa-tumblr {background-color:#4b5e74; border-color:#4b5e74;  }
.social-ico ul li a:hover .fa-dropbox {background-color:#1e8cd8; border-color:#1e8cd8;  }
.social-ico ul li a:hover .fa-flickr {background-color:#fd1e81;  border-color:#fd1e81; }
.social-ico ul li a:hover .fa-dribbble {background-color:#cb3d73; border-color:#cb3d73;  }
.social-ico ul li a:hover .fa-vimeo {background-color:#26bbe9; border-color:#26bbe9;  }
.social-ico ul li a:hover .fa-envelope {background-color:#888; border-color:#888;  }

/* welcome start */
#welcome{
	padding:40px 0px 40px 0px;
	}
#welcome h1{
	font-size:32px;
	font-weight:600;
	text-transform:uppercase;
	color:#03264d;
	padding-bottom:50px;
	text-align:center;
	}
.img{
	border:3px solid #666666;
	border-radius:4px;
	webkit-border-radius:4px;
	}
/* welcome end */
#great_services{
	background:url(../images/mojor-focus-bg.jpg) repeat scroll 0 0 / cover;
	}
/* three col start */
#three_col {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	margin: 15px 0;
	padding: 30px 0;
	color:#000;
}
/* Market graph start */
.market_graph {
	
}
.market_graph h2 {
	color: #000;
}
.block-1 img {
    margin: 0 0 25px 0;
}

img {
    vertical-align: middle;
}

img {
    border: 2px solid #666;
}


/* Market graph end */
/* Market statistics start */
.market_statistics {
	
}
/* Market statistics end */
/* tea news start */
.tea_news {
	
}

#newsticker { 
padding:5px 5px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:14px;
line-height:1.8em;
}

#newsticker a { text-decoration:none; }
#newsticker img { border: 2px solid #666666; }

#newsticker .title {
text-align:center;
font-size:16px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite { width:350px;}
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:-3px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:120px; }
.newsticker-jcarousellite .info { float:right; width:210px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:12px; color:#808080; }

.clear { clear: both; }

/* tea news end */
/**/
.list {
  list-style: none;
  padding: 0;
}
.list li {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  display: block;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  color: #4d4d4d;
  text-decoration: none;
}
.list li a:hover {
  color: #eb5f53;
  text-decoration: none;
}
/**/
/* three col end */
/*photo gallery*/
.gallery {
}
/*photo gallery end*/
/*archrives page start */
#programs-list .program-entry {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
    position: relative;
}
#programs-list {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
#programs-list .program-entry-header .program-title-text {
    float: left;
    width: 350px;
}
#programs-list .program-entry-header .program-title-text h3{
    margin-top:10px;
	color:#000;
	font-weight:600;
}
#programs-list .program-entry-header {
    font-size: 18px;
    font-weight: 700;
    float: left;
    line-height: 32px;
    margin-bottom: 4px;
    max-width: 400px;
}
#programs-list .program-entry-header img{
    width:150px;
	height:100px;
}
#programs-list .program-entry-download-button {
    float: right;
    margin-top: 2px;
    font-size: 12px;
	color:#FFF;
}
#programs-list .program-entry-download-button a{
    	color:#FFF;
}
#programs-list .program-entry-details {
    font-style: italic;
    clear: both;
    margin-bottom: 6px;
    font-size: 13px;
}
#programs-list .program-entry-description {
    margin-bottom: 15px;
    line-height: 20px;
    overflow: hidden;
    font-size: 13px;
}
#programs-list .program-entry .child-programs {
    margin-left: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    list-style: none;
    padding: 0;
}
/*archrives page end*/
/*photo gallery page start*/

/*photo gallery page end*/

/*=======news & events=======*/
/* news & events page start*/
*=======Blog=======*/
.pix-blog.blog-large {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.pix-blog.blog-large article {
    float: left;
    width: 100%;
    background: #000;
    margin-bottom: 10px;
}
.pix-blog.blog-medium article {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #000000;
    float: left;
    margin-bottom: 10px;
    padding: 20px 20px;
    width: 100%;
}
.pix-blog.blog-large article figure ,.pix-blog.blog-large article figure img {
    width: 100%;
    float: left;
}
.pix-blog.blog-large article .text{
    margin-bottom:0;
    float: left;
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.blog-bottom {
    float: left;
    width: 100%;
    border-top: 1px solid #111;
    padding-top: 16px;
    position: relative;
}
.blog-bottom:before{
    content:'';
    position:absolute;
    top:-3px;
    left:15px;
    width:6px;
    height:6px;
    border-top:0;
    border-right:0;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    background-color:#000;
    border-bottom:1px solid #212121;
    border-right:1px solid #212121;
}
.blog-bottom .post-options {
    border: none !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}
.blog-bottom .post-options:before {
    display: none !important;
}
.blog-bottom .post-options {
    width: auto;
}
.blog-bottom .post-options li {
    color: #666;
    padding-left: 2px;
}
.post-options li a{
    color: #666;
}
.blog-bottom .post-options li span {
    text-transform: none;
    color: #333;
	margin:0 2px 0 0;
}
.blog-bottom .btn {
    float: right;
    line-height: 18px;
    padding: 0 8px;
    font-size: 10px;
    color: #FFF;
    background: #CCCCCC;
    border-radius: 3px;
    margin-top: 2px;
}
.pix-blog.blog-large article .text p {
    font-style: normal;
}
.pix-media-attachment{
	float:left;
	width:100%;
	padding-bottom:20px;
}
/*=======Blog-Medium=======*/
.blog-medium,
.blog-medium article{
    width:100%;
    float:left;
}
.blog-medium article{
    padding-bottom:20px;
}
.blog-medium article.no-image .text{
	margin-left:0;
	width:100%;
	float:left;
}
.blog-medium article .text h2,
.pix-blog.blog-large article .text h2{
    margin-bottom:7px;
    font-weight:400;
    font-size:20px;
	color:#FFF;
}
.blog-medium article .text h2:hover{
    color:#CCCCCC;
    text-decoration:underline;
}
.blog-medium article figure{
    float:left;
	width:auto;
}
.blog-medium article .text{
    margin-left:270px;
}

/*=======Grid========*/
.pix-blog figure,.pix-blog figure img {
   float: left;
    width: 100%;
}
.pix-blog.blog-grid {
    float: left;
    width: 101%;
    margin-left: -1%;
	font-size:0;
}

.blog-grid article{
    float:none;
    width:49%;
    margin: 0 0 1% 1%;
    padding: 10px;
	display:inline-block;
    background: #000;
	font-size:13px;
	vertical-align:top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.blog-grid article figure{
    float:left;
    margin-bottom:18px;
}
.blog-grid article .text{
    padding: 0 10px;
    float: left;
    width: 100%;
}
.blog-grid article .text p{
    color:#999;
    font-style:normal;
}
.blog-grid article .text .post-options {
    float: left;
    position: relative;
    width: 100%;
    padding-top:10px;
    margin-bottom: 10px;
    border-top:1px solid #212121;
}
.blog-grid article .text .post-options:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    display: block;
    float: left;
    top: -3px;
    left: 10px;
    background: #000;
    border-bottom:1px solid #212121;
    border-left:1px solid #212121;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.blog-grid article .text .blog-bottom{
	padding-bottom:8px;
}
.cycle-pager{
    position:absolute;
    top:20px;
    right:20px;
    z-index: 9999;
}
.cycle-pager span{
    font-size:24px;
    cursor:pointer;
    display: block;
    margin: 0 3px;
    float: left;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    line-height: 0;
    background: rgba(0,0,0,0.5);
}

.pix-blog.blog-grid.blog-carousel {
    width: 100%;
    margin: 0;
}
.pix-blog.blog-grid.blog-carousel article {
    width: 242px;
    padding: 0;
    float: none;
    white-space: normal;
    margin: 0 20px 0 0;
}
.col-md-12 .pix-blog.blog-grid.blog-carousel article{
    width: 250px;
}
.carousel-default-button {
    float: right;
    margin-top: 3px;
}
.carousel-default-button .btn {
    border: 1px solid #414141;
    background: none;
    width: 60px;
    height: 26px;
    line-height: 26px;
    margin: 0px 0px 0px 3px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 0;
    border-radius: 2px;
    -webkit-transition: all .25s linear;
       -moz-transition: all .25s linear;
        -ms-transition: all .25s linear;
         -o-transition: all .25s linear;
            transition: all .25s linear;
}
.carousel-default-button .btn i {
    margin: 0;
}
.carousel-default-button .btn:hover {
    border-color: transparent; 
}
.pix-blog.blog-carousel-view {
    margin-bottom: 10px;
}
.pix-blog.blog-carousel-view ,.pix-blog.blog-carousel-view figure ,.pix-blog.blog-carousel-view figure img {
    float: left;
    width: 100%;
}
.pix-blog.blog-carousel-view figure:before {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.pix-blog.blog-carousel-view {
    padding: 10px;
    background: #000;
}
.pix-blog.blog-carousel-view  article {
    background: #000;
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


.pix-blog.blog-carousel-view .text p {
    font-size: 14px;
    color: #FFF;
}
#comments header.pix-heading-title,#respond header.pix-heading-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #111;
}

/* news & events end*/
.post-options li a {
    color: #666;
}
.post-options li a {
    text-decoration: underline;
}
.blog-bottom .post-options li {
    color: #666;
    padding-left: 2px;
}
.woocommerce ul li {
    list-style: none;
}
.post-options li {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    list-style: none;
    margin-right: 10px;
}
.blog-bottom .btn {
    float: right;
    line-height: 18px;
    padding: 0 8px;
    font-size: 10px;
    color: #666;
    background: #101010;
    border-radius: 3px;
    margin-top: 2px;
}
.pix-bgcolrhvr:hover {
    color: #fff !important;
}
.pix-colr, .pix-colrhvr:hover, .price-table article:hover h3, .post-options li a:hover, .breadcrumbs ul li.pix-active {
    color: #999999;
}
.pix-post-title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: normal;
}




/*======================================================
Scrol News section styles
======================================================*/
.price_scroll_bar {
  background: #ffffff none repeat scroll 0 0;
  overflow: hidden;
}
.price_scroll_label {
  background: #83a803 none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding: 11px 11px;
}

.price_scroll_label h3{
	font-size:16px;
	font-weight:bold;
	padding:0px !important;

}
.scroll_text_list {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 0;
  width: 85.5%;
}
.scroll_text_list p{
	padding:4px 0px;
	line-height:20px;
}
.scroll_text_list a {
  margin-left:15px;
  color:#333333;
  text-decoration:none;
}
.scroll_text_list a:hover {
  margin-left:15px;
  color:#EE2A44;
}
.scroll_text_list a i{
  margin-right:10px;
  font-size:14px;
}
#scroll_control_right {
    float: right;    
    padding-left: 5px;
    width: 10px;
}
.scroll_text_list .fa-arrow-up { 
	color: #0ecc00 !important;
}
.scroll_text_list .fa-arrow-down { 
	color: #ff0000 !important;
}

/*tea testing terminology table */
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}



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

.zebra td, .zebra th {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;   
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #333333;  
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}
/*tea testing terminology table end */

