/*  ################################################################

  File Name: style.css
  Template Name: PerCorp
  Created By: TRENDING TEMPLATES TEAM
  http://themeforest.net/user/trendingtemplates
  
  1) RESET CSS
  2) SKELETON 
  3) HEADER
  4) FOOTER
  5) SLIDER
  6) SECTION
  7) MODULES
  8) PAGES
  9) SIDEBAR
  10) BLOG
  11) PORTFOLIO
  12) TITLES
  13) BUTTONS
  14) SERVICES
  15) RESPONSIVE

################################################################# */ 

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);

/* ==================================================================
	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,
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
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;
}

strong {
	color:#444;
}

/* ==================================================================
	SKELETON
================================================================== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

body {
	color: #000000;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	white-space: normal;
	position: relative;
}
input,
select,
textarea { 
	font-size: 16px;
	font-family: 'Source Sans Pro', serif;
	font-style: normal;
	font-weight: 300;
}
.sound {
	border:1px solid #fff;
	width:100%;
}
.alignleft {
    float:left;
    margin:5px 20px 5px 0;
}
.alignright {
    float:right;
    margin:20px 0 20px 20px;
}
.aligncenter {
    margin-left:auto;
    margin-right:auto;
    display:block;
    clear:both;
}
blockquote{
    border:0;
    color:#444;
	display:block;
	font-family: 'Source Sans Pro', serif;
	margin:10px 0;
	line-height:2;
    font-size:18px;
	padding:20px;
	font-weight:normal;
    font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 10px;
	color:#000000;
	line-height: 1.2em;
}
h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 62px;
	position: relative;
	margin-bottom: 0px;
}
h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	position: relative;
}
h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
}
h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
}
h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
}
h6 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
p {
	margin-bottom: 15px;
	font-weight: 500;
}
a, a > * {
	color: #444;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover, a > *:hover, a:focus {
	text-decoration: none;
	outline: 0;
	color:#444;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
p.lead {
	font-family: 'Source Sans Pro', serif;
	font-size: 16px;
	padding: 0;
	letter-spacing:0.6px;
	line-height:1.8;
	font-style:italic;
}
::-moz-selection  {
    color: #fff;
    text-shadow:none;
    background:#444;
}
:selection {
    color: #fff;
    text-shadow:none;
    background:#444;
}
.portfolio-details ul li:before,
#accordion-first em,
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pager a,
.pagination > li > a, .pagination > li > span,
.btn,
.border-radius {
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
}
.first{clear:both}
.last{margin-right:0}

/* ==================================================================
	HEADER
================================================================== */

