h4, h5, h6,
h1, h2, h3 {
    margin-top: 0;
    font-size: 100%;
}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
    font-family: 'Montserrat', sans-serif;

   font-size: 100%;
   width: auto !important; /* YB - added*/
   overflow-x: hidden !important; /* YB - added*/
}

html {
     background-color: #f1f1f1; 
}

body {
    background:#fff; 
    margin:    0 auto;
    max-width: 1170px;
}

/* Youtube responsive  */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
} 


/*-- MailChimp start --*/
#mc_embed_signup {
    clear: left;
    text-align: left;
}

#mc_embed_signup form {display:block; position:relative; text-align:left; padding-left:0px}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1em;} /* YB FONTSIZE */
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:12px; font-weight: bold; height: 24px; line-height: 24px; margin: 0 2px 5px 0; padding: 0 10px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

/* YB - added */
#mc_embed_signup_top {
    text-align:right; 
    padding-left: 10px; 
    padding-top: 10px; 
    padding-bottom: 5px; 
    background:rgba(77, 77, 77, 1);
    color: white;
}

#mc_embed_signup_top .button {clear:both; 
                              background-color: #aaa; 
                              border: 0 none; 
                              border-radius:4px; 
                              color: #FFF; 
                              cursor: pointer; 
                              display: inline-block; 
                              font-size:12px; 
                              font-weight: bold; 
                              height: 20px; 
                              line-height: 20px; 
                              margin: 0 5px 5px 0; 
                              padding: 0 5px; 
                              text-align: center; 
                              text-decoration: none; 
                              vertical-align: top; 
                              white-space: nowrap; 
                              width: auto;}
#mc_embed_signup_top .button:hover {background-color:#777;}
#mc_embed_signup_top input {border:1px solid #999; 
                            background-color :#aaa;
                            -webkit-appearance:none; 
                            width: 30%;}

/*-- MailChimp end --*/

/*--header start here--*/
.header {
	/* YB - added and removed: position: fixed !important;*/
    position: fixed !important;
	top: 0;
  	width: 100%;
    max-width: 1170px;
    
    padding-left:10px;
    padding-right:10px;

  	/* background: white; */

    z-index: 10000;
    
    background-color: rgba(77, 77, 77,  1);

}

nav a, a:visited {
	position: relative;
	display: inline-block;
	outline: none;
	color: white;
    text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px  (255,255,255,0.3);
	font-size: 1em;  /* YB - FONTSIZE - menu font (was 1) */

	vertical-align: text-bottom;
}

nav a:hover,
nav a:focus {
	outline: none;
}
.banner {
  background: url(../images/crowd4.jpg)no-repeat center;
  min-height: 896px;
  background-size: cover;
}
.header-main {
	padding: 0px 0px; /* YB - was 30, 0 */
    /*YB just tring: background: url(../images/logo.png)no-repeat left; */
}
.banner-left {
  text-align: center;
}
.logo {
    margin-top: 3em; /* YB was 7em */
    margin-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    vertical-align:central;    
}


 @media(max-width:768px) {
    .logo{
    width: 100%;
    margin-top: 3em; /* YB was 7em */
    margin-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    }
}

/*.logo {
    background: url(../images/logobaranganew.gif) no-repeat center ;
    background-size: 50%;
    background-position:left;
    padding-bottom: 1em; 
    padding-left: 1em;
	padding-top: 1em;
    text-align: center;
    height: 7em;

    display: block;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;

    margin-top: 2.5em;
}*/

    /*@media(max-width:768px) {
    .logo{
    background-size: 50%;
    background-position:left;
    padding-bottom: 0px; 
    padding-left: 0;
	padding-top: 0;
    height: 6vw;
    vertical-align:central;
    }
}*/

.top-nav {
	font-size: 1em;  /* YB - FONTSIZE - menu (was 1.2) */
	float: right;
	margin: 7px 0px 7px 0px;

}
.top-nav ul {
	padding: 0px;
	list-style: none;
}
.top-nav ul li {
	display: inline-block;
	margin: 0px 5px 0px 0px;
}
.top-nav ul li a:hover{
	text-decoration:none;
	color:#FE8301; /* YB: was color:#FE8301;*/
}
span.menu{
     display:none;
}
@media(max-width:1280px){
.banner {
  min-height: 675px;
}
}
@media( max-width:768px ) { /* YB added */
.top-nav {
	/*float: none;*/
    padding:0px;
    }
}

