html, body {
  background: #E6E6E6;
  font-size: 14px;
  font-family: 'Maven Pro', sans-serif;
}

#wrapper {
  width: 1036px;
  margin: 0 auto;
  background: url('../images/bg-wrapper.png') repeat-y;
  padding: 10px 20px 0;
}
a {
  text-decoration: none;
  color: #adb83f;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

p {
	font-size: 14px;
}

strong {
	font-weight: bold;
	color: #333;
}

/********************
 *      HEADER      *
 ********************/

#header {
  margin: 0 35px 25px;
}

#header-logo {
  width: 338px;
  height: 130px;
  background: url('../images/bg-logo.png') no-repeat;
  display: block;
  float: left;
}

#header-top {
  text-align: right;
  padding: 0 10px 10px;
  margin: 10px 0;
}
#header-top a, #header-top span {
  display: inline-block;
  padding: 0 8px 0;
}
#sign-in{
  background: #adb83f;
  font-size: 11px;
  color: #fff;
  padding: 4px 7px !important;
  display: inline-block !important;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
#top-login{
  color: #adb83f;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}
.span-dark-phone {
  display: inline-block;
  padding: 0 0 0 25px !important;
  background: url('../images/bg-phone-dark.png') no-repeat;
  color: #adb83f;
}
#header .form-right {
  float: right;
  margin-left: 20px;
}

.searchbox {
  width: 105px;
  height: 11px;
  background: url('../images/bg-search.png') no-repeat;
  border: 0 none;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  padding: 5px 8px;
}

/********************
 *      MENU        *
 ********************/

.menu {
  width: 625px;
  float: left;
  background: #1f1f1f;
}
.menu > ul >li {
  padding: 6px 0 6px;
  border-right: 1px solid #343434;
  height: 125px;
  margin: 0 0 5px 0;
}
.menu > ul > li{
  float: left;
}
.menu ul.children {
  float: none;
}

.menu ul li a, .menu > ul > li > span {
  color: #a0a0a0;
  text-decoration: none;
  font-size: 11px;
  display: inline-block;
  padding: 5px 23px;
  font-weight: normal;
}
.menu ul li a:hover {
  color: #6c6c6c;
}
.menu > ul > li >  a, .menu > ul > li >  span{
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
}
.menu > ul > li >  a:hover {
  color: #a0a0a0;
}
.menu li .last {
  border: 0 none;
}

/********************
 *      FOOTER      *
 ********************/

#footer {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
  font-size: 12px;
  padding: 25px;
}
#box-footer {
  background: #1f1f1f;
  padding: 10px 50px 20px;
}
#box-footer img {
  margin: 10px 25px;
}
#box-footer .box-contact {
  margin: 0 0 0 13px;
  float: left;
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
}
.box-contact li {
  background: url('../images/sprite-footer-icon.png') no-repeat;
  padding: 0 0 0 40px;
  margin: 8px 0;
}
.box-contact li.phone {
  background-position: 0 0;
}
.box-contact li.email {
  background-position: 0 -34px;
}

/********************
 *      Content      *
 ********************/

#content {
  color: #666666;
  padding: 0 35px 40px;
}
#content2 {
  color: #666666;
  padding: 10px 35px;
}
#box-content {
  margin: 0 auto 50px ;
  width: 866px;
}
#box-content h2 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 20px;
}

#box-content h2.big {
  font-size: 24px;
}

#content-left {
  width: 620px;
  float: left;
  padding: 20px 10px;
}
#content-right {
  float: right;
	width: 300px;
}
#content h1.content-header{
  height: 17px;
  font-size: 13px;
  background: url('../images/bg-h6.png') no-repeat;
  padding: 0 0 0 30px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #333333;
}


#content h1, #content h1 a, .style-h1, .style-h1 a {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  display: block;
  margin: 20px 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}

#content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 10px 0 20px;
}

#content-left p, #content p, #box-content p {
  line-height: 150%;
  margin: 15px 0;
}

