/*
	Author: Tim Schram
	Template: EXS
	URL: http://timschram.com
*/



/* 1. IMPORT SECTION */

	@import url("http://fonts.googleapis.com/css?family=Raleway:200,300,600,700&subset=latin,latin-ext");
    @import url("https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic");




/* 2. BASIC STYLES */

	html, body {
		height: 100%;
	}

	body {
		font-family: "Raleway", Helvetica, Arial, sans-serif;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.7857;
		letter-spacing: 0.075em;
		color: #333333;
		background-color: #fff;
	}
    
    img,embed,object,video {max-width:100%; height: auto;}

img {margin:15px;}
.no-margin {margin:0 !important;}
    
    p {font-family: Lato;}

	a { 
		color: #000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	a:hover {
		color: #E82135 !important;
	}

	a, a:hover, a:active, a:focus, button:focus {
		outline: 0;
		border: 0;
		text-decoration: none;
	}

	#st-preloader {
		background: #FFF;
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9999;
	}

	p {
		line-height: 1.5;
	}
    
    .text-lg {font-size: 17px;}

	h1, h2, h3, h4, h5, h6{
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	h5 {text-transform:none;}

	input, textarea{
		outline: none;
	}

	label{
		font-weight: 300;
	}

	#pre-status,
	.preload-placeholder {
		background-image: url(../images/preloader.gif);
		background-position: center;
		background-repeat: no-repeat;
		height: 40px;
		left: 50%;
		margin: -20px 0 0 -20px;
		position: absolute;
		top: 50%;
		width: 40px;
	}

	.preload-placeholder {
		background: none;
		left: 0;
		margin: 0;
		text-align: center;
		top: 65%;
	}

	.st-border{
		width:400px;
		height: 1px;
		display: block;
		background-color: #000;
	}

	.overlay{
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.8;
	}
    
    .greybg {background: #ececec !important;}
    .greyborder {border:1px solid #ececec; padding: 15px; margin-top:30px; background: #f5f5f5;}
    .whitebg {background: #FFFFFF !important;}
    
    .no-gutter {padding-right:0 ;padding-left:0 ;}
.no-gutter > [class*='col-'] {padding-right:0;padding-left:0;}
.no-gutter-right > [class*='col-'] {padding-right:0;}


.side_menu_mobile {display: none;}

/* 3. BUTTONS */

	.btn-send{
		background-color: #383838;
		border-radius: 0;
		border: 0;
		color: #fff;
		padding: 8px 14px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.btn-send:hover{
		background-color: #000;
		color: #fff;
	}

	.btn-readmore{
		background-color: #383838;
		border-radius: 0;
		border: 0;
		color: #fff;
		padding: 10px 20px;
		margin-top: 20px;
		text-transform: uppercase;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.btn-readmore:hover{
		background-color: #000;
		color: #fff;	
	}




/* 4. HEADER */

	#header{}
    
    .logo img {margin: 0;}
    
    

	#header .navbar {
		min-height: 80px;
		margin-bottom: 0;
		border-radius: 0;
	}

	.st-navbar{
		background-color: #fff;
		border-bottom: 1px solid #f0f0f0;
	}

	.st-navbar ul{
		margin-top: 20px;
	}

	.st-navbar ul li a{
		text-transform: uppercase;
		font-weight: 600;
		padding: 0;
		margin: 14px;
	}

	.st-navbar ul li a:hover,
	.st-navbar ul li a:focus {
		background-color: transparent;
		color: #000;
	}

	.st-navbar .navbar-header{
		margin-top: 0;
		padding:10px 0 0 0;
	}

	.st-navbar .navbar-toggle .icon-bar {
		background-color: #000;
	}

	.st-navbar .navbar-toggle{
		margin-top: 30px;
		padding: 0;
		border-radius: 0;
	}


/* 5A. SIDE MENU */

.side_menu {position:absolute; right:10px; top:20px; background:#FFF; padding:5px 15px; z-index:999; width:220px; text-align:center; font-weight:bold; text-transform:uppercase;}
.side_menu a {padding:10px; border: 1px solid #666; margin:10px 0; background:#000; color:#FFF;}



/* 5B. SLIDER */

	#slider{
		margin-top: 80px;
		position:relative;
		height:800px;

	}

	#home-carousel  .item {
		background-position: center top;
		background-repeat: no-repeat;
		background-size:cover;
		width:100%;
		height: 800px;
	}

	#home-carousel .item:before{
		background-color: #000;
		content: "";
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.5;
		position: absolute;
		width: 100%;
	}

	.carousel-caption {
		left: 15px;
		right: 15px;
		top: 50%;
		font-size: 15px;
		text-align: left;
		color: #fff;
		text-shadow: none;
		margin-top: -120px;	
	}

	.carousel-caption h1 {
		font-size:40px;
		margin-bottom:0;
		letter-spacing:2px;
		font-weight:100;
         margin-bottom:5px;
	}

	.carousel-caption h2 {
		font-size:30px;
		font-weight:600;
		margin-top:0px;
		letter-spacing:2px;
		margin-bottom:5px;
	}
    
    .carousel-caption h4 a {color: red; font-weight: bold;}
     .carousel-caption h4 a:hover {color: #FFF; text-decoration: underline;}

	.home-carousel-left, 
	.home-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.home-carousel-left {
		left:-32px;
	}

	.home-carousel-right {
		right:-32px;
	}

	#home-carousel:hover .home-carousel-left {
		left:0;
	}

	#home-carousel:hover .home-carousel-right {
		right:0;
	}
	/* Carousel animation */

	


/* 6. SERVICES */

	#services{
		background-color: #FFF;
		padding-top: 40px;
		padding-bottom: 40px;


	}

	.section-title{
		margin-bottom: 10px;
	}

	.section-title h1{
		margin-top: 0;
		color:#E82135;
	}

	.st-service{
		margin-top: 30px;
	}

	.st-service h2{
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 15px;
	}

	.st-service h2 i{
		margin-right: 10px;
	}

	.st-service p{}



/* 7. OUR WORKS */

	.isotope-item {
	    z-index: 2;
	}
	.isotope-hidden.isotope-item {
	    z-index: 1;
	}
	.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
	    -webkit-transition-duration: 0.8s;
	    -moz-transition-duration: 0.8s;
	    transition-duration: 0.8s;
	}
	.isotope {
	    -webkit-transition-property: height, width;
	    -moz-transition-property: height, width;
	    transition-property: height, width;
	}
	.isotope .isotope-item {
	    -webkit-transition-property: -webkit-transform, opacity;
	    -moz-transition-property:-moz-transform, opacity;
	    transition-property:transform, opacity;
	}

	#our-works{
		padding-top: 40px;
		padding-bottom: 40px;
		background-color: #f5f5f5;


	}

	.portfolio-wrapper ul.filter{
		list-style: none;
		padding: 0;
		margin-bottom: 35px;
		margin-top: 28px;
		overflow: hidden;
	}

	.portfolio-wrapper ul.filter li{
		float: left;
		text-transform: uppercase;
		margin-right: 25px;
		font-weight: 600;
	}

	.portfolio-wrapper ul.filter li a{
		color: #909090;
	}

	.portfolio-wrapper ul.filter li a:hover,
	.portfolio-wrapper ul.filter li a.active{
		color: #000;
	}

	.portfolio-wrapper .portfolio-items{
		clear: both;
	}

	.portfolio-wrapper .portfolio-content{
		position: relative;
		margin-bottom: 30px;
	}

	.portfolio-wrapper .portfolio-overlay{
		position: absolute;
		background-color: rgba(0, 0, 0, 0.7);
		color: #fff;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding: 30px;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.portfolio-wrapper .portfolio-content:hover .portfolio-overlay{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.portfolio-wrapper .portfolio-overlay a{
		color: #fff;
		font-size: 35px;
	}
	.portfolio-wrapper .portfolio-overlay a:hover{
		color: #fff;
	}