@media( max-width:768px ){ /* YB was 768 then 320, then back*/
span.menu{
		display: block;
		text-align: right;
		cursor: pointer;
	}

ul.res{
	 display:none;
	 padding:0px;
}
.top-nav {
		float: right;
		margin: 0px 0px 0px 0px;    
}
.top-nav ul {
		padding: 0;
		margin: 1.3em 0em 0em 0em;
		z-index: 999;
		position: absolute;
		width: 100%;
		left:0;
}
.top-nav ul.res li {
		display: block;
		text-align: center;
		background:#F9C16E; /* YB - Pull down menu */
		margin: 0;
}
.top-nav ul.res li a {
		font-size: 16px;
		padding: 10px 0;
		color: #fff;
		display: block;
}
ul.res li a:hover,ul.res li a.active{
	color:#000;
}
.banner{
	min-height: 380px;
}
.logo img {
	width: 100%; /* was 85% */
}
.header-main {
  padding: 3px 0; /* YB was 20px 0 */
}
}
span.menu img {
  width: 85%;
}

}
/*--header end here--*/

/*--about start here--*/
.about-left {
  background: url(../images/tn_06.jpg)no-repeat;
  min-height: 100px; /* YB - according to image above, slightly bigger. */
  margin-left: 15px; /* YB - added */
  width: 250px; /* YB - added */
  padding: 0; /* YB - added */
}

.about-top h3 {
	font-size: 35px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}

.about {
  padding: 0 10px; /* YB was 2em */
  
}
.about-top h5 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  /*font-family: 'Roboto', sans-serif;*/
  /* font-family: 'Montserrat', sans-serif; */
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #000;
  margin: 0px 0px 15px 0px;
  width: 100%;
  text-align: center;
}
.about-top ul {
	padding: 0px;
	list-style: none;
	width: 100%; /* YB - was 79% */
	margin: 0em 0em 1.5em 0.5em; /* YB - added left 1 */
    text-align: left;  
    font-size: 1.3em;

}
.about-top ul li  p{
	font-size: 2em;
	font-weight: 400;
	color: #838383;
	line-height: 1.5em;
	text-decoration:none;
}
.about-top p {
	font-size: 1em;  /* YB - FONTSIZE - about page text (was 1.5) */
    line-height: 1.7em;
    font-weight: 400;
    color: #000; /*#838383 ;*/
    text-align: left;
}
.about-top ul a:hover{
	text-decoration:none;
	color: #000;
}

.about-link  {
	border: none;
    color: #FE8301; 
	font-size: 0.9em;
    font-weight:700;
}

.about-top a {
	border: none;
    color: #FE8301; 
	font-size: 0.9em;
    font-weight:700;
}


@media(max-width:320){ 
.about-link {
	border: none;
    color: #FE8301;
	font-size: 0.9em;
    font-weight:700;
}

.about-top h3 {
	font-size: 20px;
}
.about-top h5 {
	font-size: 12px;
}
.about-top ul a p {
	font-size: 12px;
	overflow: hidden;
	height: 37px;
	line-height: 1.5em;
}
.about-top p {
	font-size: 12px;
}
.about {
	min-height: 380px;
}
.about-left {
  float: none;
  width: 100%;
  min-height: 268px;
  display: none;
}
.about-right {
  float: none;
  width: 100%;
}
.about-top {
  padding: 1.3em 0em 0em 0em;
  text-align: center;
}
.about-top ul li p {
  font-size: 12px;
}
}
/*--about end here--*/

/*--blog start here--*/
.blog {
/*	background-color: rgba(0,0,0,0.06); YB - was #222222*/
	background-color: #f1f1f1; 
    padding-top:30px;
}
.blog-post-title  {
	text-align: left;
    color: #666; /* YB - was #fff*/
    line-height: normal;

    margin-left: 5px;
    margin-right: 5px;
    }

.blog-post-title h3 {
    /* font-family: 'Playfair Display', serif; */
    /* font-family: 'Montserrat', sans-serif; */
	font-size: 2em;  /* YB - FONTSIZE - blog page text (was 3) */
    
    font-weight:300;
    /* background-color: green; */
    line-height: normal;
    }

.blog-post-title h4 {
	font-size: 1.5em;  /* YB - FONTSIZE - blog page text (was 2.5) */
    font-weight:300;
    line-height: normal;
    /* padding-top: 3em; 
    background-color: blue; */
    }

.blog-post-text {
    font-size: 1.2em;  /* YB - FONTSIZE - blog page text (was 1.5) */
    font-weight:300;
	line-height: 1.7em;
    padding-bottom: 1em;
    /* background-color: red;
    padding-top: 2%;
    padding-bottom: 6%; */

    margin-left: 5px;
    margin-right: 5px;
    
    color: black;

}

.blog-post-text a {
    font-weight:600;
    color: #FE8301;     
}

.blog-post-text a:hover {
    font-weight:600;
    color: GrayText;
}


.blog-post { /* YB - was blog-grid*/
	padding: 0 0 0 0; /* YB was 0 0 30px 0 */
	text-align: left;
    margin-bottom:30px; /* YB - added */
    background-color: white ;/* YB - added */

}

