@charset "UTF-8";
/*------------------*/
/*	GENERAL
/*------------------------------------------------------*/
/* Main colors: 
  purple: #714a9d
  green: #9ac63d
*/
/* ----------- Logo ----------- */
/*#trueHeader #logo{
	float:left;
	display:block;
	width:100%;
	height:94px;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat 20px 30px;
}*/
::selection {
  background: #9ac63d !important;
}

.logo_main {
  float: left;
  width: 18%;
}

.logo_main #logo > img {
  display: block;
  margin: 10px 0 0 0;
}

#logo {
  display: block;
  padding-top: 5px;
}

/*------------------*/
/*	SITE STRUCTURE
/*------------------------------------------------------*/
.relpos {
  position: relative;
}

.relabs {
  position: absolute;
}

.tcenter {
  text-align: center;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.blog p {
  margin-bottom: 10px;
}

.one_half a {
  display: block;
}

/*
.pronajem .relpos{overflow:hidden;height:299px;width:33.1%;border:1px solid #f2f2f2}
.pronajem2 .relpos{overflow:hidden;height:299px;width:400px;border:1px solid #f2f2f2}
*/
.pronajem2 .relpos span,
.pronajem .relpos span,
.pronajem .relpos h2 {
  position: absolute;
  left: 1px;
  top: 200px;
  display: inline-block;
  text-align: left;
  padding: 10px 25px;
  background: rgba(113, 74, 157, 0.8);
  transition: all 1s ease-in-out;
  color: #fff;
  font-size: 15px;
}

.pronajem2 .relpos:hover span,
.pronajem .relpos:hover span,
.pronajem .relpos:hover h2 {
  background: #9ac63d;
  transition: all 1s;
}

.pronajem .relpos {
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 300px;
  overflow: hidden;
}
.pronajem .relpos .item-content {
  overflow: hidden;
}

.pronajem .relpos img {
  height: 280px;
  width: auto;
  min-width: 100%;
  transition: all 1s ease-in-out;
}

.pronajem .one_third,
.pronajem .one_half,
.pronajem2.one_third,
.pronajem2 .one_half {
  margin: 0;
}

.green {
  color: #9ac63d;
}

/* AX */
.relat {
  position: relative;
}

p.copyright {
  color: #fff;
}

a.avexa {
  height: 20px;
  width: 100px;
  background: url(../images/webdesign-avexa.png) 0 0px no-repeat;
  display: block;
  transition: background 0s;
  margin: 0;
  position: absolute;
  top: 2px;
  right: 35px;
}

a.avexa:hover {
  background-position: 0 -20px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.facebook {
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  margin-top: -1px;
  margin-left: 8px;
  border-radius: 4px;
  background: url(../images/facebook.png) 0 0px no-repeat;
}

.instagram {
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  margin-top: -1px;
  margin-left: 8px;
  border-radius: 4px;
  background: url(../images/instagram.png) 0 0px no-repeat;
}

.tab-content {
  width: 100%;
}

div#access.maximenuckh ul.maximenuck li.level1.parent > a, div#access.maximenuckh ul.maximenuck li.level1.parent > span.separator, div#access.maximenuckh ul.maximenuck li.level1.parent > span.nav-header {
  padding-right: 18px !important;
}

.site_wrapper {
  width: 100%;
  margin: 0 auto 0 auto;
}

.container_full {
  width: 100%;
  float: left;
  margin: auto auto auto auto;
}

.container {
  width: 1170px;
  margin: auto auto auto auto;
}

/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
  position: relative;
  margin-right: 2%;
  float: left;
}

.one_full {
  width: 100%;
}

.one_half {
  width: 48%;
}

.one_third {
  width: 30.65%;
}

.one_fourth {
  width: 22%;
}

.one_fifth {
  width: 16.8%;
}

.two_third {
  width: 65.35%;
}

.three_fourth {
  width: 74%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

/*------------------*/
/*	MENU
/*------------------------------------------------------*/
.menu_main {
  float: left;
  width: 82%;
  position: relative;
}

.search-button {
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 59px;
  right: 10px;
  background: #714a9d;
  cursor: pointer;
}

.search-button i {
  padding-left: 8px;
  color: #fff;
}

.search-button:hover {
  background: #9ac63d;
}

.search-div {
  display: none;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #714a9d;
  border-radius: 0;
  position: absolute;
  z-index: 10;
  top: 100px;
  right: -20px;
  width: 300px;
  height: 60px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#access ul.menu li.item-530 a {
  height: 8px;
  background: #9ac63d;
  border-radius: 5px;
  color: #fff;
}

#access ul.menu li.item-530 a:hover {
  background: #714a9d;
  color: #fff;
}

#access ul.menu {
  list-style: none;
  font-weight: normal;
  position: relative;
  float: right;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0px;
  margin-right: 40px;
}

#access .menu select {
  border: 2px solid #eee;
  padding: 10px 10px 10px 10px;
  background-color: #f9f9f9;
  color: #333;
}

#access .menu ul {
  margin: 0px;
  list-style-type: none;
  position: relative;
  text-align: left;
  z-index: 1001;
  margin: 0px 0px 0px 0px;
  float: left;
}

#access .menu ul li {
  position: relative;
  display: inline-block;
  padding: 0;
  z-index: 101;
  margin: 0px 0px 0px 0px;
}

#access .menu ul li a {
  display: inline-block;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #404040;
  margin: 0;
  padding: 9px 10px 9px 10px;
  text-align: center;
}

#access .menu ul li a:hover {
  color: #714a9d;
}

#access .menu ul li a.active {
  color: #714a9d;
}

#access .menu ul li i {
  margin: 4px 2px 0 0;
}

#access .menu ul li ul {
  position: absolute;
  left: 0;
  height: auto;
  display: none;
  visibility: hidden;
  width: 213px !important;
  padding: 0;
  margin-top: -8px;
  text-align: left;
  background: #714a9d;
  border-top-left-radius: 0px;
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}

#access .menu ul li ul li {
  display: list-item;
  float: none;
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
}

#access .menu ul li ul li ul {
  top: 8px !important;
  left: 213px !important;
}

#access .menu li ul li a,
#access .menu ul li ul li a {
  margin: 0;
  border: none;
  display: block;
  padding: 10px 17px 10px 17px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #fff;
  background: #714a9d;
  width: 179px;
  text-align: left;
  border-bottom: 1px solid #d1add3;
}

#access .menu li ul li a:hover, #access .menu li ul li.active a, #access .menu li ul li a.selected,
#access .menu ul li ul li a:hover, #access .menu ul li ul li.active a, #access .menu ul li ul li a.selected {
  background: #9ac63d;
  border-bottom: 1px solid #d1add3;
  color: #fff;
  padding: 10px 17px 10px 17px;
}

#access .menu ul li ul li:last-child {
  border: none;
}

* html #access .menu {
  height: 1%;
}

.selectnav {
  display: none;
  width: 440px;
  margin-left: 20px;
}

/*------------------*/
/*	PAGES
/*------------------------------------------------------*/
/* top section */
.frontend.top_section {
  float: left;
  width: 100%;
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 5px;
  z-index: 999;
  height: 90px;
}

.frontend.top_links {
  float: right;
  width: 100%;
  padding-top: 12px;
  margin-bottom: 16px;
  text-align: right;
}

.frontend.top_links {
  font-size: 12px;
}

.frontend.top_links strong {
  color: #714a9d;
  font-size: 14px;
  font-weight: 600;
}

.frontend.top_links a.makeap_but {
  color: #fff;
  background-color: #404040;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
}

.frontend.top_links a.makeap_but:hover {
  color: #fff;
  background-color: #404040;
}

