<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
[Master Stylesheet]

- MAIN CSS
- FONTS
- PLUGIN CSS

Author:     Andrey Sokoltsov
Profile:    http://themeforest.net/user/andreysokoltsov
-------------------------------------------------------------------*/

/* MAIN CSS */
@import url('bootstrap.min.css');
@import url('skin-bootstrap.css');
@import url('font-awesome.min.css');
@import url('theme.css');
@import url('responsive.css');
@import url('color.css');



/* FONTS */
@import url('../fonts/flaticon/flaticon.css');



/* PLUGIN CSS */
@import url('../assets/owl-carousel/owl.carousel.css');
@import url('../assets/owl-carousel/owl.theme.css');
@import url('../assets/isotope/isotope.css');



.standard{
    font-size:18px;
    line-height:30px;
    text-indent:30px;
    margin:10px;
    
    
}

.theme{
    
    color:#0066FF;
}


.stan{
    font-size:18px;
    line-height:30px;
    margin:10px;
    font-weight:500;
    
}


.phone {
    color:#FFFFFF;
    font-family:Bell Gothic Std Light; 
    font-size:20px;
    padding:5px;
    
}

.header-text{
    margin-top:-20px;
    font-weight:700;
}

.text-black{
    color:#333333;
}

.text-white{
    color:#FFFFFF;
}
.blue{
    color:#0066FF;
}
.table{
    display:table;
}
.table-cell{
display:table-cell;
}
.share-btn-wrp {

	list-style: none;

	display: block;

	margin: 0px;

	padding: 0px;

	width: 32px;

	left: 0px;

	position: fixed;

	margin-top:250px;

}

.share-btn-wrp .button-wrap{

	text-indent:-100000px;

	width:32px;

	height: 32px;

	cursor:pointer;

	transition: width 0.1s ease-in-out;

}

.share-btn-wrp &gt; .facebook{

	background: url(../img/share-icons.png) no-repeat -42px 0px;

}

.share-btn-wrp &gt; .facebook:hover{

	background: url(../img/share-icons.png) no-repeat -4px -0px;

	width:38px;

}

.share-btn-wrp &gt; .twitter{

	background: url(../img/share-icons.png) no-repeat -42px -34px;

}

.share-btn-wrp &gt; .twitter:hover{

	background: url(../img/share-icons.png) no-repeat -4px -34px;

	width:38px;

}

.share-btn-wrp &gt; .digg{

	background: url(../img/share-icons.png) no-repeat -42px -68px;

}

.share-btn-wrp &gt; .digg:hover{

	background: url(../img/share-icons.png) no-repeat -4px -68px;

	width:38px;

}

.sec-space{
    height:auto; overflow:hidden;
}
.space{
    margin-right:40px;
}
@media all and (max-width: 699px) {

	.share-btn-wrp{
		width: 100%;
		text-align: center;
		position: fixed;
		bottom: 1px;

	}

	.share-btn-wrp .button-wrap {

		display: inline-block;

		margin-left: -2px;

		margin-right: -2px;

	}

}

.font-color{
    color:#FFFFFF;
  font-family:Bell Gothic Std Light;
}


.font_blue{
    font-size:17px; 
    color:#0066FF;
}</pre></body></html>