h1, h2, h3 {
	line-height: 40px;
}
.navbar-inverse{
	background: #C30006;
	border-bottom: white !important;
}
.navbar-brand img {
	position: absolute;
	top: 5px;
	left: 15px;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #e1e1e1;
    text-shadow: none;
	font-size:1.2em;
	border-bottom:1px solid #EC9D9B;
}
.container .navbar .nav {
    float: right;
    text-transform: uppercase;
	font-size:1.2em;
	font-family: 'Fjalla One', sans-serif;
}
.navbar-inverse .nav li.active a {
    color: #FFD700 !important;
	border-bottom:1px solid #FFD700;
	background-color: transparent !important;
}
.navbar-inverse .nav.navbar-nav a:hover {
    color: #FFD700 !important;
	border-bottom:1px #FFCF00 solid;
}
@media screen and (min-width: 1080px) {
	.navbar-inverse .nav li{
		margin: 20px 0 10px 0;
		height: 65px;
	}
}
@media screen and (max-width: 1100px) {
	.navbar-brand img{
		width: 85px;
	}
}
.nav>li.only-after-1500px{
	display: none;
}
@media screen and (min-width: 1500px) {
	.nav>li.only-after-1500px{
		display: inline-block;
	}
}


.carousel-caption{
    background: transparent;
    top: 10%;
}
.carousel{
    background: black;
    max-height: 350px;
    overflow: hidden;
}
.item{
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.carousel-inner>.item>img{
    background-size: cover;
    width: 100%;
    height: 672px;
    position: absolute;
}

.carousel-caption h1,p{
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.carousel-caption p{
    color: #fff;
    font-size: 22px;
    z-index: 2;
    font-family: 'robotoregular';
    width: 70%;
    height: 80px;
}
.carousel-caption h1{
    color: #fff;
    width: 80%;
    z-index: 10;
    font-size: 60px;
    font-weight: 100;
    white-space: nowrap;
    font-family: 'robotothin';
    padding-bottom: 20px;
}
.carousel-control{
    width: 54px;
    height: 54px;
    border:none;
    opacity: 1;
	top: 40%;
}
.carousel-control{
    z-index: 2;
}
.left.carousel-control{
    background: url('../img/nav-slider.png')0 0 no-repeat
}
.right.carousel-control{
    background: url('../img/nav-slider.png')-54px 0 no-repeat
}
.right.carousel-control:hover,.left.carousel-control:hover{
    -webkit-animation: an1 0.4s ease;
    -moz-animation: an1 0.4s ease;
    -o-animation: an1 0.4s ease ;
    -ms-animation: an1 0.4s ease;
    animation: an1 0.4s ease;
}
.right.carousel-control:hover{
    background: transparent url(../img/nav-slider.png) no-repeat -54px -54px;
}
.left.carousel-control:hover{
    background: transparent url(../img/nav-slider.png) no-repeat 0 -54px;
}
@-webkit-keyframes an1{
    0%{opacity: 1;-webkit-transform: scale(1);}
    50%{opacity:0.3;-webkit-transform: scale(0.8)}
    100%{opacity:1;-webkit-transform: scale(1)}
}
@-moz-keyframes an1{
    0%{opacity: 1;transform: scale(1);}
    50%{opacity:0.3;transform: scale(0.7)}
    100%{opacity:1;transform: scale(1)}
}
@-o-keyframes an1{
    0%{opacity: 1;transform: scale(1);}
    50%{opacity:0.3;transform: scale(0.7)}
    100%{opacity:1;transform: scale(1)}
}
@-ms-keyframes an1{
    0%{opacity: 1;transform: scale(1);}
    50%{opacity:0.3;transform: scale(0.7)}
    100%{opacity:1;transform: scale(1)}
}
@-keyframes an1{
    0%{opacity: 1;transform: scale(1);}
    50%{opacity:0.3;transform: scale(0.7)}
    100%{opacity:1;transform: scale(1)}
}

.slide_mask{
	display:none;
    position: absolute;
    z-index: 1;
    background-color: hsl(0, 0%, 0%);
    height: 500%;
    opacity: 0.4;
    position: absolute;
    width: 100%;
}

.carousel-indicators {
    display: table;
    list-style: none outside none;
    z-index: 5;
    right: 0;
}
.carousel-indicators>li{
    cursor: pointer;
    background-color: #e4e4e4;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    position: relative;
    width: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.carousel-indicators>li:hover{
    background-color: #282828;
}
.carousel-indicators>li.active{
    background-color: #03b5f3;
}



.carousel-fade {
  .carousel-inner {
    .item {
      opacity: 0;
      transition-property: opacity;
    }

    .active {
      opacity: 1;
    }

    .active.left,
    .active.right {
      left: 0;
      opacity: 0;
      z-index: 1;
    }

    .next.left,
    .prev.right {
      opacity: 1;
    }
  }

  .carousel-control {
    z-index: 2;
  }
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.services_item {
    display: table;
    margin: 0 auto;
}

.services_item > li {
    text-align: center;
    float: left;
    color: #999999;
    font-family: 'verdana';


}

.services_item li>a>div {
    height: 94px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.services_item li>a {
    display: block;
    font-size: 24px;
    color: #282828;
    font-family: 'robotothin';
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.orange:hover {
    color: #ff9500;
}

a.green:hover {
    color: #5ab830;
}

a.blue:hover {
    color: #007aff;
}

a.red:hover {
    color: #fc3e39;
}

@media (min-width: 428px) and (max-width: 767px) {
	
}

.services_item li>a:hover {
    text-decoration: none;
}

.services_item img {
    position: relative;
}

.services_item li>a:hover div>img {
    top: -94px;
    -webkit-animation: an1 0.4s ease;
    -moz-animation: an1 0.4s ease;
    -o-animation: an1 0.4s ease;
    -ms-animation: an1 0.4s ease;
    animation: an1 0.4s ease;
}

.services_item li>a:hover div {
    -webkit-animation: an1 0.4s ease;
    -moz-animation: an1 0.4s ease;
    -o-animation: an1 0.4s ease;
    -ms-animation: an1 0.4s ease;
    animation: an1 0.4s ease;

}

@-webkit-keyframes an1 {
    0% {
        -webkit-transform: scale(1);
        -webkit-opacity: 1
    }
    50% {
        -webkit-transform: scale(0.3);
        -webkit-opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        -webkit-opacity: 1;
    }
}

@-moz-keyframes an1 {
    0% {
        -moz-transform: scale(1);
        -moz-opacity: 1
    }
    50% {
        -moz-transform: scale(0.3);
        -moz-opacity: 0.2;
    }
    100% {
        -moz-transform: scale(1);
        -moz-opacity: 1;
    }
}

@-o-keyframes an1 {
    0% {
        -o-transform: scale(1);
        opacity: 1
    }
    50% {
        -o-transform: scale(0.3);
        opacity: 0.2;
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}

@-ms-keyframes an1{
    0%{ -ms-transform:scale(1);opacity: 1}
    50%{ -ms-transform:scale(0.3);opacity: 0.2;}
    100%{ -ms-transform:scale(1);opacity:1;}
}
@keyframes an1 {
    0% {
        transform: scale(1);
        opacity: 1
    }
    50% {
        transform: scale(0.3);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

section {
    overflow: hidden;
    min-height: 50px;
    padding-bottom: 30px;
}
.head {
    line-height: 40px;
    font-size: 3.7em;
    text-align: center;
    margin: 40px auto 30px;
}
.head-about-us {
	line-height: 60px;
	font-size: 5.5em;
	text-align: center;
	margin: 40px auto 30px;
	font-family: 'Arvo', serif;
	font-weight:bold;
	color:#FF0F0B;
}
.head2-about-us {
	line-height: 40px;
	font-size: 5.5em;
	margin: 40px auto 30px;
	font-family: 'Arvo', serif;
	font-weight:bold;
	color:#FF0F0B;
}
.head3-about-us {
	line-height: 40px;
	font-size: 5.5em;
	text-align: left;
	margin: 40px auto 30px;
	font-family: 'Arvo', serif;
	font-weight:bold;
	color:#FFf;
}
.img-margin-auto img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
}
#Portfolio {
    background-color: #efefef;
}

.gallery_tags {
    border: solid 1px #007aff;
    border-radius: 10px;
    display: table;
    height: auto!important;
    margin: 0 auto 60px;
    position: relative;
    z-index: 15;
}
.gallery_tags ul.dropdown-menu li{
    height: auto;
    position: relative;
}
.gallery_tags ul.dropdown-menu li >a {
    color: #007aff;
    font-size: 15px;
    font-family: 'robotolight';
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery_tags ul.dropdown-menu li:last-child>a {
    border-radius: 0 7px 7px 0
}

.gallery_tags ul.dropdown-menu li:first-child>a {
    border-radius: 7px 0 0 7px
}

.gallery_tags ul.dropdown-menu li a:hover {
    background-color: #007aff;
    color: #fff;
}
a.dropdown-toggle{
    display: none;
}
.gallery_tags ul.dropdown-menu li >a.current {
    background-color: #007aff;
    color: #fff;
}

.gallery_tags ul.dropdown-menu li {
    float: left;
    border-right: solid 1px #007aff;
}

.gallery_tags ul.dropdown-menu li:last-child {
    border: none;
}

a {
    outline: none
}
#Portfolio div.col-sm-3{
	padding: 0;
}
.gallery_work {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}
.gallery_work img{
    max-width: 300%;
}

.gallery_work  li {
    float: left;
    position: relative;
    height: auto;
    overflow: hidden;
    max-height: 250px;
    margin: 2%;
}

@media screen and (max-width: 768px) {
	.gallery_work  li {
		margin-left: auto;
		margin-right: auto;
		float: none;
		max-width: 300px;
	}
	ul#portfolio-list{
		padding: 0;
	}
}

#important{
    display: block!important;
}

.gallery_work__button{
    width: 100%;
    display: block;
    margin: 40px auto 0;
}

.gallery_work__img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;

}

.gallery_work__mask {
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery_work__center {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 3;
}
.gallery_work li>a[data-lightbox="roadtrip" ]{
    width: 100%;
    height: 100%;
    display: block;
}

.gallery_work__center span {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.gallery_work__center span>div {
    position: relative;
    z-index: 3;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-family: 'robotoregular';
    text-align: center;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.gallery_work__center div >span {
    display: block;
    font-family: 'a_futuraorto';
    font-size: 40px;
    padding: 7px 0;
}


.gallery_work__center div >span {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery_work__center div>span:first-child {
    -moz-transform: translateX(0px) translateY(-150px);
    -webkit-transform: translateX(0px) translateY(-150px);
    -o-transform: translateX(0px) translateY(-150px);
    -ms-transform: translateX(0px) translateY(-150px);
    transform: translateX(0px) translateY(-150px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery_work__center div>span:last-child {
    font-family: 'verdana';
    font-style: italic;
    font-size: 14px;
    -moz-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    -o-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery_work li:hover > img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.gallery_work li:hover .gallery_work__mask {
    visibility: visible;
}

.gallery_work li:hover .gallery_work__center span div {
    visibility: visible;
}

.gallery_work li:hover .gallery_work__center div >span {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery_work li:hover .gallery_work__center div > span:first-child {
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.gallery_work li:hover .gallery_work__center div >span:last-child {
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.gallery_work__see_all {
    font-family: 'robotoregular';
    font-size: 16px;
    color: #007aff;
    border: solid 1px #007aff;
    border-radius: 5px;
    padding: 20px 25px;
    display: table;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery_work__see_all:hover {
    background-color: #007aff;
    color: #fff;
    text-decoration: none;
}
.our_team__item {

}

.our_team__item li {
	list-style-type: none;
    text-align: center;
    font-family: 'verdana';
    color: #999;
}

.our_team__item div[data-type="img"] {
    border: 7px solid;
    border-radius: 100%;
    height: 200px;
    overflow: hidden;
    width: 200px;
    margin: 0 auto;
    z-index: 3;
}
.our_team__item div[data-type="img"]:before {
    border: 5px solid #fff;
    border-radius: 100%;
    content: " ";
    display: block;
    overflow: hidden;
    height: 200px;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    width: 200px;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our_team__item div span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}


.our_team__item div>.orange {
    border-color: #ff9500;
    background-image: url('../img/our_team__item1.jpg');
}

.our_team__item div>.green {
    border-color: #53d769;
    background-image: url('../img/our_team__item2.jpg');
}

.our_team__item div>.blue {
    border-color: #007aff;
    background-image: url('../img/our_team__item3.jpg');
}

.our_team__item div>.red {
    border-color: #fc3e39;
    background-image: url('../img/our_team__item1.jpg');
}

.our_team__item li a {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 3123123;
}

.our_team__item li div:hover:before {
    border-color: transparent;
}

.our_team__post {
    color: #282828;
    text-align: center;
    font-family: 'robotolight';
    font-weight: 100;
    font-size: 16px;
}

.our_team__name {
    color: #282828;
    margin-top: 20px;
    font-family: 'robotolight';
    font-size: 30px;
    font-weight: 100;
    text-align: center;
}


.our_team__social{
    width: 75%;
    margin: 0 auto;
}
.our_team__item .our_team__social a {
    height: 25px;
    position: relative;
    width: 25px;
    z-index: 3;
}


.our_team__item .our_team__social li {
    margin: 9%;
    width: 0;
    height: auto;
}

.our_team__item .our_team__social img {
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.our_team__item .our_team__social img:last-child {
    opacity: 0;
}

.our_team__item .our_team__social a:hover>img:last-child {
    opacity: 1;
}

.our_team__item .our_team__social a:hover>img:first-child {
    opacity: 0;
}

#Testimonials {
    background: url('../img/bg_testimonials.jpg') no-repeat center top fixed;
    background-size: cover;
    min-height: 450px;
}


#Testimonials .head {
    color: #fff;
    padding-bottom: 30px;
}

.why_us_content {
    text-align: left;
    font-family: 'verdana';
    color: #b4b4b4;
}

#Contacts {
    background: url('../img/bg_contact.jpg') no-repeat center fixed;
    background-size: cover;
    min-height: 550px;
}

#Contacts .head {
    margin-top: 40px;
    color: #fff;
}

.contact_info {
    text-align: left;
}

@media screen and (max-width: 768px) {
	.contact_info .inner_contact_info {
		margin-left: auto;
		margin-right: auto;
		width: 320px;
	}
}
.contact_info h2 {
    color: #fff;
    font-family: 'robotoregular';
    font-size: 24px;
    font-weight: 100;
}

.contact_info p {
    color: #818182;
    font-family: 'verdana';
    font-size: 14px;
		padding-right:40px;
}

.contact_info p.yoo {
    margin: 20px 0;
    font-family: 'verdana';
    color: #fff;
}

.contact_info p.yoo img {
    margin-right: 20px;
}

.contact_info  p.yoo > a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #4e8bcd;
    text-decoration: underline;
}

.contact_info p.yoo > a:hover {
    color: #fff;
}

.contact_form {
    float: left;
    font-family: 'verdana';
    color: #9c9c9c;
}

.contact_form input[type='text'],.contact_form input[type='email'], textarea, input[type='submit'] {
    background-color: transparent;
    border: solid 1px #ededed;
    width: 98%;
    padding: 15px 2%;
    color: #9c9c9c;
}

.contact_form textarea {
    height: 150px;
    min-height: 140px;
    max-height: 260px;
    max-width: 98%;
    min-width: 98%;
}

.contact_form input[type='submit']{
    width: auto;
    font-family: 'robotolight';
    padding: 17px 45px;
    border-radius: 5px;
    float: right;
    margin-right:10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact_form input[type='submit']:hover{
    color: #fff;
    background-color: #007aff;
    border-color: #007aff;
}
.footer{
    background: #fff;
}

.footer ul {
    display: table;
    margin: 0 auto;
}

.footer ul>li {
    float: left;
    margin: 50px 10px 0;
}

.footer ul>li>a {
    display: block;
}

.footer ul>li:hover a {
    -webkit-animation: an1 0.4s ease;
    -moz-animation: an1 0.4s ease;
    -o-animation: an1 0.4s ease;
    -ms-animation: an1 0.4s ease;
    animation: an1 0.4s ease;
}

.contact_form input[type='text']:focus,
.contact_form input[type='submit']:focus,
.contact_form input[type='email']:focus,
.contact_form textarea:focus
 {
    box-shadow: 0 0 3px #007aff;
    border-color: #007aff;
    outline: none;
    color: #9c9c9c;

}
.contact_form input[type='submit']:focus{
    box-shadow: none;
}
.contact_form input[type='text']:hover,
.contact_form input[type='submit']:hover,
.contact_form input[type='email']:hover,
.contact_form textarea:hover{
    border-color: #007aff;
}
.footer p{
    margin-top: 20px;
    text-align: center;
    font-family: 'verdana';
    color: #adadad;
}
div#envelope {
	padding: 10px;
	border: 2px solid gray;
	border-radius: 10px;
}
header {
	background-color: #4180C5;
	text-align: center;
	padding-bottom: 12px;
	margin-top: -11px;
	margin-bottom: 10px;
	border-radius: 10px 10px 0 0;
	color: aliceblue;
}
form {
	margin: 40px;
	}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
border-right: 5px solid #eee;
border-radius: 20px;
}

.testimonial {
margin: 0;
background: #B7EDFF;
padding: 40px 50px;
position: relative;
font-family: Georgia, serif;
color: #666;
border-radius: 27px;
font-style: italic;
text-shadow: 0 1px 0 #ECFBFF;
background-image: linear-gradient(#EDE9E9, #D2CECE);
}

blockquote p {
margin-bottom: 0;
font-size: 20.5px;
font-weight: 300;
line-height: 1.55;
}
.testimonial:before, .testimonial:after {
	content: "\201C";
	position: absolute;
	font-size: 80px;
	line-height: 1;
	color: #999;
	font-style: normal;
}

.testimonial:before {
	top: 0;
	left: 10px;
}

.testimonial:after {
	content: "\201D";
	right: 10px;
	bottom: -0.5em;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #A3A3A3;
	margin: 0 0 0 25px;
}

.testimonial-author {
	margin: 0 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	padding-bottom:50px;
}

.testimonial-author span {
	font-size: 16px;
	color: #666;
}
.head-sewerjet{
	line-height: 60px;
	font-size: 5.0em;
	text-align: center;
	margin: 40px auto 30px;
	font-family: 'Arvo', serif;
	font-weight: bold;
	color: #FF0F0B;
	padding-bottom: 20px;
}
ul {
margin-top : 0;
list-style: none;
}
#list 2 ul,
#list 2 li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align:left;
}

#list2 ul {
  margin: 2em 0;
}

#list2 li {
  margin: 1em;
  margin-left: 3em;
}

/*#list2 li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #0074D9;
  text-align:left;
}*/

#list2 .link {
  font-size: 0.45em;

}

#list2 p {
	margin: 0;
	color:#000;
	text-align:left;
	font-family: 'Arvo', serif;
	font-size:1.5em;
}
.margin-auto{
	margin-left:auto; margin-right: auto; display: block;
}

.mt12-pr10{
	margin-top:-12px; padding-right:10px;
}
.mt12-pr5{
	margin-top:-12px; padding-right:5px;
}
.mt12-pr1010100{
	margin-top:-12px; padding: 10px 10px 10px 0;
}
@media screen and (max-width: 768px) {
	.why_us_content h1{
		text-align: center;
	}
}
h1.head2-sewerjet{
	line-height: 40px;
	font-size: 3.5em;
	color: #000;
	margin: 40px auto 30px;
	font-family: 'Arvo', serif;
	font-weight:bold;
}

/* LIST #1 */
#list1 { }
#list1 ul { list-style:none; text-align:center; border-top:1px solid #eee; border-bottom:1px solid #eee; padding:10px 0; }
#list1 ul li { display:inline; text-transform:uppercase; padding:0 10px; letter-spacing:10px; }
#list1 ul li a { text-decoration:none; color:#000; text-align:left; }
#list1 ul li a:hover { text-decoration:underline; }

/* LIST #2 */
#list2 { }
#list2 ol { font-style:italic; font-family:Georgia, Times, serif; font-size:34px; color:#B10002;  }
#list2 ol li { float:left; text-align:left;}
#list2 ol li p { padding:8px; font-style:normal; font-family: 'Oxygen', sans-serif; font-size:20px; color:#000; border-left: 1px solid #999; text-align:left; }
#list2 ol li p em { display:block; text-align:left }

/* LIST #3 */
#list3 { margin-left:50px; }
#list3 ol { font-style:italic; font-family:Georgia, Times, serif; font-size:34px; color:#B10002;  }
#list3 ol li { float:left; text-align:left;}
#list3 ol li p { padding:8px; font-style:normal; font-family: 'Oxygen', sans-serif; font-size:20px; color:#000; border-left: 1px solid #999; text-align:left; }
#list3 ol li p em { display:block; }

@media screen and (max-width: 768px) {
    .head,
    .head-about-us,
    .head2-about-us,
    .head3-about-us,
    .head-sewerjet,
    .head-about-us{
        font-size:3.5em;
    }
    .services_item{
        padding-left: 0;
    }
    h1.head2-sewerjet{
        font-size: 2.5em;
    }
}
@media screen and (max-width: 1000px) {
    .carousel-inner>.item>img{
        height: 472px;
    }
    .item{
        height: 220px;
    }
}
@media screen and (max-width: 690px) {
    .carousel-inner>.item>img{
        height: 322px;
    }
    .item{
        height: 160px;
    }
}
@media screen and (max-width: 560px) {
    .carousel-inner>.item>img{
        height: 235px;
    }
    .item{
        height: 90px;
    }
}