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

		Square rainbow
		 theme original styles

***************************************/
@font-face {
    font-family: FlamaCondensedBasic;
    font-style: normal;
  	font-weight: normal;
    src: url('../font/FlamaCondensed-Basic.otf') format("opentype");
}

body {
	padding-top: 20px;
	font-size: 14px;	
	font-family: 'Coda', Arial;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}
ul, ol, ul li, ol li {
	list-style-type: none;
}
h2 {
	font-size: 25px;
	line-height: 30px;
}

.padd{
	padding:10px;
}

a, a:hover, a:visited {
	text-decoration:none;
}


.tag{
font-size:13px;
line-height:20px;
}

.rcontent{
border-left:5px solid #9ecb00;
padding-left:15px;
}

.form{
margin:10px 0px;
}

.form-horizontal .control-label {
 font-weight:normal;
 font-size:14px;
}

address{
font-size:14px;
line-height:25px;
}

.container {
	width:100%;
	max-width:1000px;
}
.container.nav-container {
	padding: 0;
}

/* Header */

header .logo {
	text-align:center;
	font-family: 'Oswald', sans-serif;
}

header .logo .lmain {
	font-size: 40px;
	line-height: 40px;
}
header .logo p.lsub {
	float: right;
}
header .logo p.lsub,
header .logo p.lsub * {
	color:#ddd;
	font-size:20px;
	text-shadow:0px 2px 1px #000;
}

/* Slider */

.flexslider{
margin:20px 0px 10px 0px;
background:transparent !important;
border:none !important;
border-radius:none !important;
box-shadow:0px 0px 10px #000;
margin-right:-15px;
margin-left:-15px;
}

header .cta{
padding:10px 10px 20px 10px;
text-align:center;
font-size:13px;
}

header a, header a:visited{
	text-decoration:none;
	-webkit-transition:color 1s ease;
	-moz-transition:color 1s ease;
	-o-transition:color 1s ease;
	transition:color 1s ease;
}

header a:hover{
color:#aaa;
-webkit-transition:color 1s ease;
-moz-transition:color 1s ease;
-o-transition:color 1s ease;
transition:color 1s ease;
text-decoration:none;
}

header .cta i{
margin:3px;
color:#fff;
}

header .cta a{
margin:0px 5px;
}

/* Navigation */

.navs {}
.box{
	width: 100px;
	margin: 10px 0px 10px 10px;
	float:left;
	text-align:center;
}
.navs .box:first-child {
	margin-left: 0;
} 
.box .box-r,
.box .box-g,
.box .box-b {
	padding: 20px 0px 10px 0px;
}
.content-r,
.content-g,
.content-b{
*	margin:10px 0px;
	padding:10px;
}
	
.box .top{
font-size:25px;
line-height:30px;
}

.box .bor{
border-top:1px solid #eee;
max-width:40%;
margin:5px auto;
}

.box .bot{
font-size:16px;
}
.box a, .box a:visited, .box a:hover{
	text-decoration:none;
}

/* Content */

.content-d .border{
	height:10px;
	margin:5px 0px;
	background:url('../images/dot.png') center bottom repeat-x;
}

.content-d a,.content-d a:visited{
	color:#fff;
	text-decoration:none;
}

.content-d a:hover{
border-bottom:none;
text-decoration:none;
}

.profile{
padding:1px;
background:#fff;
border:1px solid #555;
float:left;
margin-top:5px;
margin-right:10px;
width:200px;
}

.social-icons a, .social-icons a:visited, .social-icons a:hover{
border-bottom:none;
}

.social-icons{
margin-top:8px;
margin-bottom:10px;
}

.social-icons i{
display:inline-block;
background:#b32800;
border:1px solid #8f2000;
margin-right:5px;
width:30px;
height:30px;
text-align:center;
line-height:30px;
font-size:18px;
}

/* Resume */

.skills{
	margin-bottom: 10px;
}

.skill{
background:#6e8d00;
color:#fff;
border-radius:5px;
font-size:13px;
line-height:18px;
text-shadow:none;
padding:3px 5px;
border:1px solid #688600;
cursor:pointer;
}

.skill:hover{
background:#587100;
}

/* Portfolio */

.img-portfolio ul{
   margin:0;
   padding:0;
}

.portfolio li{
   display:inline !important;
   border:none !important;
}

.portfolio li a, .portfolio li a:visited{
   color:#777;
   padding:5px 10px;
   margin:0px 5px;
}

.portfolio li a:hover{
   color:#555;
}

#portfolio{
   text-align:center;
   display:inline-block;
}

#portfolio .element{
   margin:10px;
   padding: 0px;
    display:inline-block;
}

#portfolio .pcap{
   padding:3px 0px;
   background:#f9f9f9;
}

