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

Project:    Rhythm
Version:    1.8.2
Last change:    27.05.2015
Primary use:    MultiPurpose Template  
-------------------------------------------------------------------*/

html{
	margin-top: 0 !important;
}
#wpadminbar{
	display: none;
}


/* Slide Show */
.fullwidth-slideshow, .fullwidth-slideshow section { height: 600px; overflow: hidden; }

.fullwidth-slideshow .owl-prev, .fullwidth-slideshow .owl-next { margin-top: -17px; }

/*Custom Css*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	min-height: 0;
}

td { padding: 0 5px 5px 0; vertical-align: top; }

td img { max-width: none !important; }

.top_right, .top_right a { color: #fff; }

.top_right { background-color: #01247e; padding-top: 10px; }

.home-title { text-align: center; text-transform: uppercase; margin-bottom: 40px; }

.home-title:after {
	content: "";
	position: relative;
    margin: 10px auto;
    display: block;
    width: 50px;
    left: auto;
    z-index: 99;
    height: 3px;
    border-top: none;
    border-bottom: 3px solid #000;
}

.services { text-align: center; }

.stone, .stone a { color: #fff !important; }

.stone { text-align: center; }

.stone .home-title:after { border-color: #fff; }

.stone h2 { position: absolute; width: 100%; top: calc(50% - 10px); left: 0; }

.blog-item { margin: 0 10px; }

.des { overflow: hidden; height: 75px; }

.more{
	color: #01247e;
	display: inline-block;
	margin-top: 10px;
	background-image: url("../images/more.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
.top_image { color: #fff; }

.main { margin: 40px 0; }

.new-item { margin-bottom: 20px; }

h2.title, h2.subheading-category{
	background-image: url("../images/h2_title.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
}
.notitle h2.title, .notitle h2.subheading-category{
	background: none;
	line-height: normal;
	color: #111;
	padding-left: 0;
	font-size: 18px;
	margin-bottom: 10px;
}
.breadcrumb{
	position: absolute;
	top: 0;
	right: 30px;
	line-height: 32px;
	background-color: transparent;
	color: #fff;
	font-weight: 400;
	z-index: 999;
	padding: 0;
}
.breadcrumb a{
	color: #fff;
	text-decoration: none;
}
.left_menu{
	margin-left: -15px;
}
.left_menu li{
	list-style-type: none;
}
.left_menu li a{
	background-color: transparent !important;
	padding: 0 10px 0 15px;
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	background-image: url("../images/left-menu-li-a.png");
	background-repeat: no-repeat;
	background-position: left center;
}

.left_menu li.current-menu-item a { font-weight: 600; }

.left_menu li.parent a{
}
.left_menu li ul{
	padding-left: 0;
	display: none;
}
.left_menu li.current-menu-item ul, .left_menu li.current-category-ancestor ul, .left_menu li.current-menu-ancestor ul{
	display: block;
}
.left_menu li li{
	padding: 0 19px 0 0;
	background-image: url("/wp-content/themes/top3themes/images/left_menu_li_li.png");
	background-position: left 20px top 17px;
}
.left_menu li li a{
	color: #111;
	text-transform: none;
	border-top: 1px solid #e9e9e9;
	padding: 10px 0 10px 35px !important;
	display: block;
	line-height: 20px;
}
.left_menu li li:last-child a{
	padding-bottom: 0 !important;
}
.gallery-pagination{
	text-align: right;
	width: 100%;
}
.gallery-pagination .page-numbers{
	display: inline-block;
	margin-left: 10px;
}
.gallery-pagination li a{
	border-radius: 3px;
	text-decoration: none;
}
.title_2 .fa{
	display: none;
}
.attachment-preview{
	position: relative;
    cursor: pointer;
}
.attachment-preview:before {
    content: "";
    display: block;
    padding-top: 80%;
}
.attachment-preview .thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    margin: 0;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}
.attachment-preview .thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.attachment-preview .thumbnail .centered{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
.attachment-preview .thumbnail .centered img {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}
label{
	line-height: 50px;
	font-weight: normal;
	margin-right: 10px;
	text-align: right;
	min-width: 120px;
	white-space: nowrap;
	vertical-align: top;
}
label span{
	color: #f00;
}
input, select, textarea{
	width: 100%;
	max-width: 100%;
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
	margin: 10px 0;
	border-radius: 3px;
	border: 1px solid #ddd;
}
textarea{
	height: 160px;
}
.wpcf7-reset, .wpcf7-submit{
	width: 100px;
	border: none;
	background-color: #01247e;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}
.wpcf7-reset{
	background-color: #616161;
}
.ajax-loader{
	display: block;
}
.gallery-item{
	display: inline-block;
	padding: 0 10px 20px;
	width: 33.33333333%;
}
.gallery-columns-4 .gallery-item{
	width: 25%;
}
.pagination{
	text-align: right;
	width: 100%;
}
.page-numbers, .pagination a{
	display: inline-block;
	min-width: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding: 7px 14px;
	border: 1px solid #eaeaea;
	color: #999;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	
	-webkit-transition: all 0.27s 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);
}
.prev.page-numbers, .next.page-numbers, .screen-reader-text { display: none; }
.pagination li.hidden-phone { display: inline-block; }
.pagination .current { border-color: #bbb; }</pre></body></html>