.blog-post-image { 
    margin-bottom:20px;
    text-align: center;
	font-size: 1em;  /* YB - FONTSIZE - blog page image caption text */
    
	line-height: 1.2em;
    margin-left: 5px;
    margin-right: 5px;
}


/* @media(min-width:1004px) 
{
    .blog-post-text {
        padding-left: 17%;
        padding-right: 17%;
    }

    .blog-post-title h3 {
        padding-left: 17%;
        padding-right: 17%;
    }
}
*/

@media(max-width:800px) 
{
    .blog-post-title h3 {
    font-size: 3em;
    }
}

/*--blog end here--*/

/*--article start here--*/
.article {
	/* background: rgba(0,0,0,0.06); /*YB - was #222222*/
	background-color: #f1f1f1; 
	padding: 1em 0 2em 0 ;
}

.article-top {
	text-align: center;
	/* YB rempved: padding: 0px 0px 50px 0px; */
}
.article-top h3 {
    font-weight: 400;
    color: #000; /* YB - was #fff*/
    margin: 0px 0px 1em 0px; /* YB - was 20px*/

	font-size: 1.5em;  /* YB - FONTSIZE - blogList (was 2) */
    line-height: normal;

}
.article-top h4 {
	font-size: 2em;  /* YB - FONTSIZE - blogList (was 3) */
    color: #000; /* YB - was #fff*/
    text-transform: uppercase;
    padding-bottom: 0;
    padding-top: 0.5em;
    margin: 0.5em 1em 0.5em 1em; /* YB - was 0 auto; */
    /* border-bottom: 1px solid #000; */
    font-weight:300;
    line-height: normal;
}

.article-right h5 {
	font-size: 1.2em;  /* YB - FONTSIZE - blogList (was 1.8) */
	line-height: 1.5em;
	font-weight: 600;
	color: #000; /* YB - was #fff */
	/*margin: 5px 0 1ex 0; /* YB - was 22px 0px 25px 0px;*/
    padding-right: 10px;
    padding-left:5px;
}
.article-right p {
	font-size: 1.2em;  /* YB - FONTSIZE - blogList (was 1.5) */
	font-weight: 300;
	color: black; /* YB - was #fff */
	line-height: 1.7em;
    padding: 10px;
	}

.article-right a {
	font-size: 0.9em;
    font-weight:700;
	color: #FE8301; 
}

.article-right a:hover {
    color: GrayText;
}

.article-right img {
 	padding-top: 	5px;
	padding-right: 	5px;
    	padding-bottom: 0px;
	padding-left: 	5px;
}


.article-grid {
	text-align: left; /*justify; */
    /* margin:10px;  YB - added */
    background-color: white;/* YB - added */
    border-color: white; /* YB - added */
    border-width: 5px; /* YB - added */
	/* padding:  0 0 0 0; /* YB - was 0 0 30px 0 */
}


.event-right img {
 	padding-top: 	5px;
	padding-right: 	5px;
    	padding-bottom: 0px;
	padding-left: 	5px;
}

@media(max-width:992px) 
{
.event-right img {
	display: none; /* YB: events wont show images on small screens, articles will */
  }
}


@media(min-width:320px) 
{
    .article-grid {
        padding: 0;
    }
}


/*--article end here--*/

/*--shop start here--*/
.shop {
	background-color: #f1f1f1; 
}

.shop-top {
	text-align: left;
	padding: 0px 0px 0px 1em;
}
.shop-top h3 {
    font-weight: 400;
    color: #000; 
    margin: 0px 0px 1em 0px; 
    font-size: 1.5em;  
    line-height: normal;

}
.shop-top h4 {
    text-align: center;
    font-size: 2em;  
    color: #000; 
    text-transform: uppercase;
    padding-bottom: 0;
    padding-top: 0.5em;
    margin: 0.5em 1em 0.5em 1em; 
    font-weight:300;
    line-height: normal;
}

.shop-grid {
	text-align: left; 
    	background-color: white;
	border-color: white; 
    	overflow:hidden;
}


/* YB added - top, right, bottom, left */
.event{
  padding: 0 50px 0px 50px; 
  
}

.event-right img {
 	padding-top: 	5px;
	padding-right: 	5px;
    	padding-bottom: 5px;
	padding-left: 	5px;
}

@media(min-width:320px) 
{
    .shop-grid {
 	padding-top: 	5px;
	padding-right: 	5px;
    	padding-bottom: 10px;
	padding-left: 	5px;
    }
}


/*--shop end here--*/




/*--press start here--*/
.press {
	/* background: rgba(0,0,0,0.06); /*YB - was #222222*/
	background-color: #f1f1f1; 
	padding: 0 0 2em 0 ;
    overflow:auto; /*YB added - for float:left of LI chldren*/
}