.topbar-container {
	padding-top:13px;
	padding-bottom:13px;
	color:#444;
	font-weight: 400;
	font-size:13px;
	border-bottom: 1px solid #eeeeee;
}
.topbar-container p {
	margin:0;
	padding:0;
}
.topcontact span {
	margin-right: 10px;
	font-size: 14px;
}
.topcontact i {
	margin-right: 4px;
}
.topsocial a i{
	color:#aaaaaa;
	font-size:11px;
}
.topsocial .twitter:hover {
	background-color: #4dd2ff;
}
.topsocial .facebook:hover {
	background-color: #3c599f;
}
.topsocial .vimeo:hover {
	background-color: #345;
}
.topsocial .linkedin:hover {
	background-color: #069;
}
.topsocial .dribbble:hover {
	background-color: #ea4c89;
}
.topsocial .instagram:hover {
	background-color: #6f97b6;
}
.topsocial a:hover i {
	color:#fff;
}
.topsocial a:hover {
	border-color:transparent;
}
.topsocial a {
	border:1px solid #eeeeee;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	width:30px;
	height: 30px;
	margin-left: 3px;
	display: inline-block;
	text-align: center;
	line-height: 29px;
}
.header {
	position: relative;
	z-index: 99;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 1); 
}
.header.affix {
  position: fixed;
  right: 0;
  background-color: #ffffff;
  left: 0;
  top:0;
  overflow: visible;
  border-bottom:1px solid #eee;
  display: block;
  z-index: 99 !important;
}
.header.affix .navbar-brand {
	padding:5px 0;
}
.header.affix .navbar-nav > li > a {
	padding:25px 20px;
}
.header.affix .header-shadow,
.header.affix .topbar  {
	display: none
}
.header-shadow {
	background: url("images/shadow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    bottom: -28.6px;
    height: 28px;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    width: 100%;
}
.navbar-nav > li > a {
	padding: 35px 20px;
	font-weight: bold;
	border-top: 1px solid #fff;
	font-size: 15px;
	text-transform: uppercase;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a.active {
	border-top:1px solid #ddd;
}
.navbar {
	margin-bottom: 0;
}
.navbar-brand {
	padding-right: 0;
	padding-left: 0;
}
.navbar-right,
.navbar {
	border:0;
	border-radius: 0;
	padding:0;
	margin:0;
}
.dropdown-menu {
 	background: #000000 !important;
    border: 0 none;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff;
    min-width: 220px;
    padding: 20px 10px;
    z-index: 9999;
}
.dropdown-menu > li > a {
	color:#ffffff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #797979;
	text-decoration: none;
	background-color: transparent;
}
.dropdown-menu > li > a {
	padding:8px 20px;
}
.style2 .navbar-nav > li > a{
	padding:25px 20px;
}
.style2 .navbar-brand {
	padding:28px 0;
	margin-left: -15px;
}
.style2 .topbar-container {
	padding:20px 0;
}
.style2 .navbar-right {
	margin-right: -15px;
}

/* ==================================================================
	FOOTER 
================================================================== */

.footer {
	background:url("images/footer-top.jpg") no-repeat top center #131313 !important;
}
.footer-style-2 .margin-bottom{
	margin-bottom: 80px;
	padding:20px 0 30px !important;
}
.footer-style-2 .backtotop {
	margin-right: 15px;
}
.widget-title h3 {
	font-size:18px;
	font-weight: 600;
}
.widget-title hr {
	width: 30px;
	border-width: 3px 0 0;
	border-color: #333333;
	margin-left:0;
}
.recent_posts li {
	margin-bottom: 5px;
}
.recent_posts li a {
	font-size:15px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.recent_posts li p {
	font-style: italic;
	font-size:12px;
	line-height: 1.9;
	margin:0;
	color:#999;
}
.footer,
.footer p, 
.footer a {
	color:#cccccc;
}
.recent_posts li a:hover,
.footer h3 {
	color:#fff;
}
.footer .border-bottom {
	border-color: #333;
	padding-bottom: 20px;
}
.footer .form-control {
	background-color: #222222;
	border-color:#222222;
	border-radius: 0;
	height: 40px;
	margin-bottom:10px;
}
.footer textarea {
	height:100px !important;
}
.contact-widget span {
	font-size:15px;
	margin-bottom: 20px;
	display: block;
}
.contact-widget i {
	font-size:18px;
	padding-right: 10px;
}
.footer-style-2 .margin-bottom .topsocial a,
.contact-widget .topsocial a {
	border-color:#3b3b3b;
	width: 35px;
	height: 35px;
	line-height: 33px;
}
.contact-widget .topsocial a i {
	padding-right: 0
}
.copyrights {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.back {
	position: relative;
}
.backtotop {
	position: absolute;
	top:-10px;
	left:0;
	right: 0;
}

/* ==================================================================
	SLIDER
================================================================== */

.tp-bannertimer {
	top:auto !important;
	bottom:-5px !important;
}
.slider-title,
.tp-caption.slider-title {
	position:absolute;
	color:#fff;
	font-weight:700;
	font-size:48px;
	line-height:60px;
	font-family: 'Raleway', sans-serif;
	margin:0px;
	text-align: center;
	border-width:0px;
	text-transform: uppercase;
	border-style:none;
	white-space:nowrap;
}
.slider.title1.darkcolor,
.tp-caption.slider-title1.darkcolor,
.slider.title.darkcolor,
.tp-caption.slider-title.darkcolor {
	color:#131313;
}
.slider-title1,
.tp-caption.slider-title1 {
	position: absolute;
	color: #fff;
	font-weight: 400;
	font-size: 35px;
	line-height: 20px;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0px;
	text-align: center;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.slider-title3,
.tp-caption.slider-title3 {
	position:absolute;
	color:#fff;
	font-weight:700;
	font-size:40px;
	line-height:54px;
	font-family: 'Raleway', sans-serif;
	margin:0px;
	padding:20px 30px;
	text-align: right;
	background:#000;
	border-width:0px;
	text-transform: uppercase;
	border-style:none;
	white-space:nowrap;
}
.slider-title4,
.tp-caption.slider-title4 {
	position:absolute;
	color:#c4c4c4;
	font-weight:300;
	font-size:20px;
	line-height:34px;
	font-family: 'Raleway', sans-serif;
	margin:0px;
	padding:8px 20px 10px;
	text-align: right;
	background:#000;
	border-width:0px;
	border-style:none;
	white-space:nowrap;
}
#sidebar .btn-transparent,
.slider-btn .btn-transparent,
.tp-caption.slider-btn .btn-transparent {
	color:#fff;
	background-color:#333;
	border-color:#fff;
	font-size:16px;
	font-weight: 500;
	padding:10px 40px;
}
#sidebar .btn-transparent {
	padding:6px 16px;
	margin-top: 10px;
}
.slider-btn.darkcolor .btn-transparent,
.tp-caption.slider-btn.darkcolor .btn-transparent {
	border-color:#131313;
	color:#131313;
}
.boxedcontainer { 
    max-width: 1170px; 
    margin:auto; 
    padding:0px 30px;
}
.tp-banner-container{
    width:100%;
    position:relative;
    padding:0;
}
.tp-banner{
    width:100%;
    position:relative;
}
.tp-banner-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}

/* ==================================================================
	SECTIONS
================================================================== */

body#boxed {
	background: url(demos/parallax_02.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body#boxed #wrapper {
	padding:20px;
}
.container-fluid {
  max-width: 1300px;
}
.section {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.norelativenohidden {
	position: inherit;
	overflow: visible;
}
.section-wrapper {
	position: relative;
	margin:80px 0;
	display: block;
	overflow: hidden;
}
.white-section {
	background-color: #ffffff;
}
.grey-section {
	background-color: #f6f6f7;
}
.blue-section {
	background-color: #1fb9f7;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.lightcolor {
	color:#fff !important;
}
.service-full i,
.service-full p,
.service-full h3,
.parallax-section .btn-transparent,
.parallax-section h3,
.parallax-section p,
.parallax-section h2 {
	color:#fff;
}
.parallax-section .big-title {
	color:#000;
}
.parallax-section .btn-transparent {
	background-color: transparent;
	border-color:#fff !important;
}
#parallax1 {
	background-image:url(demos/parallax_01.jpg);
}
#parallax2 {
	background-image:url(demos/parallax_02.jpg);
}
#parallax3 {
	background-image:url(demos/parallax_03.jpg);
}
#parallax4 {
	background-image:url(demos/parallax_04.jpg);
}
#parallax5 {
	background-image:url(demos/parallax_05.jpg);
}
#parallax6 {
	background-image:url(demos/parallax_06.jpg);
}
#parallax7 {
	background-image:url(demos/parallax_07.jpg);
}
.nopaddingbottom {
	padding-bottom: 0 !important;
}
.nopadding {
	padding:0 !important;
}
.img-center img {
	text-align: center;
	margin:auto;
}
.myimg {
	background:url("demos/about_01.jpg") repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
    bottom: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.border-bottom {
	border-bottom: 1px solid #eeeeee;
}
.border-top {
	border-top: 1px solid #eeeeee;
}
.img-thumbnail {
	border-color:#fff;
}
/* ==================================================================
	MODULES
================================================================== */

#accordion-first {
	margin-top:60px;
}
.accordion-heading em {
	background-color: #fff;
	width:30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size:16px;
	display: inline-block;
	margin-right: 10px;
}
#accordion-first p {
	margin-bottom:20px;
}
.accordion-heading {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    color: #444 !important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 14px 0;
}
.abouts-widget .big-title {
	font-size:26px;
	font-weight: 600;
	margin:0;
}
.skills {
    display: block;
    color:#131313;
    font-size:14px;
    line-height: 1;
    font-weight: bold;
    overflow:hidden;
    text-transform: uppercase;
    margin-top: 30px !important;
    position: relative;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 14px;
  margin: 5px 5px 40px 4px;
  background-color: #767676;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(50, 50, 50, 0.13);
	-moz-box-shadow:    0px 0px 0px 5px rgba(50, 50, 50, 0.13);
	box-shadow:         0px 0px 0px 5px rgba(50, 50, 50, 0.13);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  overflow:visible;
  color: #ffffff;
  text-align: center;
  background-color: #696969;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 1.1s ease;
  -o-transition: width 1.1s ease;
  transition: width 1.1s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress {
  overflow:initial;
  position: relative;
}
.progress .progress-bar {
  position: absolute;
  z-index:10;
  line-height: 20px;
}
.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.progress .progressbar-front-text {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}
.progress-bar span {
  color: #131313 !important;
  display: block;
  font-size: 18px;
  line-height: 18px;
  overflow: visible;
  text-align:center;
  position: absolute;
  right: 0;
  top: -34px;
  z-index: 9999;
}
.progress-bar span, .progress-bar-striped {
    background-color: #fff;
}
.pricingbox {
	border:1px solid #dddddd;
	padding-bottom: 30px;
}
.pricingbox:hover {
	border-color:#f5f6f6;
}
.pricingbox .pricing-header {
	padding:30px;
}
.pricingbox .pricing-button {
	padding:0 0 30px;
}
.pricingbox .pricing-body {
	padding:30px;
}
.pricingbox .pricing-body ul li {
    border-bottom: 1px solid #dddddd;
    padding: 14px;
}
.pricingbox .btn-default {
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    padding: 10px 40px;
    text-transform: uppercase;
}
.pricingbox:hover {
	background-color: #f5f6f6;
}
.pricingbox .pricing-body ul li:last-child {
	border-bottom: 0 solid #ddd;
}
.pricingbox .pricing-header p {
	color:#fff;
	margin:0;
	text-transform: uppercase;
	font-size:16px;
}
.pricingbox .pricing-header h3 {
	font-size:50px;
	margin:0;
	font-weight: bold;
	color:#fff;
}
.pricingbox .pricing-header h3 sup {
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 20px;
    font-weight: 100;
    margin: 2px;
    vertical-align: middle;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.stat-wrap i,
.stat-wrap {
	color:#fff;
}
.stat-wrap i {
	padding:0 20px 0 0;
}
.stat-wrap p {
	margin:0;
}
.stat-wrap h3 {
	font-size:50px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
}
.teambox .ImageWrapper {
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	border:3px solid #fff;
}
.teambox img {
	width: 100%;
}
.teambox .Buttons {
	top:48%;
}
.teambox .ImageWrapper p {
	color:#fff;
	font-size:12px;
	padding:0 30px;
	line-height: 1.5;
	text-transform: none;
}
.teambox {
	text-align: center;
}
.teambox h3 {
	padding-top:20px;
	font-size:18px;
	font-weight: bold;
}
.teambox p {
	text-transform: uppercase;
	font-size:12px;
	margin:0;
}
.teambox hr {
	border-width: 3px 0 0;
	width:30px;
	margin-top: 15px;
}
.client-owl {
	border:1px solid #5ecdf9;
	padding:20px 30px;
}
.client-owl:hover {
	border-color:#fff;
}
.client-owl img {
	zoom: 1;
}
.client-owl:hover img {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
#testimonial img {
	width: 90px !important;
	margin:0 auto 20px;
}
#testimonial .owl-item p {
	font-style: italic;
	color:#444;
	margin-top:30px;
	font-family: 'Droid Serif', serif;
	font-size:16px;
}
#testimonial .owl-item small {
	font-style: normal;
	font-size:14px;
	color:#aaa;
	font-weight: 400;
}
.map-background {
    background: url("images/map.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 216px;
    left: -60px;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 70px;
    width: 414px;
    z-index: -1;
}
#loader {
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  background-color: #fff;
  position:fixed;
  display: table;
  width: 100%;
  top:0;
  height: 100%;
  min-height: 100%;
  z-index:99999;
}
.loader-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 12;
  text-align:center;
}
.loader-back-logo {
  margin-top:-10px;
  font-size:26px;
}
.loader {
  margin-top:10px;
  margin-left: 0px
}

