/*-- Galleria.io --*/
.galleria-thumbnails>.galleria-image {
	width:24% !important;
	padding-top:13.5% !important;
	height:auto !important;
	margin:0.5% !important;
}
.galleria-thumbnails>.galleria-image>img {
	width:100% !important;
	height:100% !important;
	left:0 !important;
	top:0 !important;
}
/*-- Galleria.io END --*/
/*-- New Classes --*/
.galleria-image>img {
	width:100% !important;
	height:auto !important;	
}

.three_columns>.garage {
	border:1px solid #CCC;
	cursor:pointer;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;	
}

.three_columns>.garage:hover {
	border:1px solid #999 !important;
	box-shadow:0 0 10px #666 !important;
}

.list_item_columns>div {
	border:2px solid #FFF;
	box-shadow:0 0 15px #000;
	cursor:pointer;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.list_item_columns>div:hover {
	border:2px solid #000 !important;
	box-shadow:0 0 15px #FFF !important;
}

.list_item_columns {
	width:20%;
	float:left;
	padding:10px;
}

.black_screen {
	z-index:-1000;
	opacity:0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.search_filter {
	left:auto;
}

.container_list_car {
	padding-left:300px !important;
}

.cell_show {
	display:none;
}

.two_banner_home {
	text-align:left;
}

.pay_confirm_left {
	 float:left;
	 text-align:right;
	 width:40%;
}

.pay_confirm_right {
	 float:left;
	 text-align:left;
	 width:60%;
}

@media(max-width:1920px){
.list_item_columns {
	width:25%;
	float:left;
}

.search_filter {
	left:0px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
}


@media(max-width:991px){
.list_item_columns {
	width:33.33% !important;
	float:left;
}
}

@media(max-width:768px){
.list_item_columns {
	width:50% !important;
	float:left;
}
.search_filter {
	left:-350px;
}
.container_list_car {
	padding-left:0px !important;
}
.cell_show {
	display:table-cell;
}
p.cell_show {
	display:block;
}
}

@media(max-width:640px){
.two_banner_home {
	text-align:center;
}
}

@media(max-width:590px){
.list_item_columns {
	width:100% !important;
	float:left;
}
.pay_confirm_left {
	 float:none;
	 text-align:left;
	 width:100%;
}
.pay_confirm_right {
	 float:none;
	 text-align:left;
	 width:100%;
}
}
/*-- New Classes END --*/
@font-face {
	font-family:'Avenir';
	src: url('../fonts/AvenirLTStd-Medium.eot');
  	src: url('../fonts/AvenirLTStd-Medium.eot') format('embedded-opentype'), url('AvenirLTStd-Medium.woff2') format('woff2'), url('../fonts/AvenirLTStd-Medium.woff') format('woff'), url('../fonts/AvenirLTStd-Medium.ttf') format('truetype'), url('../fonts/AvenirLTStd-Medium.svg#svg') format('svg');
  	font-weight:normal;
  	font-style:normal;
}
body{
	padding:0;
	margin:0;
	background:fixed;
	background-image:url(../images/background_farm.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	font-family:'Avenir';
	letter-spacing:1px;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration:none !important;
}
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top: 30px; height:0; overflow:hidden;
}
 
.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.banner-home-detail {
	font-size:20px;
}
.banner-home-detail>.text_link {
	width:275px;
}
.text_link {
	padding:5px 10px; border:1px solid #FFF; color:#FFF; border-radius:5px; display:inline-block;
	background-color:transparent;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.text_link:hover {
	border:1px solid #000 !important;
	color:#000 !important;
	background-color:#FFF !important;
}
div>.div_hover {
	opacity:0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
div>.div_hover {
	opacity:0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
div:hover>.div_hover {
	opacity:1;
}
.tagline {
	display:inline-block !important;
}
.logo {
	display:inline-block !important;
}
.two_columns {
	width:50%;
	float:left;
	padding:15px; 
}
.three_columns {
	float:left;
	width:33.33%;
	padding:15px;
}
.five_columns {
	float:left;
	width:20%;
	padding:10px;
}
.banner-home {
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat; 
	height:1440px;
}
.banner-caption {
	padding:25px;
	font-size:25px;
}
.img-responsive-brand {
	width:33%;
}
#portfolio_left {
	display:none;
}
#portfolio_right {
	display:block;
}
.gol_portfolio {
	width:25%;
}
.modal input {
	font-size:18px !important;
	font-weight:100;
}
.modal-dialog.dialog_2 {
    width:100%;
	max-width:400px;
    margin:30px auto;
}
.modal-dialog.dialog_portfolio {
    width:100%;
	max-width:960px;
    margin:30px auto;
}
.modal-dialog.dialog_3 {
    width:100%;
	max-width:450px;
    margin:30px auto;
}
a .facebook, a .twitter, a .linkedin, a .googleplus {
	background-color:transparent;
	border-radius:0px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover .facebook, a:hover .twitter, a:hover .linkedin, a:hover .googleplus {
	background-color:#FFF;
	border-radius:100px;
}
.line_custom { 
  border:0; 
  height:1px; 
  background-image:-webkit-linear-gradient(left, #f0f0f0, #0CF, #f0f0f0);
  background-image:-moz-linear-gradient(left, #f0f0f0, #0CF, #f0f0f0);
  background-image:-ms-linear-gradient(left, #f0f0f0, #0CF, #f0f0f0);
  background-image:-o-linear-gradient(left, #f0f0f0, #0CF, #f0f0f0); 
}
.navbar-inverse .navbar-toggle {
	background-color:#666666;
	border-color:#CCC;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color:#CCC;
}
.link_p p {
	border:2px solid #FFF;
	padding:5px 15px;
	color:#FFF;
	background-color:transparent;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.link_p:hover p {
	border:2px solid #FFF;
	padding:5px 15px;
	color:#000;
	background-color:#FFF;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- NAV Slide Animation --*/
.slideanim {visibility:hidden;}
.slide {
	/* The name of the animation */
	animation-name: slide;
	-webkit-animation-name: slide; 
	/* The duration of the animation */
	animation-duration: 1s; 
	-webkit-animation-duration: 1s;
	/* Make the element visible */
	visibility: visible; 
}
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
/*-- NAV Slide Animation END --*/
/*-- Banner --*/ 
.navbar-inverse	{
	background-color:#222 !important;
	/* background-color: rgba(0,0,0,.25)!important; */
	border-color:transparent;
}
a.navbar-brand {
	font-family: 'Varela Round', sans-serif;
	color:#fff!important;
	font-size:23px;
}
.navbar-nav {
	font-size: 17px;
}
.navbar-inverse .navbar-nav>li>a {
	font-family: 'Varela Round', sans-serif;
	color:#fff;
}
.navbar-inverse {
	/* background-color:rgba(34,34,34,0.55); */
	border-color:none;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color:#009CFF;
}
.navbar-nav>li:hover {
	background-color:#009CFF;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.banner {
	background:url(../images/banner_02.jpg) no-repeat;
	height:100vh;
	background-position:center;
	background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	position:relative;
}
.banner-content {
    text-align: center;
    /* background-color:rgba(220,219,219,0.39); */
	padding:1% 3%;
	width:90%;
	position: absolute;
    top: 40%;
    left: 5%;
}
.banner-content p{
	/* float: left; */
    margin: 14px 0 14px 23px;
	color:#fff;
	font-size:2em;
}
.banner-content a{
    /* float: right; */
    margin:1%;
	border-radius:0px;
	font-size:20px;
	background-color:#d9534f;
	border-color:transparent;
}
/*-- Banner END --*/

/*-- Our Priorities --*/
.priority{
	text-align:center;
	position:relative;
	padding:50px 0;
	background-color:#fff;
}
.priority h3 {
	color:#656565;
	text-transform:uppercase;
    font-size: 40px;
    font-weight: 400;
	font-family: 'Arial';
}
.priority h4 {
	color:#656565;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
	padding:20px 0;
}
.priority p{
	color:#8C8C8C;
	font-family: 'Arial';
	font-size: 17px;
    font-weight: 300;
    line-height: 25px;
	padding: 0 25px;
}
.lines {
	width:100%;
}
span.vertical-line {
    height: 74px;
    width: 1px;
    background-color:#6F6F6F;
    display: block;
    position: absolute;
    top: 19%;
    left: 50%;
}
span.horizontal-line {
    height: 1px;
    width: 791px;
    background-color:#6F6F6F;
    display: block;
    position: absolute;
    top: 24%;
    left: 25%;
}
span.small-vertical-line1 {
    height: 50px;
    width: 1px;
    background-color:#6F6F6F;
    display: block;
    position: absolute;
    top: 24%;
    left: 25%;
}
span.small-vertical-line2 {
    height: 50px;
    width: 1px;
    background-color:#6F6F6F;
    display: block;
    position: absolute;
    right: 25%;
    top: 24%;
}
.priority img {
	margin:auto;
}
.btn {
	font-family: 'Arial';
}
.priority a {
	margin: 5% auto;
	font-family: 'Arial';
	border-radius:0px;
	font-size:15px;
	background-color:#C6C6C6;
	border-color:transparent;
}
/*-- Our Priorities END --*/
 
/*-- Portfolio --*/
/* Popup Modals */
div#porfolio {
	width:100%;
	padding:1em 0;
	margin:2% auto;
}
.gallery-cursual{
	background-color:#fff;
	margin-top:0.5%;
}
.portfolios h3{
	color:#656565;
	text-transform:uppercase;
	font-weight: 500;
	text-align:center;
	font-size:40px;
    line-height: 40px;
    padding:30px 0;
}
/*-- Caption-CSS --*/
.g1{
	position:relative;
}
.g1:hover div.caption{
	display:block;
	transform:;
}
.caption{
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 999;
	background:rgba(0, 0, 0, 0.6);
	padding:9em 0.5em;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transform-style:preserve-3d;
	display:none;
	cursor:pointer;
}
.caption p {
	color:#fff;
}
.caption span{
	margin:0;
	padding:0;
	font-size:20px;
	color:#fff;
}
div#small-dialog1 a.btn.btn-danger.btn-lg, div#small-dialog2 a.btn.btn-danger.btn-lg, div#small-dialog3 a.btn.btn-danger.btn-lg, div#small-dialog4 a.btn.btn-danger.btn-lg, div#small-dialog5 a.btn.btn-danger.btn-lg, div#small-dialog6 a.btn.btn-danger.btn-lg, div#small-dialog7 a.btn.btn-danger.btn-lg, div#small-dialog8 a.btn.btn-danger.btn-lg {
	border-radius:0px;
	font-family: 'Arial';
	font-size:15px;
	border-color:transparent;
	margin-bottom:2%;
}
div#small-dialog1 , div#small-dialog2 , div#small-dialog3 , div#small-dialog4 , div#small-dialog5 , div#small-dialog6 , div#small-dialog7 , div#small-dialog8 {
    padding-bottom: 30px;
}
/*-- Responsive --*/
@media(max-width:1366px){
.caption {
	width: 95%;
}
}

@media(max-width:480px){
.modal input {
	font-size:15px !important;
}
.modal-dialog.dialog_2 {
    width:100%;
	max-width:300px;
    margin:10px auto;
}
.modal-dialog.dialog_portfolio {
    width:100%;
	max-width:300px;
    margin:10px auto;
}
.modal-dialog.dialog_3 {
    width:100%;
	max-width:350px;
    margin:10px auto;
}
.caption {
	width: 95%;
}
.caption {
	padding: 0.5em;
}
.caption span {
	font-size: 0.8em;
}
}
img.img-responsive {
    margin:auto;
}
/*-- Portfolio END --*/

/*-- About Us --*/
.about-us {
	background-color:rgb(247, 247, 247);
}
.about-us h4{
	text-transform:uppercase;
	color:#656565;
	font-size: 40px;
    padding: 50px 0 28px;
	font-family: 'Arial';
}
.about-us h3 {
    padding: 30px 0;
    color: #fff!important;
    text-transform: uppercase;
}
.about-us p.p1 {
	color: #8C8C8C;
    font-family: 'Arial';
    padding: 10px 0;
    font-size: 17px;
    text-align: justify;
    text-indent: 50px;
    font-weight: 300;
    line-height: 25px;
}
 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width:100%;
    margin: auto;
}
.about-us a.btn {
	border-radius:0px;
	font-family: 'Arial';
	font-size:15px;
	background-color:#C6C6C6;
	border-color:transparent;
    margin-top: 25px;
}
.about-us a.btn:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.carousel-caption  h3 , .carousel-caption  p {
	color: #F9EDED;
}
a.left.carousel-control {
    background-color: #000;
}
a.right.carousel-control {
    background-color: #000;
}
/*-- About Us END --*/

/*-- Team --*/
.team {
	background-color:#fff;
	padding:3em 0;
	background:url(../images/team.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
	background-size:cover;
    /* background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%; */
}
.team h3 {
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-size:40px;
	font-family: 'Arial';
	padding: 20px 0;
}
.placeholders {
	margin: 2% auto;
	text-align: center;
}
.placeholders h5  {
	color:#fff;
    font-size: 25px;
    font-weight:500;
	font-family: 'Arial';
	padding: 25px 0 15px;
}
.placeholders p {
	color:#fff;
	font-family: 'Arial';
    font-weight: 300;
    font-size: 17px;
	padding-bottom: 10px;
}
.team .placeholder {
	margin-bottom: 20px;
}
.placeholder img {
	display: inline-block;
	border-radius: 50%;
}
.social-icons {
    margin: 4% auto 0;
}
.social-icons  a span {
	display:inline-block;
	width:40px;
	height:40px;
	background:url(../images/social-icons.png) no-repeat 0px 0px;
}
.social-icons  span.facebook {
	background-position:0px 0px;
}
.social-icons span.twitter {
	background-position:-40px 0px;
}
.social-icons span.linkedin {
	background-position:-80px 0px;
}
.social-icons span.googleplus {
	background-position:-120px 0px;
}

/*-- Team END --*/
/*-- Contact --*/
.contact-us {
	background-color:rgb(247, 247, 247);
	padding: 20px 0 60px;
}
.contact-us h3 {
	color:#656565;
	text-transform:uppercase;
	font-size:35px;
	margin:2% auto;
	padding: 15px 0;
}
.contact-us button {
	border-radius:5px;
	min-width:75px;
	font-family:'Arial';
	font-size:15px;
	/* background-color:#333; */
	background-color:#666666;
	border-color:transparent;
	padding:10px;
}
.modal button {
	border-radius:5px;
	min-width:75px;
	font-family:'Arial';
	font-size:15px;
	background-color:#333;
	border-color:transparent;
	padding:10px;
}
#googleMap {
	height:250px;
	width:100%;
	margin-bottom:2%;
}
input#name , input#email , textarea#comments {
	font-family: 'Arial';
	border-radius:0px;
}
/*-- Contact END --*/

/*-- Footer --*/
footer {
	background-color:#000;
	/* background:url(../images/footer.png) no-repeat; */
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
} 
hr{
	border-top:1px solid #BDB8B8;
}
.copyright {
    padding: 10px 0 20px;
}
.copyright p a{
	text-decoration:none;
	color:#FFFFFF;
}
.copyright p a:hover {
	color:#F99A9A;
} 
.copyright p{
	color:#FFFFFF;
	font-family: 'Arial';
	font-weight:400;
	font-size:15px;
}
@media (max-height:800px){
	footer { position: static; }
}
.footer-distributed{
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 0;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
/* Footer left */
/* Footer links */
.footer-distributed .footer-left .footer-left-header p{
	display: block;
	color:#FFFFFF;
	font-size: 25px;
	padding-bottom:20px;
	font-weight: 500;
	font-family: 'Arial';
}
.footer-distributed .footer-left .footer-links  i{
	background-color:#565353;
	color: #fff;
	font-size: 14px;
    width: 30px;
    height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	margin: 5px 10px;
	vertical-align: middle;
}
.footer-distributed .footer-left .footer-links  i:hover {
	background-color:#025484;
}
.footer-distributed .footer-left .footer-links p{
	display: inline-block;
	color:#FFFFFF;
	vertical-align: middle;
	margin:0;
	font-weight: 300;
	font-family: 'Arial';
}

.footer-distributed .footer-left .footer-links p a{
	color:#FFFFFF;
	text-decoration: none;
	font-family: 'Arial';
}
/* Footer Center */
.footer-distributed .footer-center .footer-center-header p{
	display: block;
	color:#FFFFFF;
	font-size: 25px;
	padding-bottom:20px;
	margin-left: 16px;
	font-weight: 500;
	font-family: 'Arial';
}
.footer-distributed .footer-center i{
	background-color:#565353;
	color: #fff;
	font-size: 17px;
    width: 30px;
    height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	margin: 10px 15px;
	vertical-align: middle;
}
i.glyphicon.glyphicon-earphone {
    font-size: 16px;
}
i.glyphicon.glyphicon-envelope {
    font-size: 15px;
}
.footer-distributed .footer-center p{
	display: inline-block;
	color:#FFFFFF;
	vertical-align: middle;
	margin:0;
	font-weight: 300;
	font-family: 'Arial';
}
.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
	font-family: 'Arial';
}
.footer-distributed .footer-center p a{
	color:#FFFFFF;
	text-decoration: none;
	font-family: 'Arial';
}
/* Footer Right */
.footer-distributed .footer-company-about{
	line-height: 20px;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: 300; 
	margin: 0;
	font-family: 'Arial';
}
.footer-distributed .footer-company-about span{
	display: block;
	color:#FFFFFF;
	font-size: 27px;
	font-weight: 500;
	padding-bottom:30px;
	font-family: 'Arial';
}

span.glyphicon.glyphicon-chevron-up {
	margin: 0 0 0 50%;
	color:#ff8000;
}
@media (max-width: 880px) {
.footer-distributed{
	font: bold 14px sans-serif;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: block;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}
.footer-distributed .footer-center i{
	margin-left: 0;
}
}
/*-- Footer END --*/
/*---- Responsive Design -----*/
@media(max-width:1920px){
.banner-home {
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat; 
	height:1080px;
}
span.small-vertical-line1 ,span.horizontal-line {
	left: 30%;	
}
span.horizontal-line {
	width: 768px;
}
span.small-vertical-line2 {
	right:30%;
}
.caption {
	padding:13em 0em;
}
img.lazyOwl.img-responsive {
    width: 400px;
}
}

@media (max-width: 1680px){
.banner-home {
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat; 
	height:945px;
}
span.small-vertical-line1, span.horizontal-line {
    left: 27%;
}
span.horizontal-line {
	width: 765px;
}
span.small-vertical-line2 {
    right: 27%;
}
.caption {
    padding: 11em 0em;
}
}

@media (max-width: 1600px){
.banner-home {
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat; 
	height:900px;
}
span.small-vertical-line1, span.horizontal-line {
    left: 25%;
}
span.horizontal-line {
	width: 791px;
}
span.small-vertical-line2 {
    right: 25%;
}
.caption {
    padding: 10em 0em;
} 
}

@media (max-width: 1440px){
.banner-home {
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat; 
	height:810px;
}
span.small-vertical-line1, span.horizontal-line {
    left: 23%;
}
span.small-vertical-line2 {
    right: 23%;
}
span.horizontal-line {
    width: 769px;
}
.caption {
    padding: 9em 0;
}
}

@media (max-width: 1366px){
span.small-vertical-line1, span.horizontal-line {
    left: 21%;
}
span.small-vertical-line2 {
    right: 21%;
}
span.horizontal-line {
    width: 783px;
}
.caption {
    padding:8em 0;
	width:100%;
}

}

@media (max-width: 1280px){
span.small-vertical-line1, span.horizontal-line {
    left: 19%;
}
span.small-vertical-line2 {
    right:19%;
}
.about-us h2 {
	margin:3% auto;
}
.caption {
    padding: 8em 0;
}
}

@media (max-width: 1199px){
.tagline {
	display:none !important;
}
}

@media (max-width: 1080px){
.banner-home {
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat; 
	height:600px;
}
.caption {
    padding: 8em 0;
}
span.horizontal-line {
	width:659px;
	top:23%;
}
span.vertical-line {
    height: 62px;
}
span.small-vertical-line1 {
	height: 39px;
	top:23%;
}
span.small-vertical-line2 {
	height: 39px;
	top:23%;
}
.about-us p.p1 {
	padding: 5px 0;
    font-size: 16px;
}
.about-us h4 {
	padding: 25px 0 0px;	
}
.about-us a.btn {
	font-size: 16px;
	margin-top: 10px;
}
}

@media (max-width: 1050px){
span.small-vertical-line1, span.horizontal-line {
    left: 18%;
}
span.small-vertical-line2 {
	right:18%;
}
span.horizontal-line {
	width: 661px;
}

@media (max-width: 1024px){
span.horizontal-line {
	width: 644px;
}
span.vertical-line {
    height: 64px;
}
.about-us p {
    line-height: 18px;
	font-size:13px;
	padding:0px;
}
}

@media (max-width: 991px){
.two_columns {
	width:50% !important;
}
.five_columns {
	float:left;
	width:25%;
	padding:10px;
}
.banner-home {
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat; 
	height:500px;
}
.banner-caption {
	padding:20px;
	font-size:20px;
}
.about-us h4 {
    padding: 10px 0 0px;
}
hr {
	margin-top:10px;
	margin-bottom:5px;
}
.footer-distributed .footer-right {
    width:30%;
}
.navbar-right {
    margin-right: -120px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -100px;
}
.priority p {
	font-size: 15px;
	line-height:22px;
}
span.small-vertical-line1, span.horizontal-line {
    left: 25%;
}
span.horizontal-line {
    width: 494px;
}
span.small-vertical-line1 {
    height: 45px;
}
span.vertical-line {
    height: 65px;
}
span.small-vertical-line2 {
    height: 45px;
	right:25%;
}
.caption {
    padding: 100px 0;
}
.about-us p.p1 {
    line-height: 20px;
    font-size: 15px;
}
.about-us a.btn {
	margin-top: 0px;
    margin-bottom: 10px;
}
}

@media (max-width: 900px){
span.horizontal-line {
    width: 564px;
}
span.small-vertical-line1, span.horizontal-line {
    left: 18%;
}
span.small-vertical-line2 {
	right:18%;
}
a.btn.btn-danger.btn-lg {
    margin-top: 11px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -78px;
}
a.navbar-brand {
	font-size:20px;
}
.navbar-right {
    margin-right: -80px;
}
.about-us h4 {
    padding: 15px 0 0px;
}
.about-us p.p1 {
    line-height: 18px;
    font-size: 15px;
}
.about-us a.btn {
    margin-top: 2px;
}
hr {
    margin-top: 10px;
}
.caption {
    padding: 7em 0em;
}
.placeholders p { 
	font-size:14px;
}
}

@media (max-width: 800px){
span.horizontal-line {
    width: 501px;
}
span.small-vertical-line1, span.horizontal-line {
    left: 18%;
}
span.small-vertical-line2 {
	right:18%;
}
.about-us h4 {
    font-size: 30px;
	padding-top:10px;
}
.social-icons a span {
	margin-right:-7px;		
}
.priority p {
    font-size: 15px;
}
hr {
    margin-bottom:0px;
}
.caption {
    padding: 6em 0em;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -20px;
}
.navbar-nav>li>a {
    font-size: 15px;
}
a.navbar-brand {
    font-size: 17px;
}
ul.nav.navbar-nav.navbar-right {
    margin: 0px -21px 0 0px;
}
.about-us p.p1 {
	font-size: 14px;
}
.about-us a.btn.btn-danger.btn-lg {
    margin-top: -3px;
}
.footer-links {
    text-align: justify;
    margin-left: 285px;
    font-size: 20px;
}
.footer-info {
    text-align: justify;
    font-size: 18px;
    margin-left: 290px;
}
.footer-distributed .footer-right {
    width: 100%;
}
p.footer-company-about {
	font-size:16px!important;
	padding:0 50px;
}
.copyright {
    padding: 20px 0;
}
}

@media (max-width: 768px){
.banner-home-detail {
	font-size:15px !important;
}
.banner-home-detail>.text_link {
	width:125px !important;
}
.item_gone {
	display:none;
}
.banner-home {
	width:100%;
	height:35vh !important;
}
.three_columns {
	float:none;
	width:100%;
	padding:15px;
}
.three_columns.partners {
	float:left;
	width:50%;
	padding:15px;
}
.five_columns {
	float:left;
	width:33% !important;
	padding:10px;
}
#portfolio_left {
	display:block;
}
#portfolio_right {
	display:none;
}
.img-responsive-brand {
	width:50%;
}
.gol_portfolio {
	width:50%;
}
.navbar-nav>li {
	border:0 !important;
}
span.small-vertical-line1, span.horizontal-line {
    left: 17%;
}
span.small-vertical-line2 {
	right:17%;	
}
span.horizontal-line {
    width: 495px;
}
.contact-us {
	margin-left:-19px;	
}
ul.nav.navbar-nav.navbar-right {
    margin: 0px -9px 0 0px;
}
.navbar-nav>li>a {
	padding:15px 10px;
}
.social-icons a span {
    margin-left: -4px;
}
.banner-content p {
    font-size: 25px;
    margin: 17px 0 0px 23px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    top: 162px;
}
.caption {
    padding: 8em 0em;
}
.about-us a.btn {
    margin-top: -4px;
}
.social-icons a span {
    margin-left: 0;
    margin-right: -5px;
}
.placeholders p {
    width: 100%;
    margin-left: 2px;
}
.footer-links,.footer-info {
    margin-left: 39%;
}
.footer-distributed .footer-company-about {
    padding: 0 70px;
}
}

@media (max-width: 736px){
.banner {
	min-height:350px;	
}
.contact-us {
	margin-left:0px;	
}
ul.nav.navbar-nav.navbar-right {
    margin: 0px 0px 0 0px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-nav>.active>a {
	text-align:center;
}
a.navbar-brand {
    font-size: 20px;
}
.priority .row {
    margin: -13% auto 0;
}
.priority h3{
	margin-left: -322px;
}
.priority p{
	padding:0 120px 40px;
} 
span.vertical-line {
	top: 9%;
    left: 12%;
    height: 731px;
}
span.horizontal-line {
	width: 205px;
    top: 17%;
	left:12%;
}
span.small-vertical-line1{
	height: 1px;
    width: 205px;
	top: 45%;
    left: 12%;
}	
span.small-vertical-line2{
	height: 1px;
    width: 205px;
	left: 12%;
	top: 74%;
}
.social-icons {
	margin-bottom:30px;
}
.about-us a.btn.btn-danger.btn-lg {
    margin-top: 15px;
    margin-bottom: 30px;
}
hr {
    margin-bottom: 10px;
	margin-top:20px;
}
.about-us h4 {
    padding-top: 20px;
	font-size:40px;
}
.about-us p.p1 {
    font-size: 16px;
}
}

@media (max-width: 667px){
.banner {
    min-height: 311px;
}
.priority h3 {
    margin-left: -256px;
}
.banner-content {
	top:35%;
}
.banner-content p{
	margin-left:0;
}
.banner-content button{
    padding: 10px 12px;
    font-size: 15px;
	margin:1% 0 0 0;
}
span.vertical-line{
	height:767px;
	left:11%;
}
span.horizontal-line {
    top: 17%;
    left: 11%;
}
span.small-vertical-line1 {
	top: 45%;
    left: 11%;
}
span.small-vertical-line2 {
    left: 11%;
    top: 73%;
}
.caption {
    padding: 7em 0.5em;
}
}

@media (max-width: 640px){
.two_columns {
	width:100% !important;
	float:none;
	padding:15px; 
}
.five_columns {
	float:left;
	width:50% !important;
	padding:10px;
}
.banner-home {
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat; 
	height:350px;
}
.banner-caption {
	padding:15px;
	font-size:20px;
}
.caption {
    padding: 6em 0.5em;
}	
.about-us p.p1 {
	line-height:25px;
}
span.vertical-line {
    height: 770px;
	top:9%;
}
span.horizontal-line {
	top: 17%;
    width: 173px;
}
span.small-vertical-line1 {
	top: 45%;
	width:173px;
}
span.small-vertical-line2 {
	width:173px;
	top: 73%;
}
}

@media (max-width: 600px){
.banner {
    min-height: 365px;
}
.banner-content p {
	font-size:25px;
    margin-left:0;
}
.priority h3 {
    margin-left: -222px;
}
span.vertical-line{
	height:798px;
	top:8%;
}
span.horizontal-line {
	width: 157px;
	top:18%;
}
span.small-vertical-line1{
	width: 157px;
    top: 45%;
}
span.small-vertical-line2 {
	width: 157px;
	top: 74%;
}
}

@media (max-width: 568px){
.priority h3 {
    margin-left: -190px;
}
.banner {
    min-height: 257px;
}
.banner-content a.btn.btn-danger.btn-lg {
    margin-top: 5px;
}
.caption {
    padding: 5em 0.5em;
}
.banner-content p {
    font-size:20px;
}
span.vertical-line {
	height:843px;
}
span.horizontal-line {
    width: 145px;
	top:17%;		
}
span.small-vertical-line1 {
	width:145px;
	top: 45%;
}
span.small-vertical-line2 {
	width:145px;
	top:74%;
}
}

@media (max-width: 480px){
.three_columns.partners {
	float:none;
	width:100%;
	padding:15px;
}
.five_columns {
	float:none;
	width:100% !important;
	padding:10px;
}
.logo {
	display:none !important;
}
.banner-home {
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat; 
	height:200px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    top: 221px;
}
.priority h3 {
    margin-left: -114px;
}
.innercontent p {
	padding:1em 2em;	
}
.innercontent h1 {
	font-size:26px;	
}
.caption {
    padding: 7em 0.5em;
}
.footer-links {
    margin-left:24%;
}
.footer-distributed .footer-left .footer-links p {
	margin:0 0 0 5%;
}
.footer-info {
	margin-left: 26%;
}
.placeholders p {
	font-size:15px;
}
.banner {
	min-height:350px;	
}
.banner-content {
    width:100%;
    left:0;
	top:35%;
}
div#portfolio {
    padding: 2em 0;
}
.gallery-cursual {
    padding: 2em 0;
}
.team h3 {
	margin-bottom:4%;
} 
.contact-us h3 {
	margin-bottom:4%;
}
.priority p {
    padding: 0 50px;
}
span.vertical-line {
    height: 728px;
	top:9%;
}
span.horizontal-line {
    top: 20%;
}
span.small-vertical-line1 {
    top: 47%;
}
span.small-vertical-line2 {
    top: 75%;
}
}

@media (max-width: 414px){
.priority h3 {
    margin-left: -40px;
}
.innercontent h1 {
    font-size: 20px;
}
.caption {
    padding: 6em 0.5em;
}
.footer-info {
    margin-left: 16%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    top: 183px;
}
.banner-content p {
    margin-left:0;
	font-size:20px;
}
.banner-content button {
    margin: 1% 0% 0 0;
}
span.vertical-line {
    height: 829px;
}
.priority {
	padding-bottom:0px;
}
.priority .row {
    margin: -60px auto 0;
}
.priority p {
    padding: 0 45px 35px;
}
span.horizontal-line {
    top: 18%;
}
span.small-vertical-line1 {
    top: 47%;
}
span.small-vertical-line2 {
    top: 77%;
}
.about-us p {
    font-size: 15px;
    line-height: 24px;
}
.copyright p {
	font-size: 15px;
	width:100%;
	margin:0;
}
span.glyphicon.glyphicon-chevron-up {
    margin: 0 0 0 50%;
}
.footer-distributed .footer-left .footer-links p {
    margin: 0 0 0 0;
}
p.footer-company-about {
    display: inline;
}
.footer-distributed .footer-right {
    width: 90%;
	margin-left: 17px;
}
.footer-distributed  .footer-company-about {
    padding: 0; 
}
}

@media (max-width: 384px){
.innercontent h1 {
	padding-top: 65px;
}
.banner {
    min-height: 300px;
}
.banner-content p {
    font-size:18px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    top: 171px;
}
.priority h3 {
    margin-left: -10px;
}	
span.vertical-line {
	height:861px;
}
span.horizontal-line {
    top: 17%;
    width: 74px;
}
span.small-vertical-line1{
	width:74px;
	top:47%;
}
span.small-vertical-line2{
	width:74px;
	top:76%;
}
.placeholder {
    width: 100%;
}
}

@media (max-width: 375px){
.caption {
    padding: 5em 0.5em;
}
span.vertical-line {
    height: 875px;
	top:8%;
}
span.horizontal-line {
	top:17%;
}
span.small-vertical-line1 {
	top:46%;
}
span.small-vertical-line2 {
	top: 76%;
}
.about-us h3 {
	margin:11% auto 9%;
}
.gallery-cursual {
    padding: 1em 0;
}
.banner-content p {
    font-size:20px;
	float:none;
	padding-bottom: 5px;
}
.banner-content a.btn.btn-danger.btn-lg {
    float: none;
	margin-bottom:10px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    top: 168px;
}
}

@media (max-width: 320px){
button.navbar-toggle {
    margin-right: 22px;
}
.innercontent h1 {
    font-size: 18px;
}
.caption {
    padding: 4em 0em;
}
.banner {
	min-height:260px;	
}
.banner-content p {
	font-size:18px;
}
.banner-content a.btn.btn-danger.btn-lg { 
	font-size:15px;
}
.copyright p {
	font-size: 14px;
}
.about-us p {
    font-size: 15px;
}
.about-us h3 {
	margin:10% auto;
	font-size:30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    top: 136px;
}
.priority h3 {
    font-size: 32px;
}
.priority p {
	padding: 0 20px 35px;
}
span.vertical-line {
    height: 868px;
}
span.horizontal-line {
	width: 53px;
    top: 17%;
}
span.small-vertical-line1 {
	top:46%;
	width:53px;
}
span.small-vertical-line2 {
    top: 76%;
    width: 53px;
}
div#portfolio {
    padding: 1em 0;
}
.portfolios h3 {
	font-size: 33px;
}
.contact-us h3 {
	font-size:30px;
}
.team h3 { 
	font-size:30px;
}
.gallery-cursual {
    padding: 1em 0;
}
.footer-distributed .footer-left .footer-left-header p {
	font-size: 21px;
}
.footer-distributed .footer-center .footer-center-header p {
	font-size: 21px;
	margin-left:-10px;
}
.footer-distributed .footer-company-about span {
	font-size:21px;
}
.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
	padding:0;
}
.footer-distributed .footer-company-about {
    padding: 0 10px;
}
span.glyphicon.glyphicon-chevron-up {
	margin: 0 0 0 48%;
}
hr {
    margin-top: 0px;
}
.about-us h4 {
	padding-top:0px;
	padding-bottom:25px;
}
.innercontent p {
	padding:1em 1em;
}
.social-icons a span { 
	margin-right:0px;
}
.footer-distributed .footer-center i {
	margin: 10px 5px;
}
}
/*-- Responsive Design END --*/