/* 8. PRICING */
	
	#pricing{
		background-color: #FFF;
		padding-top: 40px;
		padding-bottom: 40px;
	}
    
    .techbar img {margin: 0;}
    .techbar ul {margin: 0; padding-left:15px;}
    
    #pricing img {height: 260px; overflow: hidden;}

	.st-pricing{
		background-color: #fff;
		padding: 40px;
		
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		min-height:414px;
	}

	.st-pricing:hover{
		box-shadow: 0px 0px 18px #ddd;
	}

	.st-pricing h5{
		margin-top: 0;
		margin-bottom: 25px;
	}

	.st-pricing h3{
		margin-top: 0;
		margin-bottom: 25px;
	}

	.st-pricing .st-border{
		width: 100%;
		margin-bottom: 15px;
		background-color: #ccc;
	}

	.st-pricing ul{
		list-style: none;
		padding: 0;
	}

	.st-pricing ul li{
		padding: 12px 0;
		font-size: 15px;
	}

	.st-pricing a.btn-send{
		text-transform: uppercase;
		margin-top: 20px;
		padding: 10px 25px;
	}


/* 9. ABOUT US */
	
	#about-us{
		background-color: #f5f5f5;
	}

	#about-us .about-us{
		padding-left: 15%;
		padding-right: 15%;
		padding-top: 15%;
	}

	#about-us .about-us h4{
		margin-top: 0;
		margin-bottom: 30px;
	}

	#about-us .about-us .btn-send{
		margin-top: 30px;
	}

	#about-us .our-office{
		padding-right: 0px;
	}

	.office-carousel-left, 
	.office-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.office-carousel-left {
		left:-32px;
	}

	.office-carousel-right {
		right:-32px;
	}

	#office-carousel:hover .office-carousel-left {
		left:0;
	}

	#office-carousel:hover .office-carousel-right {
		right:0;
	}

	#office-carousel .item img{
		width: 100%;
	}



