/* Enter Your Custom CSS Here */
@import url(http://fonts.googleapis.com/css?family=Oxygen);
/*#main-nav {
	background-image: url("wp-content/uploads/2015/12/symbol.png");
  	background-repeat: no-repeat;
  	background-position: right; 
} */ 
#site-navigation {
	/*margin-right: 40px;*/
}
.focus,.works,.about-us,.features,.packages,.products,.testimonial,.contact-us,.latest-news,.our-team {
	padding-top: 55px;
    padding-bottom: 40px;
}
.header-content-wrap {
	padding: 230px 0 110px;
}
.about-us .column, .team-member {
	margin-bottom: 15px;
}
textarea, pre, code, kbd, tt, var, h1, h2, p, a, li {
	font-family: 'Oxygen', sans-serif;
    text-transform: none;
}

li {
	padding: 4px;
}
.home-header-wrap {
	/*height: 450px;*/	
}
.intro-text {
	margin-top: -90px;
  	text-transform: none;
    font-weight: normal;
}
.section-header {
	padding-bottom: 25px;
}
.section-header h2 {
	text-transform: none;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    letter-spacing: 2px;
}
.dark-text, .white-text {
	color: #FF6C2F;
}
.testimonial .section-header .section-legend {
    color: #4c4f50;
  	font-size: 20px;
  	font-family: 'Oxygen', sans-serif;
}
.contact-us .section-header .section-legend {
  	font-size: 20px;
  	font-family: 'Oxygen', sans-serif;
}

.latest-news .section-header .section-legend {
    color: #4c4f50;
  	font-size: 20px;
  	font-family: 'Oxygen', sans-serif;
}

.latest-news .section-header .section-legend img {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    padding: 10px;
}

.testimonial ul li {
    color: #4c4f50;
  	font-size: 20px;
  	font-family: 'Oxygen', sans-serif;
  	margin-bottom: 20px;
}
.testimonial ul {
  	list-style-position: inside;
}
p {
	color: #4c4f50;
}
.about-us, .testimonial {
    background: #ffffff;
    color: #4c4f50;
}
.focus, .about-us, .our-team, .testimonial, .latest-news {
	border-bottom: 4px solid #85d2ec;
/*    border-bottom-right-radius: 2em;*/
}

.focus p {
	color: #4c4f50;
    font-size: 15px;
}

.latest-news p {
	color: #4c4f50;
    font-size: 15px;
}
.about-us p, .contact-us p {
	color: #4c4f50;
    font-size: 20px;
    text-align: center;
}
.blueLine {
	height:4px;
  	width:700px;
  	background:#85d2ec;
  	margin:70px auto -10px;
  	position:relative
}
.blueLine:before {
  	content:' ';
  	width:16px;
  	height:16px;
  	background:#85d2ec;
  	display:block;
  	border-radius:8px;top:-5px;
  	left:-4px;position:absolute
}
.blueLine:after {
  	content:' ';
  	width:16px;
  	height:16px;
  	background:#85d2ec;
  	display:block;
  	border-radius:8px;
  	top:-5px;
  	right:-4px;
  	position:absolute
}
.focus .row .focus-box, .our-team .row .team-box {
   /* display: initial;*/
}
.team-member {
    border-radius: 0;
}
.team-member .profile-pic {
	border-radius: 0;
    width: 100%;
    height: auto;
}
.team-member .details {
    font-size: 14px;
    line-height: 20px;
    height: 80%;
    z-index: 1;
    overflow: scroll;
}
.focus-box .service-icon {
	width: 255px;
    height: 255px;
    margin: auto;
    border-radius: 0;
    border: 5px solid #ececec;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.focus-box .service-icon .pixeden {
    border-radius: 0;
}

/*@media (min-width: 768px) {*/
	#client-feedbacks .feedback-box {
    	width: 100%;
    	margin-left: auto;
  		margin-right: auto;
	}
	.feedback-box .client-image {
    	width: 100%;
  		height: auto;
    	border-radius: 0;
  		margin-top: -40px;
	}
/*}*/

.feedback-box .quote {
   /* line-height: auto;*/
}

.feedback-box .message {
 	color: #4c4f50;
    font-size: 20px;
  	font-family: 'Oxygen', sans-serif;
  	text-align: center;
}

hr {
  	color: #85d2ec;
  	border-bottom: 3px solid #85d2ec;
  	margin-top: 40px;
}

.hidden-xs {
    display: block !important;
}

.zerif-copyright-box {
	font-size: 8px;
}

.zerif-copyright {
	font-size: 8px;
}
/** Change twitter and behance icons to show email and skype icons respectively **/
.fa-twitter:before {
  content: "\f0e0";
}
.fa-behance:before {
  content: "\f17e";
}
.wpi_popup_wrapper.active, .wpi_popup_overlay.active {
  z-index: 9999;
}
/*** Hide warning message in quotation form  **/
.warning {
  display:hidden;
}
/*** transparency effect for cookie notice ***/
#cookie-notice {
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}
/*** redefine titles sizes to standard values ***/
.entry-title {
    font-size: 22px;
}
/** h2 for sub-titles */
h2 { font-size: 20px; }
/*** rededine text font for buttons ***/
.wpi_text, .wdform_section {
  font-family: 'Oxygen', sans-serif;
}
/*******************************************/
/****  CIMATRON MENU ***********************/
/*******************************************/
.cimatronnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.cimatronnav li {
    width: 20%;
    float: left;
    border-right: 1px solid #bbb;
}

.cimatronnav li a {
    height: 90px;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 14px 8px 8px;
}

/* Change the link color to #111 (black) on hover */
.cimatronnav li a:hover {
    background-color: #99ccff;
}