/* Copyright (C) Primer Templates */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
body {
  letter-spacing: 0.5px;
  /*word-spacing: 2px;*/
}

.social-icons .uk-icon-button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.uk-offcanvas-bar:after {
  box-shadow: none;
}

.uk-offcanvas-bar-flip:after {
  box-shadow: none;
}
 
.uk-navbar {
  background-attachment: scroll;
  background-image: url("../images/navbar.png");
  background-position: left center;
  background-repeat: no-repeat;
}

@media (min-width: 1700px) {
.uk-navbar {
  background-attachment: scroll;
  background-image: url("../images/navbar.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 40%;
    }
}

@media (max-width: 499px) {
.uk-navbar {
  background-attachment: scroll;
  background-image: url("../images/navbarbg.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100px;
    }
}

.uk-navbar-nav {
  float: right;
  padding-right: 20px;
}

.uk-navbar-nav > li > a[href="#"] {
  cursor: pointer;
}

.border-content-module {
  border: 6px solid #f2f2f2;
  padding: 25px 30px 20px;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
  background: #9fc612;
  color: #fff;
}

.tm-block-top-b {
  background-attachment: scroll;
  background-color: #eeeeee;
  background-repeat: repeat;
}

.tm-block-bottom-b {

}

.pt-custom-videos {
	list-style: none;
	padding-left: 0;
}

.pt-custom-videos li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

.pt-custom-videos li a {
	color: #ffffff !important;
}

.pt-custom-videos li i {
  margin-right: 15px;
  min-width: 20px;
}

a:hover {
	text-decoration: none !important;
}

.tm-block-welcome {
	background-color: #eeeeee;
}

.tm-portfolio h1, .tm-portfolio h2, .tm-portfolio h3, .tm-portfolio h4, .tm-portfolio h5 {
	color: #151515;
}

.tm-news .uk-panel-title {
	text-align: center;
	color: #888888;
}

.tm-top-b .uk-panel-title {
	color: #888888;
}

.uk-dropdown {
  padding: 0 15px;
  margin-top: 0;
}

.uk-navbar-nav .uk-dropdown li {
  border-bottom: 1px solid #ffffff;
}

.uk-navbar-nav .uk-dropdown li:last-child {
	border-bottom: medium none;
}

.uk-nav-navbar > li > a {
  padding-bottom: 5px;
  padding-top: 5px;
	-moz-transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;  
}

.uk-nav-navbar > li > a:hover {
	-moz-transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;	
}

.tm-block-bottom-d {
  background-color: #1d1d1d;
}

.tm-block-bottom-d .uk-panel-title {
	color: #ebf0f4;
}

.tm-block-footer {
  border-top: 1px solid rgba(129, 129, 142, 0.15);
}

.tm-bottom-d li {
	border: medium none !important;
}

.tm-bottom-d ul li:before {
  color: #ebf0f4;
  content: "\f046";
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
  margin-right: 10px;
}

.tm-bottom-d li a {
	color: #cccccc;
}

/*-----------------------Acy--------------------*/

.acysubbuttons .subbutton {
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
}

.acyfield_email .inputbox {
  background: #ebf0f3 none repeat scroll 0 0;
  border: medium none !important;
  height: 30px;
  line-height: 30px;
  padding: 4px 8px;
}

table.acymailing_form {
  border: 0 none !important;
  margin: auto;
  float: left;
}

table.acymailing_form {
  border: 0 none !important;
  float: left;
  margin: auto;
  width: 100%;
}

/*------------------Loader----------------------*/



/*--------------------Rev---------------------------*/

.tp-button.green, .tp-button.green:hover, .purchase.green, .purchase.green:hover {
  background-color: #9fc612;
  box-shadow: none;
  padding: 18px 25px !important;
  letter-spacing: 1px !important;
  word-spacing: 3px !important;
  text-shadow: none !important;
  font-weight: 300 !important;
}

.tp-button.orange, .tp-button.orange:hover, .purchase.orange, .purchase.orange:hover {
  background-color: #fd7800;
  box-shadow: none;
  padding: 18px 25px !important;
  letter-spacing: 1px !important;
  word-spacing: 3px !important;
  text-shadow: none !important;
  font-weight: 300 !important;
}

/*----------------------------Overlay--------------------------------------*/

.view {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.view .mask {
  background: #ffffff none repeat scroll 0 0;
  color: #111111;
  left: 20%;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 25px;
  position: absolute;
  right: 20%;
  text-align: left;
  top: 10%;
  /*word-spacing: 8px;*/
	-moz-transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;   
}

.mask p {
  letter-spacing: 0.5px;
  margin-bottom: 0;
  word-spacing: 2px;
}

.view .mask h1 {
  color: #222222;
} 

.view .mask h2 {
  color: #222222;
  line-height: 50px;
}

.view .mask h3 {
  margin-bottom: 0;
  margin-top: 5px;
  color: #222222;
}

.view .mask  h4 {
  color: #222222;
} 

.view .mask  h5 {
  color: #222222;
}

.view .content {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  text-align: center;
}

.view .mask a {

}

.view .mask a:hover {

}

.view2 {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.view2 .mask2 {
  background: none repeat scroll 0 0 rgba(38, 44, 70, 0.8);
  color: #ffffff;
  letter-spacing: 3px;
  overflow: hidden;
  padding: 20px 40px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 32%;
  word-spacing: 10px;
}

.view2 .mask2 h1 {
  color: #ffffff;
} 

.view2 .mask2 h2 {
  color: #ffffff;
  line-height: 50px;
}

.view2 .mask2  h3 {
  color: #ffffff;
} 

.view2 .mask2  h4 {
  color: #ffffff;
} 

.view2 .mask2  h5 {
  color: #ffffff;
}

.view2 .content2 {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  text-align: center;
}

.view2 .mask2 a {
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 10px 25px;
}

.view2 .mask2 a:hover {
  color: #000000;
  border: 2px solid #ffffff;
  padding: 10px 25px;
  background-color: #ffffff;
}

.view3 {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.view3 .mask3 {
  background: none repeat scroll 0 0 rgba(38, 44, 70, 0.8);
  color: #ffffff;
  letter-spacing: 3px;
  overflow: hidden;
  padding: 20px 40px 30px;
  position: absolute;
  right: 27%;
  text-align: center;
  top: 32%;
  word-spacing: 10px;
}

.view3 .mask3 h1 {
  color: #ffffff;
} 

.view3 .mask3 h2 {
  color: #ffffff;
  line-height: 50px;
}

.view3 .mask3  h3 {
  color: #ffffff;
} 

.view3 .mask3  h4 {
  color: #ffffff;
} 

.view3 .mask3  h5 {
  color: #ffffff;
}

.view3 .content3 {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  text-align: center;
}

.view3 .mask3 a {
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 10px 25px;
}

.view3 .mask3 a:hover {
  color: #000000;
  border: 2px solid #ffffff;
  padding: 10px 25px;
  background-color: #ffffff;
}

.mask .uk-button-success:after {
	
}

/*------------------Check Lists---------------------*/

.check_lists{
		
}

.check_lists ul li {
  float: left;
  list-style-type: none;
  margin-bottom: 10px;
  width: 100%;
}

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

.check_lists ul li p {
  margin: 0 0 10px;
}

.check_lists ul li label {
    font-size: 16px;
    color: #333333;
    width: 200px;
    float: left;
	text-transform: capitalize;
}

.check_lists ul li label:before {
    content: "\f046";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	color:#86b817;
	    margin-right: 10px;
}

/*--------------------Showplus----------------------*/

.showplus-thumbnails > ul > li > a {
  background: transparent none repeat scroll 0 0 !important;
  padding: 0 !important;
}

/*--------------------Forms-------------------------*/

.get-a-quote {
	
}

.ba-form:last-child a, .ba-form:last-child p {
}

.ba-form {
  padding: 20px 0 !important;
}

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

.large-padding-top-bottom {
	text-align: center;
	padding-top: 250px;
	padding-bottom: 200px;
	color: #ffffff;
}

.large-padding-top-bottom-start {
	padding-top: 150px !important;
	padding-bottom: 100px !important;
}

.large-padding-top-bottom h1, .large-padding-top-bottom h2, .large-padding-top-bottom h3, .large-padding-top-bottom h4, .large-padding-top-bottom h5 {
	color: #ffffff;
}

.custom-text-alignment {
	text-align: right;
}

.centered-text-pricing {
	text-align: center;
    color: #ffffff;	
}

.centered-text-pricing p {
  color: #ffffff;	
  margin-top: 5px;  
}

.centered-text-pricing h2 {
  color: #ffffff;	
  margin-bottom: 0;  
}

.centered-text-pricing h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.color2 {
	color: #664e38;
}

.custom-padding-text {
	
}

.custom-padding-text h1, .custom-padding-text h2, .custom-padding-text h3, .custom-padding-text h4   {
	
}

.custom-padding-text p {
	
}

.special-text-office p {
  margin-top: 5px;
  margin-bottom: 5px;
}

/*-----------------------NS2 Work--------------------------*/

.ns2-date-blog {
  background: #9fc612 none repeat scroll 0 0;
  color: #ffffff;
  float: left;
  margin: 0 10px 0 15px;
  padding: 6px 20px;
  position: absolute;
  text-align: center;
  top: 235px;
}

h4.ns2-title {
  font-size: 24px;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 15px;
  line-height: 28px;
}

a.ns2-readmore span {
  background: transparent;
  padding: 5px 0 5px 0;
  border-bottom: 2px solid;
    -webkit-transition: color .35s linear;
    -moz-transition: color .35s linear;
    -o-transition: color .35s linear;
    transition: color .35s linear;  
}

a.ns2-readmore span:hover {
  background: transparent;
  padding: 5px 0 5px 0;
  border-top: 2px solid;
  border-bottom: medium none;
    -webkit-transition: color .35s linear;
    -moz-transition: color .35s linear;
    -o-transition: color .35s linear;
    transition: color .35s linear;  
  
}


