/*------------------------------------------------------------------
[Master Stylesheet]
Project:	Songolyrics
Version:	1.1
Last change:	02/17/15
Author:	imithemes 
-------------------------------------------------------------------*/
/* Stylesheets and Google fonts import */
/*@import url("font-awesome.css");*/
/*@import url("line-icons.css");*/
/*@import url("animations.css");*/
/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700);*/

/*------------------------------------------------------------------
[Table of contents]

0. CSS Reset
1. Basic Styles
2. Typography
3. Margin Bottom Sets
4. Padding Sets
5. Spacers Sets
6. Site Structure & Appearance
7. Responsive Media Queries
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none;
}
iframe{
	border:0;
}

/* ==================================================
   1. Basic Styles
================================================== */

html, body {
	height: 100%;
}

html{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}
a{
	color:#5e5e5e;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
a:hover{
	text-decoration:none;
}
a:hover,
a:active,
a:focus{
	outline: 0;
	text-decoration:none;
	color:#666666;
}
a img {
	border: none;
}
a > img {
	vertical-align: middle;	
}
img {
	max-width: 100%;	
}
img, object, embed, audio, video {
	max-width: 100%;
}
img {
	height: auto;
}
strong {
  	font-weight: 700;
}
p {
	margin: 0 0 20px;
}
i, em{
	font-style:italic;
}
::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}
iframe{
	border:0;
}

/* ==================================================
   2. Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 15px 0;
	color:#333;
	font-weight:400;
	line-height:1.5em;
}
h1{
	font-size:36px;
}
h2{
	font-size:30px;
}
h3{
	font-size:24px;
}
h4{
	font-size:16px;
	letter-spacing:1px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
h5{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}
h6{
	font-size:12px;
}
h3 a, h4 a, h5 a{
	color:#333;
	text-decoration:none;
}
blockquote{
	margin:30px 0;
	padding:0 0 0 30px;
	font-family: 'Playfair Display', serif;
	border-left:3px solid #222;
}
blockquote p{
	margin-bottom:0;
	white-space:1px;
	color:#777;
	font-size:15px;
}
p{
	margin:0 0 18px 0;
}
p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
	font-family:Georgia, serif;
    line-height: 60px;
}
hr{
	display:block;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	height:1px;
	border:0;
	background:#E8E8E8;
}
ul.inline{
	margin:10px 0;
}
ul.inline > li{
	display:inline-block;
	margin-right:10px;
}
ul.inline > li i.fa{
	margin-right:2px;
}
ul{
	margin:10px 0 10px 20px;
	list-style-type:disc;
}
ol{
	margin:10px 0 10px 30px;
	list-style-type: decimal;
}
dl{
	margin:10px 0;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bolder;
  color: #565656;
}

/* ==================================================
   3. Margin Bottom Sets
================================================== */

.margin-40{
	margin-bottom:40px !important;
}

/* ==================================================
   4. Padding Sets
================================================== */
.padding-b0{
	padding-bottom:0!important;
}
/* ==================================================
   5. Spacers Sets
================================================== */
.spacer-10{
	height:10px;
	clear:both;
	width:100%;
}
.spacer-30{
	height:30px;
	clear:both;
	width:100%;
}
.spacer-40{
	height:40px;
	clear:both;
	width:100%;
}
.spacer-50{
	height:50px;
	clear:both;
	width:100%;
}
.spacer-60{
	height:60px;
	clear:both;
	width:100%;
}
.spacer-75{
	height:75px;
	clear:both;
	width:100%;
}
/* ==================================================
   5. Multi purpose Elements
================================================== */
.img-thumbnail:hover{
	opacity:.9
}
.social-icons, .social-icons-colored{
	margin:0;
	list-style-type:none;
}
.social-icons li, .social-icons-colored li{
	display:inline-block;
	margin-right:5px;
}
.social-icons li:last-child, .social-icons-colored li:last-child{
	margin-right:0;
}
.social-icons li a{
	width:33px;
	height:33px;
	line-height:30px;
	border:2px solid #222;
	text-align:center;
	color:#222;
	display:block;
}
.social-icons li a:hover{
	background:#222;
	color:#fff;
}
.social-icons-colored li a{
	width:28px;
	height:28px;
	text-align:center;
	line-height:28px;
	color:#ccc;
	display:block;
	text-decoration:none;
	border:none;
	border:0;
	background:rgba(255,255,255,.05);
}
.social-icons-colored li a:hover{
	color:#fff;
}
.social-icons-colored li.facebook a:hover{
	background:#3B5998;
}
.social-icons-colored li.twitter a:hover{
	background:#00ACED;
}
.social-icons-colored li.googleplus a:hover{
	background:#D14836;
}
.social-icons-colored li a{
	-webkit-border-radius:3px;
	border-radius:3px;
}
.social-icons-colored li a:hover{
	opacity:.8;
	color:#fff;
}
/* Hero Slider */
.sp-cont{
	position:relative;
}

