
/*--------
VINNY'S STYLES
--------*/

.errorBox p {color:Red; font-weight:bold;}
.errorBox {border:1px solid red; margin:1em; padding:1em; border-radius:5px;}
.successBox p {color:Green; font-weight:bold;}
.successBox {border:1px solid green; margin:1em; padding:1em;}

li.flags {margin-left:1em;}
li.flags a{display:inline-block; *display:inline; padding-left:2px !important; padding-right:2px !important;}
li.flags img{margin-right:2px;}

/* ----------------------------------------------------
	 GLOBAL  STYLES 
------------------------------------------------------- */

.col-md-5.col-sm-6 img {border-radius:5px;}

body {
    font-family: 'Lato', sans-serif;    
    background-color: white;
	-webkit-font-smoothing: antialiased;
}

html,
body {
    height: 100%;
}

img {
	max-width: 100%;	
	height: auto;
}

a {
	color: #ff3333;	
	text-decoration: none;
	-webkit-transition: all .35s; 
	transition: all .35s;
}

a:hover {
	color: #ff3333;	
	text-decoration: underline;
}

p {
	font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 17px;
	text-align: left;
	line-height: 1.7;
}


h1, h2{
    font-family: 'Oswald', sans-serif;
}

h3 {
    font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 0;
	text-align: left;
 	letter-spacing: 0.1em;
	line-height: 1.7;
}

h4 {
    font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 0;
	text-align: left;
 	letter-spacing: 0.1em;
	line-height: 1.7;
}

.media, .media-body {
	background-color: white;
}

.margin-top{
	margin-top: 60px;
}

.margin-bottom{
	margin-top:60px;
}


/* ----------------------------------------------------
	 NAVIGATION STYLES 
------------------------------------------------------- */


.navbar-brand {    
    font-size: 25px;
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #393b3d!important;	
    text-transform: lowercase;
	letter-spacing: 0.1em;
}

.navbar {
    margin: 0;
    border-bottom: 2px solid #DDD;
	padding: 12px;
}

.navbar-inverse {
    background-color: #FFF;
}

.navbar-inverse .navbar-nav > li > a {
   font-size: 13px;
   font-family: 'Lato', sans-serif; 
   color: #5f5f5f;
   font-weight: 400;
   padding: 14px 10px;   
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   text-transform: uppercase;
   margin-top: 2px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
   color: #202223;
   background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
   color: #202223;
   background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
   color: #202223;
   background-color: transparent;
}

.navbar-toggle {
   background-color: #393b3d;
}

.navbar-inverse .navbar-toggle {
   border-color: #393b3d;
   outline: none;
}

.dropdown-menu {
   background-color: #393b3d;
   border: none;
   border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
}

.dropdown-menu > li > a {
   color: #fff;
}


/* ----------------------------------------------------
	 BUTTON STYLES
------------------------------------------------------- */

