

/*-- services --*/
.services,.about,.testimonials,.news{
	padding:1em 0;
}
h3.w3title{
    font-size: 3.8em;
    text-align: center;
    color: #f44336;
}
p.wthree-ttext{
    font-size: 1em;
    text-align: center;
    color: #777;
    line-height: 1.8em;
    width: 50%;
    margin: 1em auto 0;
    font-weight: 400;
}
.services-grids { 
    text-align: center;  
    margin-top: 6em; 
} 
.services-grids .icon-holder {
    display: inline-block;
    color: #fff;
    font-size: 1.8em;
    width: 76px;
    height: 42px;
    background: #9E9E9E;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1.8em;
}
.services-grids h4 { 
    color: #02B875;
    font-size: 1.6em; 
	margin:1.5em 0 .6em;
}
.services-grids p {
    width: 80%;
    margin: 0 auto; 
    color: #9e9e9e;
} 
.hexagon:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
    border-bottom: 20px solid #9E9E9E;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; 
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 38px solid transparent;
	border-right: 38px solid transparent;
	border-top: 20px solid #9E9E9E;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; 
}
.services-grids:hover .icon-holder { 
	background: #02B875;
} 
.services-grids:hover .hexagon:before { 
	border-bottom-color: #02B875;
} 
.services-grids:hover .hexagon:after { 
	border-top-color: #02B875;
} 
/*-- //services --*/
/*-- about --*/
.about,.blog {
    background: #eeeeee;
} 
.about-left {
    padding-right: 5em;
}
.about-right img{
	width:100%; 
} 
.about h3.w3title {  
    margin-bottom: 0.5em;
	text-align:left;
} 
.about h4 {
    font-size: 1.6em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 1.4em;
	margin-bottom: 0.8em;
}
p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
}
a.wthree-btn.w3btn2 {
    color: #f44336;
	border-color:#f44336;
}
a.wthree-btn.w3btn2:hover{
    color: #fff; 
}
/*-- //about --*/
/*-- portfolio --*/ 
.filtr-item {
    padding: 1em;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
} 
/* Filter controls */
ul.simplefilter {
    text-align: center;
    margin: 4em 0 2em;
}
.simplefilter li {
    color: #111010;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.8em 2em;
    margin: 0 0.3em;
    border: 1px solid #e8e8e8;
	font-size:1em;
} 
.simplefilter li:hover {
    border-color: #ed1e24;
    color: #ed1e24;
}
.simplefilter li.active {
	border-color:#ed1e24;
    background-color: #ed1e24;
    color: #fff;
}
.agileits-img a{ 
	display:block;
	overflow:hidden; 
}
.agileits-img a img{
    width: 100%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all; 
}
.agileits-img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); 
}
/*--  Demo8 --*/
.agileits-img {
  background-color: #FFF;
  display: block; 
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 0 #555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
} 
.agileits-img:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.agileits-img:hover {
  cursor: pointer;
}
.agileits-img:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.agileits-img:hover .wthree-pcatn {
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}
.agileits-img .wthree-pcatn {
    background-color: rgba(0, 0, 0, 0.54);
    bottom: 0;
    height: 28%;
    left: 0;
    padding: 15px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translateY(150%) scale(1.5);
    -o-transform: translateY(150%) scale(1.5);
    -ms-transform: translateY(150%) scale(1.5);
    -webkit-transform: translateY(150%) scale(1.5);
    transform: translateY(150%) scale(1.5);
}
.agileits-img .wthree-pcatn h4 {
    font-size: 2em;
    color: #ffffff;
    text-align: center;
    font-weight: 200;
    letter-spacing: 2px;
} 
/*-- //portfolio --*/ 
/*-- blog --*/ 
.blog-w3lgrids {
    margin-top: 4em;
}  
.blog-w3img a {
    display: block;
    overflow: hidden;
}
.blog-w3img a img {
  width: 100%;
  -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.blog-w3img a img:hover{
	-webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.blog-w3imgtext {
    padding: 0em 1.5em;
	-webkit-box-shadow: 0px 3px 1px #ccc;
	-moz-box-shadow: 0px 3px 1px #ccc; 
    box-shadow: 0px 3px 1px #ccc;
}
.blog h4 {
    color: #02b875;
    font-size: 1.5em;
    padding: 0.8em 0 .5em;
    font-weight: 300;
    letter-spacing: 1px;
}
.blog h4 a{
	color:#02b875;
	text-decoration:none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.blog  h4 a:hover {
	color:#f44336;
}
.blog p a {
	color:#f44336;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.blog p a:hover{
	color: #02b875;
} 
.blog p.w3-agilep {
    font-style: italic;
    margin: 0 0 0.5em;
}
.blog .w3lsmore {
    margin-top: 1.5em;
}
/*-- //blog --*/
/*-- testimonials --*/
.testimonials { 
    background: url(../images/slid.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
}
.flexslider {
    width: 60%;
    margin: 0 auto;
}
.testimonials-grid {
    margin-top: 4em;
}
.testimonials-grid p {
    color: #fff;
    text-align: center;
    margin: 1.5em 0;
    font-size: 1.1em;
} 
.testimonials-grid h5 {
    font-size: 1.5em;
    color: #f44336;
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
}
.testimonials-grid h5 span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.8em;
    margin-left: .5em;
    font-weight: 100;
}
/*-- //testimonials --*/
/*-- news --*/ 
.news-grid-left { 
    padding: 0 15em;
}
.news-grid-left:nth-child(1) {
    margin: 3em 0 2em 0;
}
.date{
    background: #2B2B2B;
    width: 125px;
    height: 125px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
    border-radius: 50%;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.date p{
    color: #FFF;
    font-size: 3em;
    text-align: center;
    margin: 0;
    padding: .3em 0 0 0;
}
.date span {
    display: block;
    line-height: 0.6em;
    color: #fff;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    margin-top: -3px;
    font-weight: 300;
    letter-spacing: 4px;
}
.date-info {
    padding-left: 2em;
}
.date-info h5 {
    font-size: 1.5em;
    font-weight: 300;
}
.date-info h5 a{
	color:#02b875; 
	text-decoration:none;
}
.date-info a:hover{
    color: #f44336;
}
.date-info p {
    margin: 1em 0 0;
}
.news-grid-left:hover .date {
    background: #02b875;
}
/*-- //news --*/ 
/*-- contact --*/
.contact p.wthree-ttext {
    color: #fff;
}
.contact-w3ls-row {
    width: 70%;
    margin: 4em auto 0;
} 
/*.contact input[type="text"] {
    width: 48.5%;
    color: #fff;
    float: left;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .7em 1em;
    margin-bottom: 1.5em;
    border: solid 1px #fff;
    -webkit-appearance: none;
    display: inline-block;
}*/
.contact input.email {
    float: right;
} 
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #fff;
    min-height: 12em;
    -webkit-appearance: none;
}
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.8em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #02b875;
	border: 2px solid #02b875; 
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    width: 100%;
}
.contact input[type="submit"]:hover {
    background: none;
    color: #02b875;
    border-color: #02b875;
}
::-webkit-input-placeholder {
	color:#fff !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#fff !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#fff !important;
}
:-ms-input-placeholder {  
	color:#fff !important;
}
.map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
.w3-agileaddress {
    padding: 3em 0;
    text-align: center;
}
.w3-agileaddress span.fa {
    font-size: 1.2em;
    color: #02b875;
    margin-bottom: 0.5em;
    border: 1px solid;
    padding: .6em 1em;
}
.address-grids p a{
	color: #777;
}
.address-grids p a:hover{
	color: #F44336;
}
/*-- //contact --*/ 
/*-- footer --*/
.footer {
    padding: 3em 0;
    text-align: center;
    background: #2B2B2B;
}
.footer p {
    color: #fff;
    margin-top: .5em;
    letter-spacing: 1px;
    font-weight: 300;
}
.footer p a{
    color: #02b875;
}
.footer p a:hover{
    color: #fff;
}
.social-button {
    display: inline-block;
    background-color: #fff;
    width: 32px;
    height: 32px;
    margin: 0 3px;
    line-height: 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: .99; 
}
.social-button:before {
    content: '';
    background-color: #000;
    width: 120%;
    height: 120%;
    position: absolute;
    top: 102%;
    left: -118%;
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	-moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); 
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
	font-size: 18px;
	vertical-align: middle;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	-moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); 
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button.facebook:before {
	background-color: #3B5998;
}
.social-button.facebook .fa {
	color: #3B5998;
}
.social-button.twitter:before {
	background-color: #3CF;
}
.social-button.twitter .fa {
	color: #3CF;
}
.social-button.google:before {
	background-color: #DC4A38;
}
.social-button.google .fa {
	color: #DC4A38;
}
.social-button.dribbble:before {
	background-color: #F26798;
}
.social-button.dribbble .fa {
	color: #F26798;
}
.social-button.skype:before {
	background-color: #00AFF0;
}
.social-button.skype .fa {
	color: #00AFF0;
}
.social-button:focus:before, .social-button:hover:before {
	top: -10%;
	left: -10%;
}
.social-button:focus .fa, .social-button:hover .fa {
	color: #fff;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/*-- //footer --*/  
/*-- about-modal --*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal-body {
    padding: 0 2em 2.5em;
}
.modal-dialog {
    margin: 6em auto 0;
} 
.modal-body.modal-spa img {
    width: 100%;
}
.modal-body h4 {
    font-size: 1.6em;
    color: #02B875;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 1em 0 .3em;
}
.bnr-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 0.5em 2em 0;
}
.bnr-modal button.close {
    color: #02B875;
    opacity: .9;
    font-size: 2.5em;
	outline:none;
}
.modal-body p {
    font-weight: 300;
} 
/*-- //about-modal --*/
/*-- responsive-design --*/ 
@media(max-width:1280px){
.cd-stretchy-nav { 
    right: 9%;
}
}
@media(max-width:1080px){
.banner-w3ltext h2 {
    font-size: 4.5em; 
}
.header {
    padding-top: 2em;
}
.cd-stretchy-nav { 
    top: 26px; 
}
.w3ls-banner {
    min-height: 710px; 
}
.banner-w3ltext {
    margin-top: 12em; 
}
.about-left {
    padding-right: 1em;
}
.about h4 {
    font-size: 1.5em; 
}
.agileits-img .wthree-pcatn { 
    height: 32%;
}
.blog-w3lgrids {
    margin-top: 3em;
}
.testimonials-grid {
    margin-top: 3em;
}
.flexslider {
    width: 63%; 
}
.map iframe { 
    min-height: 300px; 
}
} 
@media(max-width:991px){
.cd-stretchy-nav {
    right: 11%;
}
.banner-w3ltext h2 {
    font-size: 4em;
    letter-spacing: 3px;
	margin:0.3em 0 .1em; 
}
.w3ls-banner {
    min-height: 650px;
}
.place-grid:nth-child(4), .place-grid:nth-child(5) {
    margin-top: 2em;
}
.place-grid:nth-child(6) {
    margin-top: 4em;
} 
.sel { 
    margin-top: 0.5em; 
}
.services, .about, .testimonials, .news {
    padding: 4em 0;
}
p.wthree-ttext { 
    width: 60%; 
}
.services-grids p {
    width: 100%; 
}
.services-grids { 
    padding: .5em;
	margin-top: 5em;
}
.agileits-img .wthree-pcatn h4 {
    font-size: 1.8em; 
}
.agileits-img .wthree-pcatn {
    height: 40%;
}
.flexslider {
    width: 85%;
}
.banner-w3ltext {
    margin-top: 11em;
}
.testimonials-grid {
    margin-top: 2em;
}
.testimonials-grid h5 { 
    letter-spacing: 1px;
}
.news-grid-left {
    padding: 0 6em;
}
.date-info { 
    padding-right: 0;
}
.date { 
    width: 110px;
    height: 110px; 
}
.date p { 
    font-size: 2.6em; 
}
.date-info p {
    margin: 0.6em 0 0;
}
.contact-w3ls-row {
    width: 85%;
    margin: 3em auto 0;
}
}
@media(max-width:900px){
.w3ls-banner {
    min-height: 610px;
}
.banner-w3ltext {
    margin-top: 10em;
}
h3.w3title {
    font-size: 3.4em; 
}
}
@media(max-width:800px){
.banner-w3ltext h2 {
    font-size: 3.6em;
    letter-spacing: 2px; 
}
.w3ls-banner {
    min-height: 550px;
}
.banner-w3ltext {
    margin-top: 9em;
}
.logo h1 {
    font-size: 3.2em; 
}
.about h4 { 
    margin-bottom: 0.2em;
}
.modal-dialog {
    margin: 3em auto 0;
}
.map iframe {
    min-height: 250px;
}
.footer {
    padding: 2em 0; 
}
}
@media(max-width:768px){
.logo { 
    padding-left: 2em;
}
.cd-stretchy-nav .stretchy-nav-bg { 
    width: 50px;
    height: 49px; 
}
.cd-nav-trigger { 
    width: 50px;
    height: 49px; 
}
.cd-stretchy-nav {
    right: 8%;
}
.cd-stretchy-nav ul a { 
    width: 51px;
}
.banner-w3ltext h2 {
    font-size: 3.4em; 
}
.w3ls-banner {
    min-height: 525px;
}
.serach-w3agile { 
    padding: 2em 0;
}
.place-grid h5 {
    font-size: 1.3em; 
}
h3.w3title {
    font-size: 3.2em;
}
.simplefilter li { 
    font-size: 0.9em;
}
.news-grid-left:nth-child(1) {
    margin: 3em 0 1em 0;
}
}
@media(max-width:736px){
.services-grids p {
    width: 78%;
}
.services-grids { 
    margin-top: 4em;
}
.about h4 {
    font-size: 1.3em;
}
.wthree-btn { 
    font-size: 0.9em; 
}
.agileits-img .wthree-pcatn {
    height: 29%;
}
.modal-dialog {
    margin: 3em auto; 
    width: 90%;
}
.news-grid-left {
    padding: 0 3em;
}
.contact textarea { 
    min-height: 9em; 
}
}
@media(max-width:667px){
.banner-w3ltext {
    margin-top: 8em;
}
.place-grid:nth-child(6) {
    margin-top: 3.9em;
}
.services, .about, .testimonials, .news {
    padding: 3.5em 0;
}
p.wthree-ttext {
    width: 70%;
} 
.contact input[type="text"] { 
    margin-bottom: 1em; 
}
.w3-agileaddress {
    padding: 2.5em 0; 
}
}
@media(max-width:600px){
.banner-w3ltext h2 {
    font-size: 2.8em;
    letter-spacing: 1px;
}
.banner-w3ltext h3 {
    font-size: 1.5em; 
}
.banner-w3ltext {
    margin-top: 7em;
}
.w3ls-banner {
    min-height: 450px;
}
.place-grid:nth-child(4), .place-grid:nth-child(5) {
    margin-top: 1.5em;
}
.place-grid:nth-child(6) {
    margin-top: 3.4em;
}
.agileits-img .wthree-pcatn {
    height: 35%;
}
}
@media(max-width:568px){
.news-grid-left {
    padding: 0 1em;
}
p.wthree-ttext {
    width: 80%;
}
.logo {
    padding-left: 1em;
}
}
@media(max-width:480px){
.services, .about, .testimonials, .news {
    padding: 3em 0;
}
p.wthree-ttext {
    width: 90%;
}
.services-grids p {
    width: 85%;
}
.services-grids {
    margin-top: 3em;
}
ul.simplefilter { 
    margin: 3em 0 1em;
}
.simplefilter li { 
    padding: 0.8em 1.4em; 
}
.filtr-item {
    padding: 0.5em;
}
.agileits-img .wthree-pcatn h4 {
    font-size: 1.6em;
    letter-spacing: 1px;
}
.agileits-img .wthree-pcatn {
    height: 40%;
}
.blog-w3lgrids {
    margin-top: 2em;
}
.testimonials-grid p { 
    font-size: 1em;
}
.flexslider {
    width: 90%;
}
.news-grid-left {
    padding: 0 0em;
}
.date { 
    float: none;
    margin: 0 auto;
}
.date-info {
    padding: 1em 0 0;
    width: 100%;
    text-align: center;
}
.contact-w3ls-row {
    width: 95%; 
}
.contact input[type="submit"] { 
    padding: 0.6em 4em;
}
.address-grids {
    padding: 0;
    float: none;
    width: 100%;
}
.address-grids:nth-child(2){
	margin:1em 0;
}
p {
    font-size: 0.9em;
	text-align: justify; 
}
.w3-agileaddress span.fa {
    font-size: 1em; 
    margin-bottom: 0.3em; 
}
.cd-stretchy-nav ul a { 
    height: 35px; 
}
.cd-stretchy-nav ul { 
    padding: 48px 0 10px; 
}
.simplefilter li {
    font-size: 0.8em;
    margin: 0 0.1em;
    padding: 0.8em 1.2em;
}
h3.w3title {
    font-size: 2.8em;
}
}
@media(max-width:414px){
.logo {
    padding-left: 0;
}
.logo h1 {
    font-size: 2.8em;
}
.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before { 
    width: 19px;
    height: 2px; 
}
.cd-stretchy-nav .stretchy-nav-bg ,.cd-nav-trigger{
    width: 45px;
    height: 45px;
}
.cd-stretchy-nav ul a {
    width: 45px;
    height: 35px;
}
.cd-stretchy-nav ul a::after { 
    font-size: 1.1em;
	right: 16px;
}
.cd-stretchy-nav {
    right: 5%;
}
.cd-stretchy-nav ul li:nth-of-type(4) a::after ,.cd-stretchy-nav ul li:nth-of-type(6) a::after,.cd-stretchy-nav ul li:nth-of-type(7) a::after{ 
    font-size: 0.9em;
}
.cd-stretchy-nav.edit-content ul span { 
    right: 53px;
}
.map iframe {
    min-height: 200px;
}
.banner-w3ltext h2 {
    font-size: 2.4em; 
}
.w3ls-banner {
    min-height: 425px;
}
}
@media(max-width:384px){
.banner-w3ltext h2 {
    font-size: 2em;
    letter-spacing: 1px;
}
.w3ls-banner {
    min-height: 380px;
}
.banner-w3ltext {
    margin-top: 6em;
}
.place-grid {
    width: 50%;
    padding: 0 .5em;
}
.place-grid:nth-child(3){
    margin-top: 1.5em;
}
.place-grid:nth-child(6) {
    margin-top: 3.2em;
}
.services, .about, .testimonials, .news {
    padding: 2em 0;
}
h3.w3title {
    font-size:2.6em;
}
p.wthree-ttext {
    font-size: 0.9em; 
}
p.wthree-ttext {
    width: 100%;
}
.services-grids p {
    width: 100%;
}
.simplefilter li {
    padding: 0.7em 0.8em;
    font-size: 0.8em;
}
.filtr-item {
    padding: 0.5em;
    width: 100%;
    float: none;
}
.agileits-img .wthree-pcatn {
    height: 27%;
}
.blog-w3lgrids { 
    padding: 0;
}
.testimonials-grid p {
    font-size: 0.9em;
}
.testimonials-grid {
    margin-top: 1em;
}
.contact input[type="text"],.contact textarea {
    width: 100%; 
    font-size: 0.9em;
}
.contact input[type="submit"] { 
    font-size: 0.9em;
}
.about-left { 
    padding: 0;
}
.about h4 {
    font-size: 1.2em;
} 
ul.simplefilter {
    margin: 1em 0;
}
.blog-w3imgtext {
    padding: 0 1em; 
}
.contact-w3ls-row {
    width: 100%;
}
}
@media(max-width:375px){
.simplefilter li {
    padding: 0.7em 2em; 
	margin-top: 1em;
}
.flexslider {
    width: 100%;
}
.modal-body {
    padding: 0 1em 1.5em;
}
.modal-body h4 {
    font-size: 1.4em; 
}
}
@media(max-width:320px){
.logo h1 {
    font-size: 2.5em;
}
.header {
    padding-top: 1.5em;
}
.cd-stretchy-nav {
    top: 18px;
}
.banner-w3ltext h3 {
    font-size: 1.2em;
    letter-spacing: 1px;
}
.banner-w3ltext h2 {
    font-size: 1.8em;
    letter-spacing: 1px;
}
.w3ls-banner {
    min-height: 325px;
}
.banner-w3ltext {
    margin-top: 5em;
}
.sel { 
    font-size: 0.9em; 
}
.place-grid:nth-child(3),.place-grid:nth-child(4),.place-grid:nth-child(4) {
    margin-top: 1em;
}
.place-grid input[type="submit"] { 
    font-size: 0.9em;
}
.place-grid:nth-child(6) {
    margin-top: 3.2em;
}
h3.w3title {
    font-size: 2.3em;
}
.about h4 {
    font-size: 1.1em;
}
.modal-dialog {
    margin: 1em auto; 
}
.agileits-img .wthree-pcatn {
    height: 31%;
}
#swipebox-title { 
    font-size: 13px !important; 
}
.blog h4 { 
    font-size: 1.3em; 
}
.wthree-btn {
    font-size: 0.8em;
}
a.wthree-btn.w3btn2.w3btn2a {
    padding: .5em 1.2em; 
}
.testimonials-grid h5 {
    font-size: 1.2em; 
}
}
/*-- //responsive-design --*/ 