a.button_slider {
  float: left;
  padding: 13px 25px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #714a9d;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}

span.button_slider {
  float: left;
  padding: 5px 10px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #714a9d;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}

a.button_slider:hover,
a:hover .button_slider {
  color: #fff;
  background-color: #9ac63d;
  transition: all 0.2s ease-out 0s;
}

a.button_slider_02 {
  float: left;
  padding: 13px 25px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #714a9d;
  border-radius: 4px;
}

a.button_slider_02:hover {
  color: #fff;
  background-color: #9ac63d;
}

.slider_sec_box {
  position: absolute;
  width: 280px;
  height: 65px;
  padding: 25px 0px 0px 0px;
  background-color: #181818;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  font-size: 13px;
  color: #fff;
}

.slider_sec_box:hover {
  background-color: #be8255;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  cursor: pointer;
}

.slider_sec_box b {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.slider_sec_box i {
  float: left;
  width: 80px;
  height: 65px;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
}

/* punch text 02 */
.frontend.punch_text02 {
  float: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  background-color: #eee;
}

.frontend.punch_text02 .right_img {
  padding: 40px 0px 80px 0px;
  background: url(../images/graph-01.png) no-repeat 0% -20px;
  padding-left: 40%;
  text-align: left;
}

.frontend.punch_text02 b {
  padding: 0px;
  font-size: 26px;
  color: #714a9d;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.6;
}

.frontend.punch_text02 b em {
  font-size: 16px;
  font-style: normal;
  display: block;
  margin-top: 5px;
  color: #404040;
  font-weight: normal;
  text-transform: none;
}

.frontend.punch_text02 a.button_slider {
  float: left;
}

.frontend.punch_text02 a.pur_link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #714a9d;
  padding: 9px 18px;
  border-radius: 4px;
  text-decoration: none;
}

.frontend.punch_text02 a.pur_link:hover {
  color: #fff;
  background-color: #404040;
}

/* features section one home */
.frontend.fusectio1 {
  text-align: center;
}

.frontend.fusectio1 h1, .frontend.fusectio1 h2 {
  font-size: 30px;
  padding: 0px 0px 14px 0px;
  margin: 0px 0px 40px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: url(../images/title-hline.png) no-repeat center bottom;
}

.frontend.fusectio1 h1 strong, .frontend.fusectio1 h2 strong {
  color: #714a9d;
  font-weight: 600;
}

.frontend.fusectio1 h1 i, .frontend.fusectio1 h2 i {
  font-size: 18px;
  color: #999;
  font-style: normal;
  display: block;
  line-height: 25px;
  font-weight: 300;
}

.frontend.fusectio1 .detox-block {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}

.frontend.fusectio1 .detox-block .left {
  float: left;
  width: calc(50% + 15px);
  z-index: 101;
  /*

  	position: absolute;

  height:150px;
  */
  padding: 25px 20px 25px 20px;
  text-align: left;
  background: url(../images/r-shadow.png) no-repeat right top;
}

.frontend.fusectio1 .detox-block .left h4 {
  /* line-height: 27px; */
  margin-bottom: 13px;
  text-transform: uppercase;
}

.frontend.fusectio1 .detox-block .left a {
  float: left;
  color: #714a9d;
  font-size: 12px;
  margin-top: 10px;
}

.frontend.fusectio1 .detox-block .left a:hover {
  color: #404040;
}

.frontend.fusectio1 .detox-block .right {
  float: right;
  z-index: 100;
  width: 50%;
  margin-left: -15px;
  /*
  width: 200px;
  height: 200px;
  */
}
.frontend.fusectio1 .detox-block .right img {
  width: 100%;
  height: 100%;
}

.frontend.fusectio1 .detox-block .right.one {
  background: url(../images/siteimg-frontend1.jpg) no-repeat left top;
}

.frontend.fusectio1 .detox-block .right.two {
  background: url(../images/siteimg-frontend2.jpg) no-repeat left top;
}

.frontend.fusectio1 .detox-block .right.three {
  background: url(../images/siteimg-frontend3.jpg) no-repeat left top;
}

/* features section two */
.frontend.fusectio2 {
  float: left;
  width: 100%;
  padding: 45px 0px 50px 0px;
  text-align: center;
  background: #714a9d;
}

.frontend.fusectio2 h1, .frontend.fusectio2 h2 {
  color: #fff;
  font-size: 30px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 35px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.frontend.fusectio2 h1 i, .frontend.fusectio2 h2 i {
  font-size: 18px;
  color: #fff;
  font-style: normal;
  display: block;
  line-height: 25px;
  font-weight: 300;
}

.frontend.fusectio2 .one_fourth {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.frontend.fusectio2 .zoom_img {
  float: left;
  width: 100%;
  height: 230px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.frontend.fusectio2 .zoom_img a img {
  float: left;
  width: 100%;
  height: 100%;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.frontend.fusectio2 .zoom_img a:hover img {
  opacity: 1;
  width: 110%;
  height: 110%;
}

.frontend.fusectio2 .zoom_img h5 {
  float: left;
  width: 100%;
  padding: 14px 0px;
  text-transform: uppercase;
  background-color: #fff;
}

.frontend.fusectio2 .hide_contdiv {
  float: left;
  width: 80%;
  height: 135px;
  padding: 53px 10% 0px 10%;
  background-color: #fff;
  position: absolute;
  visibility: hidden;
  color: #121212;
  text-align: center;
  font-weight: 600;
}

.frontend.fusectio2 .zoom_img:hover .hide_contdiv {
  visibility: visible;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* features section three */
.frontend.fusectio3 {
  float: left;
  width: 100%;
  padding: 45px 0px 0px 0px;
  text-align: center;
  background: #eee;
}

.frontend.fusectio3 h1, .frontend.fusectio3 h2 {
  font-size: 30px;
  padding: 0px 0px 14px 0px;
  margin: 0px 0px 20px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: url(../images/title-hline2.png) no-repeat center bottom;
}

.frontend.fusectio3 h1 strong, .frontend.fusectio3 h2 strong {
  color: #714a9d;
  font-weight: 600;
}

.frontend.fusectio3 h1 i, .frontend.fusectio3 h2 i {
  font-size: 18px;
  color: #999;
  font-style: normal;
  display: block;
  line-height: 25px;
  font-weight: 300;
}

.frontend.fusectio3 .one_third {
  float: left;
  width: 30.65%;
  margin-right: 4%;
}

.frontend.fusectio3 .one_third ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.frontend.fusectio3 .one_third li {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px 0px 30px 0px;
  text-align: left;
}

.frontend.fusectio3 .one_third li.last {
  margin: 0px;
}

.frontend.fusectio3 .one_third li h4 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.frontend.fusectio3 .one_third li img {
  float: left;
  margin-right: 30px;
}

/* features section four */
.frontend.fusectio4 {
  float: left;
  width: 100%;
}

.frontend.fusectio4 h1, .frontend.fusectio4 h2 {
  font-size: 30px;
  padding: 0px 0px 14px 0px;
  margin: 0px 0px 50px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: url(../images/title-hline2.png) no-repeat center bottom;
  text-align: center;
}

.frontend.fusectio4 h1 strong, .frontend.fusectio4 h2 strong {
  color: #714a9d;
  font-weight: 600;
}

.frontend.fusectio4 h1 i, .frontend.fusectio4 h2 i {
  font-size: 18px;
  color: #999;
  font-style: normal;
  display: block;
  line-height: 25px;
  font-weight: 300;
}

.frontend.fusectio4 .one_third {
  float: left;
  width: 31.4%;
  margin-right: 2.9%;
}

.faqs span.label {
  display: none;
}
.faqs li.faq {
  list-style-type: none;
  margin-left: 0;
}

.faq {
  border: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-right: 15px;
  margin-bottom: 5px;
}
.faq h2, .faq h4 {
  color: #714a9d;
  text-transform: uppercase;
  background: url(../images/accordion-ico.png) no-repeat 20px 13px;
  background-position: 10px -58px;
  cursor: pointer;
  display: block;
  padding: 11px 20px 11px 40px;
  text-decoration: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.faq .faq1 p {
  display: block;
}

.bpos6 .faq p {
  margin-left: 40px;
  font-size: 13px;
}

.fcontent {
  padding: 10px;
}

.fresh_projects.fusectio5 h1, .fresh_projects.fusectio5 h2 {
  font-size: 30px;
  padding: 0px 0px 14px 0px;
  margin: 0px 0px 50px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: url(../images/title-hline2.png) no-repeat center bottom;
  text-align: center;
}

.fresh_projects.fusectio5 h1 strong, .fresh_projects.fusectio5 h2 strong {
  color: #714a9d;
  font-weight: 600;
}

.fresh_projects.fusectio5 h1 i, .fresh_projects.fusectio5 h2 i {
  font-size: 18px;
  color: #999;
  font-style: normal;
  display: block;
  line-height: 25px;
  font-weight: 300;
}

.fresh_projects.fusectio5 .one_third {
  float: left;
  width: 30.65%;
  margin-right: 4%;
}

.fresh_projects.fusectio5 .one_third ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.fresh_projects.fusectio5 .one_third li {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px 0px 30px 0px;
  text-align: left;
}

.fresh_projects.fusectio5 .one_third li.last {
  margin: 0px;
}

.fresh_projects.fusectio5 .one_third li h4 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.fresh_projects.fusectio5 .one_third li img {
  float: left;
  margin-right: 30px;
}

.ind_news {
  float: left;
  width: 84%;
  padding: 30px 8% 29px 8%;
  background: url(../images/news-bg.png) repeat-x left top;
}

.ind_news h5 {
  margin-bottom: 13px;
}

.ind_news h5 em {
  display: block;
  color: #727272;
  font-size: 12px;
  font-style: normal;
}

.ind_news a {
  font-size: 13px;
}

/* special banner */
.spe_banner {
  float: left;
  width: 99%; /*border: 1px solid #e3e3e3;
background: #eee url(../images/graph-02.png) center top;*/
}

.spe_banner .left {
  float: left;
  width: 45%;
  min-height: 298px;
}

.spe_banner .left img {
  width: 100%;
}

.spe_banner .right {
  float: left;
  width: 50%;
  margin-left: 5%;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.spe_banner .right strong {
  display: block;
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.spe_banner .right p {
  display: block;
  margin-bottom: 35px;
  font-size: 12px;
}

.nspArt p.nspText {
  margin-bottom: 20px;
}

.readon,
.spe_banner .right a {
  color: #fff;
  font-size: 14px;
  padding: 12px 18px;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #714a9d;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
  line-height: 19px;
}

.readon:hover,
.spe_banner .right a:hover {
  color: #fff;
  background-color: #9ac63d;
  transition: all 0.2s ease-out 0s;
}

.quotes {
  display: none;
}

/* four columns features section */
.four_col_fusection .one_fourth {
  width: 21.6%;
  padding: 30px 1%;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  position: relative;
  margin-right: 1.6%;
  float: left;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.four_col_fusection .one_fourth:hover {
  background-color: #f0f0f0;
}

.four_col_fusection .one_fourth:hover i {
  background-color: #f9f9f9;
  border: 4px solid #fff;
}

.four_col_fusection .one_fourth.helight {
  background-color: #f0f0f0;
}

.four_col_fusection .one_fourth.helight i {
  background-color: #f9f9f9;
  border: 4px solid #fff;
  color: #714a9d;
}

.four_col_fusection .one_fourth i {
  color: #383634;
  margin-bottom: 30px;
  border: 4px solid #f3f3f3;
  border-radius: 100%;
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  vertical-align: middle;
  margin-left: 73px;
}

.four_col_fusection .one_fourth h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 25px;
  text-transform: uppercase;
}

.four_col_fusection .one_fourth a {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}

.four_col_fusection .one_fourth a:hover {
  color: #714a9d;
}

.four_col_fusection .one_fourth a:hover i {
  color: #714a9d;
  background: none;
  border: none;
}

.four_col_fusection .one_fourth:hover a i {
  background: none;
  border: none;
}

.four_col_fusection .one_fourth.helight a {
  color: #714a9d;
}

.four_col_fusection .one_fourth.helight a:hover {
  color: #383634;
}

.four_col_fusection .one_fourth.helight a:hover i {
  color: #383634;
}

.four_col_fusection .one_fourth.helight a i {
  background: none;
  border: none;
  color: #714a9d;
}

.four_col_fusection .one_fourth a i {
  display: inherit;
  margin: 0px 0px 0px 3px;
  color: #999;
  width: auto;
  height: auto;
  line-height: inherit;
  border: none;
  float: inherit;
  background: none;
  border: none;
}

.four_col_fusection .last {
  margin-right: 0 !important;
  clear: right;
}

.four_col_fusection.inner .one_fourth i {
  color: #714a9d;
}

/* fresh projects */
.more_people_says {
  margin: 0 auto !important;
  float: none !important;
}

.fresh_projects {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #eee;
  text-align: center;
}

.fresh_projects h1 {
  font-size: 30px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 45px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.fresh_projects h1 strong {
  color: #714a9d;
  font-weight: 600;
}

.fresh_projects h1 i {
  font-size: 18px;
  color: #999;
  font-style: normal;
  display: block;
  line-height: 25px;
  font-weight: 300;
}

.fresh_projects_list section .display .small-group {
  float: left;
  width: 550px;
  height: 320px;
  overflow: hidden;
}

.fresh_projects_list section .display .small-group div.small {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  color: #fff;
  overflow: hidden;
}

.fresh_projects_list section .display .small-group div.small img {
  width: 100%;
  height: 300px;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
}

.fresh_projects_list section .display .small-group div.small .hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 90;
}

.fresh_projects_list section .display .small-group div.small:hover .hover {
  background: #9ac63d; /* old color 714a9d */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  height: 300px;
}

.fresh_projects_list section .display .small-group div.small:hover .info {
  color: #fff;
}

.fresh_projects_list section .display .small-group div.small a {
  color: #fff;
}

.fresh_projects_list section .display .small-group div.small .info {
  position: absolute;
  bottom: 20px;
  margin-bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 100;
  background: none;
  border: none;
  -webkit-transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.fresh_projects_list section .display .small-group div.small .info .title {
  color: #fff;
  margin: 0px;
  padding: 16px 0px 16px 13px;
  line-height: normal;
  font-size: 16px;
  font-weight: normal;
  background: #9ac63d;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  font-weight: bold;
}

.fresh_projects_list section .display .small-group div.small .info .title em {
  color: #eee;
  font-size: 12px;
}

.fresh_projects_list section .display .small-group div.small .info .title ul {
  float: right;
  padding: 0px;
  margin: 5px 10px 0px 0px;
}

.fresh_projects_list section .display .small-group div.small .info .title li {
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 4px;
  font-size: 13px;
  color: #b9b9b9;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  background-color: #434343;
}

.fresh_projects_list section .display .small-group div.small .info .title li img {
  width: 13px;
  height: 13px;
  border-radius: 100%;
}

.fresh_projects_list section .display .small-group div.small .info .title li img:hover {
  background-color: #727272;
  width: 13px;
  height: 13px;
  border-radius: 100%;
}

.fresh_projects_list section .display .small-group div.small .info h2 {
  background: none;
  color: #727272;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
}

.fresh_projects_list section.cheapest .small-group .additionnal {
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  padding: 0px 25px 0px 25px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  margin-top: 10px;
}

.fresh_projects_list section.cheapest .small-group .additionnal b {
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 0px 0px;
  background: #714a9d;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 2px;
}

.fresh_projects_list section.cheapest .small-group .additionnal b:hover {
  background-color: #fff;
  color: #714a9d;
}

.fresh_projects_list section.cheapest .small-group .additionnal b:hover a {
  background-color: #fff;
  color: #714a9d;
}

.fresh_projects_list section.cheapest .small-group .additionnal b a {
  color: #fff;
  background: 714a9d;
  text-decoration: none;
}

.fresh_projects_list section.cheapest .small-group div.small:hover .title {
  color: #fff;
  margin: 0px;
  padding: 16px 0px 0px 25px;
  line-height: normal;
  font-size: 16px;
  font-weight: 600;
  background: none;
}

.fresh_projects_list section.cheapest .small-group div.small:hover .info {
  bottom: 225px;
}

.fresh_projects_list section.cheapest .small-group div.small:hover .additionnal {
  opacity: 1;
}

.fresh_projects_list section.cheapest .small-group div.small:hover h1, .fresh_projects_list section.cheapest .small-group div.small:hover h2, .fresh_projects_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3, .fresh_projects_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  line-height: normal;
}

.fresh_projects_list section.cheapest .small-group div.small:hover h2 strong, .fresh_projects_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3 strong, .fresh_projects_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3 strong {
  color: #fff;
  margin: 0px;
  padding: 0px;
  line-height: normal;
}

.fresh_projects .jcarousel-skin-tango .jcarousel-clip-horizontal {
  min-height: 300px;
  height: auto;
}

.jcarousel-skin-tango .jcarousel-container-horizontal strong {
  margin-left: 0;
}

.jcarousel-skin-tango #mycarousel2 .jcarousel-item {
  min-height: 300px;
  margin-right: 15px;
  height: auto;
}

.fresh_projects_list section.cheapest p {
  font-size: 12px;
}

.cheapest .additionnal li {
  font-size: 12px;
}

.portfolio_sidebar_widget .fresh_projects_list section .display .small-group {
  float: left;
  width: 550px;
  height: 300px;
  overflow: hidden;
}

.portfolio_sidebar_widget .jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 100%;
  height: 250px;
}

.portfolio_sidebar_widget .fresh_projects_list section.cheapest .small-group div.small:hover .info {
  bottom: 190px;
}

/* people says */
.people_says_main {
  float: left;
  width: 47%;
  padding-right: 2.8%;
  border-right: 1px dashed #eee;
}

.people_says_main h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.people_says_main h3 strong {
  font-weight: 600;
}

.people_says {
  float: left;
  width: 100%;
  padding: 25px 0% 0px 0%;
}

.people_says .who_pic {
  float: left;
  width: 370px;
  padding-top: 20px;
}

.people_says .who_pic .name {
  padding: 0px;
  margin: 0;
  text-align: left;
  float: left;
}

.people_says .picture {
  padding: 0px;
  margin: 0;
  text-align: left;
  width: 64px;
  float: left;
}

/* clients/partners */
.partners {
  float: left;
  width: 47%;
  padding-left: 3%;
}

.partners ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.partners li {
  float: left;
  width: 167px;
  padding: 10px 0px 8px 0px;
  margin: 0px 20px 0px 0px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #eee;
}

.partners li.last {
  margin: 0px 0px 0px 0px;
}

.partners h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

/*------------------*/
/*	FOOTER
/*------------------------------------------------------*/
.footer {
  width: 100%;
  background: url(../images/footer-bg.png) repeat left top;
  color: #999;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #3d3d3d;
}

.footer .one_third {
  margin-right: 2%;
}

.footer .one_third:nth-last-child(1) {
  margin-right: 0;
}

.footer .one_fourth {
  float: left;
  width: 22%;
  margin-right: 3%;
}

.footer .one_half {
  float: left;
  width: 43%;
  margin-right: 4%;
}

.footer .one_half ul.nav-child li {
  float: left;
  width: 50%;
}

.footer h2,
.footer h3 {
  font-size: 23px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer h2 i,
.footer h3 {
  font-weight: 600;
  font-style: normal;
}

.footer a {
  color: #999;
}

.footer a:hover {
  color: #fff;
}

.footer ul.list {
  padding: 0px;
  margin: 0px;
}

.footer .list li {
  padding: 0px;
  margin: 0px;
  line-height: 30px;
}

.footer ul.contact_address {
  float: left;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  width: 100%;
}

.footer .contact_address li {
  padding: 0px;
  margin: 0px;
  line-height: 25px;
}

.footer .footer_logo {
  float: left;
  padding: 0px;
  margin: 0px;
}

/* Tweets */
.twitter_feed {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.twitter_feed .left {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 20px;
}

.twitter_feed .right {
  float: right;
  padding: 0px;
  margin: -2px 0px 0px 0px;
  width: 89%;
}

.twitter_feed a {
  color: #999;
}

.twitter_feed a:hover {
  color: #fff;
}

.twitter_feed a.small {
  font-size: 9px;
  color: #727272;
}

.twitter_feed a.small:hover {
  font-size: 9px;
  color: #999;
}

/* flickr */
#flickr_badge_wrapper {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

#flickr_badge_wrapper img {
  width: 70px;
  height: 58px;
  margin-right: 8px;
  margin-bottom: 2px;
  border: 1px solid #999 !important;
}

#flickr_www {
  display: block;
  padding: 0 10px 0 10px !important;
}

#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {
  text-decoration: none !important;
  background: inherit !important;
  color: #3993ff;
}

#flickr_badge_wrapper {
  margin-top: 25px;
}

#flickr_badge_source {
  padding: 0 !important;
}

/* copyrights */
.copyright_info {
  float: left;
  padding: 25px 0px 25px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  color: #595959;
  background: #282828;
  border-top: 4px solid #252525;
}

.copyright_info .one_half {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.copyright_info b {
  font-size: 12px;
  color: #595959;
  font-style: normal;
  font-weight: normal;
}

.copyright_info span {
  float: right;
}

.copyright_info a {
  font-size: 12px;
  color: #595959;
  text-align: right;
}

.copyright_info a:hover {
  color: #727272;
}

/* footer social links */
ul.footer_social_links {
  float: right;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.footer_social_links li {
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 24px;
  line-height: 22px;
  vertical-align: middle;
  background-color: #303030;
  color: #fff;
}

.footer_social_links li:hover {
  background-color: #383838;
}

.footer_social_links li i {
  color: #565656;
}

/*------------------*/
/*	CONTENT
/*------------------------------------------------------*/
.content_left {
  float: left;
  width: 71%;
  padding: 50px 0px 0px 0px;
}

.content_fullwidth {
  float: left;
  width: 100%;
  padding: 50px 0px 0px 0px;
}

.right_sidebar {
  float: right;
  width: 25%;
  padding: 15px;
  background-color: #f2f2f2;
  margin: 50px 0;
}

.left_sidebar {
  float: left;
  width: 25%;
  padding: 50px 0px 0px 0px;
}

.content_right {
  float: right;
  width: 71%;
  padding: 50px 0px 0px 0px;
}

.content_middle {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  padding: 50px 0 0;
  width: 48%;
}

/* page title */
.page_title {
  z-index: -1;
  position: inherit;
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 15px 0px;
  background: #714a9d;
}

.page_title .title {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0px;
}

.page_title .title h1 {
  margin: 0px 0px 0px 0px;
  background: none;
  font-weight: 300;
  color: #fff;
}

.page_title .pagenation {
  float: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  color: #fff;
  margin: 4px 15px;
  padding: 0px;
}

.page_title .pagenation i {
  color: #c3d6dd;
  margin: 0px 2px 0px 2px;
}

.page_title .pagenation a {
  padding: 0px 0px 0px 0px;
  color: #c3d6dd;
}

.page_title .pagenation a:hover {
  color: #fff;
}

/* our team */
.our_team_box {
  width: 100%;
  float: left;
}

.our_team_box ul {
  margin: 0;
  padding: 7px 0 0 0px;
  float: left;
  width: 180px;
}

.our_team_box li {
  margin: 0;
  padding: 0;
  line-height: 18px;
  list-style-type: none;
  color: #a9a9a9;
}

.our_team_box li a {
  margin: 7px 5px 0 0;
  padding: 0;
  float: left;
}

.our_team_box img.teammempic {
  width: 100%;
  margin: 0px;
  padding: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.our_team_box img.teammempic:hover {
  width: 100%;
  margin: 0px;
  padding: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.our_team_box li a img:hover {
  margin: 0px;
  padding: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.our_team_box li strong {
  font-size: 13px;
  color: #454545;
  display: block;
}

.our_team_box li strong i {
  color: #999;
  font-size: 11px;
  font-style: normal;
}

.our_team_box .boxleft {
  width: 180px;
  float: left;
  margin: 0px 36px 0 0;
}

.our_team_box .cont-area {
  float: left;
  font-size: 10px;
  color: #727272;
  width: 100%;
  margin-bottom: 10px;
}

.our_team_box .boxright {
  width: 180px;
  float: right;
  margin: 0px;
}

.our_team_box li a i {
  color: #dadada;
}

/* our team big */
.our_team_box_big {
  width: 100%;
  float: left;
}

.our_team_box_big ul {
  margin: 0;
  padding: 20px 0 0 0px;
  float: left;
  width: 245px;
}

.our_team_box_big li {
  margin: 0;
  padding: 0;
  line-height: 18px;
  list-style-type: none;
  color: #a9a9a9;
}

.our_team_box_big li a {
  margin: 7px 5px 0 0;
  padding: 0;
  float: left;
}

.our_team_box_big img.teammempic {
  width: 245px;
  margin: 0px;
  padding: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.our_team_box_big img.teammempic:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.our_team_box_big li a img:hover {
  margin: 0px;
  padding: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.our_team_box_big li strong {
  font-size: 14px;
  color: #454545;
  display: block;
}

.our_team_box_big li strong i {
  color: #999;
  font-size: 12px;
  font-style: normal;
}

.our_team_box_big .cont-area {
  float: left;
  font-size: 10px;
  color: #727272;
  width: 100%;
  margin-bottom: 10px;
}

.our_team_box_big li a i {
  color: #dadada;
}

ul.list_doted02 {
  float: left;
  margin: 13px 0px 0px 0px;
  padding: 0px;
}

.list_doted02 li {
  margin: 0px 0px 13px 0px;
  padding: 0px 0px 0px 13px;
}

.list_doted02 li h5 {
  margin-bottom: 2px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f3f3;
}

.big_text1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 35px;
  color: #999;
}

.big_text1 i {
  color: #714a9d;
  font-style: normal;
}

ul.fullimage_box {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 48%;
}

.fullimage_box li {
  padding: 0px;
  margin: 0px;
}

.fullimage_box li img {
  margin-bottom: 8px;
  width: 100%;
}

ul.fullimage_box.last {
  float: left;
  width: 48%;
  margin-left: 4%;
}

ul.fullimage_box2 {
  float: left;
  padding: 30px 20px;
  margin: 0px;
  width: 86.6%;
  border: 1px solid #eee;
  border-radius: 4px;
}

.fullimage_box2 li {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

ul.fullimage_box2.last {
  float: left;
  width: 100%;
  margin-left: 4%;
}

.fullimage_box2 li i {
  color: #714a9d;
}

.fullimage_box2 h3 {
  color: #714a9d;
  margin-top: 13px;
}

.box_widget_full {
  float: left;
  width: 96%;
  padding: 2%;
  margin: 0px;
  background-color: #fbfbfb;
  border: 1px solid #eee;
  border-bottom: 2px solid #eee;
}

.box_widget_full h3 {
  margin-bottom: 10px;
}

.box_widget_full i {
  float: left;
  margin-right: 20px;
}

/* client logos */
ul.clients_logos_list {
  padding: 0;
  margin: 30px 0 0 0px;
  position: relative;
}

.clients_logos_list li {
  padding: 0;
  margin: 0;
  float: left;
  width: 25%;
}

.clients_logos_list li.last {
  margin: 0 0px 0 0;
}

/* get features */
.get_features {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}

.get_features h5 {
  margin-bottom: 7px;
  font-weight: normal;
}

.get_features p {
  line-height: 19px;
}

.get_features ul.get_features_list {
  float: left;
  padding: 0px;
  margin: 0px 0px 35px 0px;
}

.get_features ul.get_features_list.last {
  margin: 0px 0px 0px 0px;
}

.get_features .get_features_list li {
  float: left;
  padding: 0px;
  margin: 0px;
}

.get_features .get_features_list li.left {
  float: left;
  padding: 0px;
  margin: 0px 15px 0px 0px;
  width: 44px;
  height: 44px;
  background-color: #714a9d;
  border-radius: 45px;
  text-align: center;
  line-height: 52px;
  vertical-align: middle;
}

.get_features .get_features_list li.left i {
  color: #fff;
}

.get_features .get_features_list li.right {
  width: 80%;
}

/* section 2 */
ul.lirt_section {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.lirt_section li.left {
  float: left;
  padding: 0px;
  margin: 0 25px 0 0;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  font-size: 22px;
}

.lirt_section li strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #714a9d;
  display: block;
  margin: 8px 0 0 0;
}

.lirt_section li i {
  font-style: normal;
}

/* 404 Error Page */
.error_pagenotfound {
  padding: 50px 30px 58px 30px;
  margin: 0 auto;
  width: 67%;
  background-color: #fff;
  border: 1px solid #eee;
  border-bottom: 5px solid #eee;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.error_pagenotfound strong {
  display: block;
  font-size: 40px;
  line-height: 100px;
  color: #2c2c2c;
  font-weight: normal;
}

.error_pagenotfound b {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #404040;
  margin: 0;
  font-weight: 300;
}

.error_pagenotfound em {
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #714a9d;
  margin: 0;
  font-style: normal;
}

/* portfolio single image */
.portfolio_area {
  padding: 0px;
  margin: 0px;
  width: 100%;
  float: left;
}

.portfolio_area_left {
  padding: 0px;
  margin: 0px;
  width: 100%;
  float: left;
}

.portfolio_area_left img {
  padding: 0px;
  margin: 0px;
  width: 100%;
  float: left;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.portfolio_area_right {
  padding: 0px;
  margin: 0px 0px 0px 3%;
  width: 22%;
  float: left;
}

.project_details span {
  padding: 5px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #454545;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}

.project_details strong {
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  font-weight: bold;
  color: #727272;
  float: left;
  width: 40%;
}

.project_details em {
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  color: #727272;
  float: left;
  width: 60%;
}

.project_details span a {
  padding: 3px 10px;
  margin: 0px 0px 0px 3px;
  font-size: 11px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #727272;
  background-color: #e3e3e3;
  border-radius: 3px;
}

.project_details span a:hover {
  background-color: #ddd;
}

.addto_favorites {
  padding: 3px 10px 5px 10px;
  margin: 20px 0px 0px 0px;
  width: 122px;
  display: block;
  border-radius: 3px;
  font-size: 13px;
  color: #999;
  background: #eee;
}

.addto_favorites:hover {
  background: #ddd;
}

.addto_favorites i {
  color: #c3c3c3;
}

ul.small_social_links {
  padding: 0px;
  margin: 9px 0 25px 0px;
}

.small_social_links li {
  padding: 0px;
  margin: 0px 9px 0px 0px;
  float: left;
}

.small_social_links li i {
  color: #714a9d;
}

.small_social_links li a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.small_social_links li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.portfolio_image {
  float: left;
  width: 97%;
  padding: 0px;
  margin: 0px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.portfolio_image .title {
  float: left;
  width: 92%;
  padding: 10px 19px 7px 20px;
  margin: 0px;
  font-size: 13px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio_image i {
  position: absolute;
  display: none;
  color: #fff;
  margin-left: 45%;
  margin-top: 22%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.portfolio_image:hover i {
  display: block;
}

.portfolio_image img {
  float: left;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.portfolio_image img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* blog */
.blog_post {
  float: left;
  width: 100%;
}

.blog_post .post_info_content_small h3 {
  float: none;
  text-align: left;
  color: #333;
  width: 85%;
  line-height: 30px;
}

.blog_post h3 {
  width: 100%;
}

.blog_post h3 {
  color: #333;
  float: none;
  line-height: 30px;
  text-align: left;
}

.blog_post h3 a {
  color: #714a9d;
  text-decoration: none;
  float: left;
  margin-top: 3px;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  width: 100%;
  margin-bottom: 15px;
}

.blog_post h3 a:hover {
  color: #383634;
}

.post_info_content {
  padding: 0px;
  margin: 10px 0 0 10%;
  width: 90%;
  float: left;
}

.single_content {
  float: none;
  clear: both;
}

ul.post_meta_links {
  float: left;
  margin: -10px 0px 0px -6px;
  padding: 0px 0px 0px 0px;
  width: 80%;
}

.post_meta_links li {
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 4px;
  list-style-type: none;
  color: #999;
}

.post_meta_links li.post_by {
  padding: 0px 0px 0px 25px;
  background: url(../images/blog/icon-by-user.png) no-repeat 5px 5px;
}

.post_meta_links li.post_categoty {
  padding: 0px 0px 0px 22px;
  background: url(../images/blog/icon-category.png) no-repeat 2px 6px;
}

.post_meta_links li.post_comments {
  padding: 0px 0px 0px 22px;
  background: url(../images/blog/icon-comments.png) no-repeat 2px 5px;
}

.post_meta_links li a {
  color: #a1a1a1;
  padding: 0px 18px 0px 0px;
  text-decoration: none;
  font-size: 11px;
}

.post_meta_links li a:hover {
  color: #727272;
  text-decoration: none;
}

.blog_postcontent {
  float: left;
  width: 100%;
}

.blog_postcontent h2 {
  clear: both;
  font-size: 22px;
}

.blog_postcontent li {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 5px;
}

.blog_postcontent .image_frame {
  float: left;
  width: 34%;
  border: 7px solid #fff;
  margin-bottom: 25px;
  margin-right: 30px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .image_frame:hover {
  border: 7px solid #f9f9f9;
}

.blog_postcontent .image_frame img {
  float: left;
  width: 99.7%;
  border: 1px solid #fff;
}

.blog_postcontent .video_frame iframe {
  float: left;
  width: 98%;
  height: 400px;
  border: 7px solid #fff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .video_frame iframe:hover {
  border: 7px solid #f9f9f9;
}

/* blog small */
.blog_postcontent .image_frame.small {
  float: left;
  width: 35%;
  border: 7px solid #fff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .image_frame img {
  float: left;
  width: 99.7%;
}

.blog_postcontent .video_frame.small iframe {
  float: left;
  width: 37%;
  height: 180px;
  border: 7px solid #fff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .video_frame iframe:hover {
  border: 7px solid #f9f9f9;
}

.post_info_content_small {
  padding: 0px;
  margin: 0 0 0 1%;
  width: 58%;
  float: left;
}

ul.post_meta_links_small {
  float: left;
  margin: -15px 0px 12px 80px;
  padding: 0px 0px 0px 0px;
  width: 80%;
}

.post_meta_links_small li.post_by {
  float: left;
  padding: 0px 0px 0px 18px;
  background: url(../images/blog/icon-by-user.png) no-repeat 0px 5px;
}

.post_meta_links_small li.post_categoty {
  float: left;
  padding: 0px 0px 0px 26px;
  background: url(../images/blog/icon-category.png) no-repeat 9px 6px;
}

.post_meta_links_small li.post_comments {
  float: left;
  padding: 0px 0px 0px 26px;
  background: url(../images/blog/icon-comments.png) no-repeat 9px 5px;
}

.post_meta_links_small li a {
  color: #a1a1a1;
  padding: 0px 5px 0px 0px;
  text-decoration: none;
  font-size: 11px;
}

.post_meta_links_small li a:hover {
  color: #727272;
  padding: 0px 5px 0px 0px;
  text-decoration: none;
  font-size: 11px;
}

.blog_post a.date {
  padding: 10px 5px 0px 0px;
  text-decoration: none;
  width: 55px;
  height: 55px;
  text-align: center;
  background: #f9f9f9;
  display: block;
  margin-right: 20px;
  float: left;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.blog_post a.date strong {
  color: #714a9d;
  font-size: 27px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.blog_post a.date:hover strong {
  color: #333;
}

.blog_post a.date i {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  padding: 0px 10px;
  display: block;
  border-top: 1px solid #f3f3f3;
  width: 40px;
  background-color: #714a9d;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.blog_post a.date:hover i {
  background-color: #383634;
}

.post_readmore:link, .post_readmore:visited {
  float: right;
  height: 27px;
  width: 185px;
  text-align: center;
  padding-top: 7px;
  color: #fff;
  text-decoration: none;
  background: url(../images/skin01/but_post_readmore.jpg) no-repeat left top;
}

.post_readmore:hover {
  float: right;
  height: 27px;
  width: 185px;
  text-align: center;
  padding-top: 7px;
  color: #fff;
  text-decoration: none;
  background: url(../images/skin01/but_post_readmore_hover.jpg) no-repeat left top;
}

.sharepost {
  float: left;
  width: 100%;
}

.moduletable.sharepost { /*margin-top:50px;*/
  margin-bottom: 40px;
}

.aidanews2_bottomlink a:link {
  display: none;
}

.moduletable.one_half.last .aidanews2_positions .aidanews2_mainR {
  width: 70%;
}

.moduletable.one_half .aidanews2 .even {
  background: none;
}

.sharepost ul {
  margin: 0px;
  padding: 0px;
}

.sharepost li {
  margin: 0px 7px 5px 0px;
  padding: 2px 5px;
  float: left;
  border-radius: 2px;
  list-style-type: none;
  background-color: #714a9d;
}

.sharepost li i {
  color: #fff;
}

.sharepost li:hover {
  background-color: #383634;
}

.about_author {
  float: left;
  width: 93%;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  margin-bottom: 50px;
}

.about_author img {
  float: left;
  margin-right: 20px;
}

.about_author a {
  font-family: "Open Sans" !important;
  font-weight: normal;
  font-weight: 600;
  color: #333;
}

.about_author a:hover {
  color: #6fbe48;
}

/* pagination */
.pagination {
  clear: both;
  padding: 10px 0;
  display: block !important;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

.pagination b {
  float: left;
  margin: 0px 5px 2px 0;
  padding: 0px 10px;
  font-weight: normal;
  color: #999;
}

.pagination a.navlinks {
  font-size: 12px;
  color: #454545;
  background-color: #eee;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 3px;
}

.pagination a.navlinks:hover {
  color: #fff;
  background-color: #454545;
}

.pagination a.current {
  color: #fff;
  background-color: #454545;
}

/* comments */
.comment_wrap {
  padding: 20px 20px 20px 0px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.comment_wrap.chaild {
  border-bottom: 1px solid #eee;
  margin: 10px 20px 10px 50px;
  overflow: hidden;
}

.gravatar {
  float: left;
}

.comment_content {
  overflow: hidden;
  padding-left: 20px;
  position: relative;
  min-height: 80px;
}

.comment_content .comment_meta {
  position: relative;
}

.comment_content .comment_meta .comment_author {
  display: inline;
  font-size: 14px;
  font-style: normal;
}

.comment_content .comment_meta .comment_author i {
  display: inline;
  font-size: 11px;
  font-style: italic;
}

.comment_content .comment_text {
  clear: both;
  padding-top: 0px;
  overflow: hidden;
}

.comment_content .comment_text a {
  color: #d3d3d3;
  margin-top: 5px;
  float: left;
}

.comment_content .comment_text a:hover {
  color: #727272;
  margin-top: 5px;
  float: left;
}

#comments_section li ul li {
  margin-left: 30px;
}

.ccomment-comment {
  border-top: 0px !important;
}

.ccomment-menu {
  border-bottom: 0px !important;
}

.ccomment-comments-list .comment_content button.btn.btn-small:hover {
  background: none !important;
  color: #727272 !important;
  text-transform: none !important;
}

/* contact form */
.comment_form {
  float: left;
  width: 690px;
  margin-top: 30px;
}

.blocklabel {
  float: left;
  width: 100%;
  display: block;
  margin-top: 10px;
}

.comment_form label {
  float: left;
  width: 90px;
  height: 15px;
  padding: 7px 10px;
  margin-bottom: 20px;
}

.input_bg {
  float: left;
  width: 70%;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
  border-top: 2px solid #e1e1e1;
  border-left: 2px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.textarea_bg {
  float: left;
  width: 90%;
  height: 235px;
  padding: 7px 10px 0px 10px;
  margin-bottom: 20px;
  border-top: 2px solid #e1e1e1;
  border-left: 2px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.address-info {
  float: left;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  padding: 20px 20px 10px 20px;
  width: 91%;
  margin-bottom: 40px;
}

.address-info a {
  color: #714a9d;
}

.address-info a:hover {
  color: #404040;
}

.google-map {
  width: 99%;
  height: 350px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/* Portfolio Page */
.portfolio_page {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
}

.portfolio_page h3 {
  color: #fff;
  text-align: center;
  width: 370px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  background-color: #35353d;
  float: left;
  font-size: 18px;
}

.portfolio_page .imgWrap {
  position: relative;
  width: 370px;
  height: 300px;
}

.portfolio_page .imgWrap.last {
  margin-right: 0px;
}

.portfolio_page .imgWrap img {
  float: left;
  width: 100%;
  height: 250px;
}

.portfolio_page .imgDescription {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  visibility: hidden;
  opacity: 0;
}

.portfolio_page .imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}

.portfolio_page .imgDescription i {
  position: absolute;
  top: 103px;
  left: 160px;
  color: #fff;
  opacity: 0.8;
}

/*------------------*/
/*	RIGHT SIDEBAR
/*------------------------------------------------------*/
/* site search */
.site-search-area {
  margin: 0px;
  padding: 0px;
}

#site-searchform {
  margin: 0;
  padding: 0;
}

#site-searchform #s {
  border: 1px solid #eee;
  background-color: #fff;
  width: 71%;
  height: 30px;
  padding: 5px 10px 5px 10px;
  color: #999;
  float: left;
  font: normal 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#site-searchform #searchsubmit {
  float: left;
  width: 50px;
  height: 41px;
  cursor: pointer;
  text-indent: -5555em;
  line-height: 100;
  overflow: hidden;
  background: #714a9d url(../images/site-search-icon.png) no-repeat center 14px;
  border: 0;
}

#site-searchform #searchsubmit:hover {
  background: #383634 url(../images/site-search-icon.png) no-repeat center 14px;
}

.sidebar_widget {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.sidebar_widget ul.arrows_list1 {
  padding: 0px;
  margin: 0px;
  float: left;
  margin-top: -10px;
}

.sidebar_widget ul.arrows_list1 li a {
  color: #714a9d;
  line-height: 30px;
}

.sidebar_widget ul.arrows_list1 li a:hover {
  color: #383634;
}

.sidebar_widget ul.arrows_list1 i {
  margin-right: 4px;
}

.sidebar_title {
  float: left;
  width: 100%;
}

.sidebar_widget h3, .clientsays_widget h3 {
  margin-bottom: 30px;
  float: left;
}

.sidebar_widget h3 i, .clientsays_widget h3 i {
  font-weight: 600;
  font-style: normal;
}

/* Recent Posts */
ul.recent_posts_list {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
}

.recent_posts_list li {
  padding: 0px 0px 13px 0px;
  margin: 0px 0px 16px 0px;
  list-style-type: none;
  border-bottom: 1px solid #f5f6f6;
  float: left;
  width: 100%;
}

.recent_posts_list li a {
  text-decoration: none;
  line-height: 17px;
  display: block;
  color: #999;
}

.recent_posts_list li a:hover {
  color: #714a9d;
}

.recent_posts_list li span {
  float: left;
  margin-right: 15px;
}

.recent_posts_list li span img {
  float: left;
  margin-right: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.recent_posts_list li span img:hover {
  float: left;
  margin-right: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.recent_posts_list li i {
  padding: 1px 0px 0px 0px;
  margin: 0px;
  display: block;
  font-size: 10px;
  font-style: normal;
  color: #c9c9c9;
}

.recent_posts_list li.last {
  padding: 0px 0px 7px 0px;
  margin: 0px 0px 0px 0px;
  border-bottom: 0px solid #f5f6f6;
}

/* client says widget */
.clientsays_widget {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  color: #999;
}

.clientsays_widget strong {
  font-weight: 600;
  color: #454545;
}

.clientsays_widget h3 {
  margin-bottom: 18px;
}

.clientsays_widget img {
  float: left;
  margin-right: 13px;
  margin-top: 7px;
  border: 1px solid #e3e3e3;
}

/* Advertisements */
ul.adsbanner-list {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.adsbanner-list li {
  margin: 0px 10px 10px 0px;
  padding: 0px;
  float: left;
  width: 120px;
  height: 120px;
  list-style-type: none;
}

.adsbanner-list li img {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 120px;
  height: 120px;
  list-style-type: none;
}

.adsbanner-list li.last {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 120px;
  height: 120px;
  list-style-type: none;
}

/*------------------*/
/* TYPOGRAPHY ELEMENTS
/*------------------------------------------------------*/
a.but_goback, a.but_ok_2, a.but_wifi, a.but_warning_sign, a.but_user, a.but_tag, a.but_table, a.but_star, a.but_search, a.but_phone, a.but_pencil, a.but_new_window, a.but_music, a.but_hand_right, a.but_thumbs_down, a.but_thumbs_up, a.but_globe, a.but_hospital, a.but_coffe_cup, a.but_settings, a.but_chat, a.but_play_button, a.but_remove_2, a.but_lock, a.but_shopping_cart, a.but_exclamation_mark, a.but_info, a.but_question_mark, a.but_minus, a.but_plus, a.but_folder_open, a.but_file, a.but_envelope, a.but_edit, a.but_cogwheel, a.but_check, a.but_camera, a.but_calendar, a.but_bookmark, a.but_book, a.but_download, a.but_pdf, a.but_word_doc, a.but_woman {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

a.but_goback i {
  color: #fff;
}

a.but_goback {
  padding: 13px 25px 13px 22px;
  margin: 0px 0px 0px 0px;
  background: #714a9d;
  border-bottom: 1px solid #999;
}

a.but_goback:hover {
  color: #fff;
  background-color: #383634;
}

a.but_ok_2 {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #909090;
}

a.but_ok_2:hover {
  background-color: #ff9900;
}

a.but_wifi {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #0099cc;
  border-bottom: 1px solid #909090;
}

a.but_wifi:hover {
  background-color: #00abde;
}

a.but_warning_sign {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #e5cc19;
  border-bottom: 1px solid #909090;
}

a.but_warning_sign:hover {
  background-color: #efda1b;
}

a.but_user {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #007f99;
  border-bottom: 1px solid #909090;
}

a.but_user:hover {
  background-color: #0090ad;
}

a.but_tag {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #e59919;
  border-bottom: 1px solid #909090;
}

a.but_tag:hover {
  background-color: #efa61b;
}

a.but_table {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c6699;
  border-bottom: 1px solid #909090;
}

a.but_table:hover {
  background-color: #5674ad;
}

a.but_star {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #99cc4c;
  border-bottom: 1px solid #909090;
}

a.but_star:hover {
  background-color: #a6da52;
}

a.but_search {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #66667f;
  border-bottom: 1px solid #909090;
}

a.but_search:hover {
  background-color: #747490;
}

a.but_phone {
  padding: 10px 20px 10px 20px;
  margin: 0px 0px 0px 0px;
  background: #e56619;
  border-bottom: 1px solid #909090;
}

a.but_phone:hover {
  background-color: #ef6f1b;
}

a.but_pencil {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #cc4c19;
  border-bottom: 1px solid #909090;
}

a.but_pencil:hover {
  background-color: #da521b;
}

a.but_new_window {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #001900;
  border-bottom: 1px solid #909090;
}

a.but_new_window:hover {
  background-color: #333333;
}

a.but_music {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #cccc7f;
  border-bottom: 1px solid #909090;
}

a.but_music:hover {
  background-color: #dada8a;
}

a.but_hand_right {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #909090;
}

a.but_hand_right:hover {
  color: #fff;
  background-color: #ff9900;
}

a.but_thumbs_down {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #9999cc;
  border-bottom: 1px solid #909090;
}

a.but_thumbs_down:hover {
  background-color: #a6a6da;
}

a.but_thumbs_up {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #00cce5;
  border-bottom: 1px solid #909090;
}

a.but_thumbs_up:hover {
  background-color: #00daef;
}

a.but_globe {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #669999;
  border-bottom: 1px solid #909090;
}

a.but_globe:hover {
  background-color: #6fa6a6;
}

a.but_hospital {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #196666;
  border-bottom: 1px solid #909090;
}

a.but_hospital:hover {
  background-color: #1b6f6f;
}

a.but_coffe_cup {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #7f994c;
  border-bottom: 1px solid #909090;
}

a.but_coffe_cup:hover {
  background-color: #8aa652;
}

a.but_settings {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #997f4c;
  border-bottom: 1px solid #909090;
}

a.but_settings:hover {
  background-color: #a68a52;
}

a.but_chat {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #7f9919;
  border-bottom: 1px solid #909090;
}

a.but_chat:hover {
  background-color: #8aa61b;
}

a.but_play_button {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c664c;
  border-bottom: 1px solid #909090;
}

a.but_play_button:hover {
  background-color: #567456;
}

a.but_remove_2 {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #e59966;
  border-bottom: 1px solid #909090;
}

a.but_remove_2:hover {
  background-color: #efa66f;
}

a.but_lock {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #994c19;
  border-bottom: 1px solid #909090;
}

a.but_lock:hover {
  background-color: #a6521b;
}

a.but_shopping_cart {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #cc7f4c;
  border-bottom: 1px solid #909090;
}

a.but_shopping_cart:hover {
  background-color: #da8a52;
}

a.but_exclamation_mark {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c7f7f;
  border-bottom: 1px solid #909090;
}

a.but_exclamation_mark:hover {
  background-color: #528a8a;
}

a.but_info {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #667fcc;
  border-bottom: 1px solid #909090;
}

a.but_info:hover {
  background-color: #6f8ada;
}

a.but_question_mark {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c0019;
  border-bottom: 1px solid #909090;
}

a.but_question_mark:hover {
  background-color: #620020;
}

a.but_minus {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #666666;
  border-bottom: 1px solid #909090;
}

a.but_minus:hover {
  background-color: #747474;
}

a.but_plus {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #333333;
  border-bottom: 1px solid #909090;
}

a.but_plus:hover {
  background-color: #444444;
}

a.but_folder_open {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #99cc99;
  border-bottom: 1px solid #909090;
}

a.but_folder_open:hover {
  background-color: #a6daa6;
}

a.but_file {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #999999;
  border-bottom: 1px solid #909090;
}

a.but_file:hover {
  background-color: #a6a6a6;
}

a.but_envelope {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #727272;
  border-bottom: 1px solid #909090;
}

a.but_envelope:hover {
  background-color: #7c7c7c;
}

a.but_edit {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #e5cc7f;
  border-bottom: 1px solid #909090;
}

a.but_edit:hover {
  background-color: #efda8a;
}

a.but_cogwheel {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #194c7f;
  border-bottom: 1px solid #909090;
}

a.but_cogwheel:hover {
  background-color: #1e5c99;
}

a.but_check {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #004c4c;
  border-bottom: 1px solid #909090;
}

a.but_check:hover {
  background-color: #005c5c;
}

a.but_camera {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #007fcc;
  border-bottom: 1px solid #909090;
}

a.but_camera:hover {
  background-color: #008ada;
}

a.but_calendar {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c99e5;
  border-bottom: 1px solid #909090;
}

a.but_calendar:hover {
  background-color: #52a6ef;
}

a.but_bookmark {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #990000;
  border-bottom: 1px solid #909090;
}

a.but_bookmark:hover {
  background-color: #b60000;
}

a.but_book {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #7f9999;
  border-bottom: 1px solid #909090;
}

a.but_book:hover {
  background-color: #8aa6a6;
}

a.but_download {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #909090;
}

a.but_download:hover {
  background-color: #ff9900;
}

a.but_pdf {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #909090;
}

a.but_pdf:hover {
  background-color: #ff9900;
}

a.but_word_doc {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #909090;
}

a.but_word_doc:hover {
  background-color: #ff9900;
}

a.but_woman {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #909090;
}

a.but_woman:hover {
  background-color: #ff9900;
}

/* styled boxes */
.info, .error, .notice, .success {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #bbb;
  margin-bottom: 20px;
  font-size: 13px;
}

p.error {
  border: none;
}

.info strong, .error strong, .notice strong, .success strong {
  font-size: 16px;
}

.message-box-wrap {
  border: 0px solid #fff;
  padding: 10px;
}

.info {
  color: #4a84bc;
  border-color: #c6e3ff;
  background-color: #e6f3ff;
}

.error {
  color: #bd6767;
  border-color: #f1bdbd;
  background-color: #ffdddd;
}

.notice {
  color: #a79a30;
  border-color: #d7d099;
  background-color: #f6f2d2;
}

.success {
  color: #1ea133;
  border-color: #a9ecb4;
  background-color: #dffbe4;
}

.close-but {
  width: 10px;
  height: 10px;
  float: right;
  border: none;
  margin: 5px;
  background: url(../images/elements/icon-remove.png) no-repeat center top;
}

/* dropcaps */
.dropcap1, .dropcap2, .dropcap3 {
  float: left;
  text-align: center;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.dropcap1 {
  width: 53px;
  height: 58px;
  line-height: 50px;
  background: url(../images/elements/dropcap_gray.png) no-repeat scroll 0px 0px transparent;
  color: #999;
  margin: 0 8px -4px 0;
  font-size: 32px;
}

.dropcap1.gray {
  background-image: url(../images/elements/dropcap_gray.png);
}

.dropcap2 {
  background: url(../images/elements/dropcap_gray.png) no-repeat scroll 0 -108px transparent;
  color: #999;
  line-height: 47px;
  height: 56px;
  width: 53px;
  margin: 0 8px -4px 0;
  font-size: 32px;
}

.dropcap2.gray {
  background-image: url(../images/elements/dropcap_gray.png);
}

.dropcap3 {
  font-size: 40px;
  line-height: 40px;
  width: 44px;
  height: 44px;
  margin: 0 0 -4px 0;
}

.dropcap3.gray {
  color: #999;
}

/* styled lists */
ul.list1 {
  padding: 0px;
  margin: 0px;
}

.list1 li {
  padding: 0px;
  margin: 0px;
  text-align: left;
  line-height: 30px;
}

.list1 li i {
  padding: 0px;
  margin: 0px 4px 0px 0px;
}

/* highlight colors */
.highlight {
  color: #fff;
  padding: 2px 5px;
  background: #000;
  border-radius: 3px;
}

.highlight.black {
  background: #000;
  border-radius: 3px;
}

.highlight.red {
  background: #ff0000;
  border-radius: 3px;
}

.highlight.gray {
  background: #aaa;
}

.highlight.yellow {
  background: #fff000;
}

.highlight.blue {
  background: #0099cc;
}

.highlight.pink {
  background: #e826b4;
}

.highlight.green {
  background: #48b02b;
}

.highlight.orange {
  background: #ffcc00;
}

.highlight.magenta {
  background: #9325ea;
}

/* buttons */
.button, button {
  background-color: #714a9d;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
  padding: 4px 10px;
  text-transform: uppercase;
  border: none;
  height: 30px;
  font-family: "Open Sans", sans-serif !important;
}

button:hover {
  background-color: #404040 !important;
}

.button::-moz-focus-inner {
  border: none; /* overrides extra padding in Firefox */
}

.button:hover, .button.hover, .page-numbers:hover {
  background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%); /* FF3.6 */
  background: -webkit-gradient(linear, center bottom, center top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.2))); /* Saf4+, Chrome */
}

.button:active, .button.active, .page-numbers:active {
  top: 2px;
  background: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%); /* FF3.6 */
  background: -webkit-gradient(linear, center bottom, center top, from(rgba(255, 255, 255, 0.2)), to(rgba(0, 0, 0, 0.1))); /* Saf4+, Chrome */
}

.button.full {
  display: block;
}

.button.small {
  font-size: 13px;
}

.button.medium {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
}

.button.large {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}

/* styled buttons */
.button.red {
  background-color: #ff0000;
  color: #fff;
}

.button.blue {
  background-color: #117ed1;
  color: #fff;
}

.button.lightblue {
  background-color: #0099cc;
  color: #fff;
}

.button.green {
  background-color: #009933;
  color: #fff;
}

.button.black {
  background-color: #333;
  color: #fff;
}

.button.orange {
  background-color: #ff8100;
  color: #fff;
}

.button.darkgray {
  background-color: #818181;
  color: #fff;
}

.button.gray {
  background-color: #f0f0f0;
  color: #000;
}

/* tables */
.table-style {
  float: left;
  width: 100%;
}

.table-list {
  float: left;
  background-color: #fff;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  width: 100%;
}

.table-list th {
  padding: 18px 10px;
  background-color: #eee;
}

.table-list td {
  padding: 13px 10px;
  text-align: center;
  background-color: #f5f5f5;
}

.table-list tr:hover td {
  background-color: #f9f9f9;
}

ul.list_empty {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.list_empty li {
  float: left;
  padding: 0px;
  margin: 0px 20px 35px 0px;
}

/* pricing tables */
.pricing-tables-main {
  position: relative;
  float: left;
  margin-bottom: 40px;
}

.pricing-tables {
  position: relative;
  float: left;
  width: 24%;
  border: 1px solid #eee;
}

.pricing-tables .title {
  float: left;
  width: 100%;
  height: 30px;
  padding: 13px 0 10px 0;
  background-color: #454545;
  text-align: center;
  font-size: 23px;
  color: #fff;
  border-top: 3px solid #272727;
  border-bottom: 1px solid #818181;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.pricing-tables .price {
  float: left;
  width: 100%;
  padding: 30px 0 30px 0;
  background-color: #636363;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.pricing-tables .price i {
  font-size: 14px;
  color: #ccc;
  display: block;
  font-weight: normal;
  font-style: normal;
  margin-top: 5px;
}

.pricing-tables .cont-list {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f9f9f9;
  text-align: center;
  color: #727272;
}

.pricing-tables .cont-list ul {
  margin: 0;
  padding: 0;
}

.pricing-tables .cont-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}

.pricing-tables .cont-list li.last {
  border: none;
}

.pricing-tables .ordernow {
  float: left;
  width: 100%;
  padding: 28px 0px;
  background-color: #eee;
  text-align: center;
  color: #fff;
}

.pricing-tables-main .ordernow .normalbut {
  color: #fff;
  background-color: #666;
  border: 1px solid #454545;
  padding: 10px 18px;
  border-radius: 3px;
  font-weight: normal;
}

.pricing-tables-main .ordernow .normalbut:hover {
  background-color: #727272;
}

.pricing-tables-main .ordernow .colorchan {
  color: #fff;
  background-color: #714a9d;
  padding: 10px 18px;
  border-radius: 3px;
  font-weight: normal;
}

.pricing-tables-main .ordernow .colorchan:hover {
  color: #fff;
  background-color: #404040;
}

.pricing-tables-helight {
  position: relative;
  float: left;
  width: 27%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.pricing-tables-helight .title {
  float: left;
  width: 100%;
  height: 46px;
  padding: 20px 0 0 0;
  margin-top: -10px;
  background-color: #058bab;
  text-align: center;
  font-size: 23px;
  color: #fff;
  border-top: 3px solid #057c98;
  border-bottom: 1px solid #1ba3c5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.pricing-tables-helight .price {
  float: left;
  width: 100%;
  padding: 30px 0 30px 0;
  background-color: #714a9d;
  text-align: center;
  font-size: 45px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.pricing-tables-helight .price i {
  font-size: 14px;
  color: #eee;
  display: block;
  font-weight: normal;
  font-style: normal;
  margin-top: 5px;
}

.pricing-tables-helight .cont-list {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f9f9f9;
  text-align: center;
  color: #727272;
}

.pricing-tables-helight .cont-list ul {
  margin: 0;
  padding: 0;
}

.pricing-tables-helight .cont-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}

.pricing-tables-helight .cont-list li.last {
  border: none;
}

.pricing-tables-helight .ordernow {
  float: left;
  width: 100%;
  padding: 30px 0 35px 0;
  background-color: #eee;
  text-align: center;
  color: #fff;
}

.pricing-tables-two {
  position: relative;
  float: left;
  width: 33%;
  border: 1px solid #eee;
}

.pricing-tables-two .title {
  float: left;
  width: 100%;
  height: 30px;
  padding: 13px 0 10px 0;
  background-color: #454545;
  text-align: center;
  font-size: 23px;
  color: #fff;
  border-top: 3px solid #272727;
  border-bottom: 1px solid #818181;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.pricing-tables-two .price {
  float: left;
  width: 100%;
  padding: 30px 0 30px 0;
  background-color: #636363;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.pricing-tables-two .price i {
  font-size: 14px;
  color: #ccc;
  display: block;
  font-weight: normal;
  font-style: normal;
  margin-top: 5px;
}

.pricing-tables-two .cont-list {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f9f9f9;
  text-align: center;
  color: #727272;
}

.pricing-tables-two .cont-list ul {
  margin: 0;
  padding: 0;
}

.pricing-tables-two .cont-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}

.pricing-tables-two .cont-list li.last {
  border: none;
}

.pricing-tables-two .ordernow {
  float: left;
  width: 100%;
  padding: 28px 0;
  background-color: #eee;
  text-align: center;
  color: #fff;
}

.pricing-tables-helight-two {
  position: relative;
  float: left;
  width: 33%;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.pricing-tables-helight-two .title {
  float: left;
  width: 100%;
  height: 46px;
  padding: 20px 0 0 0;
  margin-top: -10px;
  background-color: #058bab;
  text-align: center;
  font-size: 23px;
  color: #fff;
  border-top: 3px solid #057c98;
  border-bottom: 1px solid #1ba3c5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.pricing-tables-helight-two .price {
  float: left;
  width: 100%;
  padding: 30px 0 30px 0;
  background-color: #714a9d;
  text-align: center;
  font-size: 45px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.pricing-tables-helight-two .price i {
  font-size: 14px;
  color: #eee;
  display: block;
  font-weight: normal;
  font-style: normal;
  margin-top: 5px;
}

.pricing-tables-helight-two .cont-list {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f9f9f9;
  text-align: center;
  color: #727272;
}

.pricing-tables-helight-two .cont-list ul {
  margin: 0;
  padding: 0;
}

.pricing-tables-helight-two .cont-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}

.pricing-tables-helight-two .cont-list li.last {
  border: none;
}

.pricing-tables-helight-two .ordernow {
  float: left;
  width: 100%;
  padding: 30px 0 35px 0;
  background-color: #eee;
  text-align: center;
  color: #fff;
}

/* columns with box */
.framed-box {
  border: 1px solid #e3e3e3;
  width: 100%;
}

.framed-box.center {
  text-align: center;
}

.framed-box-wrap {
  border: 1px solid #fff;
  background-color: #f9f9f9;
}

.framed-box-wrap .pricing-title {
  background-color: #f1f1f1;
  padding: 20px 0px 0px 0px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.framed-box-wrap .pricing-text-list {
  padding: 15px 20px 40px 20px;
  text-align: center;
}

/* testimonials */
.testimonials-5 {
  float: left;
}

.testimonials-5 span {
  float: left;
}

.testimonials-4 {
  float: left;
}

.testimonials-4 .content {
  float: left;
  padding: 20px 20px 25px 20px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.testimonials-4 .content i {
  font-size: 11px;
  color: #909090;
  text-transform: none;
}

.testimonials-2 {
  float: left;
}

.testimonials-2 span {
  float: left;
  line-height: 21px;
  padding: 20px 30px 20px 30px;
  border: 1px solid #eee;
  background: #f9f9f9;
}

/* section 1 */
ul.lirc_section {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.lirc_section li {
  float: left;
  padding: 0px;
  margin: 0px;
}

.lirc_section li.left {
  float: left;
  padding: 0px;
  margin: 0 8% 0 0;
  width: 90px;
  height: 90px;
  line-height: 110px;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
}

.lirc_section li.left i {
  color: #714a9d;
}

.lirc_section li.right {
  float: left;
  padding: 0px;
  margin: 0;
  width: 60.7%;
}

.lirc_section li.left.two {
  padding: 0px;
  margin: 0 0 0 35%;
  width: 65px;
  height: 65px;
  line-height: 75px;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
}

.lirc_section li.right.two {
  float: left;
  padding: 0px;
  margin: 0;
  width: 100%;
  text-align: center;
}

.lirc_section li.right.two h3 {
  margin-top: 20px;
}

.punchline_text_box {
  float: left;
  width: 95.4%;
  padding: 30px 20px;
  margin: 0px;
  border: 1px solid #eee;
  border-left: 5px solid #714a9d;
  color: #999;
  background: #f9f9f9;
}

.punchline_text_box strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #383634;
}

.punchline_text_box .left {
  float: left;
  width: 80%;
}

.punchline_text_box .right {
  float: left;
  width: 20%;
}

a.knowmore_but {
  float: right;
  padding: 13px 20px 13px 20px;
  margin: 0px 0px 0px 50px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background-color: #714a9d;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #999;
}

a.knowmore_but:hover {
  color: #fff;
  background-color: #383634;
}

/* scroll up */
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 22px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background: url(../images/scroll-top-arrow.png) no-repeat left top;
  z-index: 999;
}

/*.site-search-area .inputbox.search-query {}*/
.mod-finder label {
  display: none;
}

.awesomplete {
  display: block !important;
}

.mod-finder .js-finder-search-query {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  color: #999999;
  float: left;
  font-size: 13px;
  height: 40px;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
}

.site-search-area .button {
  background: url("../images/site-search-icon.png") no-repeat scroll center 14px #714a9d;
  border: 0 none;
  border-radius: 0 !important;
  cursor: pointer;
  float: left;
  height: 42px;
  line-height: 100;
  overflow: hidden;
  text-indent: -5555em;
  width: 50px;
}

.site-search-area .button:hover {
  background: url("../images/site-search-icon.png") no-repeat scroll center 14px #383634;
}

.right_sidebar ul.list i {
  margin: 8px 6px 0 0;
}

.right_sidebar ul.list li {
  line-height: 30px;
}

#access .menu ul#tiny li.deeper a i {
  display: none;
}

.container .right_sidebar .sidebar_widget .list {
  float: left;
}

.container .right_sidebar .moduletable .search .form-inline label {
  display: none;
}

/* Recent Posts */
.sidebar_widget.aidanews2 img {
  opacity: 0.8;
  float: left;
  margin-right: 0;
  opacity: 0.8;
  height: 50px;
  width: 50px;
}

.sidebar_widget.aidanews2 img:hover {
  float: left;
  margin-right: 0;
  opacity: 1;
}

.sidebar_widget .aidanews2_art {
  border-bottom: 1px solid #F5F6F6;
  float: left;
  margin: 0 0 16px;
  padding: 0 0 13px;
  width: 100%;
}

.sidebar_widget .aidanews2_art.last {
  border-bottom: 0 solid #f5f6f6;
  margin: 0;
  padding: 0 0 7px;
}

.Recentpost .aidanews2_main {
  float: left;
  text-align: left;
  width: 100%;
}

.sidebar_widget .aidanews2_mainL {
  margin-right: 15px;
  width: auto;
  float: left;
}

.Recentpost .aidanews2_mainR a {
  color: #999999;
  display: block;
  line-height: 17px;
  text-decoration: none;
}

.Recentpost .aidanews2_mainR a:hover {
  color: #714a9d;
}

.Recentpost li {
  list-style: none;
}

.Recentpost i.fa {
  display: none;
}

.Recentpost .aidanews2_date {
  color: #C9C9C9;
  display: block;
  font-size: 10px;
  font-style: normal;
  margin: 0;
  padding: 1px 0 0;
}

.custom.sidebar_widget.blogtab .aidanews2 img {
  height: 50px;
  width: 50px;
}

.custom.sidebar_widget.blogtab .aidanews2_bottomlink a {
  display: none;
}

.custom.sidebar_widget ul.tabs li {
  border-left: medium none;
  border-right: 1px solid #fff;
  float: left;
  height: 43px !important;
  line-height: 43px !important;
  min-height: 43px !important;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px;
}

.custom.sidebar_widget ul.tabs li.active, html .custom.sidebar_widget ul.tabs li.active a, html .custom.sidebar_widget ul.tabs li.active a:hover {
  background: none repeat scroll 0 0 #fff;
  border-top: 1px solid #6fbe48;
  border-bottom: 1px solid #fff;
  color: #363333;
}

.custom.sidebar_widget ul.tabs li a {
  cursor: pointer;
  display: block;
  font-weight: 600;
  outline: medium none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px;
  color: #595959;
  height: 43px !important;
  line-height: 43px !important;
  min-height: 43px !important;
}

.custom.sidebar_widget .tab-container {
  background: none repeat scroll 0 0 #fff;
  clear: both;
  float: left;
  overflow: hidden;
  padding: 15px 20px 20px;
  width: 86%;
}

.custom.sidebar_widget .tab-content {
  background: none repeat scroll 0 0 #fff;
  font-size: 12px;
  padding: 0;
}

.moduletable.sidebar_widget.blogtab .tab-container .tab-content .frposts ul {
  margin: 0;
}

.tab-content#tab3 a {
  background-color: #f9f9f9;
  border-radius: 2px;
  color: #909090;
  font-size: 12px !important;
  padding: 2px 7px;
  margin: 0 5px 5px 0;
}

.custom sidebar_widget.blogtab ul.tabs li a:hover {
  background: none repeat scroll 0 0 #454545;
}

.tab-content#tab3 a:hover {
  background-color: #6fbe48;
  color: #fff;
}

.recent_posts_list li a {
  color: #999;
  display: block;
  line-height: 17px;
  text-decoration: none;
}

.tags li a {
  background-color: #f9f9f9;
  border-radius: 2px;
  color: #909090;
  float: left;
  font-size: 12px;
  padding: 2px 7px;
}

.tags li {
  float: left;
  line-height: 25px;
  list-style-type: none;
  margin: 0 5px 5px 0;
  padding: 0;
}

.product-view ul.tabs li a {
  color: #595959;
}

/** tags **/
.product-description #tab3.tab-content a {
  background-color: #f9f9f9;
  border-radius: 2px;
  color: #909090;
  font-size: 12px !important;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 7px;
  float: left;
}

.product-description #holder_TC169 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 7px;
  margin-top: 0;
  width: 300px;
}

/** tags in footer **/
.footer .one_fourth a.cloud_TC185:link {
  float: left;
  font-size: 14px !important;
  padding: 5px;
}

a.cloud_TC185:hover {
  border-radius: 2px;
}

.footer .tagsright.one_fourth a {
  background-color: #3d3d3d;
  border-radius: 2px;
  color: #909090;
  float: left;
  font-size: 12px !important;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 10px;
}

/* Comment */
.ccomment h4 {
  font-family: "Raleway", sans-serif;
}

.ccomment-reply {
  color: #D3D3D3 !important;
  float: left;
  margin-top: 5px !important;
}

.ccomment-reply:hover {
  text-decoration: none;
  color: #727272 !important;
  float: left;
  margin-top: 5px !important;
}

.comment_form label {
  margin-bottom: 20px !important;
}

.commentbtn {
  float: left;
  width: 100%;
}

.comment_submit {
  float: left;
}

.ccomment.row-fluid {
  float: left;
  margin-top: 20px;
  width: 100%;
}

html .custom.sidebar_widget ul.tabs li.active a:hover {
  background-color: #fff !important;
  color: #363333 !important;
}

.moduletable.sidebar_widget .aidanews2 .even {
  background-color: #fff !important;
}

/*blog */
.blog_postcontent .pagenav {
  float: left;
  background-color: #714a9d;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.pagination p {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.pagination li span:hover {
  background-color: #454545;
  color: #ffffff;
}

.pagination li a:hover {
  background-color: #454545;
  color: #ffffff;
}

.tooltip-inner {
  display: none;
}

.divider_dashed9 {
  border-top: 1px dotted #d7d7d7;
  float: left;
  height: 0;
  margin: 20px 0 24px;
  width: 100%;
}

.container .content_left .blog_postcontent.item-page .single_content {
  float: left;
}

/*.blog_postcontent.item-page .single_content > p {
    margin: 10px 0 0 10%;
    padding-bottom: 27px;
}
*/
.left_sidebar ul.list, .right_sidebar ul.list {
  float: left;
  margin: -10px 0 0 !important;
  padding: 0 !important;
}

.btn.btn-small.ccomment-reply.btn-link {
  text-decoration: none;
  font-size: 14px;
}

.comment_input_bg {
  background-color: #f9f9f9 !important;
  border-color: #e3e3e3 !important;
  border-radius: 5px !important;
  border-style: solid !important;
  border-width: 2px 1px 1px 2px !important;
  float: left !important;
  height: 25px !important;
  padding: 7px 10px 0 !important;
  width: 75% !important;
}

.comment_textarea_bg {
  background-color: #f9f9f9 !important;
  border-color: #e3e3e3 !important;
  border-radius: 5px !important;
  border-style: solid !important;
  border-width: 2px 1px 1px 2px !important;
  float: left !important;
  height: 235px !important;
  margin-bottom: 20px !important;
  padding: 7px 10px 0 !important;
  width: 90% !important;
}

.comment_submit {
  font-family: "Open Sans", sans-serif;
  background-color: #714a9d;
  border-radius: 4px;
  color: #fff;
  float: left;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
  padding: 4px 10px;
  text-transform: uppercase;
}

.comment_checkbox {
  display: block;
  float: left;
  margin-top: 10px;
  width: 90%;
}

.ccomment .ccomment-form {
  margin-top: 20px;
  width: 100%;
  float: left;
}

.post_meta_links {
  display: none;
}

.container .right_sidebar .sidebar_widget.staticpage, .container .left_sidebar .sidebar_widget.staticpage {
  float: none !important;
  width: auto !important;
}

.aidanews2 img {
  border: 0px !important;
}

.aidanews2 .aidanews2_img1 img {
  float: left;
  margin-right: 0;
  opacity: 0.8 !important;
}

.aidanews2 .aidanews2_img1 img:hover {
  opacity: 1 !important;
}

.aidanews2_mainR li a:hover {
  color: #714a9d !important;
}

.aidanews2 .aidanews2_main .aidanews2_date {
  color: #c9c9c9;
  display: block;
  font-size: 10px;
  font-style: normal;
  margin: 0;
  padding: 1px 0 0;
}

h3 i {
  font-style: normal;
  font-weight: normal;
}

.image_left1 {
  float: left;
  margin: 0 30px 0 0;
  padding: 0;
}

.single_content .tabs ul {
  background: none repeat scroll 0 0 #e3e3e3;
  float: left;
  list-style: none outside none;
  margin: 0;
  min-height: 45px;
  padding: 0;
  width: 100%;
}

/*extra*/
#member-registration .form-actions a, #member-registration .form-actions button {
  float: left !important;
}

#SobiPro #spEntryForm .form-horizontal .btn:hover {
  background-color: #e6e6e6 !important;
}

.search.site-search-area .form-inline .button.btn.btn-primary {
  margin-left: 0px !important;
}

.SobiPro .category-container, .SobiPro .entry-container {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.single_content .one_fourth .lirc_section .right.two h3, .four_col_fusection.inner .one_fourth h3, .single_content .one_full .one_third .fullimage_box2 h3, .single_content .framed-box .framed-box-wrap .pricing-title h3 {
  float: none !important;
  line-height: inherit !important;
  text-align: center !important;
  width: 100% !important;
}

.content_fullwidth .blog_post .single_content .one_full h3 {
  width: 100% !important;
}

/*blog search*/
.search.frontend-form header {
  border-bottom: 1px solid #e3e3e3;
  color: #79bab6;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 13px;
  padding: 0 0 9px;
  text-transform: uppercase;
}

.search.frontend-form {
  margin-top: 0;
}

.frontend-form {
  background-color: #ffffff;
  padding: 0;
}

.btn-search {
  padding: 10px 20px;
  height: auto;
  font-size: 14px;
  cursor: pointer;
}

.btn-search:hover {
  background: #9ac63d !important;
}

#searchForm {
  background: #f7f7f7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  width: auto;
  padding: 16px;
  overflow: hidden;
  margin: auto;
}

#searchForm fieldset {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  display: block;
  padding: 25px 0 5px;
}

#searchForm section {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.word .two_third.last > label {
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}

#searchForm .inputbox {
  -moz-appearance: none;
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: #404040;
  display: block;
  font: 15px/19px "Open Sans", Helvetica, Arial, sans-serif;
  height: 39px;
  outline: medium none;
  padding: 8px 10px;
  width: 100%;
}

.search.frontend-form #searchForm button.button:hover {
  background-color: #2f3538 !important;
}

.search.frontend-form #searchForm button.button {
  height: 36px;
  margin-left: 5px;
  background-color: #535451 !important;
  border-radius: 0;
}

.search-results {
  border-top: 2px solid #e3e3e3;
  float: left;
  margin-top: 10px;
  padding: 10px 0;
  width: 100%;
}

.search .result-title {
  padding: 10px 0;
  font-weight: bold;
}

.highlight {
  border-radius: 3px;
  color: #fff;
  font-weight: normal !important;
}

.search .highlight {
  background-color: #9ac63d;
}

span.highlight {
  font-weight: bold;
  padding: 1px 4px;
}

/*contact page*/
.google-map {
  width: 47%;
}

.one_half .form-validate dt .hasTooltip.required {
  display: block !important;
  float: left !important;
  margin-top: 10px !important;
  width: 100% !important;
}

.one_half .form-validate dd input {
  background-color: #f9f9f9 !important;
  border-color: #e1e1e1 !important;
  border-radius: 5px !important;
  border-style: solid !important;
  border-width: 2px 1px 1px 2px !important;
  float: left !important;
  height: 32px !important;
  line-height: 32px !important;
  padding: 0 0 0 10px !important;
  vertical-align: middle !important;
  width: 70% !important;
}

.one_half .form-validate dd textarea {
  background-color: #f9f9f9;
  border-color: #e1e1e1;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px 1px 1px 2px;
  float: left;
  height: 235px;
  margin-bottom: 20px;
  padding: 7px 10px 0;
  width: 90%;
}

.content_fullwidth .one_half #contact-form.form-validate button.button:hover, .content_fullwidth .logout form button.button:hover {
  background: none repeat scroll 0 0 #2f3538 !important;
}

.content_fullwidth .one_half #contact-form.form-validate button.button, .content_fullwidth .logout form button.button {
  height: 36px; /*background-color: #535451 !important;
border-radius: 0 !important;
box-shadow: none !important;
color: #ffffff;
display: block;
float: left;
margin-left: 5px;
text-align: center;
text-transform: uppercase;
transition: background-color 300ms ease-in-out 0s;
white-space: nowrap;*/
}

.moduletable h3 {
  font-weight: 600;
}

label.invalid, span.red {
  color: red;
}

.one_full span.red {
  color: #FFF;
}

.invalid {
  background-color: #ffd;
  border-color: red;
  color: #000;
}

.mar_top3 {
  height: 0px;
}

.blog_post .blog_postcontent.item-page .page-header h1 {
  display: none;
}

.right_sidebar h3, .right_sidebar ul.list {
  float: none;
}

.right_sidebar .moduletable.login {
  background-color: #f3f3f3;
  float: left;
  width: 100%;
}

.right_sidebar .moduletable.login #form-login-username.control-group .element-invisible, .right_sidebar #form-login-username.moduletable.login .control-group input, .right_sidebar .moduletable.login #form-login-password.control-group .element-invisible, .right_sidebar #form-login-password.moduletable.login .control-group input {
  width: 100%;
  float: left;
}

/*login modul*/
.right_sidebar .moduletable.login h3.right_module {
  padding-top: 25px;
  text-align: center;
  margin: 0px !important;
}

.right_sidebar .moduletable.login #form-login-username.control-group input, .right_sidebar .moduletable.login #form-login-password.control-group input {
  margin-bottom: 30px;
}

.right_sidebar .moduletable.login #form-login-username.control-group input, .right_sidebar .moduletable.login #form-login-password.control-group input {
  width: 100%;
  font-size: 12px;
}

.right_sidebar .moduletable.login .form-inline .userdata, .right_sidebar .moduletable.login .userdata {
  padding: 35px;
}

.right_sidebar .moduletable.login .control-group .element-invisible {
  color: #404040;
}

#login-form .btn.btn-primary {
  background-color: #714a9d;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
  padding: 4px 10px;
  text-transform: uppercase;
  border: none;
}

.control-group.checkbox {
  width: 60%;
  float: left;
}

#form-login-submit {
  width: 40%;
  float: right;
}

.right_sidebar .moduletable.login ul.unstyled {
  float: left;
  width: 100%;
  padding-top: 10px;
}

.right_sidebar .moduletable.login .tabs #tab_reg .userdata {
  padding: 35px !important;
}

.right_sidebar .moduletable.login #tab_reg .userdata ul.unstyled li a, #member-registration .form-actions a {
  background-color: #714a9d;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
  padding: 10px 10px;
  text-transform: uppercase;
  border: none;
  height: 10px;
  line-height: 10px;
  font-family: "Open Sans", sans-serif !important;
}

.right_sidebar .moduletable.login #tab_reg .userdata ul.unstyled li a:hover {
  background-color: #404040 !important;
}

.content_left #user-registration .form-actions {
  margin-top: -35px;
}

/*sobipro page*/
.category-container .span3.thumbcat .row-fluid .span12 img {
  border: 1px solid #d3d9d9 !important;
  padding: 10px;
  height: 153px;
}

.category-container .span3.thumbcat .row-fluid .span12 p.thumbcat a {
  color: #714a9d;
  font-size: 15px;
}

.category-container .span3.thumbcat .row-fluid .span12 a small {
  color: #404040;
  font-size: 13px;
}

.category-container .span3.thumbcat .row-fluid .span12.category {
  margin-top: 5px;
}

.SobiPro .SPEntryEdit div.required {
  border: 0px !important;
}

.SobiPro #spEntryForm .SPEntryEdit .pull-right .btn {
  background-image: none !important;
  background-color: #714a9d !important;
}

.SobiPro #spEntryForm .SPEntryEdit .pull-right .btn:hover {
  background-image: none !important;
  background-color: #404040 !important;
}

