/*!
*	Theme Name 		: Photobia
    Description		: Photobia is Bootstrap HTML5 template designed for photographers & designers, photography studio, visual artist and for professionals related with the photography industry. Photobia is the perfect way to showcase your photography work
* 	Framework Type 	: Bootstrap / Foundation / Flexbox / Materialize
*	Author Name		: UIGRID
*	Author Profile 	: http://www.uigrid.com/
* 	Author Email 	: gridthemes@gmail.com / hello@uigrid.com
*	Version 		: 1.0
*/


/*--------------------------------------------------------------
	TABLE OF CONTENTS:
----------------------------------------------------------------
1.	Import Google Font 
2.	Default Styles
	Selection text color

3.	Theme Button Styles
	Links - Hyperlink buttons

4.	Reusable Classes
	Background Color Styles
	Preloader - Loading Animation

5.	Hero Cover
	Social Media Links
	Cover Slider

6.	Main Navigation
	Logo

7.	About Me
8.	What I Do
9.	How it Works Section
10.	Portfolio - Work
11.	Testimonial
12.	Contact Form - Footer
	Contact Form - Copyright
-------------------------------------------------------------------*/



/*--------------------------------------------------------------
1.	Import Google Font - Poppins / Milkshake
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700|Yesteryear');

@font-face {
    font-family: Milkshake;
    src: url(../fonts/Milkshake.otf);
    src: url(../fonts/Milkshake.otf);
}

/*--------------------------------------------------------------
2.	Default Styles
--------------------------------------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #444444;
	line-height: 1.6;
	font-family: 'Poppins', Helvetica, arial, sans-serif;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section, span { 
    display:block;
}

h1{ font-size: 36px;}
h2{ font-size: 30px;}
h3{ font-size: 24px;}
h4{ font-size: 18px;}
h5{ font-size: 14px;}
h6{ font-size: 12px;}

h1, h2, h3, h4, h5, h6, p, blockquote, span, button, dl, table, pre {
  padding: 0;
  margin: 0px;
  margin-bottom: 15px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

ul, ol{
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

a{color: #444444; text-decoration: none;}
a:hover{color: #2a2a2a; text-decoration: none; outline: 0;}
a:focus, a:visited, a:active{outline: 0; text-decoration: none;}

p{
	font-size: 16px;
	font-weight: 300;
	color: #777777;
}

img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

section, footer{
	padding: 70px 0px;
	position: relative;
	background-color: #ffffff;
}

span{	
	display: inline-block;
	margin-bottom: 0px;
}


/*--------------------------------------------------------------
#	Selection text color
--------------------------------------------------------------*/
::selection {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-shadow: none;
}