/* 10. OUR TEAM */

	#our-team{
		padding-top: 40px;
		padding-bottom: 40px;
		background-color: #f5f5f5;


	}

	.team-member{
		margin-top: 30px;
	}

	.member-image{
		position: relative;
	}

	.member-info{
		background-color: #f5f5f5;
		padding: 15px;
	}

	.member-info h4{
		margin-top: 0;
		margin-bottom: 6px;
	}

	.member-info span{
		text-transform: uppercase;
	}

	.team-member .member-social{
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		left: 0;
		top: 0;
		text-align: center;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.team-member:hover .member-social{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.team-member .member-social a{
		position: relative;
		font-size: 16px;
		color: #fff;
		top: 47%;
	}

	.team-member:hover .member-social a{
		margin: 6px;
	}



/* 11. TESTIMONIAL */

	#testimonial{
		background-image: url(../images/testimonial-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding-top: 100px;
		padding-bottom: 100px;
		position: relative;
	}

	.st-testimonials{
		color: #e0e0e0;
	}

	.st-testimonials .st-border{
		background-color: #e0e0e0;
		margin: 20px auto;
	}

	.st-testimonials p{
		font-style: italic;
	}

	.st-testimonials .client-info h5{
		margin-top: 0;
		margin-bottom: 5px;
	}

	.st-testimonials .client-info span{
		font-size: 12px;
		text-transform: uppercase;
	}



/* 12. FUN FACTS */
	
	#industries{
		padding-top: 20px;
		padding-bottom: 40px;
	}

	#industries .fun-fact{
		border-right: 1px solid #ddd;
	}

	#industries .col-md-3:last-child .fun-fact{
		border-right: 0px solid #ddd;
	}

	#industries .fun-fact i{
		margin-right: 5px;
	}

	#industries .fun-fact p{
		font-size: 16px;
	}



/* 13. CONTACT */

	#contact{
		padding-top: 40px;
		padding-bottom: 40px;

		background-color: #f5f5f5;

	}
	
	.contact-info .contact-content{
		margin-bottom: 30px;
	}

	.contact-info p{
		margin-bottom: 20px;
	}

	.contact-info p i{
		font-size: 16px;
		margin-right: 10px;
	}

	.contact-form{}

	.contact-form input[type="text"],
	.contact-form input[type="email"]{
		border: 1px solid #E8E8E8;
		padding: 8px 14px;
		width: 100%;
		margin-bottom: 20px;
	}

	.contact-form textarea{
		border: 1px solid #E8E8E8;
		padding: 8px 14px;
		width: 100%;
		margin-bottom: 20px;
	}