.SobiPro #spEntryForm .SPEntryEdit .pull-right .btn.sobipro-cancel {
  color: #fff !important;
  text-shadow: none !important;
}

.SobiPro img {
  width: 165px !important;
}

.SobiPro .category-container .row-fluid.main {
  margin-top: 20px;
}

.SobiPro .category-container .row-fluid .row-fluid {
  border-bottom: 0px solid #714a9d;
}

.spField.field_image {
  padding: 10px;
  border: 1px solid #d3d9d9 !important;
  opacity: 0.8;
}

.spField.field_image:hover {
  opacity: 1;
}

.spField strong {
  width: 200px;
  float: left;
  font-weight: normal !important;
  color: #000;
}

.spField ul.spField.field_business_day li, .spField ul.spField.field_degree li {
  margin-left: 200px;
  line-height: 30px !important;
}

.field_country, .field_fax, .field_website, .field_business_days {
  padding-bottom: 20px !important;
}

.spEntryCats {
  padding-top: 20px;
  color: #404040;
  font-weight: bold;
}

.SPDetailEntry h1 {
  color: #404040 !important;
  text-align: left;
}

.SobiPro .navbar-inner {
  background-color: #FFFFFF !important;
  background-image: none !important;
}

.SobiPro .navbar-search .search-query {
  border-radius: 5px !important;
  font-family: "Open Sans", sans-serif !important;
}