#portfolio h4{
   margin:4px 0px;
   padding:0px;
   margin-top: 10px;
   color: #666;
	font-size: 15px;
}

#portfolio a, #portfolio a:visited, #portfolio a:hover{
   color:#666;
   text-decoration:none;
   border:none;
}

#portfolio img{
	width:200px;
	margin:0px;
	padding:5px;
	background:#fff;
	border:1px solid #004659;
	box-shadow:0px 0px 3px #004659;
	border-radius:8px;
}

/* PrettyPhoto */

div.ppt {
   display:none !important;
}

/* Contact */

.gmap{
margin-top:10px;
}

.gmap iframe{
width:97%;
background:#ffc967;
border:1px solid #ffe6b7;
border-radius:8px;
box-shadow:0px 0px 5px #996300;
padding:5px;
}

/* Top */

.top-animation{
margin:10px 0px;
text-align:center;
}

.top-animation a{
color:#333;
}

/* Footer */

footer{
font-size:12px;
margin-top:10px;
margin-bottom:10px;
}

footer .container{
border-top:1px solid #222;
padding:10px 0px 0px 0px;
}

footer .social{
margin-top:5px;
}

footer .social a{
display:inline-block;
color:#fff;
font-size:17px;
text-align:center;
width:30px;
height:30px;
line-height:30px;
margin:0px 2px;
box-shadow:inset 0px 0px 1px #000;
text-shadow:0px 0px 1px #000;
}

footer .social a.facebook{
background:#2e7dc6;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

footer .social a.twitter{
background:#92d6e1;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

footer .social a.linkedin{
background:#3995bc;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

footer .social a.google-plus{
background:#c03a29;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

footer .social a:hover{
background:#222;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

/* Responsive */

#timeline.bootstrap .tooltip .tooltip-arrow {
    border-top: 3px solid #efefef;
    border-bottom: 0px solid #efefef;
    background: none;
    width: 1px;
    height: 3px;
    bottom: -4px;
}

#timeline.vertical-steps .step-header {
   position: absolute;
   left: -9999px;
}

#timeline.bootstrap .item .left-block .button {
    width: 100% !important;
    min-width: 100%;
}

#timeline.vertical-steps .step-header.active, #timeline.vertical-steps .step-header.checked {
   position: static;
   left: 0px;
}

@media (max-width: 480px){
   
   footer span.pull-right{
	   display:block;
	   float:none;
   }
   header .cta a{
	   display:block;
	   margin:5px 0px;
   }
   .box{
		width:100% !important;
		margin:5px 0px !important;
		float:none !important;
		display:block;
		text-align:center;
		border:1px solid #222;
	}
	.box .top{
	font-size:19px !important;
	line-height:23px;
	}
	.box .bot{
	font-size:14px !important;
	}
	.box-g, .box-b, .box-y, .box-r{
	padding:10px 0px 0px 0px;	
	}	
}

@media (max-width: 767px){
   header .logo{
   margin:20px 0px 0px 0px;
   }
   header .logo p.lmain{
   font-size:30px;
   line-height:35px;
   }
   header .logo p.lsub{
   font-size:15px;
   }
   .box{
	width:48%;
	margin:5px 0.7%;
	float:left;
	text-align:center;
	border:1px solid #222;
	}   
	.box .top{
	font-size:22px;
	line-height:25px;
	}
	.box .bot{
	font-size:14px;
	}
	.box-g, .box-b, .box-y, .box-r{
	padding:15px 0px 5px 0px;	
	}
   

}

@media (max-width: 991px){
	.container{
		width:100%;
	}
}

@media (max-width: 979px){
    #timeline.bootstrap #client_info_step .step-content {
        padding-left: 5% !important;
    }
}



/******************************************

		Mobile version 
	(bootstrap responcive theme)

******************************************/

@media (max-width: 800px) {
	#timeline.bootstrap #info.bottom-info {
	        display: none;
	}
	#timeline.bootstrap #client_info_step .step-content {
        padding-left: 25% !important;
    }
}