.btn {
	font-size: 15px;	
	font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: white;
	margin-top: 15px;
	border: none;
	background-color: #393b3d;	
	padding: 12px 18px;
	-webkit-transition: all .35s; 
	transition: all .35s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.btn:hover {
	background-color: #4c4f51;
	color: white;
}

.ghost-btn {
	background-color: transparent;
	color: white;
	border: 1px solid white;
}

.ghost-btn:hover {
	background-color: white;
	color: #393b3d;
}

.red-btn {
	background-color: #ff3333;
	color: white;
}

.red-btn:hover {
	background-color: #ff4d4d;
	color: white;
}

.services-btn {
	background-color: #ff3333;
	color: white;
	margin-top: 37px;
	margin-bottom:27px;
}

.services-btn:hover {
	background-color: #ff4d4d;
	color: white;
}


/* ----------------------------------------------------
	 HOME PAGE INTRO IMAGE STYLES
------------------------------------------------------- */

.intro {
    display: table;
    width: 100%;
    padding: 70px 0px;
    text-align: center;
    color: #fff;
    background: url(../img/main-banner.jpg) no-repeat left top scroll;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .main-text {
    font-size: 60px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;	
	color: white;
	margin-top: 85px;  
 	letter-spacing: 0;
}

.intro .intro-body .intro-text {
    font-size: 16px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	margin-top: 18px;
	letter-spacing: 0;
	text-align:center;
}

.intro .intro-body .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}


@media(min-width:767px) {

.intro {
    height: 100%;
    padding: 90px 0;
}

.intro .intro-body .main-text {
    font-size: 77px;
}

.intro .intro-body .intro-text {
    font-size: 20px;
}

}


/* ----------------------------------------------------
	 HOME PAGE SLIDER STYLES
------------------------------------------------------- */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides div.slid {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.banner1a {
  background: url(../img/banner-slider3.jpg) no-repeat 0px 70px;
  background-size: cover;
  min-height: 790px;
}

.banner2a {
  background: url(../img/banner-slider1.jpg) no-repeat 0px 70px;
  background-size: cover;
  min-height: 790px;
}

.banner3a {
  background: url(../img/banner-slider2.jpg) no-repeat 0px 70px;
  background-size: cover;
  min-height: 790px;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.caption1 {
  width: 45%;
  position: absolute;
  top: 35%;
  left:10%;
}

.caption1 h3 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.3em;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.caption1 p {
	line-height: 1.8em;
	font-family: 'Lato', sans-serif;    
	font-size: 15px;
	font-weight: 400;
	color:#ffffff;
	width: 80%;
	margin-top: 30px;
}

a.btn-left {
  font-family: 'Lato', sans-serif;    
  padding: 0.45em;
  display: inline-block;
  margin-top: 2em;
  width: 18%;
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid white;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  text-align:center;  
  margin-right: 1em;
}

a.btn-left:hover {
	border-color: #CACACA;
}

a.btn-right {
  font-family: 'Lato', sans-serif;    
  padding: 0.6em;
  display: inline-block;
  margin-top: 2em;
  width: 18%;
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  text-decoration: none;
  background: #ff3333;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  text-align: center;  
}

a.btn-right:hover {
	background-color: #ff4d4d;
}


/* ----------------------------------------------------
	HOME PAGE VIDEO STYLES
------------------------------------------------------- */

#header-v {
	position: relative;
	min-height: 600px;
	margin: 0 0 200px 0;
}

#header-v video {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: auto;
	background: transparent;
}

.banner-content {
	position: relative;
	text-align: center;
	z-index: 1;
}

#header-v h1 {
	color: white;
	font-weight: 400;
	padding-top: 370px;
	font-size: 100px;	
	font-family: 'Oswald', sans-serif;
 	letter-spacing: 0;
}

#header-v h1 .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}


/* ----------------------------------------------------
	 HOME PAGE STYLES
------------------------------------------------------- */


/* two top boxes styles */

.page-header {	
    font-size: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 86px;
	margin-bottom: 12px;
	text-align: center;
 	letter-spacing: 0.1em;
	line-height: 1.5;
    border-bottom: none;
}

.hr {
	border-bottom: 2px solid  gray;
	display: block;
	width: 50px;
	margin: auto;
	margin-bottom: 40px;
}

.sub-text {    
    font-size: 16px;
	font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 45px;
	text-align: center;
	line-height: 1.7;
}

.panel-default {
	background-color: transparent;
	border: none;
}

.panel-default .panel-heading {
	border-bottom: 1px solid #DDD;
}

.panel-default h2 {
	font-size: 20px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 30px;
	text-align: center;
	text-transform: capitalize;
 	letter-spacing: 0.1em;
}

.panel-default .panel-body p {	
    font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 17px;
	text-align: center;
	line-height: 1.7;
}


/* portfolio-banner */