.box-article-photo {
  float: left;
  margin: 0 20px 20px 0;
}

.post-short {
  
}

.more-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #ADB83F;
  padding: 5px 7px;
}

.box-gray-row .more-link {
	background: transparent;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #ccc;
	display: block;
}

#content-left p {
  margin: 15px 0;
  line-height: 150%;
}


.style-h1-news {
  background: url('../images/ico-news.png') no-repeat;
  padding: 5px 0 5px 65px;
  margin-top: 30px !important;
}
.box-gray {
  padding: 30px 35px;
  background: #f1f1f1;
}
.box-gray .box-gray-row {
  margin-bottom: 20px;
}
.box-gray .box-gray-row p {
  margin: 15px 0 5px !important;
}

.box-gray a {
  color: #333;
  text-transform: uppercase;
}
.box-gray a:hover {
  color: #000;
}
.box-gray h5 a {
  font-weight: bold;
  font-size: 16px;
}

ul.partners {
	margin-top: 20px;
}

ul.partners li {
    float: left;
    list-style: none outside none;
    margin: 0 4px 1px 0;
}

.widget_recent_entries li a, .widget_staticrandomposts li a {
    border-bottom: 1px dotted #CCCCCC;
    color: #333333;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    background: url('../images/green-arrow-right.png') no-repeat 10px 5px;
}

.widget_recent_entries li a:hover, .widget_staticrandomposts li a:hover {
	font-weight: bold;
}

/* ***** forms ***** */

label {
  display: block;
  padding: 5px 0 0;
  cursor: pointer;
  font-size: 16px;
}
.text {
  width: 325px;
  height: 17px;
  border: 1px solid #e6e6e6;
  resize: none;
  margin: 5px 0;
  padding: 5px 10px;
}
.textarea {
  border: 1px solid #e6e6e6;
  resize: none;
  margin: 5px 0;
  padding: 5px 10px;
}
#box-comment .textarea{
  width: 578px;
  height: 190px;
}
#textarea-msg {
  width: 500px;
  height: 145px;
}
.submit {
  background: #999;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  border: 0 none;
  cursor: pointer;
  margin: 5px 0;
}
.submit:hover {
  background: #838383;
}
.submit2 {
  background: #adb83f;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  border: 0 none;
  cursor: pointer;
  margin: 5px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.submit2:hover {
  background: #a3ae35;
}
.form-row {
  margin: 5px 0;
}
.box-captcha {
  padding: 10px 0;
}
.select {
  margin: 10px 0;
}

/* ***** end forms ***** */

#comments{
  margin: 30px 0;
}

.required {
	color: #cc0000;
	padding: 3px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.right-category-row {
  margin-bottom: 15px;
}
.right-category-row .left {
  width: 95px;
  float: left;
}
.right-category-row .right {
  width: 205px;
  float: right;
}
.right-category-row .right a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.right-category-row .right a:hover {
  color: #000;
}
#content-right h6 {
  margin: 20px 0 !important;
  background: url("../images/bg-h6.png") no-repeat scroll 0 0 transparent;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  height: 17px;
  padding: 0 0 0 30px;
  text-transform: uppercase;
}
/*********************
 ** Request a quote **
 *********************/

