

/* ----------------------------------------------------
	 GENERAL STYLES
------------------------------------------------------- */


html {
	border: 20px solid #FFF;
}

body {
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

p {
	font-size: 1.1em;
    font-family: 'Oxygen', sans-serif;	
	color: #333;
	line-height: 1.7em;		
}

a { 
    color: #A9A9A9;
	text-decoration: none; 
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}

a:hover {
	text-decoration: none;
	color: #f75f5f;
}

.title h1 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 1.7em;
	text-align: center;
	letter-spacing: 0.2em;
	color: #2A2A2A;
	line-height: 1.5em;
	margin-top: 27px;
}

.hr {
	border-bottom: 2px solid #FFF;
	display: block;
	width: 30px;
	margin: auto;
	margin-bottom: 40px;
}

.padding-top {
	padding-top: 60px;
}

.padding-bottom {
	padding-bottom: 17px;
}

.btn {
	border-radius: 0px;
	text-decoration: none;
	padding: 12px 15px;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: capitalize;
	font-family: 'Ubuntu', sans-serif;       
	font-weight: 400;
	letter-spacing: 0.2em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-bottom:10px;
	margin-top:10px;
    text-align: left;
}

.orange-btn {
	color: black;
	background-color: transparent;
    border: 2px solid #000;
}

.orange-btn:hover {
	color: #333;
	background-color: transparent;
	border-color: black;	
}

.action-btn {
	color: black;
	background-color: transparent;
    border: 2px solid black;
}

.action-btn:hover {
	color: #333;
	background-color: transparent;
	border-color: #404040;	
}

img {
	max-width: 100%;	
	height: auto;
}

.brand {
	display: none;
}

.navbar-default .navbar-brand {
    padding: 10px 12px 14px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;       
    font-size: 1.7em;
    font-weight: 400;
    line-height: normal;
    color: #889a9b;
    text-transform: lowercase;
	margin-top: 38px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: default;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
	outline: 1px solid white;
    outline-offset: -18px;
}

.hovereffect:hover img {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}

.vertical-text {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	transform-origin: left top 0;
	background: transparent;
	color: black;
	margin-left: 120px;
	padding: 10px;
	text-transform: uppercase;
	text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
	float: left;
	letter-spacing: 0.2em;
	font-size: 1em;
	font-family: 'Oxygen', sans-serif;
}
		


/* ----------------------------------------------------
	 Navigation
------------------------------------------------------- */



.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-toggle {
    margin-top: 38px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #2A2A2A;
}

@media screen and (min-width:768px) {

.brand {
    display: inherit;
    margin: 0;
    padding: 30px 0 14px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;       
    font-size: 1.8em;
    font-weight: 400;
    line-height: normal;
    color: #889a9b;
    text-transform: lowercase;
}

.navbar {
    border-radius: 0; 
	min-height: 0;
}

.navbar-header {
    display: none;
}

.navbar-default {
    border: none;
    background: #fff;
	margin-top: 16px;
}
	
.navbar-default .navbar-nav>li>a {
	color: #2A2A2A;
	font-family: 'Oxygen', sans-serif;
	font-size: 1em;
	letter-spacing: 0.2em;
}

.navbar-default .navbar-nav>li>a:hover {
	color: gray;
}

.nav>li>a {
    padding: 20px;
}

.navbar-nav>li>a {
    line-height: normal;
}

.navbar-nav {
    display: table;
    float: none;
    margin: 0 auto;
    table-layout: fixed;
}

}


/* ----------------------------------------------------
	INTRO WITH 3 IMAGES AND BIOGRAPHY
------------------------------------------------------- */

.bg-color-intro {
	background-color: #FFF;
	padding: 25px 0px 10px 0px;
	margin-top: 36px;
	margin-bottom: 20px;
}

.space {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
    letter-spacing: 0.1em;
}


h2 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 50;
	font-size: 1em;
	text-align: center;	
	color: #2A2A2A;
	line-height: 1.5em;
	margin-top: 50px;
	margin-bottom: 4px;
}

.media {
    position: relative;
}


.media-body {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    color: white;
    font-size: 1.3em;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 3.45em 3em;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.media-body:hover { opacity: 1; }

.media-body:after,
.media-body:before {
    border: 1px solid rgba(255, 255, 255, 0.7);
    bottom: 1em;
    content: '';
    left: 1em;
    opacity: 0;
    position: absolute;
    right: 1em;
    top: 1em;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.6s 0.2s;
    transition: 0.6s 0.2s;
}


.media-body:hover:after,
.media-body:hover:before {
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   opacity: 1;
}


.media-body h2 {  
   color: white; 
   font-family: 'Ubuntu', sans-serif;
   margin-top: 15px;
    
}


/* ----------------------------------------------------
	 SERVICES STYLES
------------------------------------------------------- */

.bg-color-services {
	background-color: #FFF;
	padding: 25px 0px 10px 0px;
	margin-top: 70px;
	margin-bottom: 45px;
}

.top-services{
	margin-top: 60px;
	margin-bottom: 80px;
}

.services1 {
	margin-bottom: 32px;
	background-color: white;
    background-image:url(../images/pattern1.png);
	background-position: left top;
	background-repeat: repeat;
}

.services1-default {
	padding: 15px 15px;
	border: 2px solid #E9E9E9;
	border-radius: 0;
}

.services1-body h2 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 200;
	font-size: .9em;
	text-align: center;
	letter-spacing: 0.5em;
	color: #2A2A2A;
	line-height: 1.6em;
	margin-top: 25px;
	text-transform: uppercase;
}

