/*
	Theme Name: LC Blank
	Theme URI: http://themeforest.net/user/DanyDuchaine
	Author: Slobodan Kustrimovic
	Author URI: http://themeforest.net/user/DanyDuchaine
	Description: Multipurpose theme powered by Live Composer.
	Version: 1.0.2
	License: GPL2
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**
 * Reset CSS
 */

a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background:#fff}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}

body {
	font-size: 15px;
}

img, embed, iframe, object {
	max-width: 100%;
}

.align-center {
	text-align: center;
	margin-top: 30px;
}

.align-center a {
	text-decoration: none;
	color: #1498db;
}

.align-center a:hover {
	text-decoration: underline;
}

.art-button
{
   border: 0;
   border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #639EB6;
   background: -webkit-linear-gradient(top, #7BADC1 0, #5293AD 86%, #4E8DA6 100%) no-repeat;
   background: -moz-linear-gradient(top, #7BADC1 0, #5293AD 86%, #4E8DA6 100%) no-repeat;
   background: -o-linear-gradient(top, #7BADC1 0, #5293AD 86%, #4E8DA6 100%) no-repeat;
   background: -ms-linear-gradient(top, #7BADC1 0, #5293AD 86%, #4E8DA6 100%) no-repeat;
   -svg-background: linear-gradient(top, #7BADC1 0, #5293AD 86%, #4E8DA6 100%) no-repeat;
    -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   border-width: 0;
   padding:0 20px;
   margin:0 auto;
   height:31px;
}


input.art-button
{
   float: none !important;
   -webkit-appearance: none;
}

.art-button.active, .art-button.active:hover
{
   background: #5E90A1;
   background: -webkit-linear-gradient(top, #75A0AE 0, #5E90A1 50%, #517C8A 100%) no-repeat;
   background: -moz-linear-gradient(top, #75A0AE 0, #5E90A1 50%, #517C8A 100%) no-repeat;
   background: -o-linear-gradient(top, #75A0AE 0, #5E90A1 50%, #517C8A 100%) no-repeat;
   background: -ms-linear-gradient(top, #75A0AE 0, #5E90A1 50%, #517C8A 100%) no-repeat;
   -svg-background: linear-gradient(top, #75A0AE 0, #5E90A1 50%, #517C8A 100%) no-repeat;
   background: linear-gradient(to bottom, #75A0AE 0, #5E90A1 50%, #517C8A 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   border-width: 0;
   padding:0 20px;
   margin:0 auto;
}
.art-button.active, .art-button.active:hover {
   color: #152023 !important;
}

.art-button.hover, .art-button:hover
{
   background: #467F95;
   background: -webkit-linear-gradient(top, #5293AD 0, #3B6A7D 100%) no-repeat;
   background: -moz-linear-gradient(top, #5293AD 0, #3B6A7D 100%) no-repeat;
   background: -o-linear-gradient(top, #5293AD 0, #3B6A7D 100%) no-repeat;
   background: -ms-linear-gradient(top, #5293AD 0, #3B6A7D 100%) no-repeat;
   -svg-background: linear-gradient(top, #5293AD 0, #3B6A7D 100%) no-repeat;
   background: linear-gradient(to bottom, #5293AD 0, #3B6A7D 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   border-width: 0;
   padding:0 20px;
   margin:0 auto;
}
.art-button.hover, .art-button:hover {
   color: #D2E3EA !important;
}