<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Exposed
Theme URI: http://www.smooththemes.com
Version: 1.0
Description: A photography WordPress theme by SmoothThemes.Com.
Author: SmoothThemes.
Author URI: http://www.smooththemes.com
Tags: full-width-template, custom-colors, right-sidebar, left-sidebar, custom-menu, featured-images, two-columns, translation-ready
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
/*--------------------------------------------------------------------------------------------

	WARNING! DO NOT EDIT THIS FILE!
	To make it easy to update your theme, you should not edit the styles in this file. Instead use
	the custom.css file to add your styles. You can copy a style from this file and paste it in
	custom.css and it will override the style in this file. You have been warned! :)

----------------------------------------------------------------------------------------------

/* 1. CSS Reset
--------------------------------------------------------------------------------------------*/
	/** {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
	}
	*/
	article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; position: relative; z-index: 5; }
	html { margin:0px; padding:0px; font-size: 100%; overflow: auto; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
	abbr[title] { border-bottom: 1px dotted; }
	b, strong { font-weight: bold; }
	blockquote { margin: 1em 40px; }
	dfn { font-style: italic; }
	hr { border: 0; border-top: 1px solid #ccc; display: block; margin: 1em 0; padding: 0; }
	ins { background: #ff9; color: #000; text-decoration: none; }
	mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
	pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
	pre, code { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
	q { quotes: none; }
	q:before, q:after { content: ""; content: none; }
	small { font-size: 85%; }
	sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
	sup { top: -0.5em; }
	sub { bottom: -0.25em; }
	ul, ol { margin: 0; padding: 0; list-style-position: inside; }
	ul ul, ol ol, ul ol, ol ul { margin: 0; }
	dd { margin: 0 0 0 40px; }
	nav ul, nav ol, #mainmenu, .part-items { list-style: none; list-style-image: none; margin: 0; padding: 0; }
	img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
	svg:not(:root) { overflow: hidden; }
	figure, form { margin: 0; }
	fieldset { border: 0; margin: 0; padding: 0; }
	legend { border: 0; margin-left: -7px; padding: 0; }
	label { cursor: pointer; }
	button, input, select, textarea {margin: 0; vertical-align: baseline;}
	button, input { line-height: normal; }
	table button, table input {}
	button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; }
	textarea { overflow: auto; vertical-align: top; resize: vertical; }
	table { border-collapse: collapse; border-spacing: 0; }
	th {}

	/*Clearfix ---------------------------*/
	.clearfix:before, .clearfix:after {content: " "; display: table; }
	.clearfix:after { clear: both; }
	.clearfix {}
    .clear{ clear: both;}
    


/* 2. Basic : General - Typography - Links - Tables - List - Images - Blockquote ...
--------------------------------------------------------------------------------------------*/
	/*Ganeral 
	----------------------------------------------------------------------------------------*/
	body { 	position: relative; -webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%; position: relative; z-index: 1; color: #a7a7a7; 
		background: url("assets/images/patterns/pattern3.png") repeat scroll center center transparent;}
    html, body{ height: 100%; display: block; margin:0px; padidng:0px;}
	/*Typography
	----------------------------------------------------------------------------------------*/
	h1,h2,h3,h4,h5,h6 {padding: 0;margin-top:0px; }
	h1 {font-size: 24px;line-height: 28px;}
	h2 {font-size: 20px;line-height: 27px;margin: 0 0 20px 0;}
	h3 {font-size: 16px;line-height: 22px;}
	h4 {font-size: 14px;line-height: 20px;}
	h5 {font-size: 12px;line-height: 18px;}
	h6 {font-size: 10px;line-height: 16px;}

	.subheader { color: #777; font-weight: 300; margin-bottom: 24px; }
	p {line-height: inherit; margin: 0 0 18px; }
	p img { margin: 0; }
	p.lead { font-size: 18px; font-size: 1.8rem; line-height: 1.5;  }
	em, i { font-style: italic; line-height: inherit; }
	strong, b { font-weight: bold; line-height: inherit; }
	small { font-size: 60%; line-height: inherit; }
	h1 small, h2 small, h3 small, h4 small, h5 small { color: #777; }

	/*Form
	----------------------------------------------------------------------------------------*/
	fieldset{ padding:20px; border:1px solid #343434;}
	input[type=text], input[type=email],input[type=password],textarea{ color:#898989; padding:8px 8px 9px; border:1px solid #f0f0f0; background:#f2f2f0;font-size: 12px; line-height: 24px;}
	textarea{ width:90%; font-size:13px; background:#f2f2f0; overflow:auto; color:#898989;margin-top:3px;line-height: 24px;min-height: 100px;}
	input, textarea,input[type="submit"]:focus{outline:0 none;}
	input[type="radio"],input[type="checkbox"]{margin-right:10px; margin-left:10px;}
	button::-moz-focus-inner { border: 0; padding: 0;}
	input[type="reset"],input[type="submit"],input[type="button"], button{background: #333333; color:  #000; border:none;margin:0; outline-width:0; padding:8px 22px 10px; height:34px; text-shadow:0 1px 0 rgba(0, 0, 0, 0.1);text-align:center}
	input[type="button"]:hover, input[type="button"]:focus,input[type="reset"]:hover,
	input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,
	button:hover,button:focus{
		cursor:pointer;
		color:#fff;background-color: #282828;
		-o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
	}



	/*Links
	----------------------------------------------------------------------------------------*/
	a { color: #898989;text-decoration: none;line-height: inherit;}
	a:hover {color:#C78E0C;
		-o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;}
	a:focus {outline: medium none;}
	p a, p a:visited { line-height: inherit; }

	/*List
	----------------------------------------------------------------------------------------*/
	ul, ol { margin-bottom: 18px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	li { list-style-position: outside; }
	ul.large li { line-height: 21px; }

	/*Table
	----------------------------------------------------------------------------------------*/
	table { }
	table thead, table tfoot { }
	table thead tr th,
	table tfoot tr th,
	table tbody tr td,
	table tr td,
	table tfoot tr td { font-size: 12px; line-height: 18px;}
	table thead tr th,
	table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
	table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
	table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }
	table tbody tr.even,
	table tbody tr.alt {  }
	table tbody tr:nth-child(even) {  }
	table tbody tr td {padding: 9px 10px; border: none; }

	/*Blockquote
	----------------------------------------------------------------------------------------*/
	blockquote, blockquote p { line-height: 20px; color: #898989; }
	blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited { color: #555; }
	hr { border: solid #343434; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }
	abbr, acronym { text-transform: uppercase; font-size: 90%;  border-bottom: 1px solid #ddd; cursor: help; }
	abbr { text-transform: none; }
  
  
  	/*Wordpress Style 
	----------------------------------------------------------------------------------------*/
	.alignleft, img.alignleft { float:left; margin: 5px 20px 20px 0px; }
	.alignright, img.alignright { float:right; margin: 5px 0px 20px 20px; }
	.aligncenter, img.aligncenter { display:block; margin: 5px auto; }
	.alignnone, img.alignnone { margin: 5px 20px 20px 0; }
	.wp-caption { text-align: center; padding:0;}
	.wp-caption img { border: 0 none; padding: 0; margin: 0; max-width: 98.5%; width: auto;display: block;}
	.wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin: 0;padding-top:5px;}
	.wp-smiley { margin: 0 !important; max-height: 1em; }
	.gallery dl {}
	.gallery dt {}
	.gallery dd {}
	.gallery dl a {}
	.gallery dl img {}
	.gallery-caption {}
	.size-full {}
	.size-large {}
	.size-medium {}
	.size-thumbnail {}
	.sticky{}
	.bypostauthor{}
    
    /*Mic*/
    .left{ float: left;}
    .right{ float: right;}
    .t0{ margin-top: 0px !important;}
    .t5{ margin-top: 5px !important;}
    .t10{ margin-top: 10px !important;}
    .t15{ margin-top: 15px !important;}
    .t20{ margin-top: 20px !important;}
    .t25{ margin-top: 25px !important;}
    .t30{ margin-top: 30px !important;}
    .t35{ margin-top: 35px !important;}
    .t40{ margin-top: 40px !important;}
    .b0{ margin-bottom: 0px !important;}
    .b5{ margin-bottom: 5px !important;}
    .b10{ margin-bottom: 10px !important;}
    .b15{ margin-bottom: 15px !important;}
    .b20{ margin-bottom: 20px !important;}
    .b25{ margin-bottom: 25px !important;}
    .b30{ margin-bottom: 30px !important;}
    .b35{ margin-bottom: 35px !important;}
    .b40{ margin-bottom: 40px !important;}
    .hide{ display: none;}
    .relative{ position: relative; }
    .row &gt; p, .row-wrapper &gt; p{ margin-bottom:0px;}
   
    .admin-bar #header/* , .admin-bar #mobile-menu-wrapper*/ { padding-top: 28px !important; }
    .class-404 { font-size: 105px; font-weight: bold;line-height: 75px;  }
    

    /* HEADER
    ------------------------------------------------*/
    #header{ min-height: 65px; display: block; position: relative; z-index: 30; } 
    .header-inner{   height: 100%; display: block; }
    .header-main{ background:  #000;}
    /* Site logo */
    #site-logo{ height: 100%; min-height: 66px; display: block; float: left; padding: 0px 35px 0px 0px; }
    #site-logo{  padding-left:35px;}
    #site-logo h1{ float: left; height: 65px; display: table; vertical-align: middle;  margin:0px; padding:0px;}
    #site-logo h1 a{ display: table-cell; height: 100%; vertical-align: middle; line-height: 0px;}
    
    /*Header socials */
    .header-right{   height: 100%; display: block; margin-right: 35px;}
    .full-screen .header-right{ margin-right: 35px; }
    .header-right-inner{ position: relative; height: 100%; display: block;  }
    .header-right-inner .social-icons{ padding: 18px 0px 0px; }
    .header-right-inner .social-icons li a.search-form-icon{ background-image: none; font-size: 14px; color: #fff; text-indent: 0; text-align: center; vertical-align: middle; } 
    .header-right-inner .social-icons li a.search-form-icon i{ line-height: 30px;}
    /* Header search form */
    .header-right-inner .searchform{ position: absolute; top: 65px; right:0px; display: none; }
    .header-right-inner .searchform .s{ background: #333333; border: none; color: #777777; width: 155px;}
    .header-right-inner .social-icons li a.search-form-icon,.social-icons li a{ background-color: #333333; }


	/* Primary Navigation */
    .main-nav{ padding-left: 20px; float: left;}
	.primary-nav.slideMenu ul li a{padding:21px 20px ; margin: 0px; font-size: 12px; text-transform: uppercase; font-weight: normal; font-size 14px; line-height: 24px}
	.primary-nav ul li a{color:#626262;z-index: 0;}
	.primary-nav ul li a:hover, .primary-nav &gt; ul &gt; li:hover &gt; a{color: #fff;}
	.primary-nav ul li:last-child a{padding-right:0px;}
	.primary-nav ul li.current-menu-item a{color: #fff;}
	/*
	 .primary-nav a.hasSubMenu{ position: relative; }
     .primary-nav a.hasSubMenu .subDown{ background: url(assets/images/primary-nav-submenu.png) bottom left no-repeat; height: 15px; width: 5px; position: absolute;  border-bottom: 0px; right: 4px;}
	*/

    /* Level 2*/
	.primary-nav ul li ul{background: #000000;}
	.primary-nav.slideMenu ul li ul li{padding:0px; text-align: center ; position: relative;}
	.primary-nav.slideMenu ul li ul li a{width: 200px;padding:8px 10px;display: block;font-size: 12px;color:#aaaaaa;border: none; margin: 0px;}
	.primary-nav.slideMenu ul li ul li a:hover,
    .primary-nav.slideMenu &gt; ul &gt;li &gt; ul &gt; li:hover &gt; a{color:#fff; background: #333333;}
    /*Level 3 */
    .primary-nav ul li ul li ul{ position: absolute; left: 218px !important; top: 0px; }
    .primary-nav ul li ul li:hover  ul{ display: block;}

		/* Mobile Version */
		#mobile-menu-wrapper{ width: 0px;  max-width: 100%;  position: absolute; top: 0px; left: 0px; height: 100%;  z-index: 50; background:  #333333; }
		#mobile-menu-inner{  width: 100%; position: relative; height: 100%;  display: block; }

		#primary-nav-mobile-a{
			display: none; position: relative; cursor: pointer; margin-top: 11px; height: 34px;width: 40px ; text-align: center; padding:  4px 1px 0 0px;
			position: absolute;
			top: 0px;
			right: -40px;
			z-index: 66;
		}

		.admin-bar #primary-nav-mobile-a{ margin-top: 39px; }

        #primary-nav-mobile-a i{ height: 100%; width:  100%; display: inline-block; line-height: 20px; font-size: 20px; background: url("assets/images/menu.png") center center no-repeat ;}
		#primary-nav-mobile-id{ }
		#primary-nav-mobile-a{ position: 14px;color:#fff; text-transform: none !important;}
		#primary-nav-mobile-a.primary-nav-opened{ }
	
		#primary-nav-mobile-id{margin:0px;background: #333333;padding-bottom:8px; display: block;}
		#primary-nav-mobile-id li{margin-bottom:0px;border-top:1px solid #222222;}
		#primary-nav-mobile-id li a{text-transform:uppercase; border-top:1px solid #444444;color:#cccccc;padding:6px 19px 6px;font-size: 12px;text-shadow: none !important; display: block; text-align: left;}
		#primary-nav-mobile-id li ul li a{padding-left: 40px; color:#999999 !important;}
		#primary-nav-mobile-id li ul li ul li a{padding-left: 60px;}
		#primary-nav-mobile-id li ul li ul li ul li a{padding-left: 80px;}

		#primary-nav-mobile-id li a:hover,#primary-nav-mobile-id li a:active{color:#fff !important;background: #444444;}
		.primary-nav-mobile-id li a:hover,.primary-nav-mobile-id li.current-menu-item a{background: #16a1e7;}
		.primary-nav-opened span{-webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg);-o-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}
        #primary-nav-mobile {   max-width: 100%; overflow-y: auto; overflow-x: hidden;  z-index: 70; position: absolute; top: 0px; left: 0px; max-width: 100%; width: 100%; height: 100%; display: none; }
        #primary-nav-mobile ul{ z-index: 50;}


        
        /* DDsmoothmenu
        ----------------------------------------------------------------------------------------*/
        .slideMenu{}
        .slideMenu ul{z-index:100;margin: 0;padding: 0;list-style-type: none;}
        /*Top level list items*/
        .slideMenu ul li{position: relative;display: inline;float: left;}
        /*Top level menu link items style*/
        .slideMenu ul li a{display: block;padding: 8px 10px;text-decoration: none;z-index: 0;position: relative; }
        * html .slideMenu ul li a{ display: inline-block;}
        .slideMenu ul li a:link, .slideMenu ul li a:visited{}
        .slideMenu ul li a.selected{ background: 0 none; }
        .slideMenu ul li a:hover{}
        /*1st sub level menu*/
        .slideMenu ul li ul{position: absolute;left: 0;display: none; /*collapse all sub menus to begin with*/visibility: hidden;z-index: 100;}
        /*Sub level menu list items (undo style from Top level List Items)*/
        .slideMenu ul li ul li{display: list-item;float: none; margin: 0px}
        /*All subsequent sub menu levels vertical offset after 1st level sub menu */
        .slideMenu ul li ul li ul{top: 0;}
        /* Sub level menu links style */
        .slideMenu ul li ul li a{min-width: 130px; /*width of sub menus*/padding:8px 13px 8px;display: block;z-index: 100;}
        /* Holly Hack for IE \*/
        * html .slideMenu{height: 1%;} /*Holly Hack for IE7 and below*/
       
        
    /* supersized  - Full Creen Slider 
    --------------------------------------------------------*/
   #supersized-loader{ display: none;}
   .supersized-only #supersized-loader{ display: block;}


    #supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:100px; height:100px; margin:-50px 0 0 -50px;  }
    #supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
    #supersized img { width:auto; max-width: inherit; height:auto; position:relative; display:none; outline:none; border:none; }
    #supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
    #supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
    
    #supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
    #supersized a { width:100%; height:100%; display:block; }
    #supersized li.prevslide { z-index:-20; }
    #supersized li.activeslide { z-index:-10; }
    #supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
    #supersized li.image-loading img{ visibility:hidden; }
    #supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

    /* supersized theme */
    #slidecaption{ float: left; margin-left: 35px; position: absolute; left:0%; bottom: 20%;  line-height: 24px; color: #fff;
      
      text-transform: uppercase;
      font-size: 23px;
      max-width: 350px;
    }

    #slidecaption .border{border-top: 3px solid #fff;
      border-bottom: 3px solid #fff;  padding: 5px 0px;}

    #slidecaption h1{ font-size: 64px; line-height: 60px; color: #fff; margin-bottom:0px; z-index: 30; font-weight: 900;}
    #slidecaption h2{ font-size: 44px; line-height: 50px; color: #fff; margin-bottom:0px; z-index: 30; font-weight: bold;}
    #slidecaption .desc{ text-transform: none; padding: 20px 0px;}
    #slidecaption .desc,  #slidecaption .btn{ font-size: 14px; }
	.supersized-action .load-item{height: 14px ; width: 14px; display: block; float: left; line-height: 0px; cursor: pointer; margin-right: 20px;
                               opacity: 1 !important; filter:alpha(opacity=100) !important; }
    #prevslide{ left:5px; background:url('assets/images/back.png') center center no-repeat; }
    #nextslide{ left:50px; background:url('assets/images/next.png') center center no-repeat; }
    .supersized-action{ padding-top: 13px;}
    
    
    /* Lightbox Loading */
    .lightbox-loader { position:absolute; top:50%; left:50%; z-index:1000; width:100px; height:100px; margin:-50px 0 0 -50px;  }
        
    
    /* MAIN CONTENT       
    --------------------------------------------------------*/   
   .site-wrapper{  width: 100%;}
    /* Gallery full width */
   .full-width .gallery-width{ margin:0 0px; width: 100%;}
   .main-wrapper.full-width{ margin : 35px 30px;}
   
   /* Gallery standard- boxed */
   .main-wrapper .gallery-boxed{}
   
   .main-outer-wrapper{ margin-left: 15px; margin-right: 15px; }
   .main-wrapper{margin-top: 35px; margin-bottom: 30px;}
   .main-wrapper.container{ margin-top: 35px ; margin-bottom: 30px;  padding-top: 25px; padding-bottom: 5px;}
   
  
   /*  Page title */ 
   .page-title, .page-title-wrapper{font-size: 33px;   font-weight: 400; color: #fff; text-transform: uppercase;  margin-bottom: 25px; line-height: 40px; padding-bottom: 20px; margin-left: 15px; margin-right: 15px;}
   .page-title.has-border, .page-title-wrapper.has-border{ border-bottom: 3px solid #343434; }

   .page-title-wrapper .page-title.has-border{ border-bottom: none;  }
   .page-title-wrapper .page-title{ margin-bottom: 0px; padding-bottom: 0px; margin-left: 0px; margin-right: 0px; }
   .breadcrumbs{ font-size: 12px;  text-transform: none;   line-height: 24px;}
   .breadcrumbs .sp{ margin: 0px 3px; }
   .page-title-wrapper .breadcrumbs{ margin-top: 7px;  color: #A7A7A7; }
   .breadcrumbs a{ color:  #fff; }



		/* CONTENT
		--------------------------------------------------------*/
		.post-thumb {  }
		.post .categories{ margin: 10px 0px 20px; font-size: 10px; }
		.post .categories a{ background: #282828; padding: 4px 7px; color:  #ffffff; margin-right: 5px; text-transform: uppercase;}
		.post .categories a:hover{ color: #000;}
		.post  .post-title, .post  .post-title a{ font-size: 30px; line-height: 34px; color:  #fff;}

		.post .post-excerpt, .post .post-content{ margin-bottom:  30px; }

		.post .post-meta{ border-top: 1px solid #343434; border-bottom: 1px solid #343434; padding: 7px 0px; font-size: 12px; }
		.post .post-meta .meta-left{  float:  left; }
		.post .post-meta .read-more{ float:  right; text-transform: uppercase; }
		.post .post-meta .sp{ margin: 0px 8px;  font-size: 11px; }
		.post .post-meta i{ margin-right: 5px;}

		/* Share buttons */
		.post .share{ float: right; }
		.post .share-icon{ cursor: pointer; position: relative; }
		.post .share .txt{ text-transform: uppercase;}
		.post .share i{  }


		.post-content h1,
		.post-content h2,
		.post-content h3,
		.post-content h4,
		.post-content h5,
		.post-content h6{ color: #fff; }
		
		.post-content a{ color: #fff; }

		.post-content ul{ margin-left: 30px; }
		.post-content ul li{ list-style: disc; }
		.post-content table, .post-content tr, .post-content td,  .post-content th{ border-collapse: collapse; }
		.post-content td,  .post-content th{ border: 1px solid #343434 ; padding: 5px; }

		/* Author details */
		.author-details{}
		.author-details h3{ text-transform: uppercase;}
		.author-details .avatar{ -webkit-border-radius: 120px;-moz-border-radius: 120px;border-radius: 120px; float: left; }
		.author-details .author-desc{ margin-left: 100px; }



		/* comments in single post */
		#comments{padding-bottom:10px;  }
			.comments-header-title{ font-size: 14px; text-transform: uppercase;}
			.comments-list{margin:0px 0px 30px;}
			.comments-list a{ color:  #fff;}
			.comments-list li{list-style-type:none;margin-bottom:0px; border-top: 1px solid #e5e5e5; padding-top: 20px; margin-bottom: 20px;  }
			.comments-list li:last-child{ border-bottom: 0px none; }
			.comment-item{padding:0px 0px; margin-bottom:20px; }
			.comment-item .comment-avatar{float:left;margin-right:18px; width:60px;height:60px;-webkit-border-radius: 120px;-moz-border-radius: 120px;border-radius: 120px;}
			
			.comment-item .avatar{float:left; margin-top:2px; margin-bottom: 20px; -webkit-border-radius: 120px;-moz-border-radius: 120px;border-radius: 120px;}

			.comment-content-wrapper{ margin-left: 70px; }
			.comment-meta a, .comment-meta span{  margin-right: 5px; }
			.comment-content{ padding-top:13px; }
			
			a.comment-reply-link{ margin-left: 5px; }
			.comment-date{font-style: italic;color:#A2A2A2;margin-bottom:6px;margin-top:3px;}
			.comment-author{}
			ul.children{margin-left:60px;}
				/* Comment Form */
				#respond #reply-title{ font-size: 14px; text-transform: uppercase;}
				.form-line{margin-bottom:20px;}
				label span{color:red;}
				.form-line input{width:320px;border:none;padding:10px;background: #ececec;color:#555555}
				.form-line textarea{width:90%;background: #ececec;padding:10px;min-height: 200px;border:none;color:#555555}
				#submit_comemnt{ text-transform: uppercase;}
				#submit_comemnt:hover{background: #333333; color: #fff;}





		/* SIDEBAR  &amp; WIDGETS
		--------------------------------------------------------*/
		.sidebar a{ color:  #fff;}
		
		.sidebar inut, .sidebar select, .sidebar textarea{ max-width: 100%; }
		
		.sidebar .widgettitle{ color: #a7a7a7; font-size: 15px; font-weight: bold; text-transform: uppercase;  padding-bottom: 10px;  border-bottom: 1px solid #343434; }
        .widget-container li{ margin-top: 10px; margin-bottom: 10px; }
        
		.widget_categories ul li,
		.widget_archive li,
		.widget_meta li,
		.widget_nav_menu li, .widget_pages li{ /* background: url(assets/images/arr-right.png) 0px 10px no-repeat;  padding-left: 10px; */ margin-top: 8px; margin-bottom: 8px; }

		.widget_categories ul li a:before,
		.widget_archive li a:before,
		.widget_meta li a:before,
		.widget_nav_menu li a:before, .widget_pages li a:before{ content: "\f105"; display: inline-block; vertical-align: baseline; font-family: FontAwesome; margin-right: 5px; }

		
		.widget_categories ul li ul, .widget_pages ul li ul, .widget_nav_menu ul li ul{ margin-left: 20px;}

		.st-recent-posts li img{ float: left; margin-right: 10px; max-width: 50px; max-height: 50px; }
		.st-recent-posts li a { margin-left:  0px; }
		.st-recent-posts li{ margin-bottom: 15px; margin-top: 15px; }
		.widget-container{ margin-bottom: 30px; }
		.sidebar .widget-container:last-child{ margin-bottom: 10px;}
		
		.widget_strecentposts li .recent-date{ display: block; }
		.widget_strecentcomments li .widget-post-thumb{ float: left; }
		.widget_strecentcomments li .widget-post-content{ margin-left: 60px; }
		.widget_strecentcomments li .widget-post-meta{ display: block; }

		/*Sidebar Ads 125 ----------------------*/
		.ads125 ul{margin-bottom:0px;}
		.ads125 ul li{float:left;margin:0px 30px 20px 10px; list-style: none !important; float:  left;}
        .ie8 .ads125 ul li{ margin-right: 0px;}
		.ads125 ul li:nth-child(2n){margin-right:0px;margin-left:0px;}



   /* GALLERY isotope      
   --------------------------------------------------------*/ 
   /* isotope  box shadow */
   .isotope .item-inner{
		margin-top: 3px;
		 box-shadow:0px 1px 5px 1px  rgba(0, 0, 0, 0.3);
		-webkit-box-shadow:0px 1px 5px 1px  rgba(0, 0, 0, 0.3);
		-moz-box-shadow:0px 1px 5px 1px  rgba(0, 0, 0, 0.3);
   }
   
   .full-width .isotope.row{ max-width: 100% !important; width: 100% !important;  }
   .full-width .isotope  .item{margin-bottom: 11px;  }
   
   .full-width .isotope .item-inner{ margin-left: 7px; margin-right: 7px;}
   .full-width .isotope{ width: 100%; margin: 0 auto; padding-bottom:0px; }
   
   .full-width .isotope .item{padding: 0px 0px 0px; float: left;}
   

   .isotope .item{ visibility: hidden; }

   .isotope .item-inner img{ width: 100%; }
   .isotope .caption{background: #232323; padding: 20px; display: block;}
   .isotope .caption p, .isotope .caption h3{ margin: 0px;   text-transform: uppercase;}
   
   .isotope .caption p{margin-top: 0p; margin-bottom: 5px; font-size: 11px; line-height: 14px; }
   .isotope .caption h3{margin-top: 0p; margin-bottom: 0px; font-size: 15px; line-height: 20px;}
   
   .isotope .caption p, .isotope .caption p a{ color:  #777777; }
   .isotope .caption h3, .isotope .caption h3 a{ color: #fff;}
   
   .isotope .item-inner .img-wrapper{position: relative;  display: block;}
   
   
   /* hover effect */
    .isotope .overlay {
       position: absolute; top: 0px;  left: 0px; right: 0px;  bottom: 0px;  width:100%; height: 100%;  display: block;
       opacity: 0;
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
       overflow:visible;
       background: rgba(0, 0, 0, 0.0); 
       -moz-box-sizing:border-box;
       -webkit-box-sizing:border-box;
       box-sizing:border-box;
       -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
       -ms-transition: all 0.5s ease-in-out;
       transition: all 0.5s ease-in-out;
    }
    
    .isotope .overlay .info {
       background: url("assets/images/search.png") no-repeat  center center ;
       width:100%; height: 100%;  display: block;
       position:relative;
       top:0px;
       opacity: 0;
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);

       -webkit-transition: opacity 0.5s 0s ease-in-out;
       -moz-transition: opacity 0.5s 0s ease-in-out;
       -o-transition: opacity 0.5s 0s ease-in-out;
       -ms-transition: opacity 0.5s 0s ease-in-out;
       transition: opacity 0.5s 0s ease-in-out;
    }
    
    .isotope .item-inner:hover .overlay{
       opacity: 1;
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
       background: rgba(0, 0, 0, 0.4);
    }
    
    .isotope .item-inner:hover .overlay .info {
        opacity:1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .black-and-white .isotope .overlay{ display: none; }
    
   
   
   .isotope-loadmore{ display: block;  text-align: center; line-height: 34px; position: relative; z-index: 5;}
   .isotope-loadmore a{ line-height: 24px; padding:8px 40px; font-size:  15px; color: #000000; text-transform: uppercase;}
   
   
   /* isotope effect */
    .isotope-item {
      z-index: 2;
    }
    
    .isotope-hidden.isotope-item {
      pointer-events: none;
      z-index: 1;
    }
    
    /**** Isotope CSS3 transitions ****/
    
    .isotope,
    .isotope .isotope-item {
      -webkit-transition-duration: 0.8s;
         -moz-transition-duration: 0.8s;
          -ms-transition-duration: 0.8s;
           -o-transition-duration: 0.8s;
              transition-duration: 0.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: -webkit-transform, opacity;
         -moz-transition-property:    -moz-transform, opacity;
          -ms-transition-property:     -ms-transform, opacity;
           -o-transition-property:      -o-transform, opacity;
              transition-property:         transform, opacity;
    }
    
    /**** disabling Isotope CSS3 transitions ****/
    
    .isotope.no-transition,
    .isotope.no-transition .isotope-item,
    .isotope .isotope-item.no-transition {
      -webkit-transition-duration: 0s;
         -moz-transition-duration: 0s;
          -ms-transition-duration: 0s;
           -o-transition-duration: 0s;
              transition-duration: 0s;
    }
    
    /* End: Recommended Isotope styles */
    
    
    
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
      -webkit-transition: none;
         -moz-transition: none;
          -ms-transition: none;
           -o-transition: none;
              transition: none;
    }
       
       
        
	/* FOOTER 
	--------------------------------------------------------*/
	/*
	.fixed-footer #footer{ position: fixed; bottom:0px; left: 0px; width: 100%;}
	*/
	
	.site-wrapper{ height: auto; min-height: 100%; position: relative; }
	
	.site-content-wrapper{ height: 100%; }
	.site-content-inner{ padding-bottom: 50px; }
	
	#footer{ width: 100%; bottom:0px; left: 0px; width: 100%; position: absolute;}
	#footer{
	    background: rgba(0,0,0,0.7);  border-top:  3px solid; 
        -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
        zoom: 1;
    }
	.footer-inner{ max-width: inherit; display: block; margin:0px 35px; marrin} 
	
	.footer-left{ width: 30%; float: left;} 
	.footer-right{ width: 59%; float: right; text-align: right; text-transform: uppercase; font-size: 11px;}
	#footer p{ margin:0px; padding:  10px 0px;}


	/* SLY SLIDER 
	--------------------------------------------------------*/
	.gallery-details-wrapper{ margin: 0px 15px;  }
	.full-width .gallery-details-wrapper{ margin: 0px 7px;  }
	.gallery-details{ margin: 0px 0px; display: block; background:  #000; color:  #fff; position: relative; z-index: 5;}
    .hidden .gallery-details {display: none;}
	.gallery-desc{ width: 300px; float: left;  position: relative;  font-size: 13px;}
    .gallery-desc-inner{ margin: 25px; padding-bottom: 40px; }
	.gallery-desc .g-title{ color:  #fff; font-size: 24px; margin: 20px 0px;}
    .g-meta{ margin-bottom: 10px;  }
    .g-controls{ position: absolute;  bottom: 0px; left:  0px; width: 100%; display: block; text-align: center; }
    .g-controls button{ background:  none;  padding: 0px 5px; margin: 0px 5px  }
    .g-controls button i{ color:  #000; font-size: 16px;}
    .g-controls button:hover i{ color:  #fff;}
	.sly-slider{ position: relative;  margin-left: 300px;}
	.sly-frame { background: #5A5A5A; }
	.sly-frame ul{ margin: 0px !important; }
	.sly-frame li{ float:  left; list-style:  none  !important; margin: 0px 5px 0px 0px; padding: 0px;}
	

	/* Next and back button */
	.sly-slider .controls button { height: 55px; width: 55px;  border-radius: 50%; -webkit-border-radius:  50%; -moz-border-radius: 50%; padding: 0px; background: rgba(0,0,0,.4);  position: absolute; top: 50%;  margin-top: -35px; text-align: center; border: 0px none; }
	.sly-slider .controls button.prev { left: 20px;}
	.sly-slider .controls button.next{right: 20px;}
	.sly-slider .controls button i{ font-size: 40px; line-height: 30px; font-weight: normal; color: #cccccc;  }
	.sly-slider .controls button:hover i, .sly-slider .controls a:hover button i{ color: #fff; }
	.sly-slider .scrollbar{ height: 6px; display: block; background: #000000; cursor: pointer;}
	.sly-slider .handle{ height: 6px; }
	.sly-slider .mousearea{height: 6px;}


	/*  loading gallery */
	.gallery-details-wrapper.loading{ min-height: 0px; display: block; position: relative;  }
	.gallery-details-wrapper.loading .gallery-details {  opacity: 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  filter: alpha(opacity=0);}
	.gallery-details-wrapper.loading.control-actions .gallery-details {  opacity: .7 !important; filter:alpha(opacity=70) !important; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important; }

	.gallery-details-wrapper.loading .g-overlay{  position: absolute; top: 0px; left:  0px; display:  block; height: 100%; width: 100%;  }
	.gallery-details-wrapper.loading .g-overlay .loading-icon, .loading-icon{ display:  block; height: 100%; width: 100%;  position: absolute; top: 0px; left:  0px; z-index: -1; }
    .gallery-details-wrapper.loading .g-overlay .loading-icon {z-index: 100;}
  
	  .loading-icon .shape {
            width: 30px;
            height: 30px;
            display: block;
            -webkit-border-radius: 7.5em;
            -moz-border-radius: 7.5em;
            border-radius: 7.5em;
            margin-right: 2px;
            position: absolute;
            float: left;
            z-index: 999;
            top: 50%;
            margin-top: -15px;
        }
    .loading-icon  .shape1 {  background: #C78E0C; }
    .loading-icon  .shape2 {  background: #0063DC; }



    /* LIGHTBOX EFFECT
	--------------------------------------------------------*/
      
      .mfp-wrap .mfp-container {
        opacity: 0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);

        -webkit-transition: all 0.2s ease-in-out; 
        -moz-transition: all 0.2s ease-in-out; 
        -o-transition: all 0.2s ease-in-out; 
        transition: all 0.2s ease-in-out; 

        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 
      }

      /* animate in */
      .mfp-wrap.mfp-ready .mfp-container {
        opacity: 1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);

        -webkit-transform: scale(1); 
        -moz-transform: scale(1); 
        -ms-transform: scale(1); 
        -o-transform: scale(1); 
        transform: scale(1); 
      }

      /* animate out */
      .mfp-wrap.mfp-removing .mfp-container {
        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 

        opacity: 0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
      }

      /* Dark overlay, start state */
      .mfp-wrap.mfp-bg {
        opacity: 0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);

        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .mfp-wrap.mfp-ready.mfp-bg {
        opacity: 0.8;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
      }
      /* animate out */
      .mfp-wrap.mfp-removing.mfp-bg {
        opacity: 0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
      }



	  /* Calendar */
	    .widget_calendar .footer_widgettitle, .widget_calendar .widgettitle{display: none;}
	    .widget_calendar  caption{ font-size: 15px;  font-weight: 500; margin-bottom: 7px; padding-bottom: 4px; text-align: left; }
	    
	    .widget_calendar #calendar_wrap table#wp-calendar,.widget_calendar #calendar_wrap{width:100%;font-size: 11px;}
	    table#wp-calendar{background: none;}
	    table#wp-calendar tbody &gt; tr &gt; td, table#wp-calendar thead &gt; tr &gt; th {border: 1px solid #343434;}
	    table#wp-calendar, table#wp-calendar tbody &gt; tr &gt; td, table#wp-calendar thead &gt; tr &gt; th {padding:5px 5px 6px;text-align:center;}
	    .sidebar table#wp-calendar,.sidebar table#wp-calendar tbody &gt; tr &gt; td,.sidebar table#wp-calendar thead &gt; tr &gt; th{padding:7px 5px 8px;text-align:center;}
	    table#wp-calendar thead &gt; tr &gt; th{color:#fff;font-weight: normal;font-size: 12px;}
	    table#wp-calendar tbody &gt; tr &gt; td{background:#505050;color:#999999;}
	    table#wp-calendar tbody &gt; tr &gt; td a{color:#fff;}
	    table#wp-calendar td#today{color:#fff;}
	    table#wp-calendar td#today a{color:#fff;}
	    .footer-wrapper table#wp-calendar td#today a:hover{color:#999999;}
	    .footer-wrapper table#wp-calendar td.pad{background: #202020;}

	    /* widget_tag_cloud */
		.widget_tag_cloud {}
		.widget_tag_cloud a {display: inline-block; margin: 0 3px 6px 0; padding: 3px 8px;  color: #000000; font-size: 14px !important; border-radius: 2px 2px 2px 2px;}
		.widget_tag_cloud a:hover{ background: #282828; color: #fff; };
   

/* Shortcodes
--------------------------------------------------------------------------------------------*/


	/* Pagination */


	.pagination ul, .pagination ul li{ margin: 0px; padding:0px; list-style:  none;}
	.pagination ul li{ display: inline;}
	.pagination ul li a{ color: #000;  padding: 5px 10px; margin: 0px 3px; font-size: 15px; }

	.pagination ul li a.page-current,
	.pagination ul li a:hover{ background:  #282828; color: #fff; }


	.p-pagination a, .p-pagination span{ margin: 5px; padding: 3px 10px; }
	.p-pagination span, .p-pagination a:hover{background:  #282828; color: #fff;}
	.p-pagination a:hover span{color: #fff;}
	.p-pagination a, .p-pagination a span{ color: #000; }
	.p-pagination a span{ margin: 0px; background:  none; padding: 0px; }




	.map iframe{ display: block; width: 100%; max-width: 100%;}

	/* contact form */
	.contact_form textarea{  display: block;}
	.contact_form input.error, .contact_form select.error, .contact_form textarea.error{ border-color:  red; }
	.contact_form .field_text .input_text{ width: 90%; }
    /* Contact Form 7 
    ---------------------------------------------------------------------------------------------*/
    .wpcf7-form {}
    .wpcf7-form p {margin: 0;}
    .wpcf7-form-control-wrap input {border: none; margin-bottom: 20px; width: 290px;}
    .wpcf7-form-control-wrap textarea {margin-bottom: 20px;border: none;border-radius: 0px;}
    .wpcf7-form .wpcf7-submit {background: #C78E0C; height: 38px;line-height: 38px; margin-bottom: 0; padding: 0 20px; text-transform: uppercase; width: auto;}
    .wpcf7-form .wpcf7-submit:hover {background: #282828}
    span.wpcf7-not-valid-tip {top: -6px; left: 0px; padding: 4px; width: 300px;}
    div.wpcf7-response-output {margin: 20px 0 20px 0;}
    div.wpcf7-response-output {position: relative;padding: 10px 35px 10px 14px;margin: 20px 0;background-color: #faf2cb;color: #c09853;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
    
	
	/* Button */
	.btn, a.btn, a.buttonm, .button, button{text-transform: uppercase;display: inline-block;  text-shadow:0 1px 0 rgba(0, 0, 0, 0.1); text-align:center;vertical-align: middle;cursor: pointer; padding: 8px 20px;  margin-top: 10px; margin-bottom: 10px; }
	.btn, a.btn, a.buttonm, .button, button{
		 color: #000;
	}
	.btn i{font-size: 14px;margin-right:10px; }
	.btn:hover{
		color:#fff;background-color: #282828;
		-o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
	}

	.btn.small{padding:3px 12px;font-size: 11px;}
	.btn.large{padding:13px 32px;font-size: 14px;}
	

	.btn_brown{background-color: #333333;}
	.btn_green{background-color: #80b500;}
	.btn_red{background-color: #C62020;}
	.btn_pink{background-color: #C71C77;}
	.btn_orange{background-color: #FA5B0F;}
	.btn_yellow{background-color: #FFB400;}
	.btn_cyan{background-color: #37B6BD;}
	.btn_purple{background-color: #6957AF;}
	.btn_gray{background-color: #808080;}
	.btn_celadon{background-color: #74AEA1;}

	/* Alert
	----------------------------------------------------------------------------------------*/
	.alert {position: relative;padding: 10px 35px 10px 14px;margin: 20px 0;background-color: #faf2cb;color: #c09853; }
	.alert .close {position: absolute;top: 10px;right: 5px; height: 15px; width: 15px; display: block; font-size: 12px; color:  #000; }
	.alert-success {background-color: #c3e4b8;color: #468847;}
	.alert-danger,.alert-error {background-color: #e7c1c0;color: #b94a48;}
	.alert-info {background-color: #b9dbee;color: #3a87ad;}
	.alert-block {padding-top: 14px;padding-bottom: 14px;}
	.alert-block &gt; p,.alert-block &gt; ul {margin-bottom: 0;}
	.close {float: right;font-size: 14px;font-weight: bold;line-height: 20px;color: #000000;opacity: .2;  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; filter: alpha(opacity=20);}
	.close:hover {color: #000000;text-decoration: none;cursor: pointer;opacity: .4;filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
	button.close {padding: 10px;cursor: pointer;background: transparent;border: 0;}

	/* Tabs */
	.tab-title{overflow: hidden;}
	.tab-title li{display: inline-block;cursor: pointer;background: #282828;padding:9px 24px;float:left;border-color: #343434;
     border-image: none;
     border-style: solid none solid solid;
     border-width: 1px medium 0px 1px;}
     .st-tabs .tab-title{ margin-left:0px;}
    .tab-title li:last-child{border-right:1px solid #343434;}
	.tab-title li.current{color: #000;}
	.tab-content-wrapper .tab-content{display: none;}
	.tab-content-wrapper .tab-content.active{display: block;}
	.tab-content{padding:18px 18px 1px 18px;border:1px solid #343434;}
	.tab-title{margin-bottom:0px;}
	.st-tabs  .txt-content{ margin-bottom: 18px;257 }

	/* Accordion */
	.accordion-wrap .st-accordion,  ul.st-accordion{ margin-left: 0px;}
	ul.st-accordion li, ul.st-accordion &gt;li{margin-bottom:20px; }
	ul.st-accordion li.accordion-item, ul.st-accordion &gt;li{ margin-left: 0px; list-style: none; }
	.acc-title{cursor: pointer;font-size: 15px;padding:10px 13px;background: #282828;color:white;margin-bottom:0px;position: relative;}
	.acc-title .icon-chevron-down{
        position: absolute;right:13px;top:10px;font-size: 12px;top:14px;
        -webkit-transition: all .2s linear;
	    -moz-transition: all .2s linear;
	    -o-transition: all .2s linear;
	    transition: all .2s linear;
    }
    .acc-title.acc-title-active .icon-chevron-down{
        -webkit-transform: rotateZ(180deg);
	    -moz-transform: rotateZ(180deg);
	   	-ms-transform: rotateZ(180deg);
	   	 -o-transform: rotateZ(180deg);
	   	 	transform: rotateZ(180deg);
    }
	.acc-content{display: none;padding:20px 20px 0px 20px;color:#999999;}

	/* Toggle */
	.st-toggle li.toggle-item, .toggle-wrap  ul li.toggle-item, ul.st-toggle &gt; li{margin-bottom:20px; list-style: none;}
	.toggle-wrap  .st-togglem, ul.st-toggle{ margin-left: 0px; }

	.toggle-content{display: none;}
	.toggle-title{cursor: pointer;font-size: 15px;padding:10px 13px;background: #282828;color:white;margin-bottom:0px;position: relative;}
	.toggle-content{display: none;padding:20px 20px 0px 20px;color:#999999;}
	.st-toggle .icon-plus,.st-toggle .icon-minus{position: absolute;font-size: 12px;top:14px;right:13px;opacity: 0;}
	.st-toggle .icon-plus{opacity: 1;}
	.st-toggle .toggle_current .icon-plus{opacity: 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0);}
	.st-toggle .toggle_current .icon-minus{opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100);}


	.acc-title.acc-title-active,
	.toggle-title.toggle_current
 		{ color: #000;}

	/* Twitter Widget */
	.twitter-update ul li{padding:0px 0px 13px 30px;background: url('assets/images/twitter-list.png') no-repeat left 8px;font-size: 13px;}
	.twitter-update ul li:last-child{padding-bottom:0px;}
	
	/* Blockquote */
	.st-blockquote{font-style: italic;}

	/* divider */
	.divider{ height: 1px !important; display: block;  background: #343434; border:0px none !important; }
	/* Buttons color */

	.btn.btn_brown{background-color: #BCA474; color: #fff;}
	.btn.btn_green{background-color: #80b500; color: #fff;}
	.btn.btn_red{background-color: #C62020; color: #fff;}
	.btn.btn_pink{background-color: #C71C77; color: #fff;}
	.btn.btn_orange{background-color: #FA5B0F; color: #fff;}
	.btn.btn_yellow{background-color: #FFB400; color: #fff;}
	.btn.btn_cyan{background-color: #37B6BD; color: #fff;}
	.btn.btn_purple{background-color: #6957AF; color: #fff;}
	.btn.btn_gray{background-color: #808080; color: #fff;}
	.btn.btn_celadon{background-color: #74AEA1; color: #fff;}

	/* tool tip */

	span.tooltip {
	  display: none;
      position: absolute;
      max-width: 300px;
      width: auto;
      line-height: 20px;
      padding: 10px;
      font-size: 14px;
      text-align: left;
      color: rgb(255, 255, 255);
      background: rgb(137, 137, 137);
      border: 4px solid rgb(137, 137, 137);
      border-radius: 5px;
      text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
      box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px;
      z-index: 999;
	}

	span.tooltip:after {
	      content: "";
	      position: absolute;
	      width: 0;
	      height: 0;
	      border-width: 10px;
	      border-style: solid;
	      border-color: #898989 transparent transparent transparent;
	      bottom: -24px;
	      left: 50%;
	      margin-left: -12px;
	}
	
	
	/*body.page-template-tpl-fullscreen-php{height: auto; } */

	.stpb_post_gallery.columns, .stpb_post_gallery.column{ padding: 0px; }
	.stpb_post_gallery .isotope.row{ margin: 0px}
	.stpb_post_gallery.columns .builder-item-title,
	.stpb_post_gallery.columns .builder-item-title{ padding-left: 15px; padding-right: 15px;}

	.main-wrapper.fhs{ } 


	#sttotop {  
		background: none repeat scroll 0 0 #333333;
	    border-radius: 2px 2px 2px 2px;
	    bottom: 60px;
	    cursor: pointer;
	    display: none;
	    height: 35px;
	    padding: 5px;
	    position: fixed;
	    right: 10px;
	    text-align: center;
	    width: 35px;
	    z-index: 999;
        -o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
	}
    
    #sttotop:hover {
        background: #C78E0C;
    }
    
    #sttotop:hover i {
        color: #000000;
    }

	#sttotop i {
	    color: #FFFFFF;
	    font-size: 24px;
	    line-height: 33px;
	}

    /* Gallery Kenburns */
    #kenburns_overlay {
        left: 0;
        position: fixed;
        top: 0;
        z-index: -1;
    }
    
    #kenburns {  left: 0;  position: fixed;  top: 0; z-index: -2;
    }

/*-----------------------------------------------------------------------------------*/
/* THEME ANIMATIONS
/*-----------------------------------------------------------------------------------*/
/* BASE ANIMATION - ADD TO ANY ANIMATED OBJECTS */
.animated { -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; }

/* BOUNCE IN FROM BOTTOM */
.BottomToTop {-webkit-animation-duration: .5s; -moz-animation-duration: .5s; -ms-animation-duration: .5s; -o-animation-duration: .5s; animation-duration: .5s; -webkit-animation-name: BottomToTop; -moz-animation-name: BottomToTop; -o-animation-name: BottomToTop; animation-name: BottomToTop; -webkit-animation-delay: .3s; -moz-animation-delay: .3s; -ms-animation-delay: .3s; -o-animation-delay: .3s; animation-delay: .3s; }
@-webkit-keyframes BottomToTop {
0%   { opacity: 0; -webkit-transform: translateY(50px);  }
100% { -webkit-transform: translateY(0);      }
}
@-moz-keyframes BottomToTop {
0%   { opacity: 0; -moz-transform: translateY(50px);   }
100% { -moz-transform: translateY(0);       }
}
@-o-keyframes BottomToTop {
0%   { opacity: 0; -o-transform: translateY(50px);   }
100% { -o-transform: translateY(0);       }
}
@keyframes BottomToTop {
0%   { opacity: 0; transform: translateY(50px);    }
100% { transform: translateY(0);        }
}

















	 
 

 
 
 
    
 </pre></body></html>