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

ONE THEME
made by
VLAD HAIDUC
artBreeze Studios
http://themeforest.net/user/artbreeze

*/



/* ================================================
   TABLE OF CONTENTS
   ------------------------------------------------
   1. General page/section customizations
   2. Main text styles
   3. Navigation and logo
   4. #Intro
   5. #About
   6. Separators
   7. #Team
   8. #Clients
   9. #Services
   10. #Testimonials
   11. #Portfolio and gallery
   12. #Charts Numbers
   13. Social-Icons separator
   14. #Contact
   15. #Footer
   16. Preloader
   17. #blog News


   ================================================  */


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 1.General page/section customizations  */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html,body{
    height: 100%;
    max-width:100%;
}


body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #d5d5d5;
    font-weight: 400;

}

.container-fluid{
    margin:0;
    padding:0;
}


section{
    padding-top:60px;
    padding-bottom:60px;
}

.sectionTitle{
   /*  margin-bottom:30px; */
}



.heading h2{
    margin-bottom:25px;
}


.valign{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


::-moz-selection {
    color: white;
    background: #4a0867;
}

::selection {
    color: white;
    background: #4a0867;
}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 2. Main text styles and shortcodes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color:#282828;
}

h1, span.h1, h2, span.h2, h3, span.h3, h4, h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

span.h1 {
	display:block;
	text-transform:uppercase;
	}
span.h2, span.h3 {
	display:block;
	}
h1 small, span.h1 small, h2 small, span.h2 small, h3 small, span.h3 small, h4 small, h5 small{
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}
span.h1 small{
	text-transform:none;
	}

h1, span.h1{
    font-size: 64px;
    line-height:50px;
    letter-spacing: -3px;
    color:#300743;
 }

h1 small, span.h1 small{
    font-size: 64px;
}

h2{
    text-transform: none;
    font-size: 50px;
    line-height:50px;
    letter-spacing: -3px;
    color:#300743;
}

h2 small{
    color:#300743;
    font-size: 50px;
}


h3{
    text-transform: none;
    font-size: 36px;
    line-height:40px;
    letter-spacing: -2px;

}

h3 small{
    font-weight: 200;
    font-size: 36px;
}

h4{
    font-size:30px;
    line-height:30px;
    letter-spacing: -1px;
    color:#300743;

}


h4 small{
    color:#300743;
    font-size: 24px;
}

h5{
    font-size:24px;
    line-height:26px;
}

.intro-text{
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 23px;
    color:#d5d5d5;
    margin:40px 0;

}

/*  small intro text  */
.sub{
    font-weight:300;
    border:1px solid #300743;
    padding:6px 20px;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#300743;
    font-style:normal;

}

.subWhite{
    font-weight:300;
    border:1px solid white;
    padding:6px 20px;
    letter-spacing:4px;
    text-transform:uppercase;
    color:white;
    font-style:normal;
}
.owl-wrapper .owl-item.allclick:hover .subWhite{
	background:#282828;
	color:#fff;
    border:1px solid white;
}


.sectionTitleIcon{
    border:2px solid#300743;
    border-radius:100px;
    padding:30px;
    color:#300743;
    margin-top:30px;
}

.sectionTitleIcon-white{
    border:2px solid white;
    border-radius:100px;
    padding:30px;
    color:white;
    margin-top:30px;
}