/* ==================================================
   6. Site Structure & Appearance
================================================== */
body{
	background-color:#fff;
	color:#777;
	font-size:14px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	line-height:1.7em;
	background-attachment:fixed;
	overflow-x:hidden;
}
.body{
	padding-top:125px;
}
.site-header-wrapper{
	position:absolute;
	width:100%;
	z-index:999;
	left:0;
	top:0;
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
.site-header{
    /*height:80px;*/

	padding:20px 0 15px;
	width:100%;
	position:relative;
	z-index:4;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background:#fff;
	box-shadow:0 1px 0 rgba(0,0,0,.05);
}
.header-right{
	float:right;
}
.navbar{
	background:rgba(255,255,255,.9);
	margin-bottom:0;
	min-height:inherit;
	position:relative;
	z-index:3;
	-webkit-border-radius:0;
	border-radius:0;
	height:52px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	color:#777;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
/* Text Logo Style */
.site-logo{
	float:left;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.site-tagline{
	color:#ccc;
	line-height:18px;
	font-family: 'Playfair Display', serif;
	display:inline-block;
	margin-top: 7px;
}
.site-logo img{
	max-width:250px;
	max-height:60px;
	-webkit-transition: max-height 0.1s linear 0s;
	-moz-transition: max-height 0.1s linear 0s;
	-ms-transition: max-height 0.1s linear 0s;
	-o-transition: max-height 0.1s linear 0s;
	transition: max-height 0.1s linear 0s;
}

/* ==================================================
   6.1. Main Navigation
================================================== */
.main-navigation{
	display:block;
}
.main-navigation > ul{
	margin:0;
	list-style-type:none;
}
.main-navigation > ul > li{
	font-weight:400;
	font-size:15px;
	position:relative;
	display:inline-block;
	margin-right:35px;
}
.main-navigation > ul > li > a{
	display:block;
	color:#666;
	line-height:52px;
}
.main-navigation > ul > li:last-child{
	margin-right:0;
}
.main-navigation > ul > li:last-child a{
}
.main-navigation > ul > li > a:hover{
	text-decoration:none;
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
#menu-toggle{
	float:right;
	font-size:20px;
	margin-top:7px;
	color:#333;
}
.navbar .search-form{
	display:none;
	position:absolute;
	z-index:2;
	top:51px;
	left:-1px;
	padding:0 14px 0 15px;
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
.search-form{
	width:100%;
	margin:0;
}
.search-form-inner{
	-webkit-box-shadow:0px 6px 12px rgba(0, 0, 0, 0.176);
	-moz-box-shadow:0px 6px 12px rgba(0, 0, 0, 0.176);
	box-shadow:0px 6px 12px rgba(0, 0, 0, 0.176);
	background:#fff;
	border-radius:0 0 3px 3px;
	padding:20px 0 30px;
}
.navbar .search-form-inner{
	border-top:2px solid;
	padding:20px;
}
.search-form label{
	margin-bottom:1px;
	font-weight:400;
}
.header-v3 .hero-area, .header-v2 .hero-area, , .header-v4 .hero-area{
	top:0;
	margin-bottom:0;
}

/* Header Styles */
/* Header v3 */

/* Header v4 */


.utility-bar{
	background:#f9f9f9;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	min-height:40px;
	height:auto;
	position:relative;
	z-index:555;
}
.utility-icons{
	margin:0;
	list-style-type:none;
	float:right;
}
.utility-icons > li{
	float:left;
	margin-left:1px;
	margin-right:0;
	position:relative;
}
 
.search-trigger{
	margin-top:-1px;
}
.utility-icons > li > a, .search-trigger{
	width:40px;
	line-height:40px;
	height:40px;
	color:#333;
	font-size:17px;
	background:#eee;
	display:block;
	text-align:center;
	border-radius:0;
}
.search-trigger{
	width:52px;
	height:52px;
	line-height:52px;
	float:right;
	color:#fff;
}
.utility-icons > li > a:hover, .utility-icons > li:hover > a, .search-trigger:hover{
	color:#fff;
}
.search-function{
	line-height:52px;
	color:#666;
	float:right;
}
.content{
	padding:50px 0;
	min-height:400px;
}
h1.page-title{
	line-height:36px;
	margin-bottom:25px;
}
.listing-header{
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}
.post-actions{
	color:#999;
	font-size:11px;
	margin-bottom:12px;
	text-transform:uppercase;
	font-weight:700;
}
.post-actions:before, .post-actions:after{
	content:" ";
	display:table;
}
.post-actions:after{
	clear:both;
}
.post-actions .post-date{
	width:50%;
	float:left;
}
.post-meta{
	color:#999;
	font-size:11px;
	margin-top:8px;
	text-transform:none;
	font-weight:700;
}
.post-meta a{
	color:#333;
}

.site-footer{
	background:#2f2f2f;
	color:#999;
}
.site-footer a{
	color:#999;
}
.site-footer a:hover{
	color:#fff;
}
.site-footer-top{
	padding:50px 0;
}
.footer_widget .widgettitle{
	font-weight:400;
	margin-bottom:25px;
	border-bottom:1px solid rgba(255,255,255,.05);
	padding-bottom:25px;
	color:#eee
}
.site-footer-bottom{
	background:#252525;
	padding:20px 0 0px;
	border-top:1px solid rgba(255,255,255,.05);
	font-size:12px;
}
.footer_widget.widget a{
	color:#999;
}

/* Sign Up Form */
/* Results Page */






@-webkit-keyframes stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
	0%, 40%, 100% { 
	  transform: scaleY(0.4);
	  -webkit-transform: scaleY(0.4);
	}  20% { 
	  transform: scaleY(1.0);
	  -webkit-transform: scaleY(1.0);
	}
}

/* Single Car Details */
.single-vehicle-title{
	border-bottom:1px solid #ddd;
}

/* Comparision table */

/* Users Dashboard */


#message{
	margin-top:20px;
}
.post-meta i{
	margin-right:1px;
	margin-left:5px;
	font-size:14px;
}
.single-post .featured-image{
	margin-bottom:20px;
}
.single-post .pager:before, .single-post .pager:after{
	content:" ";
	display:table;
}
.single-post .pager:after{
	clear:both;
}
.single-post .pager{
	padding:12px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin:25px 0;
}
.single-post-header{
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
.single-post-header .post-title{
	border-top:1px solid #eee;
	margin-bottom:0;
	padding:10px 0;
	line-height:36px;
}

.post-comment-form{
	margin:30px 0 0 0;
	border-bottom:0;
}
/* ==================================================
   6.2. Widgets Styling
================================================== */
.widget.sidebar-widget{
	margin-bottom:35px;
}
.sidebar-widget .widgettitle{
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	margin-bottom:22px
}
.widget ul{
	margin:0;
	list-style-type:none;
}
.widget li{
	margin-bottom:10px;
	padding-bottom:7px;
}
/* Start Added in v1.1 */
@media print {.utility-bar, .page-header, .header-right, .navbar, .site-footer{
	display:none;
}
body{
	overflow-x:visible;
}
}
/* End Added in v1.1 */
.widget_links ul li{
	border-bottom:1px solid #eee;
}
.footer_widget.widget_links ul li{
	border-bottom:1px solid rgba(255,255,255,.05);
}
Ñ.widget_recent_entries ul li a, .widget_links ul li a{
	display:inline-block;
	position:relative;
}
.widget_recent_posts li{
	padding: 3px 0 12px 0;
	border-bottom:1px solid #eee;
}
.widget_recent_posts li h5{
	margin-bottom:0;
	padding-left:85px;
}
.widget_recent_posts li:before, .widget_recent_posts li:after{
  display: table;
  content: " ";
}
.widget_recent_posts li:after{
	clear:both;
}
.widget a{
	color:#5e5e5e;
}

#back-to-top{
	position:fixed;
	right:17px;
	bottom:17px;
	display:none;
	text-align:center;
	width:40px;
	height:40px;
	line-height:40px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:rgba(0,0,0,.7);
	color:#ffffff;
}
/* ==================================================
   6.4. SHORTCODES
================================================== */

.icon-box .ibox-icon{
	display:block;
	position:absolute;
	width:64px;
	height:64px;
	top:0;
	left:0
}
.icon-box .ibox-icon i{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	color:#fff
}
.icon-box .ibox-icon i{
	border-radius:50%;
}
.icon-box .ibox-icon i{
	font-style:normal;
	font-size:28px;
	text-align:center;
	line-height:64px
}
.icon-box h3{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:0;
	color:#252525
}
.icon-box p{
	margin:8px 0 0;
	color:#999
}
.icon-box.ibox-outline .ibox-icon {
	border:1px solid;
	border-radius:50%;
	padding:3px;
}
.icon-box.ibox-outline .ibox-icon i {
	line-height:56px;
}
.icon-box.ibox-dark.ibox-outline .ibox-icon {
	border-color:#444;
}
.icon-box.ibox-dark .ibox-icon i {
	background-color:#252525;
}
.icon-box.ibox-plain .ibox-icon {
	border:none!important;
	height:auto!important;
}
.icon-box.ibox-center {
	text-align:center;
	padding:0;
}
.icon-box.ibox-center .ibox-icon {
	position:relative;
	width:96px;
	height:96px;
	margin:0 auto 30px;
}
.icon-box.ibox-center.ibox-outline .ibox-icon i {
	line-height:88px;
}
.icon-box.ibox-center p {
	font-size:14px;
	margin-top:15px;
}
.icon-box.ibox-center:not(.ibox-bg) h3:after {
	content:'';
	display:block;
	width:30px;
	border-top:2px solid #252525;
	-webkit-transition:width .3s ease;
	-o-transition:width .3s ease;
	transition:width .3s ease;
	margin:20px auto;
}
.icon-box.ibox-center:not(.ibox-bg):hover h3:after {
	width:50px;
}
.icon-box .ibox-icon i {
	z-index:1;
	-webkit-transition:background-color .3s,color .3s;
	-o-transition:background-color .3s,color .3s;
	transition:background-color .3s,color .3s;
}
.icon-box .ibox-icon i:after {
	pointer-events:none;
	position:absolute;
	width:100%;
	height:100%;
	border-radius:50%;
	content:'';
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	top:-3px;
	left:-3px;
	box-shadow:0 0 0 2px #252525;
	-webkit-transition:0 .3s,opacity .3s;
	-webkit-transform:scale(.8);
	-moz-transition:0 .3s,opacity .3s;
	-moz-transform:scale(.8);
	-ms-transform:scale(.8);
	transition:transform .3s,opacity .3s;
	transform:scale(.8);
	opacity:0;
	padding:3px;
}
.icon-box .ibox-icon i:hover,.icon-box:hover .ibox-icon i {
	background-color:#252525;
	color:#fff;
}
.icon-box.ibox-outline:hover .ibox-icon{
	border-color:#252525;
}
.icon-box {
	position:relative;
	margin-top:20px;
	padding:0 0 0 80px;
}
.icon-box:first-child {
	margin-top:0;
}
.icon-box .ibox-icon {
	display:block;
	position:absolute;
	width:64px;
	height:64px;
	top:0;
	left:0;
}
.icon-box .ibox-icon i {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	color:#fff;
}
.icon-box .ibox-icon i {
	border-radius:50%;
}
.icon-box .ibox-icon i {
	font-style:normal;
	font-size:28px;
	text-align:center;
	line-height:64px;
}
.icon-box h3 {
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:0;
	color:#252525;
}
.icon-box p {
	color:#999;
	margin:8px 0 0;
}
.icon-box.ibox-center .ibox-icon i {
	font-size:42px;
	line-height:96px;
}
/* ==================================================
   6.5. Overriding Classes
================================================== */
.parallax{
	background-attachment: fixed!important;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#f8f8f8;
}
.page-header.parallax{
	background-attachment:scroll!important;
}
.page-header{
	margin:0;
	padding:0;
	border:0;
	min-height:200px;
	top:-55px;
	position:relative;
	margin-bottom:-55px;
	background-color:#ccc;
}
.page-header h1.page-title{
	color:#fff;
	padding:105px 0 0;
	margin:0;
}

.waiting{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:99;
	background:rgba(255,255,255,.7);
}
.spinner {
	z-index:99;
	margin: 0 auto;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-25px;
}

.spinner > div {
	background-color: #333;
	height: 100%;
	width: 6px;
	display: inline-block;
	
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

  7. Responsive Media Queries
================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
	.main-navigation > ul > li{
		margin-right:25px;
	}
}
@media only screen and (max-width: 992px) {
	.site-tagline{
		display:none;
	}
	.toggle-menu{
		display:none;
		background:#fff;
		width:100%;
		position:absolute;
		height:auto;
		border-top:1px solid #eee;
	}
	.toggle-menu > ul > li{
		display:block;
		width:100%;
		border-bottom:1px solid #eee;
	}
	.toggle-menu > ul > li > a{
		display:block;
		padding:15px 0 15px 20px;
		line-height:normal;
		color:#222;
	}
	.sp-cont{
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}
	.search-function{
		margin-right:-1px;
	}
	.navbar #menu-toggle{
		float:left;
		margin-left:0;
		margin-top:0;
		text-align:center;
		background:#252525;
		width: 52px;
		height: 51px;
		line-height: 52px;
		color: #fff;
		margin-left:-1px;
		overflow:hidden;
	}
	.navbar .sp-cont{
		padding-left:0;
		padding-right:0;
	}
	.footer_widget{
		margin-bottom:30px;
	}
	.site-footer-top{
		padding-bottom:10px;
	}
	.icon-box{
		margin-bottom:30px;
	}
	.sidebar{
		margin-top:40px;
	}
	.pricing-table > div:third-child .pricing-column-content, .pricing-table > div:nth-child(2n+1) h3 {
		border-left: 1px solid #eeeeee!important;
	}
}
@media only screen and (max-width: 767px) {
	.site-header-wrapper{
		position:relative;
	}
	.page-header{
		top:0;
		margin-bottom:0;
	}
	.body{
		padding-top:0!important;
	}
	.site-header{
		padding:10px 0 ;
	}
	.site-logo img{
		max-width:140px;
		max-height:35px;
	}
	.page-header{
		min-height:100px;
	}
	.page-header h1.page-title{
		padding:32px 0 0;
		font-size:22px;
	}
	.utility-icons.social-icons > li > a{
		width:auto;
		background:none;
		margin-left:8px;
	}
	.utility-icons.social-icons > li > a:hover{
		background:none!important;
	}
	.site-footer-bottom{
		text-align:left;
	}
	.site-footer .social-icons{
		float:none!important;
		text-align:left;
	}
	.site-footer-bottom{
		padding-bottom:20px;
	}
	.contact-form{
		margin-top:40px;
	}
	.content{
		padding:30px 0;
	}
	/* Isotope */
	.img-thumbnail{
		margin-bottom:20px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	
}