.portfolio-banner {
    width: 100%;
    padding: 60px 0;
    color: #fff;
    background: url(../img/projects-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	margin-top: 73px;
}

.portfolio-banner .main-text {
    font-size: 60px;	
	font-family: 'Oswald', sans-serif;	
	font-weight: 400;
	color: white;
	margin-top: 35px;
	padding-bottom: 27px; 
 	letter-spacing: 0;
	text-align: center;
}

.portfolio-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.projects-header {	
    font-size: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 80px;
	margin-bottom: 23px;
	text-align: center;
 	letter-spacing: 0.1em;
    line-height: 1.5;
}

.white-space {
	margin-top: 50px;
}


/* images-portfolio styles */


.img-wrapper {
	position: relative;
	margin: 0 auto;
	line-height: 0;
}

.img-hover-photo {
	position: absolute;
	z-index: 1;
	width: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .25s;
	-moz-transition: all .25s; /* Firefox 4 */
	-webkit-transition: all .25s;
	transition-timing-function:ease;
	-moz-transition-timing-function:ease;
	-webkit-transition-timing-function:ease;
	cursor: pointer;
}

.img-wrapper:hover .img-hover-photo {
	opacity: 1;
	width: 100%;
}
.img-hover-photo:hover {
	background-color: rgba(0, 0, 0, .6);
}

.hover-text {
	position: absolute;
	left: 23%;
	top: 50%;
	width: 300px;
	font-size: 15px;
	font-family: 'Lato', sans-serif;    
	font-weight: 700;
	color: #FFF;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}

.hover-text1 {
	position: absolute;
	left: 8%;
	top: 41%;
	width: 300px;
	font-size: 15px;
	font-family: 'Lato', sans-serif;    
	font-weight: 700;
	color: #FFF;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}


/* testimonials-banner */

.testimonials-banner {
    width: 100%;
    padding: 60px 0;
    color: #fff;
    background: url(../img/testimonials-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	margin-top: 88px;
}


.testimonials-banner .main-text .part{
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.testimonials-header {
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 80px;
	margin-bottom: 20px;
	text-align: center;
 	letter-spacing: 0.1em;
	line-height: 1.5;
}

.testimonials-text {
    font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 17px;
	text-align: center;
	line-height: 1.7;
}

.testimonials-names {
	font-size: 16px;	
	font-family: 'Oswald', sans-serif;		
	font-weight: 400;
	color: #393b3d;
	margin-top: 30px;
	margin-bottom: 80px;	
	text-align: right;
	text-transform: capitalize;
 	letter-spacing: 0.1em;
}

.testimonials-names .company{
	font-size: 14px;	
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #393b3d;
	display: inline-table;
	text-transform: lowercase;
}


/* ----------------------------------------------------
	 ABOUT US STYLES
------------------------------------------------------- */


.about-us-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/our-story-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.about-us-banner .main-text {
    font-size: 40px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.about-us-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.about-us-banner .intro-text {
    font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.partnerLogoWrapper {display:block; margin:20px; float:left; width:20%; min-width:200px;}
.partnerLogoWrapper img {width:100%;}

.inner-text {
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #ff3333;
	margin-top: 0;
	text-align: left;
 	letter-spacing: 0.1em;
	line-height: 1.7;
}

.sub-header {
	font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: #393b3d;
	margin-top: 18px;
	margin-bottom: 10px;
	letter-spacing: 0;
	text-align: left;
}

.about-us-top1 {
	margin-top: 47px;
}

.about-us-border {
   border-bottom: 1px solid #DDD;
   margin-top: 30px;
   padding-bottom: 8px;
}

.our-clients-photo {
	margin-bottom: 40px;
	border: 1px solid #DDD;
	padding: 12px;
}

.our-clients-header {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;	
	margin-top: 39px;
	margin-bottom: 20px;
	text-align: left;
 	letter-spacing: 0.1em;
	line-height: 1.7;
}

.our-clients-border {
   border-bottom: 1px solid #DDD;
   margin-top: 26px;
   padding-bottom: 22px;
}


/* ----------------------------------------------------
	 OUR TEAM STYLES
------------------------------------------------------- */


.our-team-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/our-team-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.our-team-banner .main-text {
    font-size: 40px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.our-team-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.our-team-banner .intro-text {
    font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.img-thumbnail-photo {
	border-radius: 0;
	margin-top: 32px;
}

.img-thumbnail-photo-top{
	border-radius:0;
	margin-bottom: 0;
}

.thumbnail {
	border: 1px solid #DDD;
	border-radius: 0;
	margin-bottom: 0;
	min-height:28em;
}

.caption .our-team-names {
    font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 18px;
	padding-bottom:12px;
	text-align: center;
 	letter-spacing: 0.1em;
	line-height: 1.7;
	border-bottom: 1px solid #DDD;
}

.caption .job-title {    
    font-family: 'Lato', sans-serif;    
	font-size: 16px;
	font-weight: 400;
	color: #393b3d;
	text-align: center;
}

.caption p {    
    font-family: 'Lato', sans-serif;    
    font-size: 15px;
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 12px;
	padding-top: 2px;
	text-align: center;
	line-height: 1.7;
}

.caption .email {    
    font-family: 'Lato', sans-serif;    
	font-size: 15px;
	font-weight: 400;
	color: #ff3333;
	text-align: center;
}


/* ----------------------------------------------------
	 FAQ STYLES
------------------------------------------------------- */


.faq-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/faq-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.faq-banner .main-text {
    font-size: 40px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.faq-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.faq-banner .intro-text {
    font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.thumbnail-faq {
	margin-bottom: 44px;
	border-radius: 0;
	display: block;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.caption-faq h2{
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;	
	margin-top: 24px;
	padding-bottom: 15px;
	text-align: center;
 	letter-spacing: 0.1em;
	line-height: 1.7;
}

.caption-faq h2 span {    
    font-family: 'Lato', sans-serif;    
    font-size: 15px;
	font-weight: 400;
	color: #5f5f5f;
	margin-top: 8px;
	text-align: center;
	display: block;
}

.caption-faq .red {
	color: #ff3333;	
}

.panel-group {
    margin-top: -12px;
	margin-bottom: 0;
}

.panel-group .panel-title {	
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
}

.panel-group .panel-title .numbers {	
    font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
}

.panel-group .panel-body {	
    font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;	
	color: #5f5f5f;
	line-height: 1.7;
}


/* ----------------------------------------------------
	 SERVICES STYLES
------------------------------------------------------- */


.services-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/services-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.services-banner .main-text {
    font-size: 40px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.services-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.services-banner .intro-text {
    font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.services {
	margin-bottom: 32px;
	background-color: #CCC;
}

.services-default .services-heading {
	border-bottom: 1px solid #DDD;
	margin-top: -22px;
}

.services-default {
	padding: 10px 15px;
	border-bottom: none;
	border-radius: 4px;
}

.services-body h4 {
	font-size: 20px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 34px;
	text-align: center;
	text-transform: capitalize;
 	letter-spacing: 0.1em;	
}

.services-body p {
	font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.7;
}

.services-header {	
    font-size: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 10px;
	margin-bottom: 23px;
	text-align: center;
 	letter-spacing: 0.1em;
    line-height: 1.5;
}

.services3-bottom {
	margin-top: 37px;
}

.services4-bottom {
	margin-top: 36px;
}

.services1 {
	margin-bottom: 32px;
	background-color: white;
}

.services1-default .services1-heading {
	border-bottom: 1px solid #DDD;
	margin-top: -17px;
}

.services1-default {
	padding: 10px 15px;
	border: 1px solid #cdced0;
	border-radius: 0;
}

.services1-body h4 {
	font-size: 20px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 33px;
	text-align: center;
	text-transform: capitalize;
 	letter-spacing: 0.1em;
}

.services1-body p {
	font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 23px;
	text-align: center;
	line-height: 1.7;
}

.services1-header {	
    font-size: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 10px;
	margin-bottom: 23px;
	text-align: center;
 	letter-spacing: 0.1em;
    line-height: 1.5;
}

.services3-header{
	font-size: 17px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 6px;
	text-align: left;
 	letter-spacing: 0.1em;	
}

.services-border {
   border-bottom: 1px solid #DDD;
}

.services-list {
	margin-top: 20px;
}

.media, .media-body .services3{
	color: #393b3d;
}

.media, .media-heading {
	font-size: 18px;
}

.text-primary {
   color: #393b3d;
}

#owl-demo .item {
    margin: 3px;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.block-red {
	font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #ff3333;
	background-color: #ddd;
	padding: 15px;
	margin-bottom: 12px;
}


/* ----------------------------------------------------
	 PORTFOLIO STYLES
------------------------------------------------------- */

.portfolio1-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/portfolio-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.portfolio1-banner .main-text {
    font-size: 40px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.portfolio1-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.portfolio1-banner .intro-text {
    font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

    /* ----------------------------------------------------
	     VIN ADDITIONS
    ------------------------------------------------------- */

.portfolio2-banner.pressrelease {
    background: url(../img/pressreleasae-banner.jpg) no-repeat center center;
	
}

.portfolio2-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/portfolio2-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.portfolio2-banner .main-text {
    font-size: 40px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.portfolio2-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.portfolio2-banner .intro-text {
    font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

    /* ----------------------------------------------------
	     VIN ADDITIONS END
    ------------------------------------------------------- */

.portfolio-header{
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 15px;
	margin-bottom: 6px;
	text-align: left;
 	letter-spacing: 0.1em;
    line-height: 1.7;
}

.portfolio-subheader{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #ff3333;
	margin-bottom: 6px;
	text-align: left;
 	letter-spacing: 0.1em;
}

.portfolio-btn {
	margin-top:0;
}

.img-portfolio {
	margin-bottom: 32px;
}

.img-hover:hover {
    opacity: 0.8;
}

.portfolio-header-two-columns{
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 30px;
	margin-bottom: 6px;
	text-align: center;
 	letter-spacing: 0.1em;
    line-height: 1.7;
}

.portfolio-header-two-columns a {
	color: #393b3d;
}

.portfolio-header-two-columns a:hover {
	color: #ff3333;
	text-decoration: none;
}

.portfolio-two-columns-text{ 
    font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	text-align: center;
	line-height: 1.7;
}

.more{ 
    font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	text-align: center;
	line-height: 1.7;
	margin-top: -9px;
	margin-bottom: -4px;
}

.more a:hover {
	color: #ff3333;
	text-decoration: underline;
	transition: all .25s;
	-moz-transition: all .25s; /* Firefox 4 */
	-webkit-transition: all .25s;
	transition-timing-function:ease;
	-moz-transition-timing-function:ease;
	-webkit-transition-timing-function:ease;
}

/* Portfolio item */

.portfolio-item-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/portfolio-item-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.portfolio-item-banner .main-text {
    font-size: 40px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.portfolio-item-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.portfolio-item-banner .intro-text {
    font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.portfolio-item{
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 0;
	margin-bottom: 6px;
	text-align: left;
 	letter-spacing: 0.1em;
    line-height: 1.7;
}

.media, .media-body .portfolio-details{
	color: #393b3d;
}

.portfolio-projects {
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #ff3333;
	margin-top: 35px;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 20px;
	text-align: center;
 	letter-spacing: 0.1em;
    line-height: 1.7;
}

/* Pagination */

.pagination {	
	border-radius: 0;
	padding-top: 41px;
	margin-bottom: -5px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{	
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #CCC;
	border-color: #CCC;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	color: #282828;
}
.pagination>li>a, .pagination>li>span{
	color: #282828;
}

.pagination1{
    margin-top: -26px;
}

/* ----------------------------------------------------
	 NEWS STYLES
------------------------------------------------------- */


.news-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/news-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.news-banner .main-text {
    font-size: 40px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.news-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.news-banner .intro-text {
    font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.news-nobanner {
    padding: 30px 0;
    color: #fff;
    background-color: #393b3d;
}

.news-nobanner .main-text {
    font-size: 30px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.news-nobanner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.news-nobanner .intro-text {
    font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.news-body {
	font-size: 20px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	text-align: left;
	margin-top: -5px;
	margin-bottom: 13px;
	text-transform: capitalize;
 	letter-spacing: 0.1em;	
}

.news-sidebar {
	font-size: 18px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	text-align: left;
	margin-top: -3px;
	margin-bottom: 13px;
	text-transform: capitalize;
 	letter-spacing: 0.1em;	
}

.news-category {
	margin-top: 15px;
}
	
.news-category ul {	
	margin: 0;
	padding: 0;
	float: none;
}

.news-category ul li {
	float: none;
	margin-bottom: 6px;
	padding-bottom: 6px;
	list-style: none;
}

.news-category ul li a {
	font-size: 16px;
	line-height: normal;
 	color: #393b3d;
	text-align: left;
	padding-left: 0;
	text-decoration: none;
}
	
.news-category ul li a:hover {color: #ff3333;}

.news-btn {
	margin-top: 0;
	margin-bottom: 5px;
}

.news-date {
	font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 18px;
	text-align: left;
	line-height: 1.7;
	display: block;
}

.news-date-post {
	font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-top: -6px;
	margin-bottom: 18px;
	text-align: left;
	line-height: 1.7;
	display: block;
}

.news-text {
	font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
	line-height: 1.7;
}

.news-text-post1 {
	font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-top: 35px;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.7;
}

.news-text-post2 {
	font-size: 15px;
    font-family: 'Lato', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-top: 25px;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.7;
}

.pager {
	margin: 0;
}

.news_archive {
   list-style: none outside none;
   margin: 0;
   padding: 0;
}

.news_archive li {
   padding: 10px 0;
}

.news_archive li:first-child {
   padding-top: 3px;
}


/* ----------------------------------------------------
	 PRICING TABLES STYLES
------------------------------------------------------- */

.pricing-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/pricing-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.pricing-banner .main-text {
    font-size: 40px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.pricing-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.pricing-banner .intro-text {
    font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.flat .plan {
    border-radius: 0;
    list-style: none;
    padding: 0 0 20px;
    margin: 0 0 0;
    background: #fff;
    border: 1px solid #DDD;
    text-align: center;
}

.flat .plan li {
    padding: 10px 15px;
    color: #5f5f5f;
    border-top: 1px solid #f5f5f5;
    -webkit-transition: 300ms;
    transition: 300ms;
	font-family: 'Lato', sans-serif;
}

.flat .plan li.plan-price {
    border-top: 0;
}

.flat .plan li.plan-name {
    border-radius: 4px 4px 0 0;
    padding: 15px;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    background: #ff3333;
    margin-bottom: 30px;
    border-top: 0;
	font-family: 'Oswald', sans-serif;
}

.flat .plan li > strong {
    color: #e74c3c;
}

.flat .plan li.plan-action {
    margin-top: 10px;
    border-top: 0;
}

.flat .plan.featured li.plan-name {
    background: #393b3d;
}

.flat .plan.featured:hover li.plan-name {
    background: #ff3333;
}

.flat .plan:hover li.plan-name {
    background: #393b3d;
}
		
.action-btn {
	margin-bottom: 5px;
}


/* ----------------------------------------------------
	 GALLERY PAGE STYLES
------------------------------------------------------- */

.gallery-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/gallery-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.gallery-banner .main-text {
    font-size: 40px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.gallery-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.gallery-banner .intro-text {
    font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}
	
#gallery .col-xs-12.col-sm-4.col-md-3 {
    padding: 0;
}

.gallery-page-wrap {
    position: relative;
}

.gallery-page-wrap img {
    width: 100%;
}

.gallery-page-wrap .gallery-page-inner {
   top: 0;
   background: transparent;
   width: 100%;
   border-radius: 0;
   margin-bottom: 0;
}

.gallery-page-wrap .gallery-page-inner h3 {
   margin: 0 0;
}

.gallery-page-wrap .gallery-page-inner h3 a {
   font-size: 24px;
   color: #fff;
   font-family: 'Oswald', sans-serif;
}

.gallery-page-wrap .gallery-page-inner a {
   color: #fff;
}

.gallery-page-wrap .gallery-page-inner p {
   color: #fff;
}

.gallery-page-wrap .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   border-radius: 0;
   background: #c52d2f;
   color: #fff;
   vertical-align: middle;
   -webkit-transition: opacity 500ms;
   -moz-transition: opacity 500ms;
   -o-transition: opacity 500ms;
   transition: opacity 500ms;  
   padding: 30px;
}

.gallery-page-wrap .overlay .preview {
   bottom: 0;
   display: inline-block;
   height: 35px;
   line-height: 35px;
   border-radius: 0;
   background: transparent;
   text-align: center;
   color: #fff;
}

.gallery-page-wrap:hover .overlay {
   opacity: 1;
}

.img-gallery {
   margin-bottom: 32px;
}

/*------------------------------------------------------
ISTAT BANNER ON HOME PAGE
*/


.istat-banner {
    width: 100%; 
    /*padding: 160px 0;*/  /* Edit to adjust the height */
	height:200px;
    color: #fff;
    background: url(../img/ISTAT-banner-2026.jpg) no-repeat center center;
    background-color: white;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
	background-position:center;
}

.istat-banner .main-text {
    font-size: 40px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.istat-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.istat-banner .intro-text {
    font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

/* ----------------------------------------------------
	 CAREER PAGE STYLES
------------------------------------------------------- */

.career-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/career-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.career-banner .main-text {
    font-size: 40px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.career-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.career-banner .intro-text {
    font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.career-header{
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 0;
	margin-bottom: 6px;
	text-align: left;
 	letter-spacing: 0.1em;
    line-height: 1.7;
}

.career-subheader{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #ff3333;
	margin-bottom: 6px;
	text-align: left;
 	letter-spacing: 0.1em;
}

.media, .media-body .career-details{
	color: #393b3d;
}

.career-btn {
	margin-bottom: 0;
	background-color: #ff3333;
}

.career-btn:hover {
	background-color: #ff4d4d;
	color: white;
}

/* ----------------------------------------------------
	 CONTACT PAGE STYLES
------------------------------------------------------- */

.contact-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/contact-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.contact-banner .main-text {
    font-size: 40px;	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.contact-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.contact-banner .intro-text {
    font-size: 17px;	
	font-family: 'Lato', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}
	
.contact-bottom {
	margin-top: 30px;
}

.contact-header {
    font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
 	letter-spacing: 0.1em;
	line-height: 1.7;
}

.contact-btn {
	margin-bottom: 0;
}

#map-canvas {
	height: 400px;
	width: auto;
}



/* ----------------------------------------------------
	 FOOTER STYLES
------------------------------------------------------- */


#footer {
	margin-top: 0;
}

.footerTop {
	width: 100%;
	background: #202223;
	padding: 32px 0;
}

.footerTop .logoBottom {
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: white;	
	margin-top: 66px; 
	display: block;
	letter-spacing :0.1em;
}

.footerTop h5 {
	font-size: 15px;	
	font-family: 'Lato', sans-serif;   	
	color: #fff;
	margin-top:34px;
}

.footerTop p {
	font-size: 13px;
	font-family: 'Lato', sans-serif; 	
	color: #8f8f8f;	
	margin-bottom: 10px;
	line-height: 1.5;
}

.footerTop .icons{
	margin-left: 15px;
}

.footerTop a {
	color: #8f8f8f;
	font-size: 13px;
}

.footerTop a:hover {
	text-decoration: none;
  	color: #ff3333;
	-webkit-transition: all .35s; 
	transition: all .35s;
}

.footerLinkList ul li {
	margin-bottom: 10px;
}

.footerLinkList ul li a {
	display: block;
	padding-left: 4px;
}

.footerBottom {
	width: 100%;
	background: #CCC;
	padding: 20px 0;
}

.footerMenu {
	float: left;
	margin-top: 13px;
}

.footerMenu ul li {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #828282;
	line-height: 1.5;
}

.footerMenu ul li.last {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

.footerMenu ul li a {	
    font-size: 13px;	
	font-family: 'Lato', sans-serif;   	
	color: #666666;
	display: block;
}

.footerMenu ul li a:hover {
	text-decoration: underline !important;
}

.copy {
	font-size: 13px;	
	font-family: 'Lato', sans-serif;
	font-weight: 400;   	
	color: #666666;	
	margin-top: 12px;
	float: right;
}

/*MEDIA SETTINGS
*/
@media(min-width:700px) {

.istat-banner {
	height:400px;
	}

}
