/*#####################################################################################################################*/
/*GLOBAL STYLE */
html, body {font-family: ProximaNova-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; color: #000; font-size: 17px; line-height: 19px; font-weight: normal;  background-color: #fff; height: 100%; width: 100%; margin: 0; padding: 0;}

a,a:visited {text-decoration: none; color: #000;  font-family: ProximaNova-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; outline: none;}
a:hover,a:visited:hover {text-decoration: none; color: #aed24f; outline: none;}
.tempboard {width:100%; height:100%; z-index:1; border:1px solid transparent; position:absolute; top:0; left:0; pointer-events:none;}
.container-full {margin-right: 0; margin-left: 0; padding-left: 0; padding-right: 0;}
.reqmess {
    display: none;
    width: auto;
    padding: 5px;
    background-color: #DAA;
    border: 1px solid #900;
	text-shadow: 0 1px 1px #FFF;
    color: #600;
    position: absolute;
    border-radius: 10px;
    margin-top: -15px;
	z-index:999;
}
.dates {
	font-style:italic;
	color:#999;
	clear:both;
	margin:15px 0;
}
.readmore {
	margin-top:15px;
	text-align:right;
}
h4 a, .link{
	color:#FFF !important;
}
h5 {
	font-size:24px;
	color:#000;
	border-bottom:1px solid #444;
}
.link:hover {
	color:#000 !important;
}
h4 a:hover {
	color:#aed24f !important;
}
.reqmess:after {
	border-bottom:10px solid #DAA;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	display:block;
	content:'';
	width:0;
	height:0;
	top:-9px;
	left:10px;
	position:absolute;
	filter: drop-shadow(0 -1px 0 #900);
}
.reqmess:before {
    content: "\f05a";
	color:#900;
	margin-right:5px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 15px; 
}
.answers {
    max-width: 500px;
    position: relative;
    margin: 30px auto;
    border: 1px solid #999;
    padding: 15px;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 0 0 6px #CCC, 0 0 0 9px #FFF, 0 0 0 10px #000, 0 0 35px 10px #AAA;
}

.answers strong {
	width:250px;
	display: inline-block;
	position:relative;
}

.answers strong:after {
	content:':';
	display:block;
	position:absolute;
	right:25px;
	top: 0;
}

.answers div {
    clear: both;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}

.galicons { cursor:pointer; color:#9C4;}
.galicons:hover { cursor:pointer; color:#999;}
.ttl {
	position:absolute;
	bottom:0;
	height:50px;
	color:#FFF;
	background-color:rgba(0,0,0,0.7);
	width:100%;
	left:0;
	text-align:center;
	padding-top:10px;
}
.large {
            position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
	background-image: url(../images/ico/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
    opacity: 0;
    z-index: -2;
    pointer-events: none;
    transition: all 300ms ease;
            text-align: center;
            display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 500ms ease;
}
.large img {
            display:inline-block;
           /* min-width:50%;*/
            transform:scale(0.8);
            max-height:80%;
            max-width:70%;
    transition: all 500ms ease;
}
.blur {
	filter:blur(5px);
}
.large .closer {
   width: 80px;
    height: 80px;
    position: absolute;
    right: 40px;
    top: 0px;
    overflow: hidden;
    border: none;
    background: url(../images/ico/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    cursor:pointer;
    z-index: 100;
	opacity:0.8;
    transition: all 500ms ease;
}
.showlarge {
    z-index: 9999 !important;
    opacity: 1 !important;
    pointer-events: all !important;
}
.showlarge img {            
    transition: all 500ms ease;
	transform:scale(1);
	border: 5px solid #FFF;
    border-radius: 5px;
}
.galnext {
	position:absolute;
	right:15px;
	height:30px;
	top: calc(50vh - 15px);
	opacity:0.8;
	color:#FFF;
	font-size:56px;
	transform:scaleY(1.5);
	cursor:pointer;
	transition:all 300ms ease;

}
.galprevious {
	position:absolute;
	left:15px;
	height:30px;
	top: calc(50vh - 15px);
	opacity:0.8;
	color:#FFF;
	font-size:56px;
	transform:scaleY(1.5);
	cursor:pointer;
	transition:all 300ms ease;
}
.large .closer:hover, .galnext:hover, .galprevious:hover {
	opacity:1;
  	transform:scale(1.1);
}
button {position: relative; margin: 0; padding: 1em; z-index: 1;}
@media (min-width:768px) {.container-full {width:100%}}
@media (min-width:992px) {.container-full{width:100%}}
@media (min-width:1200px) {.container-full {width:100%}}

.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {width: 750px;}
}
@media (min-width: 992px) {
  .container {width: 970px;}
  .threetabs {
	  min-height:660px;
   }
}
@media (min-width: 1200px) {
  .container {width: 1090px;}
}
@media (min-width: 1520px) {
  .container {width: 1510px;}
}
.row {margin-right: 0px; margin-left: 0px;}
.row-centered {text-align: center;}
.col-centered {margin: 0 auto;}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../font/ProximaNova-Regular/ProximaNova-Regular.eot');
    src: url('../font/ProximaNova-Regular/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/ProximaNova-Regular/ProximaNova-Regular.woff') format('woff'),
         url('../font/ProximaNova-Regular/ProximaNova-Regular.ttf') format('truetype'),
         url('../font/ProximaNova-Regular/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FerraraBold';
    src: url('../font/FerraraBold/FerraraBold.eot');
    src: url('../font/FerraraBold/FerraraBold.eot?#iefix') format('embedded-opentype'),
         url('../font/FerraraBold/FerraraBold.woff') format('woff'),
         url('../font/FerraraBold/FerraraBold.ttf') format('truetype'),
         url('../font/FerraraBold/FerraraBold.svg#FerraraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*#####################################################################################################################*/
/*UPGRADE BROWSER PAGE*/
.container-ie{border:none;background:url('../images/sprite/browsers-sprite.png') -506px 0px;  height:126px;width:126px;}
.container-chrome{border:none;background:url('../images/sprite/browsers-sprite.png')  0px 0px;height:126px;width:126px;}
.container-firefox{border:none;background:url('../images/sprite/browsers-sprite.png') -127px 0px;height:126px;width:126px;}
.container-safari{border:none;background:url('../images/sprite/browsers-sprite.png') -256px 0px;height:126px;width:126px;}
/*#####################################################################################################################*/
/*TOP*/
.teltop {color: white; font-size: 14px; padding-top: 15px; padding-bottom: 15px;}
.menuborder {border-bottom: 1px solid black;}
.search {margin-left: 5px;}
.searchpad {padding: 32px 0;}
.menustick {position: fixed; z-index: 6000;}
.arrow {position: absolute; left: 49%; top: 670px; z-index: 5500;}
/*navigation*/
.navbar-default {margin-bottom: 0px; z-index: 6000; border: none; border-radius: 0; background-color: #fff;}
.navbar-default .navbar-nav > li > a {padding: 40px 20px 40px 20px; color: #000; outline: none; font-size: 17px; font-family: ProximaNova-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; text-transform: uppercase; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear;}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {color: #a0ca31; outline: none;}
@media (max-width: 1520px) {
	.navbar-default .navbar-nav > li > a {padding: 43px 15px 40px 15px; font-size: 14px;}
}
@media (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a {padding: 43px 10px 40px 10px; font-size: 12px;}
}
@media (max-width: 992px) {
	.navbar-default .navbar-nav > li > a {padding: 40px 4px 40px 4px; font-size: 11px;}	
}
@media (max-width: 768px) {
	.navbar-default {background-color: black;}
	.navbar-default .navbar-nav > li {padding: none;}
	.navbar-default .navbar-nav > li > a {padding: 4px 4px 4px 8px; margin: 0; font-size:12px; text-align: left;}
	.navbar-collapse {z-index: 1000; background-color: #fff;}	
	.navbar-collapse.collapse {text-align: left; /* Set this */}
	.menustick {position: relative;}
}
/*mobile navbar*/
.navbar-toggle {position: relative; float: right; padding: 9px 7px; background-color: transparent; background-image: none; border: 0px solid transparent; border-radius: 2px; margin-top: 5px; margin-bottom: 5px; margin-right: 5px;}
.navbar-toggle .icon-bar {display: block; width: 28px; height: 5px; border-radius: 0px;}
.navbar-toggle .icon-bar + .icon-bar {margin-top: 5px;}
.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #aed24f;}
.navbar-collapse {z-index: 1000; padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 0; -webkit-box-shadow: none; box-shadow: none;}
.navbar-collapse.in {overflow-y: auto;}
/*#####################################################################################################################*/
/*HEADINGS*/
h1 {color: #fff; font-size: 30px; font-family: FerraraBold, ProximaNova-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 8px 5px 5px 5px; background-color: black; text-transform:uppercase; text-align: center; letter-spacing: 2px;}
h2 {color: #aed24f; font-size: 19px; font-family: ProximaNova-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 0 0 20px 0; text-transform:uppercase;}
h3 {color: #FFF; font-size: 19px; letter-spacing: 2px; font-family: ProximaNova-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 0 0 20px 0; text-transform:uppercase;}
h4 {color: #fff; font-size: 30px; font-family: FerraraBold, ProximaNova-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 8px 5px 5px 10px; background-color: black; text-transform:uppercase;  letter-spacing: 2px;}
h6 {color: #000; font-size: 18px; line-height: 20px; font-family: ProximaNova-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 0; font-weight: bold;}
.tophead {font-family: FerraraBold, ProximaNova-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri;}
.homeheading {color: #000; font-size: 30px; font-family: FerraraBold, ProximaNova-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 22px 5px 0px 5px; text-transform:uppercase; text-align: center; letter-spacing: 2px;}
/*#####################################################################################################################*/
/*CONTENT STYLES*/
.clear {clear: both;}
.contentpad {padding: 30px 8%;}
.toppad {padding-left: 60px; padding-right: 60px;}
.hometext {padding-top: 43%; position: absolute; font-size: 20px; line-height: 22px; z-index: 1600; padding-right: 6%;}
.shimwelllogo {padding-top: 79%; position: absolute; z-index: 1600; padding-left: 0;pointer-events: none;}
.whiteborder {border-bottom: 2px solid white;}

.largetext {font-size: 38px; line-height: 40px;}
.mediumtext {font-size: 27px; line-height: 29px;}
.greentexttop {color: #aed24f;}
.greentexttest {color: #79962d;}

.whitebg {background-color: #fff; max-height: auto; overflow: hidden;}
.blackbg {background-color: #000; max-height: auto; overflow: hidden;}
.greybg {background-color: #535353; max-height: auto; overflow: hidden;}
.grey2bg {background-color: gainsboro; max-height: auto; overflow: hidden;}
.greenbg {background-color: #aed24f; max-height: auto; overflow: hidden;}
.srightbg {background-image: url(../images/background/s-right.png); background-repeat: no-repeat; background-position: right bottom;}
.sleftbg {background-image: url(../images/background/s-left.png); background-repeat: no-repeat; background-position: left center;}

/*HOME*/
.sshape  {position: absolute; z-index: 1500;pointer-events: none;}
.topmarg {margin-top: 150px;}
.quote {font-size: 32px; line-height: 27px;}
.greentext {font-size: 25px; line-height: 27px; color: #aed24f; text-align: center; letter-spacing: 2px; font-weight: bold;}
.facon {color: #aed24f; font-size: 30px;}

.blackbut, .blackbut:visited,.blackbut:active,.blackbut:visited:focus, .blackbut2,.blackbut:focus,.blackbut:active,.blackbut2:active { cursor:pointer;text-decoration: none; color: #fff; background-color: #b9baba; border-radius: 5px;  font-family: ProximaNova-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; outline: none; text-align: center; padding: 10px 35px 10px 15px; position: relative; display:inline-block; border:none;}
.blackbut:hover,.blackbut:visited:hover, .blackbut2:hover,.blackbut2:visited:hover {text-decoration: none; color: black; outline: none; position: relative;}
.blackbut:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 30px;  	
    position: absolute;
    top: 10px;
    right: 15px;
}
.blackbut2,.blackbut2:active,.blackbut2:visited,.blackbut2:visited:focus,.blackbut2:focus {
	padding: 10px 15px 10px 35px;text-decoration: none; color:#FFF;
}
.blackbut2:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 30px;  	
    position: absolute;
    top: 10px;
    left: 15px;
}
.ht {
	height:55px;
}
.blackbut:hover:before, .blackbut2:hover:before {
color: black;
text-decoration: none;
}
.fawho {color: black; font-size: 43px; text-shadow: none;}
.contentpad2 {padding: 55px 3.1% 20px 3.1%;}

.carousel {padding: 0;}
.carousel-inner {min-height: auto;}
.carousel-control.left,.carousel-control.right  {background:none; width:51px; margin-top: 15.5%; opacity: 1;}
.carousel-control.left:hover,.carousel-control.right:hover {opacity: 0.5;}
.carousel-control.left {left: -2.5%;}
.carousel-control.right {right: -2.5%;}
.blackbrdr {border: 1px solid black; max-height: auto; overflow: hidden; min-height: 480px;}
.block-text {
	text-align:left; padding: 20px;
}
.zmin {z-index: 1;}
.rel {position: relative;}
.carpad {padding: 0 1.8%;}

.contentpad3 {padding: 65px 4.5% 30px 4.5%;}
.contact {font-size: 19px;}


/*OTHERPAGES*/
.otherpagetop {padding-top: 165px;}
.contentpad4 {padding: 40px 70px 40px 70px;}

/*PACKAGES*/
.tickinput {
	opacity:0;
	position: absolute;
	z-index: -1;
}
.r {
	position:absolute;
	left:10px;
	top:10px;
}
.r + input {
	padding-left:20px;
}
input[type=radio].tickinput + label {
	cursor:pointer;
}
input[type=radio].tickinput + label strong {
	padding-left:25px;
}
input[type=radio].tickinput:checked + label {
    background: #666;
    z-index: 999;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.7);
	color:#FFF;
}

input[type=radio].tickinput:checked + label:hover:after {
	background-color:#666 !important;
}
.ticklabel:hover {
	color:#000 !important;
}

input[type=radio].tickinput:checked + label:after {
	background-color:#AED24F;
	border:2px solid #FFF;
}

input[type=radio].tickinput + label:after {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    content: '';
	background-color: transparent;
	border:2px solid rgba(255,255,255,0.3);
    background-size: contain;
    width: 18px;
    height: 18px;
    z-index: -1;
	transition:all 300ms ease;
}
.ticklabel strong {
	display:block;
}
.contentpad5 {padding: 0px 18% 0px 18%;}
.packagetext {font-size: 25px; line-height: 27px; font-weight: bold;}
.greenpackages {color: #aed24f; font-size: 23px; line-height: 25px; font-weight: bold;}
.greypackages {color: #000; font-size: 24px; text-align: center;}
.packageblocks {height: 540px;}

.attachicon:before {
	content: "\f0c6";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;   
    font-size: 25px;  	
    position: absolute;
    top: 15px;
	right: 15px;}

.yes:before {
	content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;   
    font-size: 25px;  	
    position: absolute;
    top: 15px;
	right: 15px;}

.no:before {
	content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;   
    font-size: 25px;  	
    position: absolute;
    top: 15px;
	right: 15px;}
.greyblock{
  display: block; 
	background: #eaeaea;
	padding: 15px;
	text-align: left;	
	font-size: 16px; line-height: 18px;
	border: 1px solid white;
	overflow: hidden;
	position: relative;
	z-index:2;
}
.img-square {
	width:100%;
	object-fit:cover;
}
.gallink, .gallink:visited  {
	width:17%;
	margin:1.5%;
	display:inline-block;
	text-align:center;
	color:#999;
	transition:all 300ms ease;
}
.gallink:hover, .gallink:visited:hover  {
	color:#000;
	background-color: #999 !important;
	
}

.firstblock {font-size: 23px; line-height: 25px; padding: 15px;}
.solutions {background-image: url(../images/background/solutions.jpg);}
.solutions .hvr-sweep-to-right {background: transparent;}
.solutions .hvr-sweep-to-right:before {background: transparent;}
/* Sweep To Right */
.hvr-sweep-to-right {
	cursor: pointer;
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	background: #eaeaea;
	padding: 15px;

	font-size: 16px; line-height: 18px;
	border: 1px solid white;
	overflow: hidden;
	max-height: auto;
}
.hvr-sweep-to-right strong {font-size: 19px; line-height: 21px;}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #aed24f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;	
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: black !important;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-sweep-to-right h1 {font-size: 23px; line-height: 25px; background: #000; text-align: center; padding: 10px 10px 0 10px;}
.hvr-sweep-to-right h2 {font-size: 15px; line-height: 17px; background: #000; text-align: center; padding: 8px;}

.packages .hvr-sweep-to-right, .solutions .hvr-sweep-to-right {cursor: text !important;}
.packages .hvr-sweep-to-right.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

@media (max-width: 1520px) {		
	.contentpad5 {padding: 0px 10% 0px 10%;}
	.quote {font-size: 23px; line-height: 23px;}
	.greentext {font-size: 18px; line-height: 18px;}
	.contentpad {padding: 20px 3% 0px 3%;}
	.blackbut, .blackbut:visited,.blackbut:active,.blackbut:visited:focus, .blackbut:focus,.blackbut:active {padding: 5px 35px 5px 15px;}
	.blackbut2,.blackbut2:active {padding: 5px 15px 5px 35px;}
	.blackbut:before, .blackbut2:before {top: 5px;}
	.carousel-control.left,.carousel-control.right  {margin-top: 20%;}
	.shimwelllogo {padding-top: 70%; padding-right: 45%;}
	.hometext {padding-right: 1%; padding-top: 38%;}
	.packageblocks {height: 670px;}
	.packicons {padding: 0 20%;}
	.firstblock {font-size: 20px; line-height: 22px;}
}
@media (max-width: 1200px) {	
	.shimwelllogo {padding-top: 75%;}
	.largetext {font-size: 26px; line-height: 28px;}
	.mediumtext {font-size: 20px; line-height: 22px;}
	.hometext {padding-right: 0%; font-size: 18px; line-height: 20px; padding-top: 39%;}
	html, body {font-size: 15px; line-height: 17px;}
	.packageblocks {height: 760px;}
	h6 {font-size: 15px; line-height: 17px;}	
}
@media (max-width: 992px) {	
	.toppad {padding-left: 40px; padding-right: 40px;}
	.searchpad {padding: 10px 0; clear: both;}
	.shimwelllogo {padding-top: 100%; padding-right: 35%;}
	.hometext {padding-top: 100px;}
	h1 {font-size: 30px;}	
	h4 {font-size: 20px; padding: 20px 50px 10px 50px;}
	.greentext {font-size: 22px; line-height: 24px;}
	.quote {font-size: 30px; line-height: 32px;}
	.blackbut,.blackbut:visited, .blackbut2,.blackbut2:visited {font-size: 14px;}
	.contentpad2 {padding: 65px 5.5%;}
	.carousel-control.left {left: -4%;}
	.carousel-control.right {right: -4%;}
	.carousel-control.left,.carousel-control.right  {margin-top: 3%;}
	.otherpagetop {margin-top: 0px;}
	.contentpad4 {padding: 40px 50px 40px 50px;}
	.largetext {font-size: 28px; line-height: 30px;}
	.mediumtext {font-size: 22px; line-height: 24px;}
	.socialicons {width: 100%; padding-top: 10px;}
	.packageblocks {height: auto;}
	
}
@media (max-width: 768px) {
	.toppad {padding-left: 0px; padding-right: 0px;}
	.searchpad {padding: 10px 20px;}
	.logo {padding: 0 20px;}
	.teltop {padding: 20px 20px; position: absolute;}
	.topmarg {margin-top: 0px;}
	.shimwelllogo {padding-left: 20%; padding-right: 10%; padding-top: 105%;}
	h1 {font-size: 25px;}
	.contentpad2 {padding: 65px 40px;}
	.carousel-control.left {left: -40px;}
	.carousel-control.right {right: -40px;}	
	h4 {padding: 20px 20px 10px 20px;}
	.contentpad4 {padding: 40px 20px 40px 20px;}
	.contentpad5 {padding: 0px 5% 0px 5%;}
	
	.gallink {
		width:47%;
	}
}
/*#####################################################################################################################*/
/*FONT STYLES*/	
.bold {font-weight: bold;}
.italic {font-style: italic;}
.white {color: white;}
/*#####################################################################################################################*/
/*FONTS COLORS*/
.text-danger {color: #000;}
/*#####################################################################################################################*/
/*CONTACT FORM*/
.form-control {border-radius: 0px; color: #777; font-size: 12px; border-color: #000;}
.form-control:focus {border-color: #000; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(194,194,194,.075), 0 0 8px rgba(194,194,194, .6); box-shadow: inset 0 1px 1px rgba(194,194,194,.075), 0 0 8px rgba(194,194,194, .6);}

.btn-primary {
  color: #fff;
  background-color: #000;
  border: none;
  font-size: 13px;
  padding: 9px 30px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #a1a1a1;
  border: none;
}
.btn {border-radius: 5px;}
.loading-form {
    width: 47px;
    height: 39px;
    background-image: url(../images/ico/loading.gif);
    background-repeat: no-repeat;
}
/*#####################################################################################################################*/
/*FOOTER*/
.bot-bar {text-align:left; background-color: #fff; padding: 20px 70px; border-top: 1px solid black;}
.copytext {color: #000; font-size: 13px; line-height: 14px; font-weight: normal; font-family: ProximaNova-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri;}
.copytext a {color: #000; font-size: 13px; padding: 0 5px 0 5px;}
.copytext a:hover {color: #aed24f; text-decoration:none;}
.copytext i {font-size: 25px; padding: 0 10px;}

a.copytext,a.copytext:visited {text-decoration: none; color: #000;  font-size: 13px; outline: none; font-family: ProximaNova-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri;}
a.copytext:hover,a.copytext:visited:hover {text-decoration: none; color: #aed24f; outline: none;}
a.copyat, a.copyat:visited {text-decoration: none; color: #000; outline: none; font-weight: normal;}
@media (max-width: 992px) {	
	.bot-bar {padding: 20px 30px;}
}
@media (max-width: 768px) {
	.bot-bar {padding: 20px 30px;}
}
/*#####################################################################################################################*/
.clearfix:before, .clearfix:after { content: ""; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}

.actpack{
	background: #aed24f;
}