@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url("id.css");
@import url("ie-style.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800');

body {
  font-family: Electrolize;
	font-size: 17px;
	overflow-x: hidden;
}

#logo {
  margin: 5px 0 0;
  width: 110px;
}

#site-nav {
	position: relative;
	padding: 0;
	height: 100px;
	background: var(--colorDarkest);
}

#site-nav ul {
	height: 120px;
}

#site-nav li {
  font-family: Electrolize;
  font-size: 13px;
  font-weight: 400;
}

#phonelink-wrap {
		align-content: center;
    align-items: center;
    align-self: center;
}

#site-nav a#phonelink {
	height: 40px;
  font-family: Electrolize;
  font-size: 15px;
  line-height: 36px;
	line-height: var(--headerHeight);
	background: #81ba60;
  border: 2px #fff solid;
	border: none;
}

#site-nav a#phonelink:hover {
	background: #55ace3;
}

a#phonelink.etch i {
  font-size: 15px;
  line-height: 36px;
	line-height: var(--headerHeight);
	background: none;
  border-right: 2px #fff solid;
  border-right: 2px var(--colorDark) solid;
}

#art {
	margin-top: -100px;
  font-size: 17px;
}

h1 {
	margin: 0 0 10px;
  font-family: Electrolize;
  font-weight: 1000;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2 {
	margin: 15px 0;
  font-family: Electrolize;
  font-size: 30px;
  text-transform:  uppercase;
  font-weight: 300;
}

h2.color-white {
  font-size: 36px;
	color: rgba(255,255,255,.9);
}

h3 {
  font-family: Electrolize;
	font-size: 21px;
	letter-spacing: 3px;
	font-weight: 500;
	color: #5a7a77;
  text-transform:  uppercase;
}

#art h3 {
	font-size: 19px;
    font-weight: 1000;
	color: rgba(255,255,255,.75);
	text-shadow: none;
}

h4 {
  font-family: Electrolize;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 300;
	text-transform: none;
}
h5 {
	position: relative;
	max-width: 80%;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 120%;
	color: #6b6f72;
	line-height: 1.5;
}
.center h5 {
	margin: 15px auto;
	text-align: center;
}
h6 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 110%;
}
.lead {
  font-family:  Oswald;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 500;
  text-transform:  uppercase;
}

.color-dark {
  color: #475975;
}

.dropdown-menu {
	min-width: 270px;
	background: #81ba60;
}

.dropdown-menu li {
  display: list-item;
  margin: 0 0 0 20px;
  padding: 5px 0;
  line-height: 1.7;
  list-style-type: disc !important;
}

#slideshow-text {
	position: absolute;
	top: 560px;
	left: auto;
	width: 100%;
	height: 200px;
	text-align: center;
	z-index: 9999;
}

#slideshow-text .badges img {
	margin: 0 10px;
	height: 150px;
}

.overlay {
/*	position: absolute;
	top: 400px;
	left: 50%;
	bottom: auto;
	width: 250px;
	height: 200px;
	transform: none;
	border: 5px #09f solid;*/
	position: absolute;
	top: 360px;
	left: auto;
	width: 100%;
	height: 170px;
}

.overlay img {
	display: block;
	position: relative;
	margin: 0 auto;
	width: auto;
	height: 170px;
}

#art .btn {
	margin: 30px auto;
	width: 250px;
}

.container div.portrait img {
	margin: 15px 0;
	width: 100%;
}

ul.code {
	margin: 25px 0;
	padding: 0;
		list-style: none;
}
 ul.code li {
	 position: relative;
	 margin: 15px 0;
	 padding-left: 35px;
	 font-size: 18px;
	 line-height: 1.3;
 }

ul.code li:before {
	position: absolute;
	left: 5px;
    content: "\f121";
    font-family: FontAwesome;
    margin-right: 8px;
    color: #81ba60;
		list-style: none;
}