#request {
  margin: 20px 0;
}
#request-left {
  width: 560px !important;
  float: left;
}
#request-right {
  width: 251px !important;
  float: right;
}
#request h2 {
  background: url('../images/bg-request.png') no-repeat;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 22px 0 18px 70px;
  text-transform: uppercase;
  cursor: pointer;
}
#request h2.selected {
  background: url('../images/bg-request.png') no-repeat 0 -67px;
}
#accordion div.slide_toggle_content {
  width: 860px;
}
#request-left h5 {
  color: #000;
  font-size: 18px;
  cursor: pointer;
  display: block;
  padding: 5px 0;
}
#request-left p{
  margin: 0;
}
#request-left h5 span {
  color: #cc0000;
}
.form-row {
  padding: 10px 0;
  clear: both;
}
.form-textarea {
  border: 1px solid #E6E6E6;
  padding: 5px;
  width: 550px;
  height: 100px;
  margin: 5px 0;
}
.form-text {
  border: 1px solid #E6E6E6;
  padding: 5px;
  width: 400px;
  height: 17px;
  margin: 5px 0;
}
#request-left label, #generator-form label {
  display: inline-block;
  width: 135px;
  padding: 5px;
  color: #666666;
  cursor: pointer;
}
#generator-form label {
  width: auto;
}
#request-left .wpcf7-list-item {
  margin: 0px;
}
#request-left .wpcf7-list-item label {
  padding: 5px 5px 5px 0;
}
#request-left label .wpcf7-list-item-label{
  padding-left:  5px;
}
#request-left .label2  label {
  width: 265px;
}
#request-left .label3 label{
  width: auto !important;
  padding-right: 30px;
}
#request-left #ft1 {
  width: 272px !important;
}
#request-left .form-submit {
  text-align: right;
  width: 560px;
}
#request-left .info {
  display: block;
  margin: 15px 0;
  background: #fffeee;
  border: 1px solid #f5dec6;
  color: #93704c;
  font-size: 11px;
  font-style: italic;
  padding: 20px;
}
#request-left .submit {
  background: #adb83f;
  border: 0 none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  margin: 5px 0;
  padding: 10px 15px;
}

/************
 ** Addons **
 ************/

.fb-hand {
  background: url('../images/bg-facebook-hand.png') no-repeat;
  padding: 4px 0 4px 65px;
  font-size: 23px;
  color: #0169b0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.fb-style {
  font-size: 31px;
  color: #fff;
  background: #0169b0;
  padding: 25px 0;
  width: 424px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
#custom-qr-codes-list{
  margin: 9px -9px 10px;
  clear:both;
}
#custom-qr-codes-list img {
  border: 3px solid #E6E6E6;
  margin: 9px 9px 15px;
  width: 148px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.r1 {
  width: 298px;
}
.r1-top {
  width: 298px;
  height: 13px;
  background: url('../images/r1-top.png') no-repeat;
}
.r1-bottom {
  width: 298px;
  height: 13px;
  background: url('../images/r1-bottom.png') no-repeat;
}
.r1-center {
  width: 254px;
  padding: 15px 20px;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  font-style: italic;
}

#webapps-image {
  background: url("../images/bg-webapps1.png") repeat scroll 0 0 transparent;
  height: 564px;
  width: 966px;
  margin-left: -50px;
  position: relative;
}
#webapps-image .w1, #webapps-image .w2, #webapps-image .w3 {
  position: absolute;
}
#webapps-image .w1 {
  top: 60px;
  left: 78px;
  width: 212px;
}
#webapps-image .w2 {
  top: 60px;
  right: 78px;
  width: 212px;
}
#webapps-image .w3 {
  left: 335px;
  top: 384px;
  width: 299px;
}
#webapps-image span {
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
#webapps-image p {
  font-size: 14px;
  color: #797979;
}


.patternSeparator {
  height: 7px;
  background: url('../images/bg-line-pattern.png') no-repeat;
  margin: 10px 0;
}