.dropcap {
    background: #300743;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 44px;
    margin-top:7px;
    margin-right:7px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 10px;
    font-size: 20px;
    border-left: 7px solid #d5d5d5;}

blockquote footer{
    background-color:transparent;
    font-size: 14px;
    margin-top:0;
    padding:0;
}

blockquote footer cite{
    font-style: italic;
}


.btn-default{
    border-radius:0px;
    border: 1px solid #300743;
    font-size: 13px;
    color: #300743;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    background:transparent;
    -webkit-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -ms-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;

}

.btn-default:hover{
    background: #300743;
    color:white;
    border: 1px solid #300743;

}

.btn-default-white{
    border-radius:0px;
    border: 1px solid white;
    font-size: 13px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    background:transparent;
    -webkit-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -ms-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
}

.btn-default-white:hover{
    background: white;
    color:#300743;
    border: 1px solid white;
}

.btn-default-black{
    border-radius:0px;
    border: 1px solid #282828;
    font-size: 13px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    background:#282828;
    -webkit-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -ms-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
}

.btn-default-black:hover{
    background: white;
    color:#282828;
}

.btn-lg{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-sm{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-xs{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-group&gt;.btn:first-child{
    border-right: 1px solid transparent;
}
.btn-group&gt;.btn:last-child{
    border-left: 1px solid transparent;
}

.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-right: 1px solid #300743;
    border-left: 1px solid #300743;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default
{
    background: #300743;
    color:white;
    border: 1px solid #300743;

}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
}

a{
    color: #282828;
    text-decoration: none;
}

a:hover, a:focus{
    color: #5c5c5c;
    text-decoration: none;
}


.btn:active{
    box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
    outline-offset: 0;
}

.input-group{
    margin-bottom:10px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: white;
    text-align: center;
    background-color: #300743;
    border: 1px solid #300743;
    border-radius: 0px;
}

/* Form Focus */
.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0),0 0 8px rgba(48,7,67,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0),0 0 8px rgba(48,7,67,.0);
}


/* Progress bars */
.proress{
    background-color: #f8f8f8;
    border-radius: 4px;
}

.progress-bar-default{
    background-color: #300743;
    margin-bottom:10px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    /* 3. Navigation and logo */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*Navigation*/
.navbar-fixed-top{
	height:115px;
}

.navbar-brand{
	height:auto;
	padding:15px 0 4px 20px;
}

.navbar-brand img {
    width: 100%;
    height:auto;
}

.navbar-nav{
    padding-right:20px;
}



.navbar-nav{
    float: right;
}

.navbar-nav&gt;li&gt;a{
    font-size:12px;
    font-weight:700;
    text-transform: uppercase;
    border-radius:0;
    padding: 4px 10px 4px 10px;
    background:transparent;
    text-align: center;
    color:white;
    letter-spacing: 3px;
    margin:30px 2px;
    margin-right:3px;
    border:1px solid transparent;
    -webkit-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -ms-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;

}

.nav&gt;li.active&gt;a{
    background-color:white;
    color:#300743;
}


.nav&gt;li&gt;a:hover, .nav&gt;li&gt;a:focus {
    text-decoration: none;
    background-color: transparent;
    color: white;
    border:1px solid white;
}


.nav&gt;li.active&gt;a:hover{
    background-color:white;
    color:#300743;
}



.affix{
    background-color:#300743;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.affix-top{
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.sm-nav-toggler{
    color:white;
    background-color:#300743;
    font-size:24px;
    padding:15px;
    margin:10px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
            /* 4. #Intro */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#intro {
    padding: 0;
}

#intro .introItem h1, #intro .introItem span.h1{
    padding-bottom:30px;
}

#intro .introItem{
    padding-bottom:10px;
}

#intro .introItem h1, #intro .introItem h1 small, #intro .introItem span.h1, #intro .introItem span.h1 small{    
    color:white;
    display:block;
}


#intro .introItem i, #intro .next{
    color:white; /* #intro text icon color */
}

.maskWrapper{
    opacity:0.7;
}

.simple-image-mask{
    /*background: #4c4c4c; *//* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGM0YzRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTIlIiBzdG9wLWNvbG9yPSIjNTk1OTU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjNjY2NjY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzklIiBzdG9wLWNvbG9yPSIjNDc0NzQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmMyYzJjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMmIyYjJiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjMWMxYzFjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzMTMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
    /*background: -moz-linear-gradient(-45deg,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); *//* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); *//* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); *//* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); *//* Opera 11.10+ */
    /*background: -ms-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); *//* IE10+ */
    /*background: linear-gradient(135deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); *//* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); *//* IE6-8 fallback on horizontal gradient */

    background: #4c4c4c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGM0YzRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTIlIiBzdG9wLWNvbG9yPSIjNTk1OTU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjNjY2NjY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzklIiBzdG9wLWNvbG9yPSIjNDc0NzQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmMyYzJjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMmIyYjJiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjMWMxYzFjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzMTMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
    background: linear-gradient(135deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */


    left: 0;
    top:0;
    overflow:hidden;
    z-index:-9999;
    height:100%;
    width:100%;
    position:absolute;
}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
            /* 5. #about */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#about {
    background-color: white;
    position:relative;
}