@keyframes gallery-effect { 
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes gallery-effect-overlay { 
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.gallery-effect {
	padding: 0 20px;
	max-width: 1560px;
	font-size: 15px;
}

.gallery-effect img {
  float: none;
  margin: 0;
  animation: gallery-effect .5s ease-in;
  animation-fill-mode: both;
}

.gallery-effect a:before {
  animation: gallery-effect-overlay .5s linear;
  animation-fill-mode: both;
	animation-delay: 3s;
}

.gallery-effect a:nth-child(1) img { animation-delay: .5s }
.gallery-effect a:nth-child(2) img { animation-delay: .75s }
.gallery-effect a:nth-child(3) img { animation-delay: 1s }
.gallery-effect a:nth-child(4) img { animation-delay: 1.25s }
.gallery-effect a:nth-child(5) img { animation-delay: 1.5s }
.gallery-effect a:nth-child(6) img { animation-delay: 1.75s }
.gallery-effect a:nth-child(7) img { animation-delay: 2s }
.gallery-effect a:nth-child(8) img { animation-delay: 2.25s }
.gallery-effect a:nth-child(9) img { animation-delay: 2.5s }
.gallery-effect a:nth-child(10) img { animation-delay: 2.75s }
.gallery-effect a:nth-child(11) img { animation-delay: 3s }
.gallery-effect a:nth-child(12) img { animation-delay: 3.25s }


.gallery-effect a figcaption img {
	opacity: 1;
}


.gallery > a {
	height: auto;
}

.gallery > a img {
  position:  relative;
  width: 100%;
  height: auto;
}

.gallery .enlarge {
	animation-delay: 0s;
  -o-transition: 3s;
  -ms-transition: 3s;
  -moz-transition: 3s;
  -webkit-transition: 3s;
  transition: 3s;
}

.gallery a:hover .enlarge {
 -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -moz-transform: scale(1.25);
}

.gallery > a figcaption,
.gallery > a:hover figcaption {
	left: 5%;
	width: 90%;
	height: auto;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
}

.gallery > a figcaption span {
	display: block;
	font-size: 90%;
	text-transform: uppercase;
}

.gallery > a figcaption span i.material-icons {
	margin: 5px 5px 0 0;
	font-size: 100%;
}
	
.gallery > a figcaption img,
.gallery > a:hover figcaption img {
	margin: 0 auto;
	width: 180px;
	height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transform: scale(1);
}

.gallery > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.0);
  z-index: 2;
}

.gallery > a:hover:before {
  background: rgba(0,0,0,.35);
}

#slide-triggers {
	display: block;
	position: absolute;
	bottom: 50px;
	left: -20px;
	overflow: hidden;
	z-index: 2;
}
#slide-triggers a {
	display: block;
    float: left;
    margin: 0 0 0 20px;
    padding: 15px 30px;
	font-size: 15px;
	font-weight: 600;
    color: #999;
	text-decoration: none;
	background: #f2f5f7;
    border: 2px solid #999;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#slide-triggers a.cycle-pager-active {
	color: #fff;
	background: #373f42;
    border: 2px solid #373f42;
	opacity: 1;
	filter:alpha(opacity=100);
}
#story-slideshow .cell {
	vertical-align: top;
}


#whatwedo {
	padding: 50px 0 70px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #262931;
}

#whatwedo img {
	display: block;
	margin: 0 auto 15px;
	width: 120px;
}


.bg-white {
	position: relative;
	padding: 65px 0 80px;
	background: #fff;
}
.content {
	position: relative;
	margin: 0 auto;
	width: 66.6%
}
.content.center {
	text-align: center;
}
.whatwedo {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 60px;
}
.whatwedo > div {
	margin: 20px 0 0;
}
.whatwedo i.material-icons {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 30px;
	width: 40px;
	height: 40px;
	font-size: 180%;
	color: #fff;
	line-height: 40px;
	background: #32bafa;
	border-radius: 100%;
}
.whatwedo > div:nth-child(2) i {
	background: #fc617e;
}
.whatwedo > div:nth-child(3) i {
	background: #a57ff8;
}
.whatwedo img {
	display: block;
	position: relative;
	margin: 0 auto 15px;
	width: 80%;
	max-width: 120px;
}
.whatwedo p {
	font-family: Archivo;
	font-size: 100%;
	font-weight: 500;
	color: #6b6f72;
}

/* ============================== */
/* TESTIMONIALS
/* ============================== */