.SobiPro #SPSearchBox {
  width: 50% !important;
  margin-right: 15px;
}

.SobiPro .control-label {
  text-align: left !important;
  font-family: "Open Sans", sans-serif !important;
}

.SobiPro button, .SobiPro select, .SobiPro option, .SobiPro input[type=text] {
  font-family: "Open Sans", sans-serif !important;
}

.SobiPro .btn.btn-success {
  background-color: #714a9d !important;
  background-image: none;
}

.SobiPro .btn.btn-success:hover {
  background-color: #2f3538 !important;
  background-image: none;
}

.SobiPro #SPExOptBt {
  background-color: #714a9d !important;
  background-image: none !important;
  color: #fff;
  text-shadow: none !important;
}

.SobiPro #SPExOptBt:hover {
  background-color: #2f3538 !important;
  background-image: none !important;
  color: #fff;
}

.SobiPro #SPSearchForm .control-group .controls .btn-group .btn {
  background-color: #714a9d !important;
  background-image: none !important;
  color: #fff;
  border-radius: 4px;
}

.SobiPro #SPSearchForm .control-group .controls .btn-group .btn:hover {
  background-color: #2f3538 !important;
  background-image: none !important;
  color: #fff;
  border-radius: 4px;
}

.SobiPro #SPSearchForm .control-group .controls .btn-group .btn.active {
  background-color: #808080 !important;
  background-image: none !important;
  color: #fff !important;
  border-radius: 4px;
}