#about .icon{
    margin-bottom:30px;
}

#about .icon &gt; i{
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
#about .item:hover .icon &gt; i{
    color:#300743;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
        /* 6. .separators */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.separator{
    background-color:#300743;
}

.separator h3, .separator h3 small, .separator span.h3, .separator span.h3 small{
    color:white;
}

#clients h3, #clients span.h3,  #portfolio span.h3 {
	color:#000;
	margin-top:0;
}
.separator .btn{
    margin:20px;
}

.separator p{
    color:white;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
            /* 7. #Team */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



#team{
    background: white;
    padding-bottom:0;
}

#team .member img{
    max-width: 100%;
    height: auto;
}

.memberName{
    color:#300743;
    font-size:20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform:uppercase;
}


.memberJob {
    margin-top:20px;
    margin-bottom:20px;
}

.memberDescription{
    font-size:12px;
    line-height:22px;
    padding:0 40px;
    height:130px;
}


.member p i{
    margin:5px;
}

#team .owl-carousel {
    margin-bottom: -10px;
}

#team  .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    color: #300743;
    background-color: transparent;
}

#team  .owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 0;
    top: 300px;
}

#team  .owl-theme .owl-controls .owl-buttons .owl-next{
    right: 0;
    top: 300px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
            /* 8. #Clients */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



#clients{
    background: url(img/siti-nuova-generazione.jpg)  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0, 50% 0, 50% 0, 50% 0;
    background-repeat: repeat, repeat, repeat ,no-repeat;
}


#clients .customNavigation a{
    color:white;
}

#clients h3, #clients h3 small{
    color:white;
}

#clients a img{
    margin-left: auto;
    margin-right: auto;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
          /* 9. #Services */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#services{
    background-color: white;
}

#services i{
    color:#300743;
}
#services .serviceIcon{
    float:left;
    padding-left: 1px;
    padding-top:20px;
}

#services .biggerIcon{
    top:20%;
    position:absolute;
    opacity:0.07;
}

#services .serviceInfo{
    text-align:left;
    padding-left: 60px;
    padding-top: 2px;
}



#services .serviceInfo p{
    line-height:24px;
}


.tableWrapper{
    background-color:#300743;
    padding:20px;
    margin-top:30px;
    margin-bottom:30px;
}

.recommended{
    padding-top:50px;
    padding-bottom:60px;
    margin-top:0;
}

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

.subscriptionName h3{
    color:white;
}

#services .rating i {
    color:white;
}

.rating{
    margin-top:20px;
    margin-bottom:20px;
}

.subscriptionPrice{
    width:200px;
    margin-left:auto;
    margin-right:auto;
}

.subscriptionList ul li{
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 40px;
    color: white;
    border-bottom:1px solid #454545;
}

.subscriptionList ul li:last-child{
    border-bottom:none;
}

.tableWrapper .btn{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

}
/*hover effect*/
.trim {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.trim:before {
    content: '';
    position: absolute;
    border: white solid 2px;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.trim:hover:before, .trim:focus:before, .trim:active:before {
    opacity: 1;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
        /* 10. #Testimonials */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



#testimonials{
    background: url(img/simpleImage2.png)  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0, 50% 0, 50% 0, 50% 0;
    background-repeat: repeat, repeat, repeat ,no-repeat;
}

#testimonials h3, #testimonials h3 small{
    color:white;
}

#testimonials  .testimonial-slide{
    color:white;
}

#testimonials  .testimonial-slide p{
    font-style:italic;
    font-size:18px;
    color:white;
}

#testimonials .testimonial-slide .testimonial-name{
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:0px;
}

#testimonials .testimonial-slide .testimonial-job{
    font-weight:300;
    letter-spacing:0px;
    font-style:italic;
    font-size:10px;

}