/* 14. BLOG */
	
	#page-header{
		background-color: #f5f5f5;
		padding-top: 50px;
		padding-bottom: 0px;
		position: relative;
		margin-bottom: 50px;
		margin-top: 80px;
	}

	.single-blog{
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.post-title{
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.post-meta{
		margin-bottom: 15px;
	}

	.post-meta span{
		margin-right: 6px;
		font-size: 12px;
		font-weight: 600;
		opacity: 0.6;
	}

	.post-meta span:hover{
		opacity: 1;
	}

	.post-carousel-left, 
	.post-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.post-carousel-left {
		left:-32px;
	}

	.post-carousel-right {
		right:-32px;
	}

	#post-carousel:hover .post-carousel-left {
		left:0;
	}

	#post-carousel:hover .post-carousel-right {
		right:0;
	}

	.post-link{
		background-color: #f5f5f5;
		text-align: center;
		padding: 40px 0;
		font-size: 16px;
		font-weight: 600;
	}

	.post-quote{
		background-color: #f5f5f5;
		padding: 30px;
		font-size: 16px;
		font-weight: 500;
		font-style: italic;
	}

	#blog .pagination{
		margin-bottom: 80px;
	}

	#blog .pagination li a{
		width: 35px;
		height: 35px;
		line-height: 31px;
		text-align: center;
		font-size: 16px;
		color: #a3a3a3;
		border: 1px solid #d1d1d1;
		padding: 0;
		margin-right: 5px;
		border-radius: 0;
	}

	#blog .pagination li.active a,
	#blog .pagination li a:hover{
		background-color: transparent;
		border-color: #000;
		color: #000;
	}

	.sidebar-widget{
		margin-top: 35px;
		margin-bottom: 50px;
	}

	.sidebar-widget .sidebar-title{
		margin-top: 0;
		margin-bottom: 20px;
	}

	.sidebar-widget ul{
		list-style: square;
		margin: 0;
		padding-left: 18px;
	}

	.sidebar-widget ul li{
		margin-bottom: 10px;
		font-weight: 500;
	}

	.blog-search{
		position: relative;
	}

	.blog-search input {
		border: 1px solid #d6d6d6;
		color: #8d8d8d;
		height: 44px;
		outline: medium none;
		padding: 0 50px 0 17px;
		width: 100%;
	}

	.blog-search span {
		color: #252525;
		font-size: 12px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.blog-search .search-submit {
		background: none;
		border: none;
	}

	.blog-search:after {
		background-color: #d6d6d6;
		content: "";
		display: block;
		height: 27px;
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 1px;
	}

	.sidebar-widget .tagcloud a{
		padding: 4px 10px;
		border: 1px solid #ccc;
		margin: 3px 1px;
		display: inline-block;
	}

	.sidebar-widget .tagcloud a:hover{
		border-color: #000;
		color: #000;
	}

	ul.content-flickr {
		margin: 0;
		overflow: hidden;
		padding: 0;
	}

	ul.content-flickr li {
		display: block;
		float: left;
		padding: 5px 10px 5px 0;
		width: 33.33%;
	}

	.content-flickr li a {
		display: block;
		position: relative;
		width: 100%;
	}



/* 15. FOOTER */

	#footer{
		background-color: #262626;
		padding-top: 40px;
		padding-bottom: 40px;
		color: rgba(255, 255, 255, 0.4);
	}

	#footer a{
		color: rgba(255, 255, 255, 0.4);
	}
	#footer a:hover{
		color: #fff;
	}

	.footer-social-icons{
		text-align: right;
	}

	.footer-social-icons a{
		margin: 0 5px;
		font-size: 16px;
	}

	.footer-social-icons span{
		margin-right: 10px;
	}

	