#box-generator1 {
  width: 959px;
  /*	height: 302px;*/
  background: url('../images/bg-generator4.png') no-repeat;
  margin: 10px 0;
}
#box-generator1 ul#generator-actions li a {
  display: block;
  width: 47px;
  height: 47px;
  background: url('../images/bg-generator-icons.png') no-repeat;
}
#box-generator1 ul#generator-actions li {
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
}
#box-generator1 ul#generator-actions {
  padding: 90px 25px 0;
}
#box-generator1 ul#generator-actions li a.g1 {
  background-position: 0px 0px;
}
#box-generator1 .g1:hover, #box-generator1 .g1.active {
  background-position: 0px -57px !important;
}
#box-generator1 ul#generator-actions li a.g2 {
  background-position: -76px 0px;
}
#box-generator1 .g2:hover, #box-generator1 .g2.active {
  background-position: -76px -57px !important;
}
#box-generator1 ul#generator-actions li a.g3 {
  background-position: -152px 0px;
}
#box-generator1 .g3:hover, #box-generator1 .g3.active {
  background-position: -152px -57px !important;
}
#box-generator1 ul#generator-actions li a.g4 {
  background-position: -228px 0px;
}
#box-generator1 .g4:hover, #box-generator1 .g4.active {
  background-position: -228px -57px !important;
}
#box-generator1 ul#generator-actions li a.g5 {
  background-position: -304px 0px;
}
#box-generator1 .g5:hover, #box-generator1 .g5.active {
  background-position: -304px -57px !important;
}
#box-generator1 ul#generator-actions li a.g6 {
  background-position: -381px 0px;
}
#box-generator1 .g6:hover, #box-generator1 .g6.active {
  background-position: -381px -57px !important;
}
#box-generator1 ul#generator-actions li a.g7 {
  background-position: -457px 0px;
}
#box-generator1 .g7:hover, #box-generator1 .g7.active {
  background-position: -457px -57px !important;
}
#box-generator1 ul#generator-actions li a.g8 {
  background-position: -533px 0px;
}
#box-generator1 .g8:hover, #box-generator1 .g8.active {
  background-position: -533px -57px !important;
}
#box-generator1 ul#generator-actions li a.g9 {
  background-position: -609px 0px;
}
#box-generator1 .g9:hover, #box-generator1 .g9.active {
  background-position: -609px -57px !important;
}
#box-generator1 ul#generator-actions li a.g10 {
  background-position: -685px 0px;
}
#box-generator1 .g10:hover, #box-generator1 .g10.active {
  background-position: -685px -57px !important;
}
#box-generator1 ul#generator-actions li a.g11 {
  background-position: -761px 0px;
}
#box-generator1 .g11:hover, #box-generator1 .g11.active {
  background-position: -761px -57px !important;
}
.margin40x20 {
  margin: 40px 20px !important;
}
#box-generator2 {
  width: 959px;
  height: 371px;
  margin: 10px 0;
  background: url('../images/bg-generator5.png') no-repeat;
}
#box-generator2-left {
  width: 460px;
  float: left;
  padding: 90px 0 30px;
}
#box-generator2-lefta {
  float: left;
  margin-left: 30px;
  width: 230px;
}
#box-generator2-leftb {
  width: 200px;
  float: left;
}
#box-generator2-right {
  width: 460px;
  float: right;
  padding: 90px 0 30px;
}
#box-generator2-righta {
  width: 230px;
  float: left;
  margin-left: 40px;
}
#generated-no-image{
    width: 196px;
    height: 196px;
    border: 2px solid #DEDEDE;
}

#box-generator2-rightb {
  width: 180px;
  float: left;
}
.green-btn {
  background: #ADB83F !important;
}

.module-fieldset{
  display: none;
}


/* ***** pager ***** */

.pager {
  margin: 25px 0;
}
.pager .wp-paginate a, .pager .wp-paginate span.page {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 6px 8px;
  border: 1px solid #e6e6e6;
}
.pager .wp-paginate a {
  background: #f5f5f5;
  color: #999;
  text-decoration: none;
}
.pager .wp-paginate a:hover {
  background: #e9e8e8;
  color: #666;
  border: 1px solid #dad9d9;
}
.pager .wp-paginate span.page {
  background: #fff;
  color: #333333;
}

/* ***** end pager ***** */

.comment-avatar{
  float: left;
}
.comment-content{
  margin-left: 60px;
}
.comment-author{
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
}
.comment-content a{
  color: #333333;
}
.comment-content .reply{
  text-align: right;
}
.commentlist .comment{
  border-bottom: 2px solid #EEEEEE;
  margin-bottom: 20px;
  padding-bottom: 14px;
}