#testimonials .customNavigation a{
    color:white;
}

#testimonials .owl-theme .owl-controls .owl-page span{
    margin-top:30px;}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    /* 11. #Portfolio and gallery */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#portfolio{
    background-color: #ffffff;
    padding-bottom:20px;
}

#portfolio #filters .btn {
    margin-top:10px;
}

#portfolio .intro-text{
    margin-bottom: 20px;
}

.gallery {
    background: #FDD;
    background: hsla(45, 100%, 40%, 0.2);
    max-width: 100%;

}
.gallery .gallery-inner .caption small{
    color: rgba(255,255,255,0.6);
}
.gallery .gallery-inner .caption{
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.90);
    -webkit-transition: all 1s ease-in-out;

}
.gallery .gallery-inner:hover .caption{
    opacity: 1;
}

.gallery-inner .caption-heading {
    width:100%;
    height:110px;
}


.caption-heading i{

    color:white;
}

.caption-heading a:hover{
    color:#b5237d;
}

.gallery-inner .caption-heading .fa{
    margin-bottom:20px;
}


.projectTitle{
    font-size:18px;
    line-height:35px;
    letter-spacing: -1px;
    color:white;
    font-weight:700;
    padding-left:20px;
    padding-right:20px;
}

.gallery {
    background: #282828;
    min-height:500px;
}


/* ---- isotope ---- */


/* clear fix */
.gallery:after {
    content: '';
    display: block;
    clear: both;

}

/* 5 columns, percentage width */
.gallery .gallery-inner,
.gallery .grid-sizer {
    width: 20%;/* change here the column width */
}

.gallery .gallery-inner {
    float: left;
    height: auto;
    background: #0D8;
    position: absolute;
    left: 0;
    top: 0;
    margin:0;
}

.galleryImage{
    min-width:100%;
    width: 100%;
    height: auto;

}

/* magnific popup effect */
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/* end magnific popup effect */


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
     /* 12. #Charts Numbers */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#charts{
    background: url(img/siti-nuova-generazione.jpg)  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0, 50% 0, 50% 0, 50% 0;
    background-repeat: repeat, repeat, repeat ,no-repeat;
}


.timer{
    width: 200px;
    height: 200px;
    background: transparent;
    color:white;
    margin-left:auto;
    margin-right:auto;
    text-align:center;

}
.textWrapper i{
    font-size:80px;
}

.number{
    font-size:50px;
    font-weight:700;
    margin-top:20px;

}

.chartText{
    text-transform:uppercase;
    margin-top:-10px;
    font-size:12px;
    font-weight:700;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
   /* 13. #social icons separator */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.social-icons {
    margin-top:30px;
}
.social-icons a{
    color:white;
    margin:20px;
}

.social-icons a:hover{
    color:#00d1fe;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
           /* 14. #Contact */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#contact{
    background:white;
}

#contact .contactIcon{
    float:left;
    color: #300743;
    padding-top:20px;
}

#contact .biggerIcon{
    top:20%;
    position:absolute;
    opacity:0.07;
}

#contact .contactInfo{
    text-align:left;
    padding-left: 60px;
    padding-top: 2px;
}



#contact .contactInfo p{
    line-height:24px;
}

iframe{
    border:none;
}


.form-control:focus {
    border-color: #300743;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
    background-color: #fff;
    background-image: none;
    border: 1px solid #282828;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
    font-family: 'Raleway', sans-serif;
    margin-top:0px;
}


input{
    width:200px;
}

#contact iframe{
    margin-top:10px;
    max-width:100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
            /* 15. #Footer */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


footer {
    background-color: #300743;
    color:white;
    font-size:10px;
    padding:20px;
}
.recapiti{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
    color:white;
}

.recapiti mark{
	background:none;
	color:#fff;
	font-weight:700;
}
footer p{
    margin-top: 10px;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 20px;
    color:white;
}

footer img{
    max-width:10%;
    height:auto;
}

footer a{
    color:#d5d5d5;
}

footer a:hover{
    color: white;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
          /* 16. #Preloader */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: white;
    border-radius: 100%;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}