.SobiPro #SPSearchForm .control-group .controls .btn-group .btn.active:hover {
  background-color: #808080 !important;
  background-image: none !important;
  color: #fff;
  border-radius: 4px;
}

.SobiPro #SPSearchForm .control-group .controls .btn-group .btn {
  margin-right: 10px;
  text-shadow: none !important;
}

.SPDetails .SPDetailEntry .spField {
  line-height: 30px;
}

/*footerlinks*/
.footerlinks ul {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
}

.footerlinks li {
  display: inline-block;
  height: 15px;
  list-style: none outside none;
  padding: 0 2px;
}

.footerlinks li a {
  margin-top: 0;
}

.footerlinks li a i {
  display: none;
}

.one_half.footerlinks > b {
  float: left;
}

.moduletable.one_fourth.last .left {
  float: left;
  margin: 0;
  padding: 0;
  width: 20px;
}

/*LATEST TWEETS*/
.footer .moduletable.one_fourth.last .right {
  float: right;
  font-size: 12px;
  margin: -2px 0 0;
  padding: 0;
  width: 89%;
  line-height: 16px;
}

.moduletable.one_fourth.last a.small:hover {
  color: #999;
  font-size: 9px;
}

.moduletable.one_fourth.last a.small {
  color: #727272;
  font-size: 9px;
}

.moduletable.one_fourth .right .small a, .moduletable.one_fourth .right .small {
  color: #727272;
  font-size: 9px;
}

.moduletable.one_fourth .right .small a:hover {
  color: #999;
  font-size: 9px;
}

.SobiPro .spField img {
  margin-left: 10px;
}

.SobiPro .pagination ul > li > a:hover {
  background-color: #714a9d !important;
}

.SobiPro .navbar-search .search-query {
  font-family: "Open Sans", sans-serif !important;
}

.moduletable.tagsright.one_fourth .tagcloud.tags li a {
  font-family: "Open Sans", sans-serif !important;
}

#SobiPro h1 {
  padding: 0px !important;
}

/*Sobi module on home page*/
.moduletable.frontend.fusection1.container .frontend.fusectio1 .container .one_third .right > img {
  height: 200px;
  width: 200px;
}

.frontend.fusectio2 .hide_contdiv p {
  font-weight: 600;
}

/*tabs*/
ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:hover {
  background: none repeat scroll 0 0 #eee !important;
  border-top: 0px !important;
  color: #363333 !important;
}

ul.tabs li a, ul.tabs li a:hover {
  background: none repeat scroll 0 0 transparent !important;
  color: #363333 !important;
}

/*popup*/
.overlay-bg .form-horizontal .control-label {
  max-width: 50%;
  text-align: left;
  width: 18%;
  float: left;
  padding-top: 5px;
  display: block;
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 14px;
}

.overlay-bg form {
  margin: 0 0 20px;
}

.overlay-bg fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.overlay-bg .form-horizontal .control-group:before, .overlay-bg .form-horizontal .control-group:after {
  content: "";
  display: table;
  line-height: 0;
}

.overlay-bg .form-horizontal .control-group {
  margin-bottom: 20px;
}

.overlay-bg label {
  display: block;
  margin-bottom: 5px;
}

.overlay-bg label, .overlay-bg input, .overlay-bg button, .overlay-bg select, .overlay-bg textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.overlay-bg .input-80 {
  max-width: 93%;
  width: 85%;
}

.overlay-bg .form-search input, .form-inline input, .overlay-bg .form-horizontal input, .overlay-bg .form-search textarea, .overlay-bg .form-inline textarea, .overlay-bg .form-horizontal textarea, .overlay-bg .form-search select, .overlay-bg .form-inline select, .overlay-bg .form-horizontal select, .overlay-bg .form-search .help-inline, .overlay-bg .form-inline .help-inline, .overlay-bg .form-horizontal .help-inline, .overlay-bg .form-search .uneditable-input, .overlay-bg .form-inline .uneditable-input, .overlay-bg .form-horizontal .uneditable-input, .overlay-bg .form-search .input-prepend, .overlay-bg .form-inline .input-prepend, .overlay-bg .form-horizontal .input-prepend, .overlay-bg .form-search .input-append, .overlay-bg .form-inline .input-append, .overlay-bg .form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.overlay-bg textarea, .overlay-bg input[type=text], .overlay-bg input[type=password], .overlay-bg input[type=datetime], .overlay-bg input[type=datetime-local], .overlay-bg input[type=date], .overlay-bg input[type=month], .overlay-bg input[type=time], .overlay-bg input[type=week], .overlay-bg input[type=number], .overlay-bg input[type=email], .overlay-bg input[type=url], .overlay-bg input[type=search], .overlay-bg input[type=tel], .overlay-bg input[type=color], .overlay-bg .uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.overlay-bg select, .overlay-bg textarea, .overlay-bg input[type=text], .overlay-bg input[type=password], .overlay-bg input[type=datetime], .overlay-bg input[type=datetime-local], .overlay-bg input[type=date], .overlay-bg input[type=month], .overlay-bg input[type=time], .overlay-bg input[type=week], .overlay-bg input[type=number], .overlay-bg input[type=email], .overlay-bg input[type=url], .overlay-bg input[type=search], .overlay-bg input[type=tel], .overlay-bg input[type=color], .overlay-bg .uneditable-input {
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 6px;
}

.overlay-bg select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.overlay-bg select, .overlay-bg input[type=file] {
  height: 30px;
}

#sobiProFooter {
  display: none;
}

.frontend.top_links ul.list {
  float: right;
  margin: 0px !important;
}

.frontend.top_links ul.list a {
  background-color: #714a9d;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: relative;
  top: 2px;
}

.frontend.top_links ul.list a:hover {
  background-color: #9ac63d;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

/*appoinment*/
.content_left .blog_post .blog_postcontent.item-page .single_content {
  width: 100%;
}

.content_left .blog_post .blog_postcontent.item-page .single_content .contact-form .control-group .controls.field .input-80 {
  background-color: #f9f9f9 !important;
  border-color: #e1e1e1 !important;
  border-radius: 5px !important;
  border-style: solid !important;
  border-width: 2px 1px 1px 2px !important;
  float: left !important;
  height: 32px !important;
  line-height: 32px !important;
  padding: 0 0 0 10px !important;
  vertical-align: middle !important;
  width: 70% !important;
}

.content_left .blog_post .blog_postcontent.item-page .single_content .contact-form .control-group {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.content_left .blog_post .blog_postcontent.item-page .single_content .contact-form .control-group .controls.field {
  width: 80%;
}

.content_left .blog_post .blog_postcontent.item-page .single_content .contact-form .control-group .lable {
  float: left;
  width: 20%;
}

.content_left .blog_post .blog_postcontent.item-page .single_content .contact-form .control-group .controls.field textarea.input-80 {
  height: 120px !important;
}

.control-group .controls.field button:hover, .userdata #form-login-submit.control-group .btn.btn-primary:hover, #login-form .button:hover {
  background-color: #404040 !important;
}

.content_left .blog_post .blog_postcontent.item-page .single_content .contact-form .control-group .controls.field select, .content_left .blog_post .blog_postcontent.item-page .single_content .contact-form .control-group .controls.field option {
  color: #727272 !important;
}

.ccomment-comments-list ul.ccomment-replies .comment_wrap {
  margin: 10px 20px 10px 50px !important;
  overflow: hidden;
}

/*Login register page,forgot pages*/
#member-registration .control-group {
  float: left;
  width: 100%;
  margin: 5px 0px;
}