.services1-body p {
	font-size: 1em;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	color: #333;
	margin-top: 8px;
	margin-bottom: 23px;
	text-align: center;
	line-height: 1.6em;
}


/* ----------------------------------------------------
	 GALLERY STYLES
------------------------------------------------------- */

.bg-color-gallery {
	background-color: #FFF;
	padding: 25px 0px 10px 0px;
	margin-top: 50px;
	margin-bottom: 80px;
}

.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;
   font-family: 'Oxygen', sans-serif;
   margin-bottom: 10px;
   font-size: 1.2em;
}


.gallery-page-wrap .gallery-page-inner a {
   color: #fff;
   font-size: 1.4em;
   text-decoration: none;
}

.gallery-page-wrap .gallery-page-inner a:hover {
	text-decoration: none;
	color: #fdd7d7;
}

.gallery-page-wrap .gallery-page-inner p {
   color: #fff;
   margin-bottom: 50px;
   border-bottom: 1px solid white;
   padding-bottom: 30px;
}

.gallery-page-wrap .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   border-radius: 0;
   background: #696969;
   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: 0.8;
}

.img-gallery {
   margin-bottom: 32px;
}

 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  font-family: 'Oxygen', sans-serif;
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 1em;
  font-weight: 400;
  margin-right: 10px;
  text-transform: lowercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  outline: none;
  border-radius: 0;
  color: #898989;
  background-color: transparent;
  border: 1px solid #E9E9E9;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color: #898989;
  background: #f4f4f4;
  border: 1px solid #dadada;
  box-shadow: none;
}


/* Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.gallery-bottom {
	margin-top: 70px;
}


/* ----------------------------------------------------
	 PRICING TABLES STYLES
------------------------------------------------------- */

.bg-color-pricing {
	background-color: #FFF;
	padding: 25px 0px 10px 0px;
	margin-top: 70px;
	margin-bottom: 90px;
}

.flat .plan {
    border-radius: 0;
    list-style: none;
    padding: 0 0 20px;
    margin: 0 0 0;
    background: #fff;
    border: 2px solid #E9E9E9;
    text-align: center;
}

.flat .plan li {
    padding: 10px 15px;
	color: #333;
    border-top: 1px solid #f5f5f5;
}

.flat .plan li.plan-price {
    border-top: 0;
}

.flat .plan li.plan-name {
    padding: 15px;
    font-size: 1.1em;
    line-height: 1.6em;
    background: transparent;
    margin-bottom: 30px;
    border-bottom: 2px solid #E9E9E9;
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
	background-image:url(../images/pattern1.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.2em;
	color: #2A2A2A;
}

.flat .plan li > strong {
	color: #2A2A2A;
}

.flat .plan li.plan-action {
    margin-top: 10px;
    border-top: 0;
}

.flat .plan.featured li.plan-name {
    background: #f64747;
	color: white;
	background-image:url(../images/pattern1.png);
	background-position: center top;
	background-repeat: repeat;
}
	
.action-btn {
	margin-bottom: 5px;
}


/* ----------------------------------------------------
	CONTACT STYLES
------------------------------------------------------- */

.bg-color-contact {
	background-color: #FFF;
	padding: 25px 0px 10px 0px;
	margin-top: 95px;
	margin-bottom: 40px;
}

.top-contact {
	margin-top: 60px;
	margin-bottom: 33px;
}

h4 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 0.2em;
	color: #2A2A2A;
	line-height: 1.5em;
	margin-top: 42px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

h4 span {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 1em;
	text-align: center;
	letter-spacing: 0;
	color: #2A2A2A;
	line-height: 1.5em;
	display: block;
	margin-top: 9px;
	text-transform: none;
}


.contact-bottom {
	margin-top: 10px;
}

.contact-icons {
	margin-left: 6px;
}


/* ----------------------------------------------------
	FOOTER STYLES
------------------------------------------------------- */

#footer {
	position:relative;
	width: 100%;
	background: transparent;
	color: #FFF;
	background-position: left top;
	padding-bottom: 180px;
	webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#footer h1 {
    margin-top: 150px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;       
	font-size: 1.3em;
    font-weight: 400;
    line-height: normal;
    color: #889a9b;
    text-transform: lowercase;
}


/* ----------------------------------------------------
	 RESPONSIVE STYLES
------------------------------------------------------- */


@media(max-width:1024px) {

.media-body h2 {  
    margin-top: 50px;      
}

}

@media(max-width:800px) {
	
html {
	position: relative;
	border: 5px solid #e4e7e9;
}

.col-xs-offset-2 {
	margin-left: 0;
	width: 99%;
}

.media-body h2 {  
    margin-top: 30px;      
}

.navbar {
    border-radius: 0; 
    min-height: 0;
	background-color: white;
}

}

@media(max-width:600px) {
	
.media-body h2 {  
    margin-top: 110px;      
}

html {
	border: 0;
}

.fixed-top {
   position: fixed;
   z-index: 1030;
   -webkit-transform: translate3d(0,0,0);
   -o-transform: translate3d(0,0,0);
   transform: translate3d(0,0,0);
   top: 0;
   width: 100%;
   background-color: white;
   margin-bottom: 70px;
}

.bg-color-intro {
   margin-top: 130px;
   margin-bottom: 20px;
}

.vertical-text {
  display: none;
}

.navbar-default .navbar-nav>li>a:hover {
	color: gray;
}
		
}


@media(max-width:400px) {
	
.media-body h2 {  
  margin-top: 40px;      
}

}