.press-top {
	text-align: center;
	/* YB rempved: padding: 0px 0px 50px 0px; */
}
.press-top h3 {
    font-weight: 400;
    color: #000; /* YB - was #fff*/
    margin: 0px 0px 1em 0px; /* YB - was 20px*/

    /*font-family: 'Playfair Display', serif;*/
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 2em;
    line-height: normal;

}
.press-top h4 {
    font-size: 3em;
    font-weight: 400;
    color: #000; /* YB - was #fff*/
    text-transform: uppercase;
    padding-bottom: 0;
    /* padding-top: 1em; */
    margin: 1em 1em 0.5em 1em; /* YB - was 0 auto; */
    /* border-bottom: 1px solid #000; */

    /*font-family: 'Playfair Display', serif;*/
    /* font-family: 'Montserrat', sans-serif; */
    font-weight:300;
    line-height: normal;
}

/* Based on 'full-width-portfolio #portfolio-list li' */
#press-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}


#press-list img{
     padding-left: 1px;
     padding-bottom: 4px;
}

#press-list img:hover{
    opacity: 0.9;  /* YB - gallery hover */
}

#press-list li {
    position: relative;
    display: inline-block; /* YB was inline-block!  added padding to img instead*/
    text-align: center;
    width: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    float: none; /* Left align li in case of non-full row.  requires "overflow:auto" in parent.  caused overall left align, replaved with 'none' */
}


@media only screen 
and (max-width : 640px) { 
    
     #press-list li {
      width: 30%;
  }
}

@media (min-width: 640px)
{
    .full-width-portfolio #press-list li 
    {
        width: 12%; 
    }
}

@media (min-width: 1170px)
{
    .full-width-portfolio #press-list li 
    {
     width: 8%; 
    }
}

/*--press end here--*/


/*--port-polio start here--*/
.portfolio-main {
	padding-bottom: 2em;
	text-align:center;
    overflow:auto; /*YB added - for float:left of LI chldren*/
}
.gallery {
	/* YB removed: padding: 0 0 2em 0;*/
	text-align: center;
    margin:0 -2px 0 -2px;
    /* background-color: black; */
}


.port-folio-top h3 {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin: 0px 0px 20px 0px;
  /*font-family: 'Roboto', sans-serif;*/
      /* font-family: 'Montserrat', sans-serif; */

}
.port-folio-top h4 {
	font-size: 20px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  /*font-family: 'Roboto', sans-serif;*/
      /* font-family: 'Montserrat', sans-serif; */
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #000;
  width: 50%;
  margin: 0em auto 2em;
  text-align: center;
}
.port-folio-bottom {
	padding: 1px 0px 0px 0px;
}
span.port-line {
	background: #999;
	display: block;
	width: 1170px;
	height: 1px;
	margin: 45px auto 0px;
}
/*-- MIXTUP PART --*/
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:0%;
	display: -webkit-inline-box;
}
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 6em;
	font-size: 15px;
	color: #7E7C7C;
}
h2.b-animate.b-from-left.b-delay03 img {
  width: 8%;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
ul#filters {
	padding: 0px;
	margin: 1em 0em;
	text-align: center;
}
/*--team--*/
.team{
	background:#fff;
	padding:0 0 9% 0;
}
.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width: 22.8%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
	background: #FFF;
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 25%;
		display:none;
		float:left;
		overflow:hidden;
}
div#portfoliolist {
		padding: 10px 0px;
}	
.portfolio-wrapper img {
  width: 100%;
}
.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
		margin:0em 0em 0px 0px;
		padding: 0px;
}
.portfolio img {
		max-width:100%;
		display: block;
		margin: 0px auto 0px;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
}