#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#300743; /* change if the mask should have another color then white */
    z-index:9999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    /*background-image:url(); *//* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    /* 17. #blog News */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#homepageBlog{
    background-color: white;
}

#blog{
    padding-top:150px;
}

.blogPost{
    border:none;
    margin-bottom:10px;
    margin-top:10px;
}

.blogCategory, .blogPostInfo{
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    color:#aaaaaa;
    font-size:14px;
    margin-top:10px;
}

.postDate{
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    color:#aaaaaa;
    font-size:12px;
    margin-top:20px;
    text-transform:uppercase;
    text-align:left;
}


.blogPost .caption {
    padding: 20px;
    background-color: #F8F8F8;
}

.blogPostSeparator{
    width:100px;
    border-top:1px solid #aaaaaa;
    margin-top:20px;
    margin-bottom:20px;
}

.label-default {
    background-color: transparent;
    border:1px solid #d5d5d5;
    font-weight:400;
    letter-spacing: 0px;
    color:#d5d5d5;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all  0.3s ease-in;
    -o-transition: all  0.3s ease-in;
}

.label-default:hover{
    color:#300743;
}


.excerpt{
    margin-bottom:20px;
}

/*widgets*/

.search a {
    color: white;
}

.widget{
    padding:0px;
    padding-top:20px;

}

.list{
    list-style:none;

}
.list {
    margin-top:20px;
    padding:0 0 0 20px;
}
.list li{
    margin-top:10px;
    margin-bottom:5px;
}

.list li:before {
    font-family: 'FontAwesome';
    content: '\f101';
    margin:0 5px 0 -15px;
    color: #d5d5d5;
}

.list li a {
    color: #777;
    font-weight:300;

}

.list li a:hover {
    color: #2C2242;
}

.tags a{
    line-height:2em;
}

#wp-calendar {width: 100%; color:Black;}
#wp-calendar caption { text-align: center; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; border-bottom:1px solid black;
    padding-bottom:15px; font-weight:700;}

#wp-calendar thead { font-size: 10px; color:Black; text-align:center;}

#wp-calendar thead th { padding-bottom: 10px; padding-left:5%; }


#wp-calendar tbody { color:black; }
#wp-calendar tbody td { color:black; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #300743 ; color:white; }

#wp-calendar tbody td.pad { background: none; }
#wp-calendar tbody td.pad :hover td.pad{ background: white; }

#wp-calendar #today{
    background-color:#777;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all  0.3s ease-in;
    -o-transition: all  0.3s ease-in;
}

#wp-calendar #today:hover{
    background-color:#300743;
}

#wp-calendar #today a{
    color:white;
}

.calendar h5{
    text-align:center;
    color:#300743;
    margin-bottom:30px;
}

.calendar h5 i{
    margin:0 40px;
}



.blogPost .owl-theme .owl-pagination {

    position: absolute;
    bottom:10px;
    width:100%;

}

.blogPost .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    color: white;
    background-color: transparent;
}

.blogPost .owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 0px;
    top: 45%;
}

.blogPost .owl-theme .owl-controls .owl-buttons .owl-next{
    right: 0px;
    top: 45%;
}

.blogPost .owl-theme .owl-controls .owl-page span {

    opacity: 0.8;
    background: white;
    z-index:1200;
    filter: Alpha(Opacity=80);
}

.blogPost .owl-theme .owl-controls .owl-page span.active {

    opacity: 1;
    background: black;
    filter: Alpha(Opacity=80);
}

#owl-blogPost &gt; div.owl-controls.clickable{
    margin-top:-10px;
}

#homepageBlog .blogPost img{
    width: 100%;
}

#wp-calendar tbody td.pad:hover {
    background: none;
    color: white;
}