#testimonials {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 480px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.testimonial {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
	border-top: 1px transparent solid;
}
#testimonials img {
	float: left;
	margin: 0 25px 0 -30px;
	width: 380px;
	height: auto;
}
.testimonial div {
	margin: 40px 0 0 380px;
}
#testimonials .cycle-pager {
	right: 10px;
	left: auto;
	bottom: 15px;
	margin-left: 0px;
	width: 75px;
}
#no-template-pager {
	display: block;
	position: relative;
	margin: 25px auto 30px;
	padding: 0;
	width: 980px;
	height: auto;
	font-size: 15px;
	text-align: center;
	border: 1px #999 solid;
	vertical-align: middle;
	overflow: hidden;
	z-index: 9999;
}
a.trigger {
	display: block;
	position: relative;
	float: left;
	padding: 15px;
	width: 25%;
	height: 100%;
	color: #333;
	text-decoration: none;
	border-right: 1px #999 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-transition: all 0.25s ease-in; 
	-moz-transition: all 0.25s ease-in; 
	-o-transition: all 0.25s ease-in; 
	transition: all 0.25s ease-in; 
}
.carousel__section-marker {
    position: absolute;
    bottom: 0;
	left: 0;
    width: 100%;
    height: 0;
    transition: all 0.3s;
}
a.trigger.cycle-pager-active .carousel__section-marker {
    height: 4px;
    background-color: #2e91fc;
}
a.trigger:last-child {
	border-right: none;
}
a.trigger img {
	display: none;
	position: relative;
	margin: 0 auto 10px;
	width: auto;
	height: 56px;
}



#no-template-pager2 {
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	margin: 0;
	padding: 0;
	width: 320px;
	height: auto;
	font-size: 14px;
	color: rgba(255,255,255,.75);
	text-align: center;
	vertical-align: middle;
	z-index: 9999;
}
#no-template-pager2 a.trigger {
	display: block;
	position: relative;
	float: left;
	padding: 0;
	width: 25%;
	height: 100%;
	text-decoration: none;
	color: rgba(255,255,255,.6);
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-transition: all 0.25s ease-in; 
	-moz-transition: all 0.25s ease-in; 
	-o-transition: all 0.25s ease-in; 
	transition: all 0.25s ease-in; 
}
#no-template-pager2 a.trigger img {
	display: block;
	position: relative;
	float: none;
	margin: 0 auto;
	width: auto;
	height: 64px;
	z-index: 1;
}
#no-template-pager2 a.cycle-pager-active span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -28px;
	width: 56px;
	height: 56px;
	background: #3aabf7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	animation:myfirst 1s linear infinite;
	-moz-animation:myfirst 1s linear infinite; /* Firefox */
	-webkit-animation:myfirst 1s linear infinite; /* Safari and Chrome */
	-o-animation:myfirst 1s linear infinite; /* Opera */
}


/* ============================== */
/* FORMS */
/* ============================== */