.b-wrapper:hover {
	background:rgba(120, 50, 5, 0.39);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*-- MIXTUP PART --*/
@media(max-width:1280px){
span.port-line {
  width: 1000px;
}
}
@media(max-width:1024px){
.port-folio-top h3 {
	font-size: 30px;
}	
span.portab-line {
	margin: 15px auto;
}
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 4em;
}
span.port-line {
	width: 700px;
}
.port-folio-top h4 {
  width: 65%;
}
}
@media(max-width:768px){
.port-folio-top h3 {
	font-size: 28px;
}
.gallery {
	/* YB removed: padding: 0 0 2em 0;  */
    margin: -2px;
}	
.port-folio-top h4 {
	font-size: 18px;
	width: 80%;
}
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 7em;
}
span.port-line {
	width: 570px;
}
.portfolio-wrapper {
  float: left;
  width: 50%;
}
}
@media(max-width:640px){
.port-folio-top h3 {
	font-size: 23px;
}	
.port-folio-top h4 {
	font-size: 13.5px;
}
.port-folio-bottom {
	padding: 5px 0px 0px 0px;
}
#filters li span {
	font-size: 0.8em;
}
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 6em;
}
span.port-line {
  width: 470px;
}
}
@media(max-width:480px){
.port-folio-top h3 {
	font-size: 23px;
}	
.port-folio-top h4 {
  font-size: 12px;
  width: 85%;
}
.port-folio-bottom {
	padding: 1px 0px 0px 0px;
}
#portfoliolist .portfolio {
	width: 33%;
}
span.port-line {
	display: none;
}
h2.b-animate.b-from-left.b-delay03 {
  padding-top: 4em;
}
}
@media(max-width:320px){
.port-folio-top h3 {
	font-size: 20px;
	margin: 0px 0px 5px 0px;
}	
.port-folio-top h4 {
	font-size: 12px;
  line-height: 1.5em;
}
span.portab-line {
	width: 240px;
}
#filters li span {
	padding: 5px 5px;
	font-size: 0.65em;
}
ul#filters {
	margin: 0.4em 0em;
}
#portfoliolist .portfolio {
	width: 50%;
}
.gallery {
	/* padding: 1em 0px; 
	padding: 0 0 2em 0; */
    margin: -2px;
}

span.port-line {
	display: none;
}
h2.b-animate.b-from-left.b-delay03 {
  padding-top: 2.5em;
}
h2.b-animate.b-from-left.b-delay03 img {
  width: 15%;
}
}
/*--port-polio end here--*/

/*--contact start here--*/
.contact {
	text-align: center;
	background: url(../images/iph.jpg)no-repeat;
	background-size: cover;
	min-height: 530px;
}
.contact-bg {
	background:rgba(77, 77, 77, 0.69);
	min-height: 530px;
	padding: 50px 0px;
}

.contact-top h4 {
	font-size: 2em;  /* YB - FONTSIZE - contact (was 3) */
    font-weight: 400;
	color: #fff;
    text-transform: uppercase;
    padding-bottom: 0;
    /* padding-top: 1em; */
    margin: 0.5em 1em  0 1em; 
    /* border-bottom: 1px solid #000; */

    /*font-family: 'Playfair Display', serif;*/
    /* font-family: 'Montserrat', sans-serif; */
    font-weight:300;
    line-height: normal;

}


.contact-top p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  /*font-family: 'Roboto', sans-serif;*/
      /* font-family: 'Montserrat', sans-serif; */

  border-bottom: 1px solid;
  padding: 0em 0em 1em 0em;
  width: 50%;
  margin: 0 auto;
}
.contact-top span.con-line {
	background: url(../images/con-line.png)no-repeat;
	width: 490px;
	height: 1px;
	display: inline-block;
}
.contact-top h3 {
	font-size: 25px;
}
@media(max-width:640px){
.contact-top h3 {
  font-size: 23px;
}
.contact-top p {
  font-size: 13px;
  width: 75%;
}
.contact {
  min-height: 390px;
}
}
@media(max-width:480px){
.contact-top h3 {
	font-size: 20px;
}
.contact-top p {
	font-size: 13px;
	margin: 0em auto 2em;
}	
.contact-top span.con-line {
	width: 350px;
	margin: 10px auto 20px;
}
.contact {
	min-height: 450px;
}
}
@media(max-width:320px){
.contact-top span.con-line {
	width: 230px;
}	
.contact-bg {
	min-height: 390px;
}
.contact {
	min-height: 390px;
}
.contact-top p {
  font-size: 11px;
  width: 100%;
  margin: 0em auto 2em;
}
.con-send input[type="submit"] {
  font-size: 11px;
  padding: 6px 30px;
}
.contact-top h3 {
  margin: 0px 0px 5px 0px;
}
}
/*--contact end here--*/
/*--footer start here--*/
#toTop {
	display:none;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background-size: 35px;
	background: url(../images/arr.png) no-repeat 0px 0px;
}
.footer {
	background: #000;
	/* YB removed: padding: 30px 0px; */
}
.footer-left {
	float: left;
}
.footer-right {
	float: right;
}
.footer-right p {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
.footer-right p a{
	font-size: 15px;
	font-weight: 500;
	color:#skyblue;
}
.footer-right p a:hover{
	text-decoration:none;
	color:#fff;
}
@media(max-width:768px){
	
}
@media(max-width:640px){
	
}
@media(max-width:480px){
.footer-left img {
	width: 60%;
}	
.footer {
  padding: 17px 0px;
}
.footer-right p {
  font-size: 13px;
}
.footer-right p a {
  font-size: 13px;
}
}
@media(max-width:320px){
.footer-left {
	float: none;
	text-align: center;
	padding: 0px 0px 10px 0px;
}	
.footer-left img {
	width: 60%;
}
.footer-right {
	float: none;
	text-align: center;
}
.footer {
	background: #000;
	padding: 15px 0px;
}
.footer-right p {
	font-size: 13px;
}
.footer-right p a{
	font-size: 13px;
}
.footer-left img {
  width: 60%;
}
#toTop {
  width: 30px;
  height: 55px;
}
}
/*--footer end here--*/



