/* Main Style Sheet Jewel Theme
* ---------------------------------------------------------------------- 
* Theme Name: Metrolife
* Theme URI: http://jeweltheme.com/
* Author: Jewel Theme
* Author URI: http://jeweltheme.com/
* Description: Metrolife Minimal & Creative HTML5 Template 
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: html, template, metrolife, jeweltheme
* ----------------------------------------------------------------------*/


/* 1 - Import Google Font
------------------------------------------------------------------------*/ 
@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Anton);

/* 1 - Google Font End 
------------------------------------------------------------------------*/
/*-------------------------------------------------------*/
/* GMT FB Responsive
/*-------------------------------------------------------*/
.facebook-responsive {
    overflow:hidden;
    padding-bottom:0px;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*-------------------------------------------------------*/
/* GMT No Padding
/*-------------------------------------------------------*/

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}



.borderimgs {
  border: 1px solid transparent;
  padding: 2px;
  border-color: #8c8c8c;
}

.imgBorder {
  padding: 15px 15px 0;
  background-color: white;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

/*-------------------------------------------------------*/
/* GMT Center*/

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;

}



/* 1 - Global Style
------------------------------------------------------------------------*/
body {
	color: #8c8c8c;
	font-size: 16px;
	line-height: 23px;
	font-family: 'Roboto', 'Abel', sans-serif;
	overflow-x: hidden;

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;

	text-rendering: optimizeLegibility !important;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;

	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
p,
.description {
	color: #8c8c8c;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
	margin-top: 15px;
}
a {
	text-decoration: none;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a:focus,
a:hover {
	color: #8c8c8c;
	text-decoration: none;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Abel';
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul,
li {
	margin-top:0px;
	padding: 0;
}
/*When sub-menu is bigger than 767px,
change the top margin to 20px, otherwise
leave it default*/
@media (min-width: 767px) {
	ul,
li {
	margin-top: 10px;
	padding: 0;
}
}
li {
	display: inline-block;
	list-style: none;
}
img {
	max-width: 100%;
}
a:focus {
	outline: 0;
}
a:hover {
	color: #272727;
}
.media {
	padding: 0;
	margin: 0;
}
select:focus,
input:focus,
button:focus,
textarea:focus,
.form-control:focus,
button {
	box-shadow: none;
	outline: 0;
}
iframe {
	border: none;
	border-radius: 0;
	width: 100%;
}