/* 16. SCROLL TO TOP */

	.scroll-up {
		position: fixed;
		display: none;
		z-index: 999;
		bottom: 1.8em;
		right: 1.8em;
	}

	.scroll-up ul{
		margin: 0;
		padding: 0;
	}

	.scroll-up li{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.scroll-up a {
		background-color: #fff;
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		color: #000;
		font-size: 20px;
		line-height: 38px;
		box-shadow: 0px 0px 6px #ccc;
	}

	.scroll-up a:hover,
	.scroll-up a:active {
		background-color: #f5f5f5;
		color: #000;
	}



/* ________ PAD CLASSES MIN _________*/
.margin-top110 {margin-top:90px;}
.pad-top-1{padding-top:1px}.pad-bottom-1{padding-bottom:1px}.pad-left-1{padding-left:1px}.pad-right-1{padding-right:1px}.pad-1{padding:1px}.margin-top-1{margin-top:1px}.margin-bottom-1{margin-bottom:1px}.margin-left-1{margin-left:1px}.margin-right-1{margin-right:1px}.margin-1{margin:1px}.pad-top-2{padding-top:2px}.pad-bottom-2{padding-bottom:2px}.pad-left-2{padding-left:2px}.pad-right-2{padding-right:2px}.pad-2{padding:2px}.margin-top-2{margin-top:2px}.margin-bottom-2{margin-bottom:2px}.margin-left-2{margin-left:2px}.margin-right-2{margin-right:2px}.margin-2{margin:2px}.pad-top-3{padding-top:3px}.pad-bottom-3{padding-bottom:3px}.pad-left-3{padding-left:3px}.pad-right-3{padding-right:3px}.pad-3{padding:3px}.margin-top-3{margin-top:3px}.margin-bottom-3{margin-bottom:3px}.margin-left-3{margin-left:3px}.margin-right-3{margin-right:3px}.margin-3{margin:3px}.pad-top-4{padding-top:4px}.pad-bottom-4{padding-bottom:4px}.pad-left-4{padding-left:4px}.pad-right-4{padding-right:4px}.pad-4{padding:4px}.margin-top-4{margin-top:4px}.margin-bottom-4{margin-bottom:4px}.margin-left-4{margin-left:4px}.margin-right-4{margin-right:4px}.margin-4{margin:4px}.pad-top-5{padding-top:5px}.pad-bottom-5{padding-bottom:5px}.pad-left-5{padding-left:5px}.pad-right-5{padding-right:5px}.pad-5{padding:5px}.margin-top-5{margin-top:5px}.margin-bottom-5{margin-bottom:5px}.margin-left-5{margin-left:5px}.margin-right-5{margin-right:5px}.margin-5{margin:5px}.pad-top-6{padding-top:6px}.pad-bottom-6{padding-bottom:6px}.pad-left-6{padding-left:6px}.pad-right-6{padding-right:6px}.pad-6{padding:6px}.margin-top-6{margin-top:6px}.margin-bottom-6{margin-bottom:6px}.margin-left-6{margin-left:6px}.margin-right-6{margin-right:6px}.margin-6{margin:6px}.pad-top-7{padding-top:7px}.pad-bottom-7{padding-bottom:7px}.pad-left-7{padding-left:7px}.pad-right-7{padding-right:7px}.pad-7{padding:7px}.margin-top-7{margin-top:7px}.margin-bottom-7{margin-bottom:7px}.margin-left-7{margin-left:7px}.margin-right-7{margin-right:7px}.margin-7{margin:7px}.pad-top-8{padding-top:8px}.pad-bottom-8{padding-bottom:8px}.pad-left-8{padding-left:8px}.pad-right-8{padding-right:8px}.pad-8{padding:8px}.margin-top-8{margin-top:8px}.margin-bottom-8{margin-bottom:8px}.margin-left-8{margin-left:8px}.margin-right-8{margin-right:8px}.margin-8{margin:8px}.pad-top-9{padding-top:9px}.pad-bottom-9{padding-bottom:9px}.pad-left-9{padding-left:9px}.pad-right-9{padding-right:9px}.pad-9{padding:9px}.margin-top-9{margin-top:9px}.margin-bottom-9{margin-bottom:9px}.margin-left-9{margin-left:9px}.margin-right-9{margin-right:9px}.margin-9{margin:9px}.pad-top-10{padding-top:10px}.pad-bottom-10{padding-bottom:10px}.pad-left-10{padding-left:10px}.pad-right-10{padding-right:10px}.pad-10{padding:10px}.margin-top-10{margin-top:10px}.margin-bottom-10{margin-bottom:10px}.margin-left-10{margin-left:10px}.margin-right-10{margin-right:10px}.margin-10{margin:10px}.pad-top-11{padding-top:11px}.pad-bottom-11{padding-bottom:11px}.pad-left-11{padding-left:11px}.pad-right-11{padding-right:11px}.pad-11{padding:11px}.margin-top-11{margin-top:11px}.margin-bottom-11{margin-bottom:11px}.margin-left-11{margin-left:11px}.margin-right-11{margin-right:11px}.margin-11{margin:11px}.pad-top-12{padding-top:12px}.pad-bottom-12{padding-bottom:12px}.pad-left-12{padding-left:12px}.pad-right-12{padding-right:12px}.pad-12{padding:12px}.margin-top-12{margin-top:12px}.margin-bottom-12{margin-bottom:12px}.margin-left-12{margin-left:12px}.margin-right-12{margin-right:12px}.margin-12{margin:12px}.pad-top-13{padding-top:13px}.pad-bottom-13{padding-bottom:13px}.pad-left-13{padding-left:13px}.pad-right-13{padding-right:13px}.pad-13{padding:13px}.margin-top-13{margin-top:13px}.margin-bottom-13{margin-bottom:13px}.margin-left-13{margin-left:13px}.margin-right-13{margin-right:13px}.margin-13{margin:13px}.pad-top-14{padding-top:14px}.pad-bottom-14{padding-bottom:14px}.pad-left-14{padding-left:14px}.pad-right-14{padding-right:14px}.pad-14{padding:14px}.margin-top-14{margin-top:14px}.margin-bottom-14{margin-bottom:14px}.margin-left-14{margin-left:14px}.margin-right-14{margin-right:14px}.margin-14{margin:14px}.pad-top-15{padding-top:15px}.pad-bottom-15{padding-bottom:15px}.pad-left-15{padding-left:15px}.pad-right-15{padding-right:15px}.pad-15{padding:15px}.margin-top-15{margin-top:15px}.margin-bottom-15{margin-bottom:15px}.margin-left-15{margin-left:15px}.margin-right-15{margin-right:15px}.margin-15{margin:15px}.pad-top-16{padding-top:16px}.pad-bottom-16{padding-bottom:16px}.pad-left-16{padding-left:16px}.pad-right-16{padding-right:16px}.pad-16{padding:16px}.margin-top-16{margin-top:16px}.margin-bottom-16{margin-bottom:16px}.margin-left-16{margin-left:16px}.margin-right-16{margin-right:16px}.margin-16{margin:16px}.pad-top-17{padding-top:17px}.pad-bottom-17{padding-bottom:17px}.pad-left-17{padding-left:17px}.pad-right-17{padding-right:17px}.pad-17{padding:17px}.margin-top-17{margin-top:17px}.margin-bottom-17{margin-bottom:17px}.margin-left-17{margin-left:17px}.margin-right-17{margin-right:17px}.margin-17{margin:17px}.pad-top-18{padding-top:18px}.pad-bottom-18{padding-bottom:18px}.pad-left-18{padding-left:18px}.pad-right-18{padding-right:18px}.pad-18{padding:18px}.margin-top-18{margin-top:18px}.margin-bottom-18{margin-bottom:18px}.margin-left-18{margin-left:18px}.margin-right-18{margin-right:18px}.margin-18{margin:18px}.pad-top-19{padding-top:19px}.pad-bottom-19{padding-bottom:19px}.pad-left-19{padding-left:19px}.pad-right-19{padding-right:19px}.pad-19{padding:19px}.margin-top-19{margin-top:19px}.margin-bottom-19{margin-bottom:19px}.margin-left-19{margin-left:19px}.margin-right-19{margin-right:19px}.margin-19{margin:19px}.pad-top-20{padding-top:20px}.pad-bottom-20{padding-bottom:20px}.pad-left-20{padding-left:20px}.pad-right-20{padding-right:20px}.pad-20{padding:20px}.margin-top-20{margin-top:20px}.margin-bottom-20{margin-bottom:20px}.margin-left-20{margin-left:20px}.margin-right-20{margin-right:20px}.margin-20{margin:20px}.pad-top-21{padding-top:21px}.pad-bottom-21{padding-bottom:21px}.pad-left-21{padding-left:21px}.pad-right-21{padding-right:21px}.pad-21{padding:21px}.margin-top-21{margin-top:21px}.margin-bottom-21{margin-bottom:21px}.margin-left-21{margin-left:21px}.margin-right-21{margin-right:21px}.margin-21{margin:21px}.pad-top-22{padding-top:22px}.pad-bottom-22{padding-bottom:22px}.pad-left-22{padding-left:22px}.pad-right-22{padding-right:22px}.pad-22{padding:22px}.margin-top-22{margin-top:22px}.margin-bottom-22{margin-bottom:22px}.margin-left-22{margin-left:22px}.margin-right-22{margin-right:22px}.margin-22{margin:22px}.pad-top-23{padding-top:23px}.pad-bottom-23{padding-bottom:23px}.pad-left-23{padding-left:23px}.pad-right-23{padding-right:23px}.pad-23{padding:23px}.margin-top-23{margin-top:23px}.margin-bottom-23{margin-bottom:23px}.margin-left-23{margin-left:23px}.margin-right-23{margin-right:23px}.margin-23{margin:23px}.pad-top-24{padding-top:24px}.pad-bottom-24{padding-bottom:24px}.pad-left-24{padding-left:24px}.pad-right-24{padding-right:24px}.pad-24{padding:24px}.margin-top-24{margin-top:24px}.margin-bottom-24{margin-bottom:24px}.margin-left-24{margin-left:24px}.margin-right-24{margin-right:24px}.margin-24{margin:24px}.pad-top-25{padding-top:25px}.pad-bottom-25{padding-bottom:25px}.pad-left-25{padding-left:25px}.pad-right-25{padding-right:25px}.pad-25{padding:25px}.margin-top-25{margin-top:25px}.margin-bottom-25{margin-bottom:25px}.margin-left-25{margin-left:25px}.margin-right-25{margin-right:25px}.margin-25{margin:25px}