/*	Theme Name: Margo */

/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
body {
	/*font-family: 'Open Sans', sans-serif;*/
    /* font-family: 'Montserrat', sans-serif; */

	font-size: 0.8em;  /* YB - FONTSIZE - header newsletter signup (was 1.3) */
	
    line-height: 1.2em; /* YB was 21px; */
	font-weight: 300;
	color: black;
	/* YB removed: background: url(../images/patterns/1.png) fixed repeat; */
}
strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    /* YB removed: transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out; */
    color: #888;
}

a:hover {
    color: black;
}

a, a:hover {
    text-decoration: none;
}

i {
	font-size: 1.1em;
}

h1 {
    font-size: 24px;
	line-height: 30px;
}

h2 {
    font-size: 22px;
	line-height: 28px;
}

h3 {
    font-size: 18px;
	line-height: 24px;
}

h4 {
    font-size: 16px;
	line-height: 22px;
}

h5 {
    font-size: 14px;
	line-height: 20px;
}

h6 {
    font-size: 12px;
	line-height: 18px;
}

p {
    color: #666;
    font-size: 13px;
    /*font-family: 'Open Sans', sans-serif;*/
    /* font-family: 'Montserrat', sans-serif; */
    line-height: 22px;
    margin: 0;
}

p strong {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

input[type="submit"] {
	border: none;
}

.section {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.section.repeat-bg {
	background-repeat: repeat;
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	-o-background-size: auto !important;
	background-size: auto !important;
}

#container {
    background-color: #fff;
}

/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/

ul.social-list li a.facebook:hover {
	background-color: #507CBE;
}

ul.social-list li a.twitter:hover {
	background-color: #63CDF1;
}

ul.social-list li a.google:hover {
	background-color: #F16261;
}

ul.social-list li a.pinterest:hover { /* YB - added */
	color: #F16261;
}

ul.social-list li a.dribbble:hover {
	background-color: #E46387;
}

ul.social-list li a.linkdin:hover {
	background-color: #90CADD;
}

ul.social-list li a.tumblr:hover {
	background-color: #4D7EA3;
}

ul.social-list li a.flickr:hover {
	background-color: #E474AF;
}

ul.social-list li a.instgram:hover {
	background-color: #4D4F54;
}

ul.social-list li a.vimeo:hover {
	background-color: #87D3E0;
}

ul.social-list li a.skype:hover {
	background-color: #36C4F3
}

ul.social-list li a i {
	font-size: 1em;
	display: block;
	width: 34px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-left: 1px solid #f2f2f2;
}

ul.social-list li:last-child a i {
	border-right: 1px solid #f2f2f2;
}



/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 50%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 30px;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: rgba(0,0,0,.7);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#main-slide .slider-content h2{
	font-size: 76px;
	font-weight: 100;
	text-transform: uppercase;
    color: #555;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content h3{
	font-size: 36px;
	font-weight: 300;
	margin-top: 60px;
	text-transform: uppercase;
    text-align: center;
    color: #555;
}

.slider.btn{
	padding: 10px 40px;
	margin-top: 40px;
	font-size: 20px;
	border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
		box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

.carousel {
    /*margin-top: 1em;*/
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}




/*------------------------------------------*/
/*	   03 - Main Page Elements
/*------------------------------------------*/


/*------------------------------------------*/
/*	     05 - Shortcodes Elements
/*------------------------------------------*/

/*************** Dividers ***************/


/*************** Clients Carousel ***************/


/*************** Custom Carousel ***************/
.custom-carousel .item {
	padding-right: 20px;
}

.custom-carousel.show-one-slide .item {
	padding-right: 0;
}


/*************** Icons ***************/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}


/*************** Heading Titles ***************/

/*------------------------------------------*/
/*	        06 - Portfolio Styles
/*------------------------------------------*/

.portfolio-item {
	margin-bottom: 30px;
}

.portfolio-item:hover .portfolio-border {
	box-shadow: 0 1px 3px #f8f8f8;
	-o-box-shadow: 0 1px 3px #f8f8f8;
	-moz-box-shadow: 0 1px 3px #f8f8f8;
  	-webkit-box-shadow: 0 1px 3px #f8f8f8;
}

/* Start Campaign Section
==================================================================
*/

#portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}


