/*------------CSS STYLESHEET DYNAMICALLY GENERATED BY SPARKY---------------*/

/*------------GOOGLE FONTS---------------*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700,800&subset=latin,latin-ext,cyrillic,greek-ext,cyrillic-ext);
html {
    font-size:14px;
}

body {
    color:#333333;
    font-family:'Open Sans', sans-serif;
     text-align:left;    font-weight:300;
    font-style:normal;
}

div.container {
    background:transparent;
}

/*------------LAYOUT - SCREEN >= TEMPLATE WIDTH---------------*/

@media (min-width: 960px) {
.container, .row {
    width:960px;
}

[class*="span"] {
    margin-left: 0;
}

.mp_top1{
    width:960px;
}

.mp_logo{
    width:80px;
}

.mp_topmenu{
    width:880px;
}

.content_sparky {
    width:960px;
}

.mp_footer{
    width:240px;
}

.mp_copyright{
    width:720px;
}


}

/*------------LAYOUT - SCREEN BETWEEN 768px AND 979px---------------*/

@media (min-width: 768px) and (max-width: 979px) {

.container {
    width: 724px;
}
.span12 {
    width: 724px
}
.span11 {
    width: 662px;
}
.span10 {
    width: 600px;
}
.span9 {
    width: 538px;
}
.span8 {
    width: 476px;
}
.span7 {
    width: 414px;
}
.span6 {
    width: 352px;
}
.span5 {
    width: 290px;
}
.span4 {
    width: 228px;
}
.span3 {
    width: 166px;
}
.span2 {
    width: 104px;
}
.span1 {
    width: 42px;
}

}

@media (max-width: 767px) {

.container {
    width: 100%;
}

[class*="span"] {
    width: 100%;
}

}

.cell_pad {
    padding:0px 0px;
    margin:0px 0px;
}

/*------------ COMMON SETTINGS ---------------*/

a {
    color:#17ba9a;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
}

a:hover {
    color:#333333;
    text-decoration:none;
}

h1, h1 a {
    color:#333333;
    font-size:25px;
    font-family:'Open Sans', sans-serif;
    text-align:center;    font-weight:500;
    font-style:normal;
    }

h2, h2 a {
    color:#17ba9a;
    font-size:25px;
    font-family:'Open Sans', sans-serif;
    text-align:center;    font-weight:500;
    font-style:normal;
    }

h3 {
    color:#333333;
    font-size:24px;
    font-family:'Open Sans', sans-serif;
    text-align:left;    font-weight:bold;
    font-style:normal;
    }

h4 {
    color:#333333;
    font-size:20px;
    font-family:'Open Sans', sans-serif;
    text-align:left;    font-weight:bold;
    font-style:normal;
    }

img {
    border:none;
}

/*--------------LOGO----------------*/

.sparky_logo, .sparky_logo a {
	color:#FFFFFF;
    font-size:36px;
    font-family:'Open Sans', sans-serif;
    font-weight:800;
    font-style:normal;
	text-align:left;    text-decoration:none;
}

.sparky_slogan {
	color:#999999;
    font-size:12px;
    font-family:'Open Sans', sans-serif;
    font-weight:normal;
    font-style:normal;
	text-align:left;}


/*--------------DROP-DOWN----------------*/

ul.mnu_topmenu {
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:absolute;
    z-index:100;
    white-space:nowrap;
    text-align:right;
    position:relative;
    font-family:'Open Sans', sans-serif;
}

.mnu_topmenu ul {
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:absolute;
    z-index:100;
    background:#eeeeee;
}

.mnu_topmenu ul {
    width:200px;
    border:1px solid #dddddd;
    padding:12px;
}

.mnu_topmenu > li > a, .mnu_topmenu > li > span {
    display:block;
    margin:0;
    text-decoration:none;
    color:#333333;
    font-size:17px;
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
    padding-bottom:0;
    font-weight:normal;
    font-style:normal;
    height:35px;
    cursor:pointer;
}

.mnu_topmenu > li.active > a, .mnu_topmenu > li.active > span {
    color:#333333 !important;
    cursor:pointer;
}

.mnu_topmenu > li > a:hover, .mnu_topmenu > li:hover > a,
.mnu_topmenu > li > a:hover, .mnu_topmenu > li:hover > span {
    color:#333333;
}

.mnu_topmenu > li {
    display:inline-block;
    position:relative;
    text-align:left;    margin:0;
    padding:0;
    border-right:0px solid #cccccc;
    border-bottom:0px solid #cccccc;
    border-top:0px solid #cccccc;
    background:transparent;
}

.mnu_topmenu > li.active {
    background:transparent;
}

.mnu_topmenu > li:first-child {
    border-left:0px solid #cccccc;
}

.mnu_topmenu li:hover {
    position:relative;
    background:transparent;
}

.mnu_topmenu li ul li:hover {
    background:#e6e6e6;
}

.mnu_topmenu li ul li {
    height:25px;
    border-bottom:1px solid #dddddd;
    padding:0 10px;
    text-align:left;}

.mnu_topmenu li ul a, .mnu_topmenu li ul span {
    line-height:25px;
    font-size:12px;
    color:#666666;
    font-weight:normal;
    font-style:normal;
    padding-top:0;
    cursor:pointer;
}

.mnu_topmenu li ul li:hover > a,
.mnu_topmenu li ul li:hover > span {
    color:#333333;
}

.mnu_topmenu li ul ul {
    left:200px;
    margin-top:-12px;
}

.mnu_topmenu ul ul {
    top:0px;
}


.mnu_topmenu .sub {
    font-size:10px;
    line-height:normal;
    display:block;
}

.mnu_topmenu > li > ul {
    display: none;
}




/*--------------SCROLL TO TOP----------------*/

#back-top {
		bottom: 0;
	right: 25px;
    }

/*--------------FONT RESIZE----------------*/

#font_resize {
    text-align:right;
}

#font_resize a {
    color:#fff;
    text-decoration:none;
    padding:0 2px;
}

.clr {
    clear:both;
}

/*--------------RESPONSIVE TOP MENU----------------*/

select.tinynav {
    background-color:#000;
    background-image:none;
    height:30px;
    color:#eee;
    border:1px solid #666;
}