.abstract {font-size:26px;font-style:italic;line-height: 32px;margin-top: 20px;}
.abstract:before {content:"\00ab";}
.abstract:after {content:"\00bb";}
.abstract strong {font-weight:normal;color: #00D1FE;}
.strong {font-weight:bold;}

ul.features li {color:#282828;margin-bottom: 35px;font-family: 'Open Sans', sans-serif;font-weight: 400;font-size: 16px;    line-height: 26px;}
.serviceItem {
    min-height: 140px;
}
a.underline:link {text-decoration:underline;}
a.underline:hover {text-decoration:none;}

p.emphasis {
    font-size: 30px;
    line-height: 34px;
	text-align:center;
}
p.emphasis strong, p.emphasis span.strong {color:#00FFFF;}
span.payoff {
    margin-left: 200px;
    padding-top: 3px;
    display: block;
    clear: left; 
    }
#services span.h3, #portfolio span.h3, #contact span.h3 {color: #282828;}
#services span.h3 small, #portfolio span.h3 small, #contact span.h3 small {color: #00D1FE;}
.clear{clear:left;padding-top: 20px;}
#about h1{line-height: 65px;font-weight: 300;}
#contact hr {margin-top: 60px;}
.intro-text strong, .intro-text .strong  {
	/*color:#009abb;
	background:#fff;
	padding:0px;*/
 }
.slide-menu-left .active a {color:#00D1FE;}
a.continue {position: absolute;bottom: 0;left: 50%;color: white;margin-left:-26px;}
a.continue:hover {color:#00D1FE;}
.text-center-forced {text-align:center;}

.banner {
    	text-align: center;
    	margin-bottom: 30px;
    }
		
.banner div {
	position: relative;
    }
    
.banner a {
 	position: absolute;
    	top: 112px;
     margin: -10px 0 0 -150px;
	}
 	
.banner a .subWhite {
	display:block;
	color:white;
	font-weight: bold;
	background-color:rgba(0,0,0,0.6);
	border: 1px solid white;
	}

.banner a:hover .subWhite{
	color:black;
	background-color:rgba(255,255,255,0.6);
	border-color:black;
    -webkit-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -ms-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
	}
   
.mobile-header {
	position: relative;
	background-color:#282828;
	height:100px;
	}
	
.mobile-header img {
	position:absolute;
	top:50%;
	left:50%;
    margin-left: -104px;
   margin-top: -32px;
   }
   
.page .slide-menu-left{
	padding-top:100px;
	}

#breadcrumb {
    margin-top: 10px;
    padding-left:0;
    }
#breadcrumb ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#breadcrumb ol li{
	float:left;
	padding-right: 4px;
	}
#breadcrumb ol li.last{
	color:#009abb;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity:0.6;
}
#breadcrumb ol li:before{
	content: " / ";
	}
#breadcrumb ol li.first:before{
	content: "";
	}
.page section {
	padding-top: 130px;
	padding-bottom: 30px;
	}
#contact {
    padding-top: 20px;
    }
a.underline {text-decoration:underline;}
a.underline:hover {text-decoration:none;}

nav#cms {
	font-size: 16px;
	margin-bottom: 30px;
	background: #D5D5D5;
	}
nav#cms .text-left {
	padding: 15px;
	}	
nav#cms ol {
	margin:20px 0 0 0;
	padding:0;
	list-style-type:none;
	}

nav#cms li {
	color: #282828;
	margin-bottom: 2px;
}
nav#cms li i {
    margin-right: 5px;
	font-size:90%;
}
nav#cms li a {
	text-decoration:none;
	}
nav#cms li a:hover {
	text-decoration:underline;
	}

nav#cms li.selected {    
   font-weight: bold;
   }	

input.error, textarea.error {
	border: 1px solid red;
	}
span.feedback {
	color:red;
	display:block;
	margin-top: 4px;
	}
.homepage #about .img-about {max-width: 100%;    height: auto;}
.homepage #clients .img-responsive {margin:20px auto;}
#owl-clients .content {
	float:left;
	width:20%;
	text-align:center;
}
.text-center #owl-clients{
	text-align:center;
}
.fa-mobile.fa-3x {
	font-size: 80px;
	margin-top: -8px;
	}
.fa-mobile.fa-5x {
    font-size: 120px;
    margin-top: -8px;
    margin-left: 10px;
    }
    
mark{
	font-size:20px;
	background:none;
	color:#565656;
	font-weight:700;
}
ul{
	color:#282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}</pre></body></html>