@media (max-width: 600px) {
	
	/*--------- Common  -----------*/
	
	.row {
	   margin-left: 0px;
	   margin-right: 0px;
	}
	.col-md-12 {
	   padding-left: 0px;
	   padding-right: 0px;
	}
	body {
		padding-top: 0px;
	}
	header .logo {
		text-align: left;
		width: 100%;
	}
	header .logo .company-time {
		font-size: 13px;
		margin: 10px 0;
	}
	
	
	/*--------- Timeline  -----------*/
	
	#timeline.touch {
		display: none !important;
	}
	#timeline.bootstrap #step_info_container .step-header {
	   height: 55px !important;
	   margin-top: 0px !important;
	}
	#timeline.bootstrap .step-header .step-title .step-name {
	   font-size: 17px !important;
	}
	#timeline.bootstrap #step_info_container .step-header .step-title .step-info {
	   font-size: 13px !important;
	}
	
	
	/*----- Service etc list steps ------*/
	
	#timeline.bootstrap .item .left-block {
	   width: 25% !important;
	}
	#timeline.bootstrap .item .location-info, 
	#timeline.bootstrap .item .category-info, 
	#timeline.bootstrap .item .event-info, 
	#timeline.bootstrap .item .unit-info {
	   width: 70% !important;
	}
	#timeline.bootstrap .item .location-image, 
	#timeline.bootstrap .item .category-image,
	 #timeline.bootstrap .item .event-image, 
	 #timeline.bootstrap .item .unit-image {
	   min-height: 40px;
	   max-width: 100% !important;
	   height: auto !important;
	   padding: 2px !important;
	}
	#timeline .list-inline &gt; li.item {
	   padding-left: 0px;
	   width: 100%;
	}
	
	
	/*------ Date time step -------*/
	
	#timeline.bootstrap #date_start {
        float: none;
	}
	#timeline.bootstrap #time_select {
       padding: 15px 0px 0px 0px !important;
    }
	#timeline.bootstrap #date_start .ui-datepicker {
    	width: 100%;
    	border: 1px solid red;
    	
	}
	#timeline.bootstrap #date_start .ui-datepicker td span, 
	#timeline.bootstrap #date_start .ui-datepicker td a {
	   width: auto !important;
	}
	
		
	
	/*------   Bottom info   -------*/
	
	#timeline.bootstrap #info.bottom-info {
		display: none;
	    margin-left: 0px !important;
	    margin-right: 0px !important;
	    padding: 0px !important;
	    border: none !important;
	    width: 100% !important;
	}
	#timeline.bootstrap #date_time_step .bottom-info {
	   width: 100% !important;
	}
	#timeline.bootstrap .bottom-info .service-info-block .image, 
	#timeline.bootstrap .bottom-info .title, 
	#timeline.bootstrap .info-block .datetime .image {
	   width: 25% !important;
	   height: auto !important;
	   min-height: 45px;
	   padding: 2px !important;
	}
	#timeline.bootstrap #info.bottom-info .service-info-block .service-info, 
	#timeline.bootstrap #info.bottom-info .data {
	   width: auto !important;
	}
	#timeline.bootstrap #info .info-block .datetime .data {
	   vertical-align: top;
	}
	
	
	/*---- Client step --- */
	
	#timeline.bootstrap .client-info-step-form-container {
		width: 100%;
		position: relative;
		display: block;
	}
	#timeline.bootstrap  .buttons_container {
		width: 100%;
	}
	#timeline.bootstrap #client_form .client_form_wrapper {
		width: 100%;
	} 
	
	#timeline.bootstrap #client_form input[type=text],
	#timeline.bootstrap #client_form textarea,
	#timeline.bootstrap #client_form #phone_description,
	#timeline.bootstrap #client_form select,
	#timeline.bootstrap #client_form #additional_fields .zend_form dd input,
	#timeline.bootstrap #client_form #additional_fields .zend_form dd select,
	#timeline.bootstrap #submit_button,
	#timeline.bootstrap .license {
		width: 100% !important;
	}
	
	#timeline.bootstrap #client_form #additional_fields .zend_form dd input,
    #timeline.bootstrap #client_form #additional_fields .zend_form dd select {
        height: 40px !important;
    }
	 

	#timeline.bootstrap #client_form input#client_phone_number {
		width: 63.3% !important;
	}
	
	.feedback_list .feedback {
        width: 100% !important;
	}
	
	#events .event {
        width: 100% !important;
        border-bottom: 1px dashed;
	}
	
	#events .event .info, #events .event .name, #events .event .picture {
        width: auto !important;
	}
	
	.container {
	   padding-left: 0px !important;
	   padding-right: 0px !important;
	}
	
	header .container {
	   padding-left: 15px !important;
       padding-right: 15px !important;
	}
	
	#timeline.bootstrap #client_info_step .step-content {
        padding-left: 15px !important;
    }
    #timeline.bootstrap #submit_button, #timeline.bootstrap .license {
        margin-left: auto;
        margin-right: 15px;
    }
    
    
    /*----- jquery popups  ----*/
    .ui-dialog {
    	width: 99% !important;
    }
    .ui-dialog .timezone-select-container .labels {
		width: 90%;
	}
}

.calendar_set .reservation_allowed a {
    background: #b8e992;
    border: 1px solid #92b974;
    
}

.calendar_set .reservation_cancelled a{
    background: #f99579;
    border: 1px solid #9a5c4b;
}
.iphone-favorites-button a {
	margin-bottom: 10px;
}</pre></body></html>