#portfolio-list img{
    
    /* -webkit-filter: grayscale(); */
     padding-left: 1px;
     padding-bottom: 4px;

}

#portfolio-list img:hover{
    /* -webkit-filter: none;  */
    opacity: 0.6;  /* YB - gallery hover - change to 1 if grayscale option is seleced (above) */
}

#portfolio-list li {
    position: relative;
    display: inline-block; /* YB was inline-block!  added padding to img instead*/
    text-align: center;
    width: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    float: none; /* Left align li in case of non-full row.  requires "overflow:auto" in parent.  caused overall left align, replaved with 'none' */
}

@media only screen 
and (max-width : 640px) { /* YB - was 550*/
    
     #portfolio-list li {
      width: 30%;
/*     margin-left: 2px;
     margin-top: 5px; */
    /* margin: -3px; */
  }
}

@media (min-width: 640px)
{
    .full-width-portfolio #portfolio-list li {
     width: 10.5%;  /* YB - was 24.8%, min-width was 768px */
    /* margin: -3px; */
     }

     .full-width-portfolio {
     /* margin: 0 10px 0 10px; */
     }

}

/* YB - added - for large screens - 9 thumbnails in a row */
@media (min-width: 1170px)
{
    .full-width-portfolio #portfolio-list li {
     width: 10.5%;  /* was 10 */
     /* margin:-5px; */
  }

/*YB     .full-width-portfolio {
     margin: 0 150px 0 150px;
     } */

}

/* YB - added (and removed) - for large screens - 9 thumbnails in a row 
@media (min-width: 1600px)
{
    .full-width-portfolio #portfolio-list li {
     width: 10%;  
     margin:3px;
  }

     .full-width-portfolio {
     margin: 0 200px 0 200px;
     }

}
    */

#portfolio-list li .body {
    /* YB - removed display: none; */
    font-size: 1em;
    color:#fff;
}
@media (min-width: 992px) {
  #portfolio-list li .body {
      display: block;
  }
}

/*------------------------------------------*/
/*		  07 - Single Project Styles
/*------------------------------------------*/
.project-slider {
	position: relative;
}

.project-slider img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}


.projects-carousel {
	width: 1150px !important;
}

.projects-carousel .item {
	margin-right: 15px;
	margin-bottom: 0;
}

/*------------------------------------------*/
/*			 11 - Footer Styles
/*------------------------------------------*/

footer {
	background-color: #222;
    padding-top: 0; /* YB - was 60, then 20, then 0 */
	border-top: 4px solid #555;
	color: #ccc;
    text-align: center; /* YB - added*/
}

footer p {
	color: #ccc;
}

footer a {
	color: #666;
}

footer a:hover {
	color: #666;
	text-decoration: underline;
}

.footer-widget {
    margin-top: 1.5em; /* YB added */
    margin-bottom: 1em; /* YB - was 45px*/
}

.footer-widget h4 {
	color: #eee;
	text-transform: uppercase;
	padding-bottom: 1em;
	margin-bottom: 0; 
	font-size: 1.2em;  /* YB - FONTSIZE - Contact (was 1.5) */
	font-weight: 700;
	position: relative;
}

.footer-widget h5 {
	color: #eee;
	margin-bottom: 0; 
	font-size: 1.4em;
	font-weight: 400;
	position: relative;
}

.footer-widget h4 .head-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 3px;
	background-color: #333;
	margin: 0;
}

.social-widget ul.social-icons li {
	display: inline-block;
	margin-right: 4px;
/*	margin-bottom: 4px; */
}

.social-widget ul.social-icons li a i {
	font-size: 3.5em;
	width: 40px;
	height: 40px;
	color:#fff;
	line-height: 40px;
	text-align: center;
    vertical-align:central;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.social-widget ul.social-icons li a:hover {
	text-decoration: none;
}

.social-widget ul.social-icons li a.facebook:hover i {
	background-color: #507CBE;
}

.social-widget ul.social-icons li a.twitter:hover i {
	background-color: #63CDF1;
}

.social-widget ul.social-icons li a.google:hover i {
	background-color: #F16261;
}

.social-widget ul.social-icons li a.pinterest:hover i { /* YB - added */
	background-color: #F16261;
}


.social-widget ul.social-icons li a.dribbble:hover i {
	background-color: #E46387;
}

.social-widget ul.social-icons li a.linkdin:hover i {
	background-color: #90CADD;
}

.social-widget ul.social-icons li a.tumblr:hover i {
	background-color: #4D7EA3;
}

.social-widget ul.social-icons li a.flickr:hover i {
	background-color: #E474AF;
}

.social-widget ul.social-icons li a.instgram:hover i {
	background-color: #4D4F54;
}

.social-widget ul.social-icons li a.vimeo:hover i {
	background-color: #87D3E0;
}

.social-widget ul.social-icons li a.skype:hover i {
	background-color: #36C4F3
}

.social-widget ul.social-icons li a.email:hover i {
	background-color: #FE8301;
}


.contact-widget span {
	font-weight: 700;
}

.contact-widget ul li {
    margin-bottom: 12px;
    /* YB added, then removed: text-align: left; */
}

.contact-widget ul li p a {
    color: #bbb;
}

.contact-widget p {
    padding-bottom: 20px;
}

.twitter-widget a:hover {
	color: #43B9CD;
	text-decoration: underline;
}

.twitter-widget ul li {
    margin-bottom: 20px;
}

.twitter-widget ul li span {
	color: #666;
}

.flickr-widget ul {
    overflow: hidden;
}

.flickr-widget ul li {
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
}

.flickr-widget ul li:nth-child(3n+1) {
    margin-left: 0;
}

.flickr-widget ul li a {
    display: inline-block;
	width: 80px;
	opacity: 0.6;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	border: 4px solid #333;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.flickr-widget ul li a img {
    width: 100%;
	height: 65px;
}

.flickr-widget ul li a:hover {
	opacity: 1;
}

.mail-subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px;
}