form {
	position: relative;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#mainform {
	margin: 0 auto;
	padding: 20px 0;
    font-size: 15px;
	text-align: left;
	color: #333;
	border-top: 5px #4a5a5a solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
form fieldset:first-child {
	margin-top: 0;
}
fieldset {
	margin: 20px 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
fieldset.alt {
	margin: 20px 0 0;
	padding: 15px 0 25px;
	border-right: none;
	border-left: none;
}
legend,
form p {
	display: block;
	margin: 15px 0;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;
	color: #000;
	letter-spacing: 0px;
}
form .left {
	float: left;
	margin: 0;
	width: 48%;
	text-align: left;
	clear: none;
	}
form .right {
	float: right;
	margin: 0;
	padding: 0;
	width: 48%;
	text-align: left;
	border: none;
	clear: none;
	}
.field {
	position: relative;
	margin: 0;
	overflow: hidden;
	clear: both;
	}
.field:blur {
	background: #FCC;
	}
label {
	display: block;
	margin: 0 0 8px;
	}
input, select, textarea {
	display: block;
	position: relative;
	margin: 0 0 15px;
	color: #333;
	width: 100%;
	background: #fff;
	}
input {
	margin: 0 0 15px;
	padding: 10px 10px 9px;
	height: 35px;
	color: #656565;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-webkit-transition: border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
	-moz-transition: border-color .2s ease-out,-moz-box-shadow .2s ease-out;
	transition: border-color .2s ease-out, box-shadow .2s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
input#validate {
	margin-bottom: 15px;
}
input, select {
	display: block;
	}
select {
	padding-left: 15px;
	width: auto;
	height: 40px;
	min-width: 50%;
	font-size: 18px;
	border: 1px solid #ccc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	}
select#daydropdown, select#monthdropdown, select#yeardropdown {
	float: left;
	margin-right: 5px;
	width: 75px;
	}
input:active, input:focus, textarea:active, textarea:focus {
	}
textarea {
	display: block;
	padding: 10px;
	width: 96%;
	height: 200px;
	border: 1px solid #ccc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	}
	
label.radio {
	height: auto;
	clear: both;
}
label.radio span {
	display: block;
	float: right;
	width: 540px;
	font: 13px "EB Garamond", "Book Antiqua", Palatino, serif;
	line-height: 18px;
}
input[type="radio"] {
	display: block;
	float: left;
	width: 19px;
	height: 14px;
    color:#f2f2f2;
}


input[type="radio"]:checked + label span {
    background:url(check_radio_sheet.png) -57px top no-repeat;
}

.checkbox {
	display: block;
	float: left;
	margin: 10px 0;
	width: 50%;
	height: auto;
	overflow: hidden;
	}
.checkbox label {
	display: block;
	float: left;
	margin: 4px 25px 0 5px;
	font-weight: normal;
	text-transform: none;
	}
input[type="checkbox"] {
	float: left;
	}
.checkbox input {
display: inline;
width: 20px;
height: 20px;
margin: 5px 12px 0px 0;
padding: 0;
vertical-align: bottom;
position: relative;
top: 0px;
overflow: hidden;
}
input[type="checkbox"] {
float: left;
}
input, select {
display: block;
}

.btn {
	height: 40px;
  font-family: Electrolize;
  font-size: 15px;
  line-height: 36px;
	line-height: var(--headerHeight);
	background: #81ba60;
  border: 2px #fff solid;
	border: none;
}

.home #site-footer .badges {
	display: none;
}
.badges {
	display: block;
	position: relative;
}
.badges img {
	display: inline-block;
	position: relative;
	margin: 0 0 0 15px;
	max-width: none;
	width: auto;
	height: 160px;
}

form .btn {
	margin: 15px auto;
	max-width: 270px;
}
.logo-mobile, .phone_xs, .Toggle-button {
	display: none;
}
.testi-hd {
	text-align:center;
	margin-top:80px;
}
@media all and (max-width: 1720px) {
	h2 {
		font-size: 150%;
	}
	h5 {
		font-size: 100%;
	}
	h6 {
		font-size: 90%;
	}
	.content {
		width: 70%;
	}
	.whatwedo img {
		width: 84px;
	}
	.whatwedo p {
		font-weight: 400;
		font-size: 80%;
	}
	.testimonial div {
		font-size: 90%;
	}

}
@media all and (max-width: 1520px) {
	h2 {
		font-size: 170%;
	}
	h5 {
		font-size: 120%;
		max-width: 100%;
	}
	h6 {
		font-size: 95%;
	}
	.content {
		width: 80%;
	}
	.whatwedo {
		grid-gap: 40px;
	}
	.whatwedo img {
		width: 100px;
	}
	.whatwedo p {
		font-size: 95%;

	}
}
@media all and (max-width: 1310px) {
	nav li a {
		padding: 0 13px;
	}
	.overlay {
		top: 350px;
	}
	#slideshow-text {
		top: 550px;
	}
}
	.big-badges {
		display:block;
	}
	.mobile-badges {
		display: none;
	}
@media all and (max-width: 1199px) {
	nav li a {
		padding: 0 10px;
		font-size: 12px;
	}
	#logo.logo-floated {
		padding: 0 15px 0 0;
	}
	nav li#home {
		width: 10px;
	}
	#site-nav, #site-nav ul {
		height: 75px;
	}
	#logo {
		width: 80px;
	}
	#art {
		margin-top: 0;
	}
	#slideshow-text {
		top: 260px;
	}
	#slideshow-text .badges img {
		margin: 0 10px;
		height: 120px;
	}
	.vertical-align-absolute, .slideshow-arrows {
		top: 30%;
	}
	.overlay img {
		height: 110px;
	}
	#testimonials {
		width: 100%;
	}
	#whatwedo .grid-columns-3 {
		width: 100% !important;
	}
}