/* ==================================================================
	PAGES
================================================================== */

#page-header {
    display: block;
    position: relative;
    text-align: center;
    z-index: -1;
	background: url(demos/page_header.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#page-header h1 {
	font-size:36px;
	font-weight: 700;
	padding:0;
	margin: 0;
	color:#fff;
}
.bread-section {
	padding:15px 0;
	color:#fff;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
	margin-bottom: 0;
    padding: 0;
}
.breadcrumb > li + li:before {
	content: "> ";
	color:#fff;
}
.breadcrumb > .active,
.breadcrumb li a{
	color:#fff;
}
#contactform .form-control {
	width: 250px;
}
#contactform textarea {
	width: 100% !important;
	height: 180px;
}
.form-control {
	border-color:#dddddd;
	height: 50px;
	margin-bottom: 14px;
	border-radius: 0;
	text-transform: uppercase;
	box-shadow: none;
}
.form-control:focus {
	border-color:#555;
	box-shadow:none;
}
.vimeo,
.googlemap {
	border:1px solid #fff;
	width: 100%;
}

/* ==================================================================
	SIDEBAR
================================================================== */

.custom li:before{
	content:"\35";
	font-family:"ElegantIcons";
	font-size:13px;
	left:0;
	color:#777;
	padding-right:11px;
	position:relative;top:1px
}
#sidebar {
	font-size:14px;
	font-weight: 400;
}
#sidebar .data {
	font-size:12px;
	color:#444;
	font-weight: 400;
}
.newsletterwidget {
	padding:35px 15px;
	color:#fff;
}
.newsletterwidget .hr-tt {
    background: url("images/hr1.png") repeat-x scroll center center rgba(0, 0, 0, 0);
}
.newsletterwidget h3 {
	color:#fff !important;
}
.newsletterwidget .form-control {
	height:40px;
	text-transform: none;
}
.newsletterwidget .form-control::-moz-placeholder {
	color:#fff;
}
.pp {
	margin-bottom: 20px;
}
.pp p {
	margin:10px 0 0;
}
#sidebar .big-title {
	font-size:15px;
	text-transform: uppercase;
}
#sidebar ul li {
	padding-bottom: 10px;
}
#sidebar .hr-tt {
	width:100%;
	margin-bottom: 14px;
	padding:10px 0 30px;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
	border-radius: 0 !important;
}
.stylish-input-group .form-control{
	border-right:0; 
	font-style:italic;
	border-radius: 100px;
	font-size:13px;
	height:50px;
	border:1px solid #dddddd;
	box-shadow:none;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.widget {
	margin-bottom:40px;
	display:block;
	padding:0 10px;
	position:relative;
	overflow:hidden;
}
.tags-widget a{
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #444;
    float: left;
    line-height: 1.42857;
    margin-right: 4px !important;
    margin-bottom: 5px !important;
	border-radius:0 !important;
    padding: 8px 10px;
    position: relative;
    text-decoration: none;
}

/* ==================================================================
	BLOG
================================================================== */

.comment-list {
	margin-top:40px;
}
.comments-answer {
	margin-left:80px !important;
}
.media-list li {
	padding:20px;
	margin:40px 0;
	border-bottom:1px solid #eeeeee;
}
.media-list .comment-meta{
	font-style:italic !important;
	font-size:13px;
	color:#aaaaaa;
}
.media-list  img {
	margin-right:10px;
}
.media-list h4 {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
}
.media-list a {
	font-weight: 600;
	font-style:normal;
}
.authorbox .big-title {
	text-transform: uppercase;
	font-weight: 600;
}
.authorcontainer h3 {
	font-size:16px;
	margin-bottom: 20px;
}
.authorcontainer h3 small {
	font-size:12px;
	padding-left:20px;
}
.authorcontainer {
	margin-top:20px;
	padding:40px;
	background-color: #f5f6f6;
}
.authorbox .hr-tt {
	margin:0 auto !important;
	padding:0 0 30px;
}
.pager a:hover i {
	color:#fff;
}
.pager a:hover  {
  color: #fff !important;
  background-color: #1bbc9b !important;
  border-color: #1bbc9b;
}
.pager i,
.pagination i {
	color:#444;
}
.pager a:hover i,
.pagination a:hover i {
	color:#fff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pager a,
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #444;
    float: left;
    line-height: 1.42857;
    margin-left: 10px !important;
    padding: 10px 17px;
    position: relative;
    text-decoration: none;
}
.pager a {
	float:none;
	padding:10px 30px !important;
}
.blog-media {
	position: relative;
}
.blog-media img {
	width: 100%;
}
.blog-container {
	border-bottom:1px solid #eee;
	padding-bottom:60px;
	margin-bottom:60px;
}
.blog-box:hover .blog-img .magnifier {
  opacity:1;
  visibility:visible;
}
.entry {
  display:block;
  overflow: hidden;
  border:0 !important;
  position:relative;
}
.magnifier {
  position:absolute;
  background:rgb(0,0,0);
  background-color: rgba(0,0,0,0.65);
  text-align:center;
  top:0;
  left:0;
  border:0 !important;
  z-index:100;
  bottom:0;
  right:0;
  opacity:0;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.blog-media .icon-container,
.magnifier .icon-container {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    bottom: 20px;
    color: #5b5b5b;
    font-size: 17px;
    height: 60px;
    left: 20px;
    line-height: 1;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 60px;
}
.blog-media:hover .icon-container {
	display: none;
}
.entry img {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.blog-box:hover .blog-img img {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.blog-wrapper {
	margin-bottom: 30px;
}
.blog-meta p {
	font-size:12px;
	font-weight: 400;
	color:#444;
	margin:0;
}
.blog-box {
	position: relative;
}
.blog-box:hover .blog-desc .blog-meta p,
.blog-box:hover .blog-desc h3 {
	color:#fff;
}
.blog-box:hover .blog-desc:after { 
	right: 100%; 
	top: 30%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	z-index: 111;
	pointer-events: none; 
	border-color: rgba(25, 103, 247, 0); 
	border-right-color: #19b7f7; 
	border-width: 10px; 
	margin-top: -10px; 
}
.blog-box .blog-img {
	padding:0;
	width: 40%;
	float:left;
}
.blog-desc {
	width: 60%;
	position: relative;
	padding:20px 30px 0;
	height: 190px;
	border:1px solid #dddddd;
}
.blog-box:hover .blog-desc {
	border:1px solid transparent;
}
.blog-desc hr {
	margin:10px 0; 
	width:30px;
	border-width: 3px 0 0
}
.blog-box h3 {
	font-size:17px;
	margin:0;
	font-weight: 500;
}
.quotepost {
	padding:30px 60px 60px;
	color:#fff;
}
.quotepost p {
	font-weight: 600;
	font-size:16px;
	color:#fff;
	padding-left: 70px;
}
.quotepost small {
	color:#fff;
	font-size:14px;
	padding-left: 70px;
	font-weight: 600;
}
.quotepost hr {
	margin-left: 70px !important;
}
.quotepost:before{
	content:"\7c";
	font-family:"ElegantIcons";
	font-size:40px;
	left:0;
	color:#fff;
	padding-right:11px;
	position:relative;
	top:60px
}

/* ==================================================================
	PORTFOLIO
================================================================== */

.portfolio-details ul li strong {
    display: inline-flex;
    min-width: 150px !important;
}
.portfolio-details ul li:before{
	content:"\35";
	font-family:"ElegantIcons";
	font-size:14px;
	left:0;
	color:#fff;
	width:20px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right:11px;
	position:relative;
}
.portfolio-details ul li {
	border-top: 1px solid #eeeeee;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 500;
}
.portfolio-details ul li:last-child {
    border-bottom: 1px solid #eeeeee;
}

#singleportfolio .big-title {
	font-weight: bold !important;
	font-size:24px !important;
}
.masonry_wrapper {
  overflow:hidden;
  margin:0;
  padding:0;
}
.masonry_wrapper .portfolio-item {
	margin: 0 2px 4px;
	padding:0;
}
#portfolio4.masonry_wrapper  .portfolio-item {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 3px;
}
.masonry_wrapper .portfolio-item img {
  height: auto !important;
  height: 100% !important;
  width: 100%;
  position: relative;
  z-index: -2;
}
.isotope-item {
  z-index:2;
}
.isotope-hidden.isotope-item {
  pointer-events:none;
  z-index:1;
}
.isotope,.isotope .isotope-item {
  -webkit-transition-duration:.8s;
  -moz-transition-duration:.8s;
  -ms-transition-duration:.8s;
  -o-transition-duration:.8s;
  transition-duration:.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:0 opacity;
  -moz-transition-property:0 opacity;
  -ms-transition-property:0 opacity;
  -o-transition-property:0 opacity;
  transition-property:transform, opacity;
}
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
  -webkit-transition-duration:0;
  -moz-transition-duration:0;
  -ms-transition-duration:0;
  -o-transition-duration:0;
  transition-duration:0;
}
.portfolio-filter{
	list-style: none;
	padding: 0;
	margin: 10px 0 40px;
	text-align: center;
	cursor: default;
}
.portfolio-filter ul li{
	display: inline-block;
	margin: 0 5px;
	text-transform: uppercase;
	color: #444;
	text-decoration: none;
	font-weight:400;
	font-size:14px;
	-webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	cursor: pointer;
}
.portfolio-filter ul li:after {
	content: "/";
	padding-left: 10px;
}
.portfolio-filter ul li:last-child:after {
	content: "";
}
.portfolio-filter a:hover{
	color: #000;
	text-decoration: none;
}
.portfolio-filter a.active{
	color: #000;
	cursor: default;
}
.portfolio-filter a.active {
    color: #111;
    cursor: default;
	position:relative;
    color: #fff ;
}
.portfolio-wrapper {
	position: relative;
	margin:40px 0;
	display: block;
	overflow: hidden;
}
.grey-section .portfolio-wrapper {
	margin:40px 0 0;
}
.portfolio-item {
	padding:0;
	box-shadow: none;
	margin:0;
	border-bottom:5px solid #fff;
}
.portfolio-item .ImageWrapper .StyleH {
	top:40%;
}
.portfolio-item h3 {
	color:#fff;
	font-size:22px;
	font-weight: 400;
}
.portfolio-item .Buttons p {
	font-size:12px;
	color:#fff;
}
.blog-media .Buttons i,
.portfolio-item .Buttons i {
	color:#fff;
	border:2px solid #fff;
	width:54px;
	height:54px;
	line-height: 54px;
	margin-bottom: 20px;
	display: inline-block;
	text-align: center;
}
.portfolio-item:hover {
	border-bottom:5px solid #000;
}
.portfolio-item img {
	width: 100%;
}
.portfolio-item hr {
	border-color:#fff;
	border-width: 3px 0 0;
	width:30px;
}
.readmore i{
	font-size:16px !important;
}

/* ==================================================================
	TITLES
================================================================== */

.big-title {
	font-weight: 500;
	font-size:32px;
	position:relative;
	display:block;
}
.little-title {
	font-weight: 700;
	font-size:24px;
	position:relative;
	display:block;
}
.light-title {
	font-weight: 300;
	font-size:42px;
}
.contactdesc .big-title {
	font-size:21px;
}
.small-title {
	font-size:15px;
	font-weight: 400;
	color:#444;
}
.hr-tt {
    background: url("images/hr.png") repeat-x scroll center center rgba(0, 0, 0, 0);
    height: 5px;
    position: relative;
    width: 160px;
    padding:30px 0;
    display: block;
    margin:auto;
    z-index: 9999;
}
.hr-tt.left {
	margin:0;
}
.big-welcome h1 {
	font-size:30px;
	font-weight: bold;
	padding-bottom:20px;
}
.big-welcome {
	font-size:15px;
	color:#444444;
}
.welcome h2 {
	font-size:30px;
	font-weight: 500;
}
.welcome h1 {
	color:#fff;
	font-size:30px;
	font-weight: 600;
	text-transform: uppercase;
}
.welcome h1 i {
	padding-right: 30px
}
.welcome h1 .btn {
	margin-left: 20px
}
.welcome p {
	margin-bottom: 0;
}
.big-welcome .buttons {
	margin-top:30px;
}
.buttons {
	margin:20px 0 0;
}
.buttons .btn {
	margin:0 5px;
}

/* ==================================================================
	BUTTONS
================================================================== */

.btn {
	border-width: 2px;
	font-weight: 500;
}
.btn-lg {
	font-size:12px;
	padding:15px 30px;
}
.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* ==================================================================
	SERVICES
================================================================== */

.customservices {
	padding:40px 0 0;
}
.custom-service-box h3 {
	padding-top:45px;
	padding-bottom: 20px;
	font-size:22px;
	font-weight: 600;
	text-transform: uppercase;
}
.services3 .service-style-1 i {
    border: 1px solid #ddd;
    font-size: 16px !important;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.services3 .service-style-1 hr {
	margin:0 0 15px 57px;
}
.services3 .service-style-1 h3 {
	text-transform: none;
	font-size:16px;
	font-weight: bold;
}
.services3 .service-style-1 .readmore i {
	border:0 !important;
	width: 24px;
}
.services3 .service-style-1:hover .readmore i {
	background-color: transparent !important;
	color:#444 !important;
}
.services3 .service-style-1 p {
	margin-bottom:10px;
}
.noborder i {
	font-size:30px;
	padding-right: 20px;
	vertical-align: middle;
}
.noborder h3 {
	padding-bottom: 10px;
}
.mini-icon {
	border-bottom:2px solid #fff;
	color:#fff;
	width: 25px;
	text-align: center;
	position: absolute;
	right:0;
	bottom:0;
}
.mini-icon i {
	font-size:16px !important;
}
.service-full {
	border-bottom: 5px solid #bbbbbb;
	padding:80px;
	position: relative;
}
.contactpage .service-full {
	border-bottom: 0
}
.contactpage .service-full i {
	font-size:50px;
	padding-right: 10px;
	vertical-align: top;
}
.contactpage .service-full h3 {
	font-size:20px;
	line-height: 2.5;
}
.contactpage .service-full h3 small {
	color:#fff;
	display: block;
	padding-left: 65px;
	font-size:11px;
}
.service-full .font-backend {
    bottom: 60px;
    color: #fff;
    left: auto;
    position: absolute;
    right: 30px;
    z-index: 1;
	zoom: 1;
	filter: alpha(opacity=10);
	opacity: 0.1;
}
.service-full .font-backend i {
	font-size:180px;
}
.service-full-2 h3 {
	font-size:22px !important;
	font-weight: 500 !important;
	letter-spacing: 1px;
}
.service-full-2 .btn {
	margin-top:20px;
	padding:5px 20px;
	border-color:#fff !important;
	color:#fff !important;
	border-width: 1px;
}
.blog-meta hr,
.service-full-2 hr {
	width:30px;
	border-color:#fff;
	margin:0 0 30px;
	border-width: 3px 0 0
}
.blog-container .blog-meta p {
	margin-bottom:15px;
	letter-spacing: 1px;
}
.blog-media {
	margin-bottom:30px;
}
.btn-custom,
.longdesc .btn-default {
	border:1px solid #ddd;
	font-size:10px;
	padding:10px 30px;
}
.blog-meta hr {
	border-color:#ddd;
	margin:20px 0;
}
.service-full p {
	margin-bottom: 0;
	font-size:16px;
}
.service-full i {
	font-size:28px;
}
.service-full h3 {
	padding:20px 0 10px;
	font-weight: bold;
	font-size:17px;
}
.title i {
    color: #444444;
    display: inline-block;
    font-size: 28px;
    padding-right: 15px;
    vertical-align: middle;
}
.service-style-1 {
	margin:40px 0 0;
}
.service-box {
	padding:0 20px;
}
.service-style-1 .title h3,
.service-box h3 {
	font-size:14px;
	font-weight: bold;
}
.service-style-1 hr,
.service-box hr {
	width:30px;
	border-width: 3px 0 0;
	border-color:#dddddd;
}
.service-style-1 hr {
	margin-left: 45px;
}
.icon-container {
    background-color: #ffffff;
    color: #5b5b5b;
    border:1px solid #e4e4e4;
    font-size: 36px;
    height: 104px;
    line-height: 114px;
    margin:  0 auto 40px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 104px;
    -webkit-box-shadow: 0px 5px 2px 0px rgba(50, 50, 50, 0.11);
	-moz-box-shadow:    0px 5px 2px 0px rgba(50, 50, 50, 0.11);
	box-shadow:         0px 5px 2px 0px rgba(50, 50, 50, 0.11);
}
.icon-container:hover {
    -webkit-box-shadow: 0px 5px 2px 0px rgba(25, 183, 247, 0.9);
	-moz-box-shadow:    0px 5px 2px 0px rgba(25, 183, 247, 0.9);
	box-shadow:         0px 5px 2px 0px rgba(25, 183, 247, 0.9);
}
.service-right {
	padding-top:20px;
	padding-right: 30px
}
.service-right .title hr {
    border-color: #dddddd;
    border-width: 3px 0 0;
    display: block;
    float: right;
    margin: 0;
    width: 30px;
}
.service-right .service-style-1 .icon-container {
	margin-left: 30px;
	width:80px;
	height:80px;
	font-size:30px;
	margin-top:10px;
	line-height: 86px;
}
.service-right .service-style-1 h3 {
	padding: 4px 0 12px;
}
.service-right .service-style-1 .icon-container:hover i {
	color:#fff;
}
.service-left {
	padding-top:20px;
	padding-left: 30px
}
.service-left .title hr {
    border-color: #dddddd;
    border-width: 3px 0 0;
    display: block;
    float: left;
    margin: 0;
    width: 30px;
}
.service-left .service-style-1 .icon-container {
	margin-right: 30px;
	width:80px;
	height:80px;
	font-size:30px;
	margin-top:10px;
	line-height: 86px;
}
.service-left .service-style-1 h3,
.service-right .service-style-1 h3 {
	padding: 4px 0 12px;
}
.custom-features {
	padding:40px 0 20px;
}
.custom-features .customimg {
	margin:auto !important;
	padding:0 !important;
	left:0 !important;
	right:0 !important;
	top:73px;
}
.custom-features .icon-container {
	background-color: transparent; 
	width:60px !important;
	height: 60px !important;
	line-height: 58px !important;
}
.custom-features .icon-container i {
	color: #ffffff; 
	font-size:20px;
}
.custom-tab-wrapper,
.custom-tab-wrapper p,
.custom-tab-wrapper h2 {
	color:#444;
}
.custom-tab-wrapper h2 {
	font-size:26px;
	font-weight: 600;
	letter-spacing: 0.6px;
}
.service-left h3 {
	font-size:18px !important;
}
.custom-features .service-right h3,
.custom-features .service-left h3 {
	font-size:14px !important;
	padding-bottom: 0;
}
.service-left .service-style-1 .icon-container:hover i,
.service-right .service-style-1 .icon-container:hover i {
	color:#fff;
}
.services-style-2 {
	padding-top:60px;
}
.services-style-2 .service-box {
	border-left:2px solid #ebebeb;
	border-right:2px solid #ebebeb;
	border-top:2px solid #ebebeb;
	border-bottom:4px solid #ebebeb;
	position: relative;
	padding:70px 20px 10px;
	overflow: visible;
}
.services-style-2 .service-box .icon-container {
	position: absolute;
	top:-55px;
	box-shadow: none !important;
	z-index: 100;
	left:0;
	border: 2px solid #ebebeb;
	right:0;
}
.services-style-2 .service-box:hover .icon-container {
	border: 2px solid #fff;
	color:#fff !important;
}
.services-style-2 .service-box:hover h3 {
	color:#fff;
}
.customimg {
    overflow: visible;
    position: absolute;
    top: 40px;
    left:50px;
    z-index: 110;
}

/* ==================================================================
	RESPONSIVE
================================================================== */

@media (max-width: 768px) {
.topsocial,
.topcontact {
	margin:10px 0;
	float:none !important;
	text-align: center !important;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 11px;
    padding: 20px 0 0;
    position: relative;
    font-size: 23px;
}
.style2 .navbar-toggle,
.header.affix .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 11px;
    padding: 11px 0 0;
    position: relative;
    font-size: 23px;
}
.style2 {
	padding:10px 30px;
}
.style2 .navbar-nav > li > a,
.header.affix .navbar-nav > li > a,
.navbar-nav > li > a {
	padding:8px 25px;
}
.welcome h1,
.big-title,
.big-welcome h1 {
	font-size:18px;
}
.big-welcome {
	padding:20px;
}
.hr-tt {
	padding:20px 0;
}
.blog-img img,
.blog-img,
.blog-desc {
	width: 100% !important;
}
.footer-style-2 .text-left {
	float:none;
	text-align: center;
}
.footer-style-2,
.copyrights .text-left,
.copyrights,
.footer, .footer p, .footer a {
	text-align: center !important;
}
.service-box,
.services-style-2 .service-box,
.service-right {
	margin-bottom: 60px;
}
.welcome h1 .btn {
    display: BLOCK;
    margin: 20px 0 0;
}
.alignright,
.pp img,
.alignleft {
	float:none;
	width: 100%;
}
.customimg,
.backtotop {
	display: none
}
.navbar{
	padding:10px 0 30px; 
}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
.libg
{
	background-image: url(images/icon.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 3px;
	background-position: 2px 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBDBDB;
}