.copyright-section {
    padding: 15px 0;
	font-size: 11px;
	letter-spacing: 0.5px;
    /*YB removed: border-top: 1px solid rgba(255,255,255,.06);*/
}

.copyright-section p {
	font-size: 11px;
	text-transform: uppercase;
}

ul.footer-nav {
    float: right;
}

ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

ul.footer-nav li:first-child {
    margin-left: 0;
}

ul.footer-nav li a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover {
	color: #fff;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/*------------------------------------------*/
/*			 12 - Plugins Styles
/*------------------------------------------*/
 
/*
 * Nivo Lightbox v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open { 
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-ajax { 
	max-height: 100%;
	overflow: auto; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects 
 **********************************************/
.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}

/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 */
 
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.8); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(../images/lightbox/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
	background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	background-image: url(../images/lightbox/prev.png); 
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
	background-image: url(../images/lightbox/next.png); 
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;

}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(../images/lightbox/close.png) no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(../images/lightbox/loading@2x.gif); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(../images/lightbox/prev@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url(../images/lightbox/next@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(../images/lightbox/close@2x.png); 
		background-size: 16px 16px;
	}
	
}







/* 
 * 	Core Owl Carousel CSS
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/icons/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
* 	Owl Carousel Owl Theme 
*/

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.touch-slider .owl-controls .owl-buttons div{
	/* visibility: hidden; /* YB - removed arrows for now, reutrn when requried */
    position: absolute;
	top: 50%;
	height: 60px;
	line-height: 60px;
	display: inline-block; 
	zoom: 1;
	padding: 0 1px;
	*display: inline;/*IE7 life-saver */
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	background: #ddd;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.6;
	margin-top: -30px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.touch-slider:hover .owl-controls .owl-buttons div{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.touch-slider .owl-controls .owl-buttons div.owl-prev{
	left: 0;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.touch-slider .owl-controls .owl-buttons div.owl-next{
	right: 0;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

.touch-slider .owl-controls .owl-buttons div i{
	font-size: 1.8em;
	color: #fff;
}


.touch-carousel .owl-controls .owl-buttons {
	position: absolute;
	top: -50px;
	right: 2px;
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons {
	right: 12px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons {
	position: relative;
	top: 0;
	right: 0;
}

.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
	top: -8px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div{
	background-color: #f2f2f2;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div i, .touch-carousel.navigation-3 .owl-controls .owl-buttons div i{
	color: #666;
}

.touch-carousel.navigation-3 {
	padding-top: 45px;
}

.touch-carousel.navigation-3.clients-carousel {
	padding-top: 25px;
}

.touch-carousel.navigation-3 .owl-controls .owl-buttons {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
	right: 9px;
}

.touch-carousel .owl-controls .owl-buttons div, .testimonials-carousel .owl-controls .owl-buttons div {
	height: 22px;
	width: 22px;
	line-height: 22px;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	margin-left: 4px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border: 1px solid #ccc;
}

.touch-carousel .owl-controls .owl-buttons div i, .testimonials-carousel .owl-controls .owl-buttons div i {
	font-size: 1.2em;
	color: #ccc;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.testimonials-carousel .owl-controls .owl-buttons div i {
	color: #fff;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
	color: #fff;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div:hover {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}


/* Styling Pagination*/

.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.touch-slider:hover .owl-controls .owl-page span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #0A95D8;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;


/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/icons/ajaxloader.gif) no-repeat center center
}

.navbar-collapse {
	max-height: 340px;
}

div {
    border: 0px solid #000000;
}