/*--------------------------------------------------------------
3.	Theme Button Styles
--------------------------------------------------------------*/
.btn{
	padding: 10px 25px;
	border-radius: 0px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 1.1em;
	/* Delay Transition on Hover */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn:focus,.btn:hover, .btn:active{
	color: #ffffff;
	outline: 0px; 
	text-decoration: none;
	/* Delay Transition on Hover */
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/* Main Default Button */
.btn-default{
	background-color: #777777;
	color: #000000;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus{
	background-color: #777777;
	color: #000000;
}


/* Secondary Inverse button */
.btn-inverse{
	background-color: #000000;
	color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse:focus{
	background-color: #000000;
	color: #ffffff;
}


/*--------------------------------------------------------------
#	Links - Hyperlink buttons
--------------------------------------------------------------*/
.link{
	display: inline-block;
	color: #BF360C;
}
.link:hover{color: #c62d32;}



/*--------------------------------------------------------------
4.	Reusable Classes
--------------------------------------------------------------*/
.wrapper{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.section_heading{
	padding-bottom: 50px;
}

.section_title{
	font-size: 5em;
	font-weight: 700;
	text-transform: uppercase;
}

.section_subtitle{
	font-weight: 300;
}

.text_black{
	color: #000000;
}

.bold{
	font-weight: 600;
}

.divider{
	width: 40px;
	height: 4px;
	background-color: #cccccc;
	margin-bottom: 15px;
}



/*--------------------------------------------------------------
#	Background Color Styles
--------------------------------------------------------------*/
.light_background{
	background-color: #f5f5f5;
}
.dark_background{
	background-color: #1a1a1a;
	color: #ffffff;
}

.muted{color: #777777;}

.noMargin{margin: 0px;}



/*--------------------------------------------------------------
#	Preloader - Loading Animation 
--------------------------------------------------------------*/
#Preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999999;
}

#Status {
	width: 100%;
	padding: 30px 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin: -106px 0;
}

.message_title{
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 2px;
	font-size: 3em;
}

.message_highlight{
	color: #FC1068;
	display: inline;
	font-weight: 700;
}

.loader_img{
	display: block;
	width: 80px;
	margin: 0 auto;
	opacity: 0.8;
}

/* Loading text flash animation */
.loading{animation: blinker 1.5s linear infinite;}

@keyframes blinker {  
	50% { opacity: 0; }
}




/*--------------------------------------------------------------
5.	Hero Cover
--------------------------------------------------------------*/
.cover{
	padding: 170px 0px;
    height: 650px;
    height: 100vh;
    z-index: 9;
}

.cover_wrap{
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cover_info{
	position: absolute;
    height: 100%;
    width: 100%;
    display: table;
	background-color: rgba(255,255,255,0.8);
	color: #1a1a1a;
	z-index: 1;
}

.cover_content{
	display: table-cell;
    vertical-align: middle;
}

.cover_content .social{	
	margin-top: 30px;
}

.cover_title{
	text-transform: capitalize;
	font-size: 8em;
	font-family: Milkshake;
}

.cover_description{
	letter-spacing: 2px;
}


/*--------------------------------------------------------------
#	Cover Call to action btn
--------------------------------------------------------------*/
.section_scroll{
    position: absolute;
    bottom: 50px;
    left: 50%;
    color: #1a1a1a;
    /* Absolute Position Center */
    transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 100%;
    /* Floating Animation */
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
.section_scroll:hover{color: #1a1a1a;}
a.section_scroll:focus, a:hover{color: #1a1a1a; outline: 0;}





/*--------------------------------------------------------------
#	Social Media Links
--------------------------------------------------------------*/
.social{
	position: relative;
	overflow-y: hidden;
}

.social_ico li{
	display: inline-block;
}

.social_ico li a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	margin-right: 10px;
	margin-bottom: 15px;
	font-size: 300;
	font-weight: normal;
	text-align: center;
	background-color: #1a1a1a;
	color: #ffffff;
	border-radius: 100%;
}

.social_ico li a:hover{
	background-color: #2a2a2a;
	color: #ffffff;
}

.social_ico li a:hover i{
	color: #ffffff;	
}

.social_ico li a i{
	font-size: 1em;
	color: #ffffff;
}



/*--------------------------------------------------------------
#	Cover Slider
--------------------------------------------------------------*/
.cover_slider{
    height: 650px;
    height: 100vh;
	position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.slider_image{
	width: 100%;
	height: 650px;
	height: 100vh;	
    background: transparent;
    background: url('../img/cover.html');
    background-size: cover;
    background-repeat: no-repeat;
}



/*--------------------------------------------------------------
6.	Main Navigation
--------------------------------------------------------------*/
.navbar-default{
	display: none;
	border: 0px;
	border-radius: 0px;
	background-color: #1a1a1a;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
	z-index: 99999999;
}

.navbar-default .navbar-nav li a{
	padding: 25px 22px;
	font-size: 1em;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.060);
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:active{
	color: #ffffff;
}

.navbar-default .navbar-nav li a:hover{
	color: #777777;
}

/* Active Class for Menu on the section */
.navbar-default .navbar-nav .active a, 
.navbar-default .navbar-nav .active a:focus, 
.navbar-default .navbar-nav .active a:hover{
	color: #777777;
	background-color: transparent !important;
}

.menu_active{
	background-color: #000000;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}


/*--------------------------------------------------------------
#	Logo
--------------------------------------------------------------*/
.navbar-brand{
	height: auto;
	margin-left: 0px !important;
	/*border: 4px solid #ffffff;*/
	font-size: 1.9em;
	font-weight: 700;
	padding:0px 25px;
}

.brand_title{
	font-family: Milkshake;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: capitalize;
	display: inline-block;
	float: left;
	margin: 0px;
	margin: 0px;
	color: #ffffff;
	padding: 25px 0px;
}

.current a{
	color: #777777 !important;
}


/*--------------------------------------------------------------
7.	About Me 
--------------------------------------------------------------*/
.about_feature{
	padding-top: 50px;
	position: relative;
	overflow: hidden;
}

.feature_title{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left: 4px solid #000000;
	text-transform: uppercase;
	font-weight: 700;
}

.feature_desciption{
	margin: 0px;
}



/*--------------------------------------------------------------
8.	What I Do
--------------------------------------------------------------*/
.work_item{
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: rgba(38, 198, 218, 0.1);
}

.work_cover{	
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.work_item:hover .work_cover{
	box-shadow: 0px 0px 150px #000000;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);   
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.work_info{
    width: 100%;
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    color: #1a1a1a;
    box-shadow: 5px 10px 26px 0px rgba(0, 0, 0, 0.3);
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.work_item:hover .work_info{
	opacity: 1;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);   
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.work_overlay{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.work_title{
	text-transform: uppercase;
	font-weight: 700;
}



/*--------------------------------------------------------------
9.	How it Works Section
--------------------------------------------------------------*/
.procedure_main{
	position: relative;
	overflow: hidden;
}

.procedure_title{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left: 4px solid #ffffff;
	text-transform: uppercase;
	font-weight: 700;
}

.procedure_desciption{
	margin: 0px;
}



/*--------------------------------------------------------------
10.	Portfolio - Work
--------------------------------------------------------------*/
.portfolio_filter li{ display: inline-block; }
.portfolio_filter li a{ 
	display: block;
	padding: 8px 25px;
	margin-bottom: 30px;
	color: #777777;
	border: 2px solid #dddddd;
	border-radius: 50px;
	font-size: 1.1em;
	font-weight: 600;
}

.portfolio_filter li a:hover{
	color: #1a1a1a;
	border: 2px solid #1a1a1a;
}

.portfolio_filter .active a{
	background-color: #1a1a1a;
	color: #ffffff !important;
	border: 2px solid #1a1a1a;	
}


/*--------------------------------------------------------------
#	Portfolio Items
--------------------------------------------------------------*/
.portfolio_prev{
  display: block;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
  margin: auto;
}


/*--------------------------------------------------------------
11.	Testimonial
--------------------------------------------------------------*/
.testimonial{
	position: relative;
	overflow: hidden;
}

.testimonial_item{
	margin: 0px 15px;	
}

.testimonial_main{
	padding: 35px 25px;
	border: 4px solid #ffffff;
}
.testimonial_info{margin: 0px;}


.testimonial_user{
	position: relative;
	padding: 15px 25px;
	background-color:  #ffffff;
	color: #000000;
}
.testimonial_user .user_description{ margin: 0px; }

.user_title{
	text-transform: uppercase;
	font-weight: 700;
}

.testimonial_symbol{
	width: 80px;
	height: 80px;
	line-height: 95px;
	text-align: center;
	position: absolute;
	top: -40px;
	right: 40px;
	background-color: #ffffff;
	border-radius: 50px;
}

.testimonial_symbol i{ 
	color: #000000; 
	font-size: 2.5em;
}


/*--------------------------------------------------------------
12.	Contact Form - Footer
--------------------------------------------------------------*/
.form-control{
	border: 0px;
	border-radius: 0px;
	margin-bottom: 15px;
	padding: 20px 10px;
	color: #000000;
	font-weight: 700;
	box-shadow: none;
	border-bottom: 1px solid #cccccc;
}

.form-control:focus,
.form-control:active,
.form-control:hover{
	outline: 0;
	box-shadow: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
	border-bottom: 1px solid #9e9e9e;
}

.form-control::placeholder{
	color: #777777;
	font-size: 16px;
	font-weight: 300;
}

.form-control::-webkit-placeholder{
	color: #777777;
	font-size: 16px;
	font-weight: 300;
}

.form-control::-moz-placeholder{
	color: #777777;
	font-size: 16px;
	font-weight: 300;
}

.form-control::-o-placeholder{
	color: #777777;
	font-size: 16px;
	font-weight: 300;
}

.form-control::-ms-placeholder{
	color: #777777;
	font-size: 16px;
	font-weight: 300;
}

textarea.form-control{
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 190px;
	min-height: 190px;
}


.contact_item{
	margin-left: 20px;
	padding: 0px 25px;
}

.contact_item li{
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}

.contact_item li:nth-last-child(1){
	margin-bottom: 0px;
}

.contact_item_title{
	color: #000000;
}

.contact_item_desc, .contact_item_desc a{
	color: #777777;
}

/* Address Icon */
.contact_item li:before{
	content: "\f054";
	font-family: fontAwesome;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	position: absolute;
	top: -12px;
	left: -45px;
	font-size: 1.5em;
	color: #000000;
}


/*--------------------------------------------------------------
#	Contact Form - Copyright
--------------------------------------------------------------*/
.copyright_footer{
	background-color: #000000;
	padding: 25px 0px;
	position: relative;
}

.copyright_text{ margin: 0px; }

.copyright_text a{color: #ffffff;}

.move_top{
	display: block;
	position: absolute;
	top: 0px;
	right: 65px;
	color: #000000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
}