@media all and (max-width: 991px) {
	#site-nav .menu {
		padding: 0px;
		background: #2f3440;
		display: none;
		width: 200px;
	}
	nav li#home {
		width: 50px;
	}
	#site-nav .Toggle-button {
		display: inline-block !important;
		font-size: 30px;
		color: #fff;
		text-align: left;
		padding: 10px 15px 10px;
		width: auto;
	}
	#site-nav .Toggle-button:hover{
		text-decoration: none;
		color: #fff;
	}
	#site-nav li, #site-nav .sub-menu {
		width: 100%;
		position: static;
		overflow: auto;
		display: block!important;
	}
	h1#logo {
		position: static;
		margin: 0 auto;
		padding: 0;
		width: 129px;
		background-size: cover;
		height: 91px;
		background-position: center center;
	}
	#site-nav {
		margin: 0;
		top: 0;
		background-image: none;
		height: 50px;
		position: fixed;
		width: 100%;
		z-index: 99999;
	}
	.main-logo, #phonelink {
		display: none !important;
	}
	.logo-mobile {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		width: 58px;
		margin: 0 auto;
		top: 0;
		z-index: 9;
	}
	#site-nav ul {
		height: auto;
	}
	#site-nav .menu li {
		line-height: 40px;
	}
	#site-nav .menu .dropdown-menu {
		position: static;
		min-width: auto;
		box-sizing: border-box;
		display: block;
		padding: 20px 20px;
		background-color: #151a27;
	}
	#site-nav .menu .dropdown:after {
		display: none;
	}
	#site-nav .menu .dropdown-menu li {
		margin: 0 0 0 5px;
	}
	#site-nav .grid-columns-3 {
		padding-left: 0;
	}
	.phone_xs {
		position: absolute;
		right: 5px;
		top: 6px;
		z-index: 9999999;
		color: #fff;
		font-size: 28px;
		display: block;
		padding: 5px 8px;
	}
	.phone_xs:hover {
		text-decoration: none;
		color: #fff;
	}
	#art {
		margin-top: 50px;
	}
	#slideshow-text {
		display: block;
		top:210px;
		height:auto;
	}
	#slideshow-text h1 {
		font-size: 16px;
	}
	#slideshow-text h3 {
		font-size: 14px;
		padding: 0 15px;
	}
	#slideshow-text .badges {
		display:none;
	}
	#slideshow-text .badges img {
		height: 60px;
	}
	
	#slideshow .container {
		width: 100%;
	}
	#slideshow .overlay {
		top: 90px;
		left: 0;
		height: auto;
		z-index: 9999999;
	}
	.overlay img {
		height: 100px;
	}
	.container {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	#testimonials {
		width: 100%;
		height: 980px;
	}
	#testimonials img {
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.testimonial div {
		margin: 20px 0 0;
	}
	#whatwedo .grid-gap-1{
		width: 100% !important;
		display: block;
	}
	#whatwedo .art-xt{
		display: block;
		width: 100%;
		padding-right: 0 !important;
		box-sizing: border-box;
	}
	#whatwedo .grid-span-2 {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px !important;
		border-left: none !important;
	}
	#site-footer .grid-gap-3 {
		display: block;
		width: 100%;
	}
	.copyright img {
		float: none;
	}
	.lft-img {
		display: block;
		width: 100%;
	}
	.gallery-effect {
		width: 10%;
		display: block;
	}
	.gallery > a {
		margin-bottom: 25px;
		display: block;
	}
	.checkbox {
		width: 100%;
	}
	.thanku br {
		display: none;
	}
	.testi-hd {
		margin-top: 50px;
		font-size: 28px;
	}
	.home #art {
		height: 300px;
		padding-bottom: 0;
	}
	.home .slide {
		height: 300px;
		background-size:cover !important;
	}
	.home .slide:after {
		content: '';
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,0.4) 50%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(0,0,0,0.4)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,0.4) 50%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,0.4) 50%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,0.4) 50%);
		background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0.1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
	}
	.whatwedo {
		display: block;
	}
	.whatwedo p {
		font-size: 14px;
	}
	.whatwedo div {
		margin: 40px 0;
	}
	.big-badges {
		display:none;
	}
	.mobile-badges {
		display: block;
		text-align: center;
		margin: 20px 0;
	}
	.badges img {
		height: 80px;
		margin: 0 10px;
	}
	#art h3 {
		color: #fff;
	}
	.portfolio-wraper {
        width: 100%;
    }

}
@media all and (max-width: 767px) {
    .portfolio-wraper {
        width: 100%;
    }   
}

@media all and (max-width: 340px) {
	#no-template-pager2 a.trigger img {
		height: 58px;
	}
	#no-template-pager2 a.trigger {
		width: 18%;
		height: auto;
	}
	#no-template-pager2 {
		width: 300px;
	}
	#site-nav .menu li {
		line-height: 35px;
	}
	.checkbox label {
		margin: 4px 0px 0 5px;
		font-size: 14px;
	}
	h2.color-white {
		font-size: 26px;
	}

}