#user-registration .control-group {
  float: left;
  width: 100%;
  margin: 20px 0px;
}

#member-registration .form-actions {
  margin-top: 20px;
}

#member-registration .control-group .controls input, #user-registration .control-group .controls input {
  background-color: #f9f9f9 !important;
  border-color: #e1e1e1 !important;
  border-radius: 5px !important;
  border-style: solid !important;
  border-width: 2px 1px 1px 2px !important;
  float: left !important;
  height: 32px !important;
  line-height: 32px !important;
  padding: 0 0 0 10px !important;
  vertical-align: middle !important;
  width: 70% !important;
}

#system-message p {
  color: red;
}

.invalid {
  background-color: #ffd;
}

#contact-form .control-group .controls.field .btn {
  margin-left: 105px;
}

/** kunena **/
.container #Kunena a:link, .container #Kunena a:visited, .container #Kunena a:active, .container #Kunena a:hover, .container #Kunena a:focus {
  color: #714a9d !important;
}

#Kunena .button a, #Kunena .kbutton {
  background: none repeat scroll 0 0 #714a9d !important;
}

#Kunena .button:hover, #Kunena .kbutton:hover {
  background: none repeat scroll 0 0 #000 !important;
}

/* k2 category heading */
.cat_head_cust {
  color: #714a9d !important;
  margin-bottom: 0;
}

.catItemTitle a {
  color: #714a9d !important;
}

div.itemListCategory {
  background: none !important;
}

.right_sidebar div.k2TagCloudBlock.sidebar_widget a:hover {
  background: none repeat scroll 0 0 #714a9d !important;
}

/* ============================================*/
/*                 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 {
  padding: 0px;
  margin: 0px;
  line-height: 1;
  background: #fff;
}

body, input, textarea {
  font: 15px "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  color: #727272;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #404040;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 22px;
  font-style: normal;
}

h2 {
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 22px;
  font-style: normal;
}

h2 i {
  font-style: normal;
}

h2 strong {
  font-weight: 600;
}

h3 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
  font-style: normal;
}

h3 i {
  font-weight: normal;
  font-style: normal;
}

h3 strong {
  font-weight: 600;
  font-style: normal;
}

h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  font-style: normal;
}

h4 i {
  font-weight: normal;
  font-style: normal;
}

h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  font-style: normal;
}

h6 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  font-style: normal;
}

/* Text elements */
p {
  font: 16px "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.6;
}

ul, ol {
  margin: 0 0 20px 0;
  list-style-position: inside;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 20px 0 20px 36px;
  font-size: 13px;
  border-left: 5px solid #6fbe48;
  padding: 5px 20px 5px 20px;
  font-family: "Open Sans" !important;
  font-weight: normal;
  color: #454545;
}

pre {
  background: #f4f4f4;
  font-size: 13px;
  font: 13px "Open Sans", sans-serif;
  line-height: 1.5;
  margin-bottom: 40px;
  overflow: auto;
  padding: 0.75em 20px;
}

code, kbd {
  font-size: 13px;
  font: 13px "Open Sans", sans-serif;
}

abbr, acronym, dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 40px;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

.dropcap {
  display: block;
  float: left;
  font-size: 45px;
  padding: 0;
  margin: 0;
  margin: 15px 8px 0 0;
  text-transform: uppercase;
}

.lite1 {
  color: #ca6d6d;
  border-bottom: 1px dotted #ca6d6d;
}

.lite2 {
  border-bottom: 1px dotted #ca6d6d;
}

/* Links */
a {
  color: #714a9d;
  text-decoration: underline;
}

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

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;
}

/* Clear Fix Styles */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
  clear: both;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
.clearfix {
  display: block;
}

.moduletable h4 {
  margin-bottom: 5px;
  font-weight: 600;
}

.right_sidebar .moduletable_menu {
  margin-bottom: 30px;
}

.right_sidebar .moduletable li,
.right_sidebar .moduletable p {
  color: #404040;
}

.footer .moduletable h4,
.footer .moduletable li,
.footer .moduletable p {
  color: #ccc;
}

.image_left {
  float: left;
  padding: 0px;
  margin: 0px 0px 16px 0px;
  width: 100%;
}

.image_left1 {
  float: left;
  padding: 0px;
  margin: 0px 30px 0px 0px;
}

.image_left2 {
  float: left;
  padding: 10px;
  margin: 0px 10px 0px 0px;
}

.image_left3 {
  float: left;
  padding: 0px;
  margin: 0px 30px 0px 0px;
}

.image_left9 {
  float: left;
  padding: 0px;
  margin: 0px;
}

.image_left11 {
  float: left;
  padding: 5px 15px 5px 0;
  margin: 0px 15px 0px 0px;
  padding-bottom: 220px;
  border-right: 1px solid #ddd;
}

.image_right12 {
  float: right;
  padding: 0px;
  margin: 0px;
}

.mar_top1 {
  margin-top: 10px;
  width: 100%;
  float: left;
}

.mar_top2 {
  margin-top: 20px;
  width: 100%;
  float: left;
}

.mar_top3 {
  margin-top: 30px;
  width: 100%;
  float: left;
}

.mar_top4 {
  margin-top: 40px;
  width: 100%;
  float: left;
}

.mar_top5 {
  background-color: #fff;
  float: left;
  padding-top: 50px;
  width: 100%;
}

.mar_top6 {
  margin-top: 60px;
  width: 100%;
  float: left;
}

.mar_top7 {
  margin-top: 70px;
  width: 100%;
  float: left;
}

.mar_top8 {
  margin-top: 80px;
  width: 100%;
  float: left;
}

.mar_top9 {
  margin-top: 90px;
  width: 100%;
  float: left;
}

.mar_top10 {
  margin-top: 100px;
  width: 100%;
  float: left;
}

.mar_top13 {
  margin-top: 94px;
  width: 100%;
  float: left;
}

.mar_top20 {
  margin-top: 119px;
  width: 100%;
  float: left;
}

.divider_line {
  float: left;
  width: 100%;
  height: 18px;
  padding: 0px;
  margin: 10px 0px 50px 0px;
  border-bottom: 1px solid #f3f3f3;
}

.divider_line2 {
  float: left;
  width: 100%;
  height: 18px;
  padding: 0px;
  margin: 35px 0px 50px 0px;
  border-bottom: 1px solid #f3f3f3;
}

.divider_line3 {
  float: left;
  width: 100%;
  height: 18px;
  padding: 0px;
  margin: 32px 0px 50px 0px;
  border-bottom: 1px solid #f3f3f3;
}

.divider_line4 {
  float: left;
  width: 100%;
  height: 1px;
  padding: 0px;
  margin: 14px 0px 15px 0px;
  border-bottom: 1px solid #404040;
}

.divider_line5 {
  float: left;
  width: 100%;
  height: 8px;
  padding: 0px;
  margin: 30px 0px 27px 0px;
  border-bottom: 1px solid #f3f3f3;
}

.divider_line8 {
  float: left;
  width: 100%;
  height: 18px;
  padding: 0px;
  margin: 20px 0px 50px 0px;
  border-bottom: 1px solid #f3f3f3;
}

.divider_line_9 {
  float: left;
  width: 100%;
  height: 18px;
  padding: 0px;
  margin: 0px 0px 27px 0px;
}

.container .content_fullwidth .item-page .one_full .list_empty li a:hover {
  color: #fff;
}

img.happyclient {
  border: 1px solid #e3e3e3;
  float: left;
  margin-right: 13px;
  margin-top: 7px;
}

/* ============================================*/
/*                    AVEXA                    */
/* ============================================*/
hr {
  clear: both;
  border: 0 !important;
  height: 0;
  display: block;
}

#trueHeader {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  height: 110px;
}

.tp-caption a:hover {
  color: #fff !important;
}

.single_content p {
  margin: 5px 0 10px 0;
}

/* OWL */
.ext-item-wrap {
  position: relative;
}

.ext-item-content {
  position: relative;
  opacity: 0;
  position: absolute;
  padding: 20px;
  top: 0;
  text-align: center;
  background: #ff0;
}

.ext-item-wrap:hover .ext-item-content {
  opacity: 1;
}

.nn_tabs > ul.nav-tabs > li > a, .nn_tabs > ul.nav-tabs > li > a:hover {
  color: #fff;
}

.nn_tabs.top > ul.nav-tabs > li.active a, .nn_tabs.top > ul.nav-tabs > li.active a:hover {
  background: #9ac63d;
  color: #fff;
}

.nn_tabs.top > ul.nav-tabs > li a, .nn_tabs > ul.nav-tabs > li > a:hover {
  background: #714a9d;
  color: #fff;
}

.nn_tabs.outline_handles ul.nav-tabs > li a, .nn_tabs.outline_handles ul.nav-tabs > li a:hover {
  color: #fff;
}

.nn_tabs.outline_content > .tab-content {
  border: none !important;
  margin-bottom: 15px;
}

.nspArt h4.nspHeader {
  margin-bottom: 10px;
}

.nspArt h4.nspHeader a {
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.nspArt p.nspText {
  font-size: 13px;
}

.nspMain {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.nspArt p.nspText {
  float: none;
  margin-bottom: 20px;
}

.prod .image_frame {
  width: 40%;
}

.prod a.button_slider {
  line-height: 1.3;
}

.prod a.button_slider span {
  font-size: 10px;
}

.prod table {
  width: 54%;
  border-collapse: collapse;
  float: right;
}

.prod table td {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 4px 8px;
}

.prod table tr:nth-child(odd) td {
  background: #f2f2f2;
}

.prod h4 {
  font-weight: bold;
  color: #714a9d;
  font-size: 16px;
  margin-bottom: 10px;
}

#form {
  clear: both;
  padding-top: 20px;
}

#form .foxcontainer {
  background: #f7f7f7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: visible;
}

.foxcontainer input, .foxcontainer select {
  padding: 6px 12px !important;
}

.foxcontainer textarea {
  padding: 6px 12px !important;
  height: 60px !important;
}

#mid_330-buttons {
  clear: both;
  width: 100%;
}

.right_sidebar .foxcontainer input,
.right_sidebar .foxcontainer select,
.right_sidebar .foxcontainer textarea {
  display: block;
  margin: 8px 0;
  width: 90%;
}

.foxcontainer .submit-button {
  cursor: pointer;
}

/*	Pagination	*/
.pagination {
  color: #999;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
  clear: both;
  display: block;
}

.pagination ul {
  text-align: center;
}

.pagination ul li {
  background: none;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
}

.pagination ul li span, .pagination ul li a {
  background: #714a9d;
  color: #fff;
  display: inline-block;
  padding: 6px 8px;
  line-height: 1;
  text-decoration: none;
}

.pagination ul li span {
  color: #fff;
  background-color: #9ac63d;
}

.pagination ul li a:hover, .pagination ul li a:focus, .pagination ul li a:active {
  background-color: #9ac63d;
  text-decoration: none;
  color: #fff !important;
}

.pagination ul li.pagination-start span,
.pagination ul li.pagination-prev span,
.pagination ul li.pagination-next span,
.pagination ul li.pagination-end span {
  background: #ccc;
  color: #333;
}

table.cenik {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0 25px 0;
}

table.cenik td {
  padding: 5px 10px;
  border: 1px solid #ddd;
  color: #404040;
}

table.cenik td:nth-child(2) {
  width: 25%;
}

table.cenik tr:nth-child(even) td {
  background: #f7f7f7;
}

table.cenik tr:nth-child(odd) td {
  background: #fafafa;
}

table.cenik td:nth-last-child(1) {
  text-align: right;
}

table.cenik3c {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}

table.cenik3c td {
  padding: 5px 10px;
  border: 1px solid #ddd;
  color: #404040;
}

table.cenik3c td:nth-child(2) {
  width: 15%;
}

table.cenik3c td:nth-child(3) {
  width: 15%;
  text-align: right;
}

table.cenik3c tr:nth-child(even) td {
  background: #f7f7f7;
}

table.cenik3c tr:nth-child(odd) td {
  background: #fafafa;
}

.terapeuti table {
  border-collapse: collapse;
  width: 100%;
}

.terapeuti table td {
  padding: 0 15px 25px 0;
  vertical-align: top;
}

.terapeuti table a {
  padding: 8px 18px;
  font-size: 15px;
}

/* FRM Buttons */
div#access {
  margin-right: 36px !important;
  float: right;
}

div#access ul.maximenuck {
  background: none !important;
}

div#access ul.maximenuck li.maximenuck.level1 > a,
div#access ul.maximenuck li.maximenuck.level1 > span.separator {
  color: #404040 !important;
  padding: 4px 10px 5px 10px;
}

div#access ul.maximenuck li.maximenuck.level1 > a:hover {
  background: #714a9d !important;
  color: white !important;
}

div#access ul.maximenuck li.level1.parent > a:after,
div#access ul.maximenuck li.level1.parent > span.separator:after,
div#access ul.maximenuck li.level1.parent li.parent > a:after,
div#access ul.maximenuck li.level1.parent li.parent > span.separator:after,
div#access ul.maximenuck li.maximenuck ul.maximenuck2 li.parent > a:after {
  display: inline-block !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105" !important;
  border: none !important;
  right: 7px !important;
}

div#access ul.maximenuck li.maximenuck ul.maximenuck2 li.parent > a:after {
  top: 13px !important;
}

div#access div.floatck {
  margin: 0;
  border: none;
  display: block;
  padding: 10px 17px 10px 17px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #fff;
  background: #714a9d;
  width: 179px;
  text-align: left;
  border-bottom: 1px solid #d1add3;
}

div#access div.maxidrop-main {
  width: auto !important;
}

#access ul.menu li.item530 a,
#access ul.menu li.item971 a {
  background: #9ac63d;
  border-radius: 5px;
  color: #fff !important;
  margin-left: 10px;
}

#access ul.menu li.item530 a span,
#access ul.menu li.item971 a span {
  color: #fff !important;
}

div#access ul.maximenuck li.item530.level1 > a:hover,
div#access ul.maximenuck li.item971.level1 > a:hover {
  background: #714a9d;
}

#access .menu ul li.item-971 a {
  height: 8px;
  background: #9ac63d;
  border-radius: 5px;
  color: #fff;
  margin-left: 10px;
}

#access .menu ul li.item-971 a i {
  display: none !important;
}

#access .menu ul li.item-971 a:hover {
  background: #714a9d;
  color: #fff;
}

#mod-custom338 {
  background: #f9f9f9;
  padding: 50px 0;
  margin-bottom: 40px;
}

#mod-custom338 p {
  font-size: 20px;
}

.ceniky .right_sidebar {
  margin-bottom: 0;
}

.ceniky .moduletable.cenik {
  height: 300px;
}

.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
  color: #714a9d;
}

footer ul {
  margin-bottom: 10px;
}

.terapie .frontend.fusectio1 h4 {
  font-size: 20px;
  line-height: 32px;
}

.terapie .frontend.fusectio1 a.button_slider {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  margin-top: 25px;
}

.terapie .frontend.fusectio1 a.button_slider:hover {
  color: #fff;
}

.terapie .frontend.fusectio1 a.button_slider i {
  margin-left: 5px;
}

.home-contact-us p {
  font-size: 20px;
  margin: 18px 0;
}

.home-contact-us a.button_slider {
  padding: 10px 25px;
}

a.tlacitko {
  display: inline-block;
  padding: 13px 25px;
  margin: 10px 0;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #714a9d;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  color: #714a9d;
  font-size: 12px;
}

a.tlacitko:hover {
  background: #9ac63d;
}

/* Tlačítko ve slideru */
.tp-caption a {
  color: #ffffff !important;
}

/* Cookies */
.cadre_inner_alert_cookies {
  padding-top: 8px;
}

.cadre_inner_alert_cookies .cadre_texte p {
  padding-top: 0;
}

#cadre_alert_cookies .btn-success {
  background: #9ac63d !important;
  border: 1px solid #9ac63d !important;
  line-height: 14px !important;
}

#cadre_alert_cookies .btn-success:hover {
  background: #714a9d !important;
  border: 1px solid #714a9d !important;
}

#cadre_alert_cookies p {
  display: inline-block;
  padding-top: 2px;
}