#content-left .box-article-photo .box-socials {
	margin: 20px 0;
}
.box-socials .left {
	margin-right: 7px;
}
#content-left .box-article-photo .box-socials img {
	border: 0 none;
}


/*** popup ***/
.popup-wrapper{
    display: none;
}
.popup{
	font-family: 'Maven Pro', sans-serif;
    width: 890px;
    font-size: 14px;
    color: #666;
    padding: 30px;
}
.popup img{
    margin-top: 5px;
    border: 1px solid #ececec;
    border-radius:  1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
}
.popup h2{
	font-family: 'Maven Pro', sans-serif;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: -2px;
    padding-left: 80px;
    background: url('../images/popup-dont-be-blind.png') no-repeat;
    height: 66px;
    line-height: 62px;;
    margin-bottom: 35px;
    color: #000;
}
.popup .right{
    width: 510px;
}
.popup p{
    font-size: 16px;
}
.popup .right ul{
    margin: 20px 0;
    padding-left: 10px;
}
.popup .right ul li{
    height: 17px;
    padding-left: 30px;
    line-height: 15px;
    margin-bottom: 5px;
    background: url('../images/tick.png') no-repeat;
}
a.green{
    color: #ADB83F;
    text-decoration: underline;
    font-size: 14px;
}
.popup .bottom{
    margin-top: 30px;
    font-size: 18px;
}
.popup .green-btn{
    font-size: 16px;
    margin-right: 20px;
    letter-spacing: 0px;
    width: 170px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    border-radius:  7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
}
.popup .continue{
    cursor: pointer;
}
#fancybox-content{
    border: 10px solid #D4E7A8 !important;
}
.nowrap{
  white-space: nowrap;
}







/**from bootstrap */
.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert, .alert-heading {
    color: #C09853;
}
.alert-info, .alert-info .alert-heading {
    color: #3A87AD;
}
.alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}

.alert-success, .alert-success .alert-heading {
    color: #468847;
}
.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}
.alert-danger, .alert-error, .alert-danger .alert-heading, .alert-error .alert-heading {
    color: #B94A48;
}
.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
}

#fancybox-wrap{
  z-index: 20000 !important;
}




/* ***** Slider ***** */

.slider-box {
  margin: 20px 0;
  width: 618px;
  overflow: hidden;
  position: relative;
}
.slider-btn-prev, .slider-btn-next {
    display: block;
    float: left;
    height: 330px;
    padding: 0 8px;
    width: 16px;
    position: absolute;
}
.slider-btn-prev {
  background: url('../images/slider-right.png') 10px center no-repeat;
  right: 0;
}
.slider-btn-next {
  background: url('../images/slider-left.png') center center no-repeat;
  left: 0;
}
.slider {
  float: left;
  width: 560px !important;
  margin: 0 25px;
  overflow: hidden;
}
.slider-list li {
  margin: 0 5px;
  float: left;
	height: 354px;
  width: 560px;
  overflow: hidden;
}
.slider-list li img {
	
}
.slider-list li .slider-content{
  float: right;
  width: 260px;
}
.slider-list li .slider-content h3 a {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	display: inline-block;
}
.slider-list li .slider-content .small {
	font-size: 11px;
	font-family: Georgia;
	color: #999999;
	font-style: italic;
}
.slider-list li .slider-content p {
	margin: 8px 0 !important;
}
.slider-list li .slider-content a {
	text-transform: uppercase;
	text-decoration: underline;
	color: #333;
	font-weight: bold;
	font-size: 12px;
}

.slider-list li .slider-content a.quote {
	display: block;
	background: #ADB83F;
	color: #fff;
	width: 130px;
	height: 35px;
	margin-top: 15px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
}

/* ***** End Slider ***** */