/* ============================================*/
/*                  RESPONSIVE                 */
/* ============================================*/
@media only screen and (min-width: 1170px) {
  .jcarousel-skin-tango .jcarousel-prev-horizontal {
    top: 125px;
    left: -50px;
  }
  .jcarousel-skin-tango .jcarousel-next-horizontal {
    top: 125px;
    right: -32px;
  }
}
@media only screen and (max-width: 1169px) {
  .main-slider {
    display: none;
  }
  .frontend.fusectio1 .one_third {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1000px) {
  .frontend.punch_text02 .right_img {
    background: none;
    padding: 50px 0;
  }
  .frontend.punch_text02 a.button_slider {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .frontend.punch_text02 .right_img {
    background: none;
    padding: 20px;
  }
  .frontend.punch_text02 a.button_slider {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1169px) {
  .container {
    width: 1000px;
    margin: auto auto auto auto;
  }
  a.button_slider {
    padding: 13px 18px;
  }
  .slider_sec_box {
    width: 244px;
  }
  .slider_sec_box i {
    width: 62px;
  }
  .four_col_fusection .one_fourth {
    margin-right: 1.3%;
  }
  .four_col_fusection .one_fourth i {
    margin-left: 55px;
  }
  .punch_text02 b {
    font-size: 31px;
  }
  .our_team_box_big ul {
    width: 215px;
  }
  .our_team_box_big img.teammempic {
    width: 215px;
  }
  .our_team_box ul {
    width: 165px;
  }
  .our_team_box .boxleft {
    width: 165px;
    margin: 0px 16px 0 0;
  }
  .our_team_box .boxright {
    width: 165px;
  }
  .one_fourth .portfolio_image {
    width: 93%;
  }
  .portfolio_page .imgWrap {
    position: relative;
    width: 325px;
  }
  .portfolio_page h3 {
    width: 325px;
  }
  .portfolio_page .imgDescription i {
    left: 140px;
  }
  ul.post_meta_links {
    margin: -10px 0px 0px 10.3%;
    width: 80%;
  }
  .frontend.fusectio1 .one_third {
    width: 320px;
    margin-right: 20px;
  }
  .frontend.fusectio1 .one_third .left {
    position: absolute;
    float: left;
    width: 146px;
  }
  .frontend.fusectio1 .one_third .right {
    float: right;
    width: 149px;
  }
  .frontend.fusectio2 .zoom_img {
    height: 194px;
  }
  .frontend.fusectio2 .hide_contdiv {
    height: 120px;
    padding: 40px 10% 0px 10%;
  }
  .partners li {
    float: left;
    width: 139px;
    padding: 10px 0px 8px 0px;
    margin: 0px 20px 0px 0px;
  }
  .partners li img {
    width: 100%;
  }
  .frontend.punch_text02 b {
    font-size: 22px;
  }
  .frontend.punch_text02 b em {
    font-size: 14px;
    margin-top: 5px;
  }
  /*sobipro*/
  .SobiPro img {
    width: 140px !important;
    padding: 10px !important;
  }
  .moduletable.frontend.fusection1.container .frontend.fusectio1 .container .one_third .right > img {
    width: 149px;
  }
  #contact-form .control-group .controls.field button.btn {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  /*.container {
  	width: 100%;
  	margin: auto auto auto auto;
  }

  .logo_main {
  	width: 27%;
  }
  .menu_main {
  	width: 73%;
  }
  	*/
  #access .menu ul li a {
    font-size: 13px;
    padding: 3px 6px 19px 8px;
  }
  a.button_slider {
    padding: 9px 10px;
    font-size: 14px;
  }
  a.button_slider_02 {
    padding: 9px 10px;
    font-size: 14px;
  }
  .slider_sec_box {
    width: 183px;
    height: 45px;
    font-size: 10px;
    padding: 16px 0px 0px 0px;
  }
  .slider_sec_box b {
    font-size: 14px;
  }
  .slider_sec_box i {
    width: 45px;
    height: 40px;
    line-height: 31px;
  }
  .four_col_fusection .one_fourth {
    margin-right: 1.1%;
  }
  .four_col_fusection .one_fourth i {
    margin-left: 27px;
  }
  .punch_text02 b {
    padding: 0px 0px 0px 0px;
    font-size: 31px;
    line-height: 34px;
    width: 70%;
  }
  .punch_text02 b em {
    line-height: 22px;
  }
  .punchline_text_box {
    width: 93.5%;
  }
  .punchline_text_box .left {
    width: 70%;
  }
  .punchline_text_box .right {
    width: 30%;
  }
  .lirc_section li.right {
    width: 52%;
  }
  .get_features .get_features_list li.left {
    margin: 0px 5px 0px 0px;
    width: 40px;
    height: 40px;
    line-height: 48px;
  }
  .our_team_box_big img.teammempic {
    width: 170px;
  }
  .our_team_box_big ul {
    width: 165px;
  }
  .our_team_box ul {
    margin: 0;
    padding: 7px 0 0 0px;
    float: left;
    width: 120px;
  }
  .our_team_box .boxleft {
    width: 120px;
    float: left;
    margin: 0px 14px 0 0;
  }
  .our_team_box .boxright {
    width: 120px;
    float: right;
    margin: 0px;
  }
  .box_widget_full {
    width: 95%;
  }
  .one_fourth .portfolio_image {
    width: 93%;
  }
  .portfolio_page .imgWrap {
    position: relative;
    width: 239px;
    height: 200px;
  }
  .portfolio_page .imgWrap img {
    float: left;
    width: 100%;
    height: 200px;
  }
  .portfolio_page h3 {
    width: 239px;
  }
  .portfolio_page .imgDescription i {
    top: 80px;
    left: 100px;
  }
  ul.post_meta_links {
    margin: -10px 0px 0px 14%;
    width: 80%;
  }
  .left_sidebar {
    width: 26%;
  }
  .right_sidebar {
    width: 26%;
  }
  ul.fullimage_box2 {
    width: 80%;
  }
  .framed-box-wrap .pricing-text-list {
    padding: 15px 13px 40px 13px;
  }
  .project_details strong {
    font-size: 11px;
  }
  .project_details span a {
    padding: 3px 4px;
    margin: 0px 0px 0px 1px;
    font-size: 10px;
  }
  .portfolio_image {
    width: 95%;
  }
  .portfolio_image .title {
    padding: 10px 19px 7px 10px;
  }
  #site-searchform #s {
    width: 62%;
  }
  .adsbanner-list li {
    width: 90px;
    height: 90px;
  }
  .adsbanner-list li img {
    width: 90px;
    height: 90px;
  }
  .adsbanner-list li.last {
    width: 90px;
    height: 90px;
  }
  .blog_post h3 {
    width: 83%;
  }
  .post_info_content {
    padding: 0px;
    margin: 0 0 0 15%;
    width: 85%;
    float: left;
  }
  .post_info_content_small {
    padding: 0px;
    margin: 0 0 0 2.5%;
    width: 51.7%;
    float: left;
  }
  .post_info_content_small a.date {
    float: left;
    margin: 0px 10px 0px 0px;
  }
  .post_info_content_small h3 {
    font-size: 18px;
    float: left;
    width: 70%;
  }
  ul.post_meta_links_small {
    float: left;
    margin: -15px 0px 12px 70px;
    padding: 0px 0px 0px 0px;
    width: 70%;
  }
  .blog_postcontent .video_frame iframe {
    height: 250px;
  }
  .about_author {
    width: 92%;
  }
  .comment_form {
    width: 100%;
  }
  .address-info {
    width: 88%;
  }
  .google-map {
    width: 96%;
  }
  a.show_hide {
    margin: 0px 0px 0px 720px;
  }
  .punchline_text_home h2 {
    width: 75%;
    margin: 0px 0px 0px 0px;
  }
  .punchline_text_home strong {
    width: 20%;
  }
  .site_boxedfeatures_two {
    width: 75%;
  }
  .site_boxedfeatures_two img {
    width: 100%;
  }
  .twitter_feed .left {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 18px;
  }
  .frontend.fusectio1 .one_third {
    width: 235px;
    margin-right: 20px;
  }
  .frontend.fusectio1 .one_third .left {
    position: absolute;
    float: left;
    width: 140px;
  }
  .frontend.fusectio1 .one_third .right {
    float: right;
    width: 70px;
  }
  .frontend.fusectio1 .one_third .right.one {
    background-position: -60px top;
  }
  .frontend.fusectio1 .one_third .right.two {
    background-position: -69px top;
  }
  .frontend.fusectio1 .one_third .right.three {
    background-position: -60px top;
  }
  .frontend.fusectio2 .zoom_img {
    height: 159px;
  }
  .frontend.fusectio2 .hide_contdiv {
    font-size: 13px;
    line-height: 18px;
    height: 109px;
    padding: 10px 10% 0px 10%;
  }
  .frontend.fusectio3 .one_third.last img {
    width: 100%;
  }
  .frontend.fusectio3 .one_third li h4 {
    font-size: 14px;
  }
  .frontend.fusectio3 .one_third li img {
    width: 22%;
    margin-right: 10px;
  }
  .frontend.fusectio3 .one_third.last img {
    width: 100%;
  }
  .spe_banner {
    padding-bottom: 40px;
  }
  .spe_banner .left {
    width: 100%;
    min-height: 180px;
    background-position: center bottom;
    background-size: 45%;
    border-bottom: 1px solid #eee;
  }
  .spe_banner .right {
    float: left;
    width: 100%;
    padding-top: 28px;
    text-align: center;
  }
  .spe_banner .right strong {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .people_says .picture {
    margin: 0px 25px 0px 0px;
    width: 80px;
  }
  .people_says .picture img {
    width: 100%;
  }
  .people_says .who_pic {
    width: 239px;
    padding-top: 0px;
  }
  .partners li {
    float: left;
    width: 107px;
    padding: 10px 0px 8px 0px;
    margin: 0px 10px 0px 0px;
  }
  .partners li img {
    width: 100%;
  }
  .frontend.punch_text02 b {
    font-size: 18px;
  }
  .frontend.punch_text02 b em {
    font-size: 12px;
    margin-top: 5px;
  }
  /*sobipro*/
  .SobiPro li {
    padding-left: 23px;
    padding-right: 23px;
  }
  .SobiPro .navbar-search {
    padding-bottom: 15px;
    padding-right: 110px;
  }
  .right_sidebar .moduletable.login #tab_reg .userdata ul.unstyled li a, #login-form .btn.btn-primary, .userdata .unstyled li {
    font-size: 10px !important;
  }
  .control-group.checkbox, #form-login-submit {
    width: 100% !important;
  }
  .SobiPro img {
    width: 100px !important;
    padding: 5px !important;
  }
  .moduletable.frontend.fusection1.container .frontend.fusectio1 .container .one_third .right > img {
    width: 70px;
  }
  .frontend.fusectio2 .hide_contdiv p {
    font-size: 13px !important;
    font-weight: 600;
    height: 109px;
    line-height: 18px;
  }
  .frontend.fusectio2 .zoom_img h5 {
    font-size: 15px;
  }
  .moduletable.one_fourth.last .left {
    width: 18px;
  }
  .portfolio_sidebar_widget {
    margin-top: 45px !important;
  }
  .site-search-area .inputbox.search-query {
    width: 62% !important;
  }
  .moduletable.sidebar_widget img {
    height: 90px;
    width: 90px;
  }
  #contact-form .control-group .controls.field button.btn {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Disable menu */
  #access .menu ul#tiny {
    display: none;
  }
  /* Enable dropdown menu */
  .selectnav {
    display: block;
  }
  .selectnav {
    display: inline;
  }
  #access .menu select {
    border: 1px solid #e3e3e3;
    border-top: 2px solid #e3e3e3;
    padding: 9px 9px 9px 9px;
    background-color: #fff;
    color: #333639;
    width: 360px;
    margin: -25px 40px 0px 0px;
    float: left;
  }
  .container {
    width: 448px;
    margin: auto auto auto auto;
  }
  .content_left {
    float: left;
    width: 100%;
    padding: 40px 0px 0px 0px;
  }
  .content_fullwidth {
    float: left;
    width: 100%;
    padding: 40px 0px 0px 0px;
  }
  .right_sidebar {
    float: left;
    width: 100%;
    padding: 40px 0px 0px 0px;
  }
  .left_sidebar {
    float: left;
    width: 100%;
    padding: 40px 0px 0px 0px;
  }
  .content_right {
    float: left;
    width: 100%;
    padding: 40px 0px 0px 0px;
  }
  .one_full {
    width: 100%;
  }
  .one_half {
    width: 100%;
    margin-bottom: 30px;
  }
  .one_third {
    width: 100%;
    margin-bottom: 30px;
  }
  .one_fourth {
    width: 100%;
    margin-bottom: 30px;
  }
  .one_fifth {
    width: 100%;
    margin-bottom: 30px;
  }
  .two_third {
    width: 100%;
    margin-bottom: 30px;
  }
  .three_fourth {
    width: 100%;
    margin-bottom: 30px;
  }
  .last {
    margin-right: 0 !important;
    clear: right;
    margin-bottom: 0 !important;
  }
  .search-button {
    top: 40px;
  }
  #trueHeader {
    height: 170px;
  }
  #trueHeader #logo {
    height: 50px;
    margin-top: 18px;
    margin-bottom: 8px;
    background: url(../images/logo.png) no-repeat center top;
  }
  .logo_main {
    width: 100%;
  }
  .logo_main #logo > img {
    margin: 5px 31% !important;
  }
  .menu_main {
    width: 100%;
  }
  .frontend.top_links {
    float: right;
    width: 100%;
    height: 43px;
    padding-top: 0px;
    margin-bottom: 18px;
    text-align: center;
  }
  .mar_top13 {
    margin-top: 160px;
    width: 100%;
    float: left;
  }
  a.button_slider {
    padding: 5px 5px;
    font-size: 10px;
    border-radius: 2px;
  }
  a.button_slider_02 {
    padding: 5px 5px;
    font-size: 10px;
    border-radius: 2px;
  }
  .slider_sec_box {
    width: 100px;
    height: 27px;
    font-size: 7px;
    padding: 9px 0px 0px 14px;
  }
  .slider_sec_box b {
    font-size: 10px;
  }
  .slider_sec_box i {
    width: 45px;
    height: 40px;
    line-height: 31px;
    display: none;
  }
  .four_col_fusection .one_fourth {
    width: 85%;
    padding: 30px 7%;
    border-right: none;
    margin-bottom: 40px;
  }
  .four_col_fusection .one_fourth i {
    margin-left: 140px;
  }
  .punch_text02 b {
    padding: 10px 0px 0px 0px;
    width: 100%;
    line-height: 34px;
  }
  .punch_text02 b em {
    line-height: 27px;
  }
  .punch_text02 a.icon_but {
    margin-top: 20px;
    float: left;
  }
  .footer .one_fourth {
    width: 100%;
    margin-right: 0%;
  }
  .copyright_info .one_half {
    width: 100%;
    margin-right: 0%;
  }
  ul.footer_social_links {
    float: left;
  }
  .twitter_feed .right {
    width: 94%;
  }
  .about_site img {
    width: 99%;
  }
  .get_features ul.get_features_list {
    width: 100%;
  }
  .clients .jcarousel-skin-tango .jcarousel-item {
    margin-right: 15px;
  }
  .punchline_text_box {
    width: 90%;
  }
  .punchline_text_box .left {
    width: 100%;
  }
  .punchline_text_box .right {
    width: 100%;
    float: left;
  }
  .punchline_text_box .right a {
    float: left;
    margin: 10px 0px 0px 0px;
  }
  ul.fullimage_box2 {
    width: 90%;
  }
  .our_team_box_big img.teammempic {
    width: 100%;
  }
  .our_team_box_big ul {
    width: 100%;
  }
  .our_team_box .boxleft {
    width: 100%;
    float: left;
    margin: 0px 0px 30px 0;
  }
  .our_team_box .boxright {
    width: 100%;
    float: left;
    margin: 0px;
  }
  .our_team_box ul {
    width: 100%;
  }
  ul.fullimage_box {
    float: left;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    width: 100%;
  }
  ul.fullimage_box.last {
    float: left;
    width: 100%;
    margin-left: 0%;
  }
  .lirc_section li.left.two {
    margin: 0 0 0 43%;
  }
  .error_pagenotfound strong {
    font-size: 100px;
    line-height: 70px;
  }
  .error_pagenotfound b {
    font-size: 20px;
    line-height: 30px;
  }
  .error_pagenotfound em {
    font-size: 13px;
    font-weight: 600;
  }
  .error_pagenotfound p {
    font-size: 11px;
  }
  .portfolio_area_left {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    width: 98%;
    float: left;
  }
  .portfolio_area_right {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 98%;
    float: left;
  }
  .project_details {
    padding: 0px;
    margin: 65px 0px 0px 0px;
  }
  .addto_favorites {
    float: left;
    margin: 15px 0px 0px 0px;
  }
  .addto_favorites:hover {
    float: left;
    margin: 15px 0px 0px 0px;
  }
  .prod table {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .portfolio_area_right ul.small_social_links {
    margin: 22px 0px 0px 170px;
  }
  .project_details span {
    padding: 4px 0px;
  }
  .project_details strong {
    width: 22%;
  }
  .blog_post h3 {
    font-size: 18px;
    float: none;
    width: 100%;
    line-height: 27px;
  }
  .blog_post a.date {
    float: left;
    margin-right: 15px;
  }
  .post_info_content {
    padding: 0px;
    margin: 0 0 0 0;
    width: 97%;
    float: left;
  }
  ul.post_meta_links {
    float: left;
    margin: -10px 0px 12px 72px;
    padding: 0px 0px 0px 0px;
    width: 80%;
  }
  .post_meta_links li.post_by {
    float: left;
    padding: 0px 0px 0px 18px;
    border-right: 1px solid #d3d3d3;
    background: url(../images/blog/icon-by-user.png) no-repeat 0px 5px;
  }
  .post_meta_links li.post_categoty {
    float: left;
    padding: 0px 0px 0px 25px;
    border-right: 1px solid #d3d3d3;
    background: url(../images/blog/icon-category.png) no-repeat 9px 6px;
  }
  .post_meta_links li.post_comments {
    float: left;
    padding: 0px 0px 0px 25px;
    background: url(../images/blog/icon-comments.png) no-repeat 9px 5px;
  }
  .post_meta_links li a {
    color: #a1a1a1;
    padding: 0px 10px 0px 0px;
    text-decoration: none;
    font-size: 11px;
  }
  .blog_postcontent .image_frame {
    float: left;
    width: 96%;
    border: 7px solid #eee;
    margin-bottom: 25px;
  }
  .blog_postcontent .video_frame iframe {
    float: left;
    width: 97%;
    height: 200px;
    border: 7px solid #ddd;
    margin-bottom: 25px;
  }
  .blog_postcontent .image_frame.small {
    float: left;
    width: 97%;
    border: 7px solid #ddd;
    margin-bottom: 25px;
  }
  .blog_postcontent .video_frame.small iframe {
    float: left;
    width: 97%;
    height: 200px;
    border: 7px solid #ddd;
    margin-bottom: 25px;
  }
  .post_info_content_small {
    padding: 0px;
    margin: 0;
    width: 99%;
    float: left;
  }
  ul.post_meta_links_small {
    float: left;
    margin: -15px 0px 12px 80px;
    padding: 0px 0px 0px 0px;
    width: 82%;
  }
  #site-searchform #s {
    width: 83%;
  }
  ul.adsbanner-list {
    width: 50%;
  }
  .adsbanner-list li {
    margin: 0px 10px 10px 0px;
    padding: 0px;
    float: left;
    width: 100px;
    height: 100px;
    list-style-type: none;
  }
  .adsbanner-list li.last {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 100px;
    height: 100px;
    list-style-type: none;
  }
  .adsbanner-list li img {
    width: 100%;
    height: auto;
  }
  .about_author {
    width: 90%;
  }
  .comment_form {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  .comment_form label {
    float: left;
    width: 90px;
    height: 15px;
    padding: 7px 10px;
    margin-bottom: 20px;
  }
  .comment_input_bg {
    float: left;
    width: 68%;
    height: 25px;
    padding: 7px 10px 0px 10px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
  }
  .comment_textarea_bg {
    float: left;
    width: 94%;
    height: 235px;
    padding: 7px 10px 0px 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
  }
  .comment_checkbox {
    float: left;
    display: block;
    width: 94%;
    margin-top: 10px;
  }
  .address-info {
    width: 90%;
  }
  .google-map {
    width: 97%;
  }
  .pricing-tables {
    width: 24.5%;
  }
  .pricing-tables .title {
    font-size: 12px;
  }
  .pricing-tables .price {
    font-size: 18px;
  }
  .pricing-tables .price i {
    font-size: 9px;
    margin-top: 0px;
  }
  .pricing-tables-helight {
    position: relative;
    float: left;
    width: 24.5%;
  }
  .pricing-tables-helight .title {
    font-size: 12px;
  }
  .pricing-tables-helight .price {
    font-size: 18px;
  }
  .pricing-tables-helight .price i {
    font-size: 9px;
    margin-top: 0px;
  }
  .pricing-tables-two {
    width: 33%;
  }
  .pricing-tables-two .title {
    font-size: 12px;
  }
  .pricing-tables-two .price {
    font-size: 18px;
  }
  .pricing-tables-two .price i {
    font-size: 9px;
    margin-top: 0px;
  }
  .pricing-tables-helight-two {
    position: relative;
    float: left;
    width: 33%;
  }
  .pricing-tables-helight-two .title {
    font-size: 12px;
  }
  .pricing-tables-helight-two .price {
    font-size: 18px;
  }
  .pricing-tables-helight-two .price i {
    font-size: 9px;
    margin-top: 0px;
  }
  .slidingDiv {
    height: 75px;
  }
  a.show_hide {
    margin: 0px 0px 0px 430px;
  }
  .punchline_text_home h2 {
    width: 74%;
    margin: 0px 0px 0px 0px;
  }
  .punchline_text_home strong {
    width: 25%;
  }
  .site_boxedfeatures_two {
    width: 85%;
  }
  .site_boxedfeatures_two img {
    width: auto;
  }
  .clients_logos_list li img {
    width: 80%;
  }
  .lirc_section li.right {
    width: 71%;
  }
  .frontend.fusectio1 .one_third {
    width: 448px;
    margin-right: 0px;
  }
  .frontend.fusectio1 .one_third .left {
    width: 224px;
  }
  .frontend.fusectio2 .one_fourth {
    float: left;
    width: 48%;
    margin-right: 1%;
    margin-bottom: 5px;
  }
  .frontend.fusectio2 .mar_top2 {
    margin-top: 5px;
  }
  .frontend.fusectio2 .zoom_img {
    float: left;
    width: 100%;
    height: 183px;
  }
  .frontend.fusectio2 .hide_contdiv {
    float: left;
    width: 90%;
    height: 121px;
    padding: 25px 5% 0px 5%;
  }
  .frontend.fusectio3 .one_third {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0;
  }
  .frontend.fusectio4 .one_third {
    float: left;
    width: 100%;
    margin-right: 0%;
  }
  .people_says_main {
    float: left;
    width: 100%;
    padding-right: 0%;
    border-right: 0px dashed #eee;
  }
  .people_says .picture {
    margin: 0px 25px 0px 0px;
    width: 100px;
  }
  .people_says .picture img {
    width: 100%;
  }
  .people_says .who_pic {
    width: 320px;
    padding-top: 0px;
  }
  .partners {
    width: 100%;
    padding-left: 0%;
  }
  .partners li {
    float: left;
    width: 136px;
    padding: 10px 0px 8px 0px;
    margin: 0px 13px 0px 0px;
  }
  .partners li img {
    width: 100%;
  }
  .frontend.punch_text02 .right_img {
    background-position: left;
  }
  /*sobipro*/
  .SobiPro li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .SobiPro .navbar-search {
    padding-bottom: 15px;
    padding-right: 75px;
  }
  .SobiPro img {
    max-width: 85% !important;
    padding: 5px !important;
  }
  .span3.thumbcat {
    float: left !important;
    width: 23% !important;
  }
  .category-container .span3.thumbcat .row-fluid .span12 a small {
    font-size: 11px !important;
  }
  .category-container .span3.thumbcat .row-fluid .span12 p.thumbcat a {
    font-size: 13px !important;
  }
  ul.tabs {
    height: 45px !important;
  }
  html ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:hover {
    height: 43px !important;
  }
  .spField strong {
    width: 125px !important;
  }
  .spField ul.spField.field_business_day li {
    margin-left: 113px !important;
  }
  #contact-form .control-group .controls.field button.btn {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  /* Disable menu */
  #access {
    float: none;
  }
  #access .menu {
    float: none;
  }
  #access .menu ul#tiny {
    display: none;
    float: none;
  }
  /* Enable dropdown menu */
  .selectnav {
    display: block;
  }
  .selectnav {
    display: inline;
  }
  #access .menu select {
    border: 1px solid #e3e3e3;
    border-top: 2px solid #e3e3e3;
    padding: 9px 9px 9px 9px;
    background-color: #fff;
    color: #333639;
    width: 190px;
    margin: 0;
    float: none;
  }
  .logo_main #logo > img {
    margin: 5px auto !important;
    height: 50px;
  }
  .container {
    width: 97%;
    margin: auto auto auto auto;
  }
  .frontend.top_links ul.list a {
    margin: 0;
  }
  .content_left {
    float: left;
    width: 100%;
    padding: 30px 0;
  }
  .content_fullwidth {
    float: left;
    width: 100%;
    padding: 30px 0;
  }
  .right_sidebar {
    float: left;
    width: 100%;
    padding: 30px 0;
  }
  .left_sidebar {
    float: left;
    width: 100%;
    padding: 30px 0;
  }
  .content_right {
    float: left;
    width: 100%;
    padding: 30px 0;
  }
  .prod table {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .one_full {
    width: 100%;
  }
  .one_half {
    width: 100%;
    margin-bottom: 30px;
  }
  .one_third {
    width: 100%;
    margin-bottom: 30px;
  }
  .one_fourth {
    width: 100%;
    margin-bottom: 30px;
  }
  .one_fifth {
    width: 100%;
    margin-bottom: 30px;
  }
  .two_third {
    width: 100%;
    margin-bottom: 30px;
  }
  .three_fourth {
    width: 100%;
    margin-bottom: 30px;
  }
  .last {
    margin-right: 0 !important;
    clear: right;
    margin-bottom: 0 !important;
  }
  .footer .one_third {
    width: 90%;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  #trueHeader #logo {
    height: 50px;
    margin-top: 18px;
    margin-bottom: 8px;
    background: url(../images/logo.png) no-repeat center top;
  }
  #header {
    width: 100%;
  }
  .logo_main {
    width: 100%;
    float: none;
  }
  .frontend.top_links .list a {
    border-radius: 4px !important;
    font-size: 9px !important;
    padding: 3px 5px !important;
  }
  .menu_main {
    width: 310px;
    margin: 0 auto;
    float: none;
  }
  .search-div {
    right: 0;
    top: 80px;
    width: 250px;
  }
  .callus {
    font-size: 13px;
  }
  .frontend.top_links {
    float: right;
    width: 100%;
    height: 43px;
    padding-top: 0px;
    margin-bottom: 18px;
    text-align: center;
  }
  .frontend.top_links {
    font-size: 10px;
    margin-bottom: 0;
    height: 25px;
  }
  .frontend.top_links strong {
    font-size: 12px;
  }
  .frontend.top_links a.makeap_but {
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 9px;
  }
  .mar_top13 {
    margin-top: 130px;
    width: 100%;
    float: left;
  }
  a.button_slider {
    padding: 3px 2px;
    font-size: 11px;
    border-radius: 2px;
    float: none;
    width: 75%;
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  a.button_slider_02 {
    padding: 3px 2px;
    font-size: 7px;
    border-radius: 2px;
  }
  .slider_sec_box {
    width: 70px;
    height: 20px;
    font-size: 5px;
    padding: 9px 0px 0px 10px;
  }
  .slider_sec_box b {
    font-size: 7px;
  }
  .slider_sec_box i {
    display: none;
  }
  .moduletable.frontend.fusection1.container .frontend.fusectio1 .container .one_third .right > img {
    width: 95px;
  }
  .four_col_fusection .one_fourth {
    width: 88%;
    padding: 30px 5%;
    border-right: none;
    margin-bottom: 40px;
  }
  .four_col_fusection .one_fourth i {
    margin-left: 83px;
  }
  .punch_text02 b {
    padding: 10px 0px 0px 0px;
    width: 100%;
    line-height: 34px;
  }
  .punch_text02 b em {
    line-height: 27px;
  }
  .punch_text02 a.icon_but {
    margin-top: 20px;
    float: left;
  }
  .footer .one_fourth {
    width: 100%;
    margin-right: 0%;
  }
  .copyright_info .one_half {
    width: 100%;
    margin-right: 0%;
  }
  ul.footer_social_links {
    float: left;
  }
  .twitter_feed .right {
    width: 90%;
  }
  .about_site img {
    width: 99%;
  }
  .get_features ul.get_features_list {
    width: 100%;
  }
  .clients .jcarousel-skin-tango .jcarousel-item {
    margin-right: 15px;
  }
  .bottom_hilight .left {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 40px 0px 0px 0px;
    background-color: #fff;
  }
  .bottom_hilight .left iframe {
    float: left;
    width: 100%;
    height: 270px;
  }
  .bottom_hilight .right {
    float: left;
    width: 100%;
    padding: 0px 0px 40px 0px;
    margin: 27px 0px 0px 0px;
  }
  .bottom_hilight p {
    margin-top: 10px;
  }
  #footer .newsletter .rss_feeds {
    margin-top: 16px;
    margin-left: 27px;
  }
  .fresh_works .fresh_works_multylist li {
    margin: 0px 0px 0px 0px;
  }
  .fresh_works .fresh_works_multylist li .item {
    width: 223px;
    height: 200px;
  }
  .fresh_works .fresh_works_multylist li .item .caption {
    width: 203px;
    height: 180px;
  }
  .punchline_text_box {
    width: 83%;
  }
  .punchline_text_box .left {
    width: 100%;
  }
  .punchline_text_box .right {
    width: 100%;
    float: left;
  }
  .punchline_text_box .right a {
    float: left;
    margin: 10px 0px 0px 0px;
  }
  ul.fullimage_box2 {
    width: 85%;
  }
  .mar_top20 {
    margin-top: 55px;
    width: 100%;
    float: left;
  }
  .slider_static_image {
    height: 180px;
  }
  .slider_static_image .static_right_img {
    height: 180px;
    background-size: 65%;
  }
  .slider_static_image .static_left_content {
    float: left;
    width: 80%;
    margin: 20px 0px 0px 10px;
  }
  .slider_static_image .text1 {
    font-size: 12px;
    line-height: 12px;
  }
  .slider_static_image .text5 {
    color: #333;
    font-size: 18px;
    line-height: 18px;
  }
  .slider_static_image .text2 {
    font-size: 10px;
    line-height: 10px;
    margin-top: 10px;
  }
  .slider_static_image .text3 {
    font-size: 8px;
    line-height: 12px;
    margin-top: 7px;
  }
  .slider_static_image .text4 {
    margin-top: 10px;
  }
  .slider_video {
    height: 350px;
  }
  .slider_video .video_ara {
    width: 94%;
    height: 180px;
    margin-top: 0px;
  }
  .slider_video .text1 {
    font-size: 12px;
    line-height: 12px;
  }
  .slider_video .text5 {
    color: #333;
    font-size: 18px;
    line-height: 18px;
  }
  .slider_video .text2 {
    font-size: 10px;
    line-height: 13px;
    margin-top: 5px;
  }
  .slider_video .text3 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 7px;
  }
  .slider_video .text4 {
    margin-top: 10px;
  }
  .slider_video .slider_video_content {
    margin: 25px 0px 0px 10px;
  }
  .image_left1 {
    margin: 0px 30px 20px 0px;
  }
  .our_team_box_big img.teammempic {
    width: 100%;
  }
  .our_team_box_big ul {
    width: 100%;
  }
  .our_team_box .boxleft {
    width: 100%;
    float: left;
    margin: 0px 0px 30px 0;
  }
  .our_team_box .boxright {
    width: 100%;
    float: left;
    margin: 0px;
  }
  .our_team_box ul {
    width: 100%;
  }
  ul.fullimage_box {
    float: left;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    width: 100%;
  }
  ul.fullimage_box.last {
    float: left;
    width: 100%;
    margin-left: 0%;
  }
  .lirc_section li.left.two {
    margin: 0 0 0 43%;
  }
  .testimonials-9 {
    float: left;
    width: 94%;
  }
  .error_pagenotfound strong {
    display: block;
    font-size: 90px;
    line-height: 65px;
    font-weight: normal;
  }
  .error_pagenotfound b {
    display: block;
    font-size: 16px;
    line-height: 27px;
  }
  .error_pagenotfound em {
    display: block;
    font-size: 9px;
    line-height: 13px;
    margin: 0;
    font-style: normal;
    font-weight: bold;
  }
  h1 {
    font-size: 20px;
  }
  .portfolio_image {
    width: 95%;
  }
  .portfolio_area_left {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    width: 98%;
    float: left;
  }
  .portfolio_area_right {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 98%;
    float: left;
  }
  .project_details {
    padding: 0px;
    margin: 65px 0px 0px 0px;
  }
  .addto_favorites {
    float: left;
    margin: 15px 0px 0px 0px;
  }
  .addto_favorites:hover {
    float: left;
    margin: 15px 0px 0px 0px;
  }
  .portfolio_area_right ul.small_social_links {
    margin: 22px 0px 0px 170px;
  }
  .project_details span {
    padding: 4px 0px;
  }
  .project_details strong {
    width: 30%;
  }
  .blog_post h3 {
    font-size: 18px;
    float: none;
    width: 100%;
    line-height: 25px;
    margin: 10px 0;
    text-align: center;
  }
  .blog_postcontent .image_frame img {
    float: none;
    margin: 10px auto;
  }
  .right_sidebar .moduletable,
  .right_sidebar .moduletable_menu {
    margin: 0 15px 30px 15px;
  }
  .blog_post a.date {
    float: left;
    margin-right: 15px;
  }
  .post_info_content {
    padding: 0px;
    margin: 10px 0 0 0;
    width: 97%;
    float: left;
  }
  ul.post_meta_links {
    float: left;
    margin: -10px 0px 12px 72px;
    padding: 0px 0px 0px 0px;
    width: 70%;
  }
  .post_meta_links li.post_by {
    float: left;
    padding: 0px 0px 0px 18px;
    background: url(../images/blog/icon-by-user.png) no-repeat 0px 5px;
  }
  .post_meta_links li.post_categoty {
    float: left;
    padding: 0px 0px 0px 25px;
    background: url(../images/blog/icon-category.png) no-repeat 9px 6px;
  }
  .post_meta_links li.post_comments {
    float: left;
    padding: 0px 0px 0px 25px;
    background: url(../images/blog/icon-comments.png) no-repeat 9px 5px;
  }
  .post_meta_links li a {
    color: #a1a1a1;
    padding: 0px 10px 0px 0px;
    text-decoration: none;
    font-size: 10px;
  }
  .blog_postcontent .image_frame {
    float: none;
    display: block;
    width: 94%;
    border: 7px solid #eee;
    margin-bottom: 25px;
  }
  .blog_postcontent .video_frame iframe {
    float: left;
    width: 94%;
    height: 200px;
    border: 7px solid #ddd;
    margin-bottom: 25px;
  }
  .blog_postcontent .image_frame.small {
    float: left;
    width: 95%;
    border: 7px solid #ddd;
    margin-bottom: 25px;
  }
  .blog_postcontent .video_frame.small iframe {
    float: left;
    width: 95%;
    height: 200px;
    border: 7px solid #ddd;
    margin-bottom: 25px;
  }
  .post_info_content_small {
    padding: 0px;
    margin: 0;
    width: 95%;
    float: left;
  }
  ul.post_meta_links_small {
    float: left;
    margin: -15px 0px 12px 80px;
    padding: 0px 0px 0px 0px;
    width: 70%;
  }
  .pagination b {
    float: left;
    margin: 0px 0px 10px 0;
    padding: 0px 10px;
    font-weight: normal;
    color: #999;
    width: 90%;
  }
  #site-searchform #s {
    width: 74%;
  }
  ul.adsbanner-list {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 50%;
  }
  .adsbanner-list li {
    margin: 0px 10px 10px 0px;
    padding: 0px;
    float: left;
    width: 110px;
    height: 110px;
    list-style-type: none;
  }
  .adsbanner-list li.last {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 110px;
    height: 110px;
    list-style-type: none;
  }
  .adsbanner-list li img {
    width: 100%;
    height: auto;
  }
  ul.adsbanner-list.two {
    margin: 0px 0px 0px 0px;
    float: left;
  }
  .about_author {
    width: 85%;
  }
  .comment_form {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  .comment_form label {
    float: left;
    width: 90px;
    height: 15px;
    padding: 7px 10px;
    margin-bottom: 20px;
  }
  .comment_input_bg {
    float: left;
    width: 52%;
    height: 25px;
    padding: 7px 10px 0px 10px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
  }
  .comment_textarea_bg {
    float: left;
    width: 90%;
    height: 235px;
    padding: 7px 10px 0px 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
  }
  .comment_checkbox {
    float: left;
    display: block;
    width: 90%;
    margin-top: 10px;
  }
  .address-info {
    width: 84%;
  }
  .google-map {
    width: 95%;
  }
  .pricing-tables {
    width: 24%;
  }
  .pricing-tables .title {
    font-size: 12px;
  }
  .pricing-tables .price {
    font-size: 18px;
  }
  .pricing-tables .price i {
    font-size: 9px;
    margin-top: 0px;
  }
  .pricing-tables-helight {
    position: relative;
    float: left;
    width: 24%;
  }
  .pricing-tables-helight .title {
    font-size: 12px;
  }
  .pricing-tables-helight .price {
    font-size: 18px;
  }
  .pricing-tables-helight .price i {
    font-size: 9px;
    margin-top: 0px;
  }
  .pricing-tables-two {
    width: 32%;
  }
  .pricing-tables-two .title {
    font-size: 12px;
  }
  .pricing-tables-two .price {
    font-size: 18px;
  }
  .pricing-tables-two .price i {
    font-size: 9px;
    margin-top: 0px;
  }
  .pricing-tables-helight-two {
    position: relative;
    float: left;
    width: 33%;
  }
  .pricing-tables-helight-two .title {
    font-size: 12px;
  }
  .pricing-tables-helight-two .price {
    font-size: 18px;
  }
  .pricing-tables-helight-two .price i {
    font-size: 9px;
    margin-top: 0px;
  }
  .slidingDiv {
    height: 100px;
  }
  a.show_hide {
    margin: 0px 0px 0px 275px;
  }
  .punchline_text_home h2 {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .punchline_text_home strong {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .site_boxedfeatures_two {
    width: 80%;
  }
  .site_boxedfeatures_two img {
    width: auto;
  }
  .clients_logos_list li img {
    width: 80%;
  }
  .lirc_section li.right {
    width: 61%;
  }
  .pricing-tables-main .ordernow .normalbut {
    padding: 10px 4px;
    font-size: 10px;
  }
  .pricing-tables-main .ordernow .colorchan {
    padding: 10px 4px;
    font-size: 10px;
  }
  .frontend.fusectio1 .one_third {
    width: 100%;
    margin-right: 0px;
  }
  .frontend.fusectio1 .one_third .left {
    width: 50%;
    padding: 20px 10px;
  }
  .frontend.fusectio1 .one_third .right {
    width: 50%;
  }
  .frontend.fusectio2 .one_fourth {
    float: left;
    width: 72%;
    margin-left: 14%;
    margin-bottom: 20px;
  }
  .frontend.fusectio2 .mar_top2 {
    margin-top: 20px;
  }
  .frontend.fusectio2 .zoom_img {
    float: left;
    width: 100%;
    height: 183px;
  }
  .frontend.fusectio2 .hide_contdiv {
    float: left;
    width: 90%;
    height: 122px;
    padding: 25px 5% 0px 5%;
  }
  .frontend.fusectio3 .one_third {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0;
  }
  .frontend.fusectio3 .one_third .mar_top2 {
    height: 0;
    margin: 0;
  }
  /* .frontend.fusectio3 .one_third.last img {
  	width: 100%;
  } */
  .spe_banner .right strong {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .frontend.fusectio4 .one_third {
    float: left;
    width: 100%;
    margin-right: 0%;
  }
  .people_says_main {
    float: left;
    width: 100%;
    text-align: center;
    padding-right: 0%;
    border-right: 0px dashed #eee;
  }
  .people_says .picture {
    margin: 0px 25px 0px 90px;
    width: 100px;
  }
  .people_says .picture img {
    width: 100%;
  }
  .people_says .who_pic {
    width: 320px;
    padding-top: 0px;
  }
  .partners {
    width: 100%;
    padding-left: 0%;
  }
  .partners li {
    float: left;
    width: 90px;
    padding: 10px 0px 8px 0px;
    margin: 0px 8px 0px 0px;
  }
  .partners li img {
    width: 100%;
  }
  .frontend.punch_text02 .right_img {
    background-position: left;
  }
  #trueHeader {
    height: 130px;
  }
  .frontend.fusectio1 .one_third .left {
    background: none;
  }
}
.bottom-newsletter {
  color: white;
}

.bottom-newsletter .acymailing_introtext {
  color: white;
  text-align: center;
}

.bottom-newsletter .acymailing_form {
  margin: 20px auto 0 auto;
}

.bottom-newsletter .acymailing_form label {
  margin-right: 6px;
}

.bottom-newsletter .acyfield_email input {
  min-width: 200px;
  padding: 6px 10px;
  border-radius: 5px;
}

.bottom-newsletter .acysubbuttons input.button {
  padding: 6px 20px;
  background: white;
  min-height: 38px;
  color: #714a9d;
  position: relative;
  cursor: pointer;
  top: -1px;
}

.bottom-newsletter .acysubbuttons input.button:hover {
  background: #9ac63d;
  color: white;
}

/*# sourceMappingURL=/templates/frontend/css/style.css.map */