/* Text */
/* Open Sans  */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600');
/* Montserrat  */
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/* Satisfy  */
@import url('https://fonts.googleapis.com/css?family=Satisfy');
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
    margin:0px;
    font-weight: unset;
}
body {
	color: #2B2B2B;
	font-size: 14px;
	line-height: 28px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}
.features-main-head {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    font-family: 'Montserrat';
}
.features-gray {
    color: #777;
    font-size: 20px;
    display: block;
    line-height: 30px;
    padding-bottom: 10px;
    margin: 0px;
}
.features-white {
    color: #fff;
    font-size: 25px;
    display: block;
    line-height: 30px;
}
.features-research {
    color: #fff;
    font-size: 25px;
    line-height: 0px;
    font-family: 'Montserrat';
    padding-left: 5px;
    vertical-align: middle;
}
.features-subhead {
    color: #777;
    font-size: 20px;
    display: block;
    line-height: 30px;
    font-family: 'Montserrat';
}
.features-head {
    color: #2b2b2b;
    font-size: 15px;
    display: block;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Open Sans';
}
.features-bold {
    color: #2b2b2b;
    font-size: 17px;
    display: block;
    font-weight: 600;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Open Sans';
}
.features-red {
    color: #ba1313;
    font-size: 22px;
    display: block;
    line-height: 30px;
    font-family: 'Montserrat';
    padding-bottom: 10px;
}
.features-mini {
	font-weight: normal;
	color: #777;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height:18px;
}
.portfolio-header {
	text-transform: uppercase;
	font-size:15px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}
.artdetail-header {
	color: #2b2b2b;
    font-size: 18px;
    display: block;
    line-height: 15px;
    font-family: 'Montserrat';
}
.artdetail-subheader {
	font-weight: normal;
	color: #2b2b2b;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:18px;
    margin-bottom: 0px;
}
.artdetail-mini {
	font-weight: normal;
	color: #777;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height:18px;
	text-transform:uppercase;
    margin-top: 0px;
}
.artdetail-red {
	font-weight: 600;
	color: #ba1313;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:18px;
    margin: 0px;
}
.artdetail-gray {
	font-weight: 600;
	color: #2b2b2b;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:30px;
    margin: 0px;
}
.artdetail-price {
	font-weight: 600;
	color: #ba1313;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height:30px;
}
.white {
    color: #ffffff;
}
.color {
  color: #ba1313 !important;
}
.orange {
    color: #da5f27;
}
.blue {
    color: #02acd7 !important;
}
a {
	text-decoration: none;
	color: #2B2B2B;
}
a:focus,
a:visited,
a:hover {
	text-decoration: none;
	color: #2B2B2B;
}
a.online { 
	color: #ba1313;
	}
a.online2:hover  { 
	color: #ba1313;
	}
a.online3 {
	color: #d5d5d5;
}
a.online3:hover  { 
	color: #ba1313;
	}
a.online4 {
	color: #333;
}
a.online4:hover  { 
	color: #ba1313;
	}
a.gallery2:hover { 
	color: #da5f27;
	}
a.gallery2 {
	color: #333;
}
a.gallery3 {
	color: #da5f27;
}
a.whitelink { 
	color: #ffffff;
	}
a.whitelink:hover  { 
	color: #ba1313;
	}
a.darklink { 
	color: #2b2b2b;
	}
a.darklink:hover  { 
	color: #ba1313;
	}
hr.shadowstyle {
    border:none;
 	width: 60%;
	height: 85px;
	margin-top: 0;
	border-bottom: 1px solid #2b2b2b;
	box-shadow: 0 5px 20px -20px #333;
  	margin: -50px auto 10px; 
}
@media (max-width:767px){
				.tempcenter {
				text-align: center;
				}
				}	

/* Community Template */
/* Top bar */
.top-bar {
	background: #eeeeee;
	color: #999;
	padding: 10px 0px;
	font-size: 12px;
	line-height: 25px;
	border-bottom: 1px solid #d5d5d5;
	letter-spacing: .5px;
}
.top-bar a {
	color: #2b2b2b;
}
@media (max-width: 767px) {
	.top-bar .tb-contact {
		display: none;
	}
}
.top-bar .tb-search {
	position: relative;
	display:none;
}
.top-bar .tb-search .b-dropdown-block {
	padding: 7px;
	border: 1px solid #ddd;
	width: 250px;
	position: absolute;
	background: #ffffff;
	top: 30px;
	border-radius: 2px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	display: none;
	z-index: 10000;
}
@media (max-width: 767px) {
	.top-bar .tb-search {
		display: block;
	}
}
.top-bar .tb-social {
	margin-right: 10px;
}
.top-bar .tb-social i {
	font-size: 13px;
	margin: 0px;
	margin-right: 2px;
}
@media (max-width:767px){
	.top-bar .tb-social{
		display:none;
	}
}
.tb-shopping-cart {
	position: relative;
	margin-left: 15px;
}
.tb-shopping-cart i {
	font-size: 14px;
}
.tb-shopping-cart .b-dropdown-block {
	width: 110px;
	background: #ffffff;
	right: 0px;
	border: 1px solid #e2e2e2;
	position: absolute;
	margin-top: 5px;
	z-index: 10000;
	padding: 10px 10px;
	border-radius: 5px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	display: none;
    color: #2b2b2b;
}
.tb-shopping-cart .b-dropdown-block h4 {
	font-size: 13px;
	font-weight: 600;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px dashed #eee;
}
.tb-shopping-cart .b-dropdown-block ul li {
	padding: 10px 0px;
	border-bottom: 1px dashed #eee;
	float:left;
	width:100%;
}
.tb-shopping-cart .cart-img {
	width: 40px;
	float: left;
}
.tb-shopping-cart .cart-title {
	position: relative;
	margin-left: 50px;
}
.tb-shopping-cart .cart-title h5 {
	font-size: 13px;
	line-height: 23px;
	font-weight:400;
}
.tb-shopping-cart .cart-title h5 a {
	color: #666666;
}
.tb-shopping-cart .cart-title h5 a:hover {
	color: #808080;
}
.top-bar .tb-language {
	margin-left: 10px;
}
.top-bar .tb-language a {
	color: #888;
}
.top-bar .tb-language a:hover {
	color: #666;
}
.myaccount {
		width: 110px;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	margin-top: 5px;
	z-index: 10000;
	padding: 10px 10px;
	border-radius: 5px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	display: none;
    color: #2b2b2b;
	}
@media (max-width:767px){
    .myaccount {
    width: 140px; 
    right: 45px; 
    left: auto;
    text-align: left;
        }
}

/* Header 1 Navigation menu */
.header-1 .navy ul,
.header-1 .navy ul li,
.header-1 .navy ul li a,
.header-1 .navy #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	z-index:4;
}
.header-1 .navy #menu-button {
	display: none;
}
.header-1 .navy {
	width: auto;
	background: #fff;
}
.header-1 .navy > ul > li {
	float: left;
}
.header-1 .navy > ul > li:hover {
	background-color: #2B2B2B;
	color: #FFF !important;
}
.header-1 .navy > ul > li > a {
	padding: 3px 15px;
	font-size: 12px;
	line-height:28px;
	color: #2B2B2B;
	font-weight: 200;
	text-transform: uppercase;
	text-decoration: none;
}
.header-1 .navy > ul > li:hover > a,
.header-1 .navy > ul > li > a:hover {
	color: #fff;
}
#marketplace {
    font-weight:800;
}
#marketplace:hover {
    color: #fff;
}
.header-1 .navy ul > li.has-sub > a:after {
	font-family:"FontAwesome";
	font-weight:400;
	font-size:14px;
}
.header-1 .navy ul ul {
	position: absolute;
	left: -9999px;
	opacity: 0;
	transition: bottom .4s ease, opacity .3s ease;
}
.header-1 .navy > ul > li > ul {
	background:#fff;
	padding:5px 0px;
	margin-top: -10px;
	box-shadow:0px 5px 15px rgba(0,0,0,0.15);
}
.header-1 .navy > ul > li:hover > ul {
	left: auto;
	top: 45px;
	opacity: 1;
}
.header-1 .navy ul ul ul {
	top: 50px;
	padding:5px 0;
	box-shadow:0px 5px 15px rgba(0,0,0,0.15);
}
.header-1 .navy ul ul > li:hover > ul {
	top: 0;
	left: 170px;
	opacity: 1;
	background:#fff;
}
.header-1 .navy ul ul li a {
	width: 185px;
	padding: 4px 20px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}
.header-1 .navy ul ul li:hover > a,
.header-1 .navy ul ul li > a:hover{
	color: #2b2b2b;
	background-color: #bdbdbd;
	font-weight: 400;
}
.header-1 .navy ul ul > li.has-sub > a:after {
	font-family:"FontAwesome";
	font-weight:400;
	float:right;
	font-size:14px;
}
@media (max-width:767px){
	.header-1 .navi{
		background:transparent !important;
		border-top:0px !important;
		border-bottom:0px !important;
	}
	.header-1 .navy {
		max-width:400px;
		margin:0px auto;
		margin-bottom:20px;
	}
	.header-1 .navy ul,
	.header-1 .navy ul ul,
	.header-1 .navy ul ul ul,
	.header-1 .navy > ul,
	.header-1 .navy > ul > li > ul,
	.header-1 .navy > ul > li:hover > ul,
	.header-1 .navy ul ul li:hover > ul,
	.header-1 .navy ul ul ul li:hover > ul{
		position: absolute;
		left: 0;
		right: auto;
		width: 100%;
		display: none;
		padding: 0;
		opacity: 1;
		text-align: left;
		box-shadow:none;
	}
	.header-1 .navy > ul > li{
		border:1px solid #eee;
		border-bottom:0px;
        background-color: #fff;
	}
	.header-1 .navy > ul > li > a {
		color: #666;
	}
	.header-1 .navy > ul > li:hover > a,
	.header-1 .navy > ul > li > a:hover {
		color: #fff;
	}
	.header-1 .navy ul li {
		width: 100%;
		border-top: 1px solid #eee;
        
	}
	.header-1 .navy ul li:last-child{
		border-bottom:1px solid #eee;
	}
	.header-1 .navy > ul > li > ul,
	.header-1 .navy ul ul ul {
		border-top:1px solid #eee !important;
		border-bottom:1px solid #eee !important;
	}
	.header-1 .navy ul li a {
		padding: 10px 20px;
        text-align: center;
	}
	.header-1 .navy ul ul li a {
		width:100%;
		padding: 10px 20px 10px 35px;
	}
	.header-1 .navy ul ul ul li a {
		padding: 10px 20px 10px 50px;
	}
	.header-1 .navy ul ul ul ul li a {
		padding: 10px 20px 10px 65px;
	}
	.header-1 .navy > ul > li.has-sub > a:after,
	.header-1 .navy ul ul li.has-sub > a:after {
		display: none;
	}	
	.header-1 .navy #menu-button {
		position: relative;
		display: block;
		padding: 3px 20px;
		cursor: pointer;
		font-size: 13px;
		color: #333333;
		font-weight: 400;
		text-transform: uppercase;
        background: #ffffff;
	}
    @media (max-width: 767px) {
        .header-1 .navy #menu-button {
            top: auto;
        }
        

    }
	.header-1 .navy #menu-button:after{
		content: "\f0c9";
		font-family:"FontAwesome";
		margin-left:7px;
		font-weight:400;
		float:right;
		font-size:14px;		
	}
	.header-1 .navy .submenu-button {
		position: absolute;
		right: 0;
		display: block;
		width: 50px;
		height: 50px;
		z-index: 12;
		cursor: pointer;
	}
	.header-1 .navy ul ul .submenu-button {
		height: 50px;
        position: absolute;
	}
	.header-1 .navy ul .submenu-button:after {
		content: "\f107";
		font-family:"FontAwesome";
		font-weight:400;
		font-size:14px;
		line-height:50px;
		text-align:center;
		display: block;
	}
}
@media (min-width:786px){
	.header-1 .navy ul{
		display:block !important;     
	}
}
.an-logo2 {
	width:100px;
	margin-top:-26px;
}
@media (max-width: 767px){
	.an-logo2 {
    width: 85px;
        margin-top: -19px;
	}
}

/* Video */
.home-vid-do-more {
    height:483px; 
    padding: 0px;
    
}
    @media (max-width: 570px){
        .home-vid-do-more {
        	height:475px; 
        	padding: 0px;
        }
    }

#fullScreenDiv{
	min-height: 100%; 
	max-height: 450px;
	width: auto;
	padding:0!important;
	margin: 0!important;
	position: relative;
	overflow: hidden;
	background-color: #767676;
    
}
.overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #767676;
	opacity: 0.55;
}
#messageBox{
	position: absolute;  top: 15%;  left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height:100%;
        padding: 0px 75px 0px 75px;
}
	@media (max-width:671px) {
		#messageBox{
			position: absolute;  top: 0%;  left: 0;
			align-items: center;
			justify-content: center;
			width: 100%;
			height:100%;
		}
	}
#messageBox2{
	position: absolute;  top: 20%;  right: 15%;
	align-items: center;
	justify-content: center;
	width: 100%;
	height:100%;
        padding: 0px 75px 0px 75px;
}
	@media (max-width:671px) {
		#messageBox2{
			position: absolute;  top: 40%;  left: 0;
			align-items: center;
			justify-content: center;
			width: 100%;
			height:100%;
        padding: 0px 0px;
		}
	}
span.backbox {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 20px 10px 20px;
    border: 1px solid #ffffff;
    white-space: nowrap;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.credits {
    margin-top: -50px;
    color: #ffffff;
    font-size: 10px;
    line-height:10px;
}
/* Video Substitute */
#videosubstitute {
	position: absolute;
	top: 50%;
	left: 75%;
	width: 1325px !important;
	height: 600px !important;
	margin-top: -300px; /* Half the height */
	margin-left: -663px; /* Half the width */
	background-color: #767676;
    opacity: inherit;
}
/*if there is 992  pixels or more, then display the video but hide the image*/
    @media only screen and (min-width : 992px) {
        #video{display:block;}
         #videosubstitute{display:none}
    }   

/* Homepage Specific */
.whitehomeheader {
	color: #fff;
    line-height: 65px;
    font-size: 80px;
    letter-spacing: 1px;
    font-family: 'Satisfy', cursive;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.homealt {
    font-size: 35px; 
}
.homealt2 {
    font-size: 35px; 
}
	@media (max-width:671px) {
		.homealt2 {
    font-size: 22px; 
}
    }
.homesubalt {
    font-size: 30px; 
    text-transform:uppercase;
    font-weight:600;
}
.font-bold {
    font-weight: 900;
}
.whitehomesubheader {
	color: #fff;
    line-height: 25px;
    margin-top: 5px;
    font-size: 25px;
    letter-spacing: 1px;
    font-size: 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.whitehomep {
	color: #fff;
    font-weight: 300;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0px 0px 15px #2B2B2B;
}
.whitehomecollector {
    font-size: 35px;
    line-height: 60px;
    color: #fff;
}
.whitetext {
    color: #fff;
}
.cursivecollector {
    font-size: 55px;
    font-family: 'Satisfy', cursive;
    color: #c6302f;
}
.cursivemain {
    color: #333;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Satisfy', cursive;
}
.messagey {
     padding-top:75px;
}
	@media (max-width: 767px){
		.messagey {
      		padding-top:30px;
		}
	}
.scrolldown {
    color: #fff;
    font-size: 30px;
}
.btn-home {
    width: 50px;
    height: 50px;
    padding: 8px 8px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
    margin-bottom:15px;
    color: #767676;
}
.community-growth {
    background-image: url("{!URLFOR($Resource.ArtworkHome, 'word_map.png')}");
    background-position: 50% 0%;
  	background-repeat: no-repeat;
}
.bubble {
    position: relative;
    padding: 20px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-style: italic;
    font-size: 14px;
}
.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 14px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 30px;
}
.comments-avatar {
	margin-top: 25px;
	margin-left: 22px;
	margin-bottom: 25px;
}
.comments-avatar .commens-name {
	font-weight: 600;
	font-size: 14px;
}
/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.fade-in.two {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}

.fade-in.three {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.fade-in.four {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  animation-delay: .9s;
}

.fade-in.five {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 1.2s;
}

/* Buttons */
.btnspace {
	letter-spacing: 1px;
}
.btn.btn-transparent {
	border: 1px solid #ffffff !important;
	background: transparent !important;
	color: #ffffff !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn.btn-transparent:hover,
.btn.btn-transparent:focus,
.btn.btn-transparent.active,
.btn.btn-transparent:active {
	background: #ffffff !important;
	color: #808080 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn.btn-white {
	background: #ffffff;
	color: #666666;
	border: 1px solid #dddddd;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active,
.btn.btn-white:active {
	background: #f7f7f7;
	color: #666666;
	outline: #666666;
	outline-offset: 2px;
}
.btn.btn-white.btn-outline {
	background: transparent !important;
	border: 1px solid #f7f7f7 !important;
	color: #666666;
}
.btn.btn-grey {
	background: #eeeeee;
	color: #666666;
	border: 1px solid #d5d5d5;
}
.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey.active,
.btn.btn-grey:active {
	background: #d5d5d5;
	color: #666666;
}
.btn.btn-grey.btn-outline {
	background: transparent !important;
	border: 1px solid #d5d5d5 !important;
	color: #666666;
}
.btn.btn-dark-grey {
	background: #2b2b2b;
	color: #fff;
	border: 1px solid #2b2b2b;
}
.btn.btn-dark-grey:hover,
.btn.btn-dark-grey:focus,
.btn.btn-dark-grey.active,
.btn.btn-dark-grey:active {
	background: #000000;
	color: #fff;
}
.btn.btn-dark-grey.btn-outline {
	background: transparent !important;
	border: 1px solid #2b2b2b !important;
	color: #fff;
}
.btn.btn-black {
	color: #ffffff;
	background: #333;
	border: 1px solid #4d4d4d;
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.active,
.btn.btn-black:active {
	background: #4d4d4d;
	color: #ffffff;
}
.btn.btn-black.btn-outline {
	background: transparent !important;
	border: 1px solid #4d4d4d !important;
	color: #4d4d4d;
}
.btn.btn-red {
	color: #ffffff;
	background: #ed5441;
	border: 1px solid #e52d16;
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red.active,
.btn.btn-red:active {
	color: #ffffff;
	background: #e52d16;
}
.btn.btn-red.btn-outline {
	background: transparent !important;
	border: 1px solid #e52d16 !important;
	color: #e52d16;
}
.btn.btn-color {
  color: #ffffff;
  background: #ba1313;
  border: 1px solid #9e1918;
}
.btn.btn-color:hover,
.btn.btn-color:focus,
.btn.btn-color.active,
.btn.btn-color:active {
  background: #9e1918;
  color: #ffffff;
}
.btn.btn-color.btn-outline {
  background: transparent !important;
  border: 1px solid #9e1918 !important;
  color: #9e1918;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    color: #767676;
}
.btn .badge {
	position: absolute;
	top: -8px;
	right: -8px;
}
.btn.btn-blue {
	color: #ffffff;
	background: #02acd7;
	border: 1px solid #02acd7;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue.active,
.btn.btn-blue:active {
	background: #6bc6ef;
	color: #ffffff;
}
.btn.btn-blue.btn-outline {
	background: transparent !important;
	border: 1px solid #02acd7 !important;
	color: #02acd7;
}
.btn.btn-orange {
	color: #ffffff;
	background: #da5f27;
	border: 1px solid #f69110;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange.active,
.btn.btn-orange:active {
	background: #da5f27;
	color: #ffffff;
}
.btn.btn-orange.btn-outline {
	background: transparent !important;
	border: 1px solid #da5f27 !important;
	color: #da5f27;
}
.btn.btn-yellow {
	background: #fcd419;
	color: #ffffff;
	border: 1px solid #dfb803;
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow.active,
.btn.btn-yellow:active {
	background: #dfb803;
	color: #ffffff;
}
.btn.btn-yellow.btn-outline {
	background: transparent !important;
	border: 1px solid #dfb803 !important;
	color: #dfb803;
}
.btn.btn-purple {
	background: #cb79e6;
	color: #ffffff;
	border: 1px solid #ba4ede;
}
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple.active,
.btn.btn-purple:active {
	background: #ba4ede;
	color: #ffffff;
}
.btn.btn-purple.btn-outline {
	background: transparent !important;
	border: 1px solid #ba4ede !important;
	color: #ba4ede;
}
.btn.btn-rose {
	background: #f28bc3;
	color: #ffffff;
	border: 1px solid #e16faa;
}
.btn.btn-rose:hover,
.btn.btn-rose:focus,
.btn.btn-rose.active,
.btn.btn-rose:active {
	background: #e16faa;
	color: #ffffff;
}
.btn.btn-rose.btn-outline {
	background: transparent !important;
	border: 1px solid #e16faa !important;
	color: #e16faa;
}
.btn.btn-brown {
	background: #d08166;
	color: #ffffff;
	border: 1px solid #c4613f;
}
.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown.active,
.btn.btn-brown:active {
	background: #c4613f;
	color: #ffffff;
}
.btn.btn-brown.btn-outline {
	background: transparent !important;
	border: 1px solid #c4613f !important;
	color: #c4613f;
}
.btn.btn-green {
	color: #ffffff;
	background: #51d466;
	border: 1px solid #30c247;
}
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green.active,
.btn.btn-green:active {
	background: #30c247;
	color: #ffffff;
}
.btn.btn-green.btn-outline {
	background: transparent !important;
	border: 1px solid #30c247 !important;
	color: #30c247;
}

/* Badges */
.badge {
	min-width: 10px;
	padding: 3px 7px !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
}
.badge.badge-color {
  background: #ba1313;
  color: #ffffff;
}

/* Container */
.outer {
	background: #fff;
}
.outer .container {
	width:100%;
	max-width: 1150px;
}
.container-white {
	background-color: #FFFFFF;
    padding: 75px 75px 75px 75px;
}
	@media (max-width:400px){
		.container-white {
			background-color: #FFFFFF;
	    	padding: 20px 0px 20px 0px;
		}
	}
.container-gray {
	background-color: #eeeeee;
    padding: 75px 75px 75px 75px;
}
	@media (max-width:400px){
		.container-gray {
			background-color: #eeeeee;
	    	padding: 20px 0px 20px 0px;
		}
	}
.container-black {
	background-color: #2B2B2B;
    padding: 75px 75px 75px 75px;
}
	@media (max-width:400px){
		.container-black {
			background-color: #2B2B2B;
	    	padding: 20px 0px 20px 0px;
		}
	}
.container-reg {
	background-color: #fff;
    padding: 50px 0px 50px 0px;
}
	@media (max-width:400px){
		.container-reg {
			background-color: #2B2B2B;
	    	padding: 20px 0px 20px 0px;
		}
	}
.panel.panel-white {
	border-color: #eeeeee;
}
.panel.panel-white .panel-heading {
	background: #f7f7f7;
	border-color: #eeeeee;
	color: #666666;
}
.panel.panel-white .panel-heading h4 a{
	color:#888;
}
.panel.panel-white .panel-heading h4 a:hover{
	color:#666;
}
.panel.panel-white .panel-footer {
	background: #f7f7f7;
	border-color: #eeeeee;
	color: #666666;
}

/* Owl carousel */
.owl-carousel {
	position: relative;
}
.owl-prev, .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -10px; 
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}
.owl-theme .owl-controls{
	margin-top: 10px;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-pagination{
	text-align: center;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	box-shadow:0px 0px 1px rgba(0,0,0,0.4);
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 0px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-nav{
	text-align:right;
	margin-bottom:10px;
}
.owl-nav a i{
	width:23px;
	height:23px;
	line-height:23px;
	background:#f3f3f3;
	border-bottom:1px solid #ccc;
	color:#ccc;
	display:inline-block;
	border-radius:2px;
	font-size:12px;
	text-align:center;
	cursor:pointer;
}
.owl-nav a i:hover{
	color:#fff;
}
.owl-nav a.owl-nav-prev i{
	margin-right:3px;
}
.owl-carousel .owl-content{
	margin:10px 10px;
}

/*Inventory Management*/
.cta-inventory-management{
	background:#a4a4a4 url("https://www.dropbox.com/s/kr2jtgutl06yvba/collector.jpg?raw=1") no-repeat;
	padding:50px 0px;
    background-repeat: no-repeat;
    min-height:400px;
}
.image_full{
    display:block;
}
.image_mobile{
     display:none !important;
}
    @media (max-width: 640px) and (min-width: 320px){
        .image_full{
            display:none;
        }
        .image_mobile{
            display:block !important;
        }
    }
.darkline {
    border-bottom: 1px solid #777;
}
.vidshadow {
	-webkit-box-shadow: 0px 0px 8px -1px rgba(61,61,61,0.64);
	-moz-box-shadow: 0px 0px 8px -1px rgba(61,61,61,0.64);
	box-shadow: 0px 0px 8px -1px rgba(61,61,61,0.64);
}
.spacey {
    margin-bottom: 15px;
}

/* Policies */
.nav-tabs-three .nav li a:hover {
  background: #3c3c3c;
  border-color: #3c3c3c;
}
.nav-tabs-three .nav li.active a {
  border-color: #3c3c3c;
  background: #3c3c3c;
}

/* FAQ */
.cta-help {
	background:#8d8d8d url("https://www.dropbox.com/s/qax56a0cc5cv1p9/help.jpg?raw=1") no-repeat;
	padding:50px 0px;
    background-repeat: no-repeat;
    height: 300px;
}

/* Nav Footer */
.top-bar, .header-1, .navy, .foot {
	font-family: 'Montserrat', sans-serif;
}
.foot {
	font-family: 'Montserrat', sans-serif;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-top: 0px;
	padding: 15px 0px;
	background: #ffffff;
	color: #aaa;
}
.foot .foot-item {
	margin: 15px auto;
	max-width: 500px;
	font-size: 12px;
}
	@media (max-width: 991px) {
		.foot .foot-item {
			margin-bottom: 35px;
		}
}
.foot .foot-item h5 {
	color: #2B2B2B;
	font-size: 13px;
	line-height: 0px;
	margin-bottom: 20px;
}
.foot .foot-item p {
	margin: 0px;
}
.foot .foot-item a {
	color: #333333;
}
.foot .foot-item a:hover {
	color: #ccc;
}
.foot .foot-item .brand-bg {
	margin: 10px 0px 20px 0px;
}
.foot .foot-item ul li {
	border-bottom: 1px solid rgba(51, 51, 51, 0.16);
}
.foot .foot-item ul li:last-child {
	border-bottom: 0px;
}
.foot .foot-item ul li :before {
	line-height: 30px;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 13px;
	margin-right: 7px;
	font-weight: normal;
	color: #ccc;
}
.brand-bg a i {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-right: 5px;
	color: #fff;
	font-size:14px;
	-webkit-transition: background 2s ease;
	-moz-transition: background 2s ease;
	-o-transition: background 2s ease;
	-ms-transition: background 2s ease;
	transition: background 2s ease;
}
.brand-bg a i:hover {
	-webkit-transition: background 2s ease;
	-moz-transition: background 2s ease;
	-o-transition: background 2s ease;
	-ms-transition: background 2s ease;
	transition: background 2s ease;
}
.brand-bg a.facebook i,
.brand-bg a.twitter i,
.brand-bg a.google-plus i,
.brand-bg a.instagram i,
.brand-bg a.pinterest i,
.brand-bg a.youtube i
{
	background: #333333;
    color: #fff;
}
.brand-bg a.facebook i:hover,
.brand-bg a.twitter i:hover,
.brand-bg a.google-plus i:hover,
.brand-bg a.instagram i:hover,
.brand-bg a.pinterest i:hover,
.brand-bg a.youtube i:hover
{
	background: #ccc;
}
.circle-3 {
	display:inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
}

/* Copyright Footer */
footer {
	padding: 15px 10px 4px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 12px;
	background: #eeeeee;
	color: #333333;
}
footer a {
	color: #333333;
}
footer a:hover {
	color: #aaa;
}
	@media (max-width: 767px) {
		footer .pull-left,
		footer .pull-right {
			float: none !important;
			text-align: center;
		}
	}
	@media (max-width: 1024px) {
         footer {
            bottom: 40px !important;
            }
            .hidefav {
            display: none !important;
	        }
    }

/* Scroll to top */
.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 104400;
}
.totop a i{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	border-radius: 2px;
}
.totop a, .totop a:visited{
	color: #fff;
}
.totop a:hover {
	color: #fff;
	text-decoration: none;
}
	@media (max-width: 1024px) {
		.totop a i {
		     display: none;
		}
	}

/*Effects*/
.fa-pulse {
    animation: pulse 2s infinite linear;
}

/* Backgrounds */ 
.bg-color {
  background-color: #ba1313 !important;
}
.bg-grey {
	background-color: #eeeeee !important;
}
.bg-black {
    background-color: #333 !important;
}

/* Image styles */
.image-block{
	max-width: 350px;
	margin: 20px auto;
}
.image-style-four {
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.image-style-four img {
	border-radius: 3px;
}
.image-style-four  .image-caption {
	bottom:0px;
	width:100%;
	padding:5px 15px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.image-style-four  .image-caption h4 {
	color: #fff;
	font-size:14px;
	font-weight:normal;
}
.image-style-four  .image-caption h4 span a i{
	color:#fff;
	margin-left:2px;
}

/* Public Portfolio */
.img-headshot-v2 {
    border: 1px solid #d5d5d5;
    width: 65% !important;
    height: auto;
    padding: 1rem;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-filter: grayscale(100%) ; /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 315px;
}
.page-heading-two{
	padding:10px 0px;
	background-color:#fcfcfc;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom:30px;
}
.page-heading-two .breads{
	font-size:12px;
	color:#aaa;	
    padding-left: 125px;
}
.page-heading-two .breads a{
	color:#888;
}
@media (max-width:767px){
	.page-heading-two .breads{
		float:none;
		margin-top:0px;
	}
}
.circle-1 {
	display:inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 100%;
}
.portfolio-masonry .grid-entry .entry-info {
	line-height:20px !important;
}
.user-detail {
    margin: -50px 0px 30px 0px;
}
.portfoliopad {
	padding-left: 10px;
}
.marketplace-style {
    background: #ffffff;
    border: 1px solid #d5d5d5;
    position: relative;
    z-index: 5;
	overflow: hidden;
}
.marketplace-style .image-caption {
    padding: 10px;
    font-size: 14px;
    line-height: 21px;
}
.marketplace-style .image-caption small {
    font-weight: 100;
}
/* Art Detail */
.art-detail-stats .stats-list {
	list-style: none;
	padding-left: 0;
}
.art-detail-stats li {
	background: #edecec none repeat scroll 0 0;
	color: #666;
	font-weight: bold;
	margin: 20px 10px 0 0;
	padding: 12px 20px 12px;
	text-align: center;
}
.stats-list > li {
	display: block;
	float: left;
	list-style: outside none none;
}
.gc-icon {
	font-family: "FontAwesome" !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 1020;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	opacity: .7; /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */
	filter: alpha(opacity=70); /* Netscape */
	-moz-opacity: 0.7; /* Safari 1.x */
	-khtml-opacity: 0.7;
	height: 1em;
	width: 1em;
	line-height: 0;
	background: rgb(204, 204, 204);
	background: rgba(204, 204, 204, 0.5);
	border: 2px solid #F5F5F5;
}
.gc-icon-close:before {
	font-family: "FontAwesome" !important;
	position: absolute;
	content: "\f00d";
	top: 0px;
	right: 3px;
	background: rgba(204, 204, 204, 0);
	border: 0px;
	font-size: 23px;
}
.gc-icon-prev:before {
	font-family: "FontAwesome" !important;
	position: absolute;
	content: "\f053";
	padding: 29%;
	font-size: 20px;
}
.gc-icon-next:before {
	font-family: "FontAwesome" !important;
	position: absolute;
	content: "\f054";
	padding: 29%;
	font-size: 20px;
}
.gc-icon-enlarge:before {
	font-family: "FontAwesome" !important;
	position: absolute;
	content: "\f065";
	padding: 22%;
	font-size: 20px;
}
.gc-icon-compress:before {
	font-family: "FontAwesome" !important;
	position: absolute;
	content: "\f066";
	padding: 22%;
	font-size: 20px;
}
.gc-icon-prev {
	top: 50%;
	left: -2px;
}
label {
	margin-bottom:0px !important;
}
.red {
	color: #ba1313 !important;
}
.hide-btn .st-btn {
	display: none !important;
}
.hide-btn .st-shares {
	display: none !important;
}
.st-total {
	padding: 0px !important;
}
.st-label {
	font-weight: bold !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
}

/* Social Share */
.social-share .fl-fl {
    border-radius: 2px;
    background: #2b2b2b;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 125px;
    position: fixed;
    left: -70px;
    z-index: 1000;
    text-align: right;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
@media (max-width: 1024px) {
	.social-share .float-flag {
	    font-size: 12px;
	    bottom: 0;
	    margin-bottom: 50px;
	    background-color: #ba1313;
	    position: fixed;
	    color: #fff;
	    z-index: 1030;
	    width: 100%;
	    height: 25px;
	    text-align: left;
	    padding-left: 15px;
	    text-transform: uppercase;
	}
	.social-share .fl-fl {
	    bottom: 0;
	    margin-bottom: 0px;
	    display: inline-block;
	    top: auto !important;
	    position: fixed;
	    left: auto !important;
	    right: auto !important;
	    z-index: 1030;
	    width: 17%;
	    height: 50px;
	    text-align: center;
	    border-radius: 0px;
	    transition: background 2s ease;
	}
	.social-share .fl-fl:hover {
	    -webkit-transition: background 2s ease;
	    -moz-transition: background 2s ease;
	    -o-transition: background 2s ease;
	    -ms-transition: background 2s ease;
	    transition: background 2s ease;
	    background: #ccc;
	}
	.social-share .fl-fl .social-text {
	    display: none;
	}
	.social-share .float-fav,
	.social-share .float-share,
	.social-share .float-fb,
	.social-share .float-tw,
	.social-share .float-pn,
	.social-share .float-em {
	    display: inline-block;
	}
}
.social-share .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-right: 3px;
}
.social-share .fl-fl:hover {
  left: 0;
}
.social-share .fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: top !important;
}
.social-share .float-fb {
  top: 250px;
}
.social-share .float-tw {
  top: 305px;
}
.social-share .float-pn {
  top: 360px;
}
 .social-share .float-em {
  top: 415px;
}
.social-share .float-st {
  top: 470px;
}

/* Login-Register */
.login-reg{
	max-width:450px;
	margin:0 auto;
	margin-top: 0px;
	padding-top:30px;
	padding-bottom:30px;
	background:#fff;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius:5px;
	text-align:center;
}
.login-reg h4{
	text-align:center;
}
.login-reg .s-media{
	text-align:center;
}
.login-reg .s-media a.btn{
	margin:0px 5px;
	text-align:center;
}

.login-reg .errormsg h4{
	text-align:left;
}
/* Inside login and register form */
.login-reg-form form{
	max-width:300px;
	margin:0 auto;
}
@media (max-width:991px){
	.login-reg-form{
		max-width:500px;
	}
}

/* Support */
.support .support-filter  input{
	width:200px;
	padding:6px 6px 6px 10px;
	border-radius:3px;
	margin-top:10px;
	border:1px solid #ddd;
}
.support .support-filter li a{
	display: block;
	margin:12px 0px;
	color:#2B2B2B;
}
.support .support-filter li a:before{
	font-family:FontAwesome;
	content:"\f105";
	color:#aaa;
	margin-right:8px;
}
.support .support-filter li p{
	display:none;
	background:#fcfcfc;
	margin:5px 0px 10px 14px;
	padding:12px 15px;
	border:1px solid #ddd;
}
.support .s-contact i{
	color:#fff;
}
.support .s-contact .s-list{
	margin:8px 0px;
}

/* Well */
.well {
	line-height: 28px;
	border: 0px;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	background:#fcfcfc;
}
.detupbox {
	margin: 0px auto;
	padding: 20px;
	background:#fff;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius:0px 0px 5px 5px;
    max-width:800px;
}
.homepad {
    padding-top: 10%;
}

/* Carousel */
.carousel{
	margin:0px auto;
}
.carousel .carousel-control.right {
	left: auto;
	right: 0;
	background-image: none;
	background-image: none;
	background-image: none;
	background-repeat: no-repeat; 
	filter: none;
}
.carousel .carousel-control.left {
	background-image: none;
	background-image: none;
	background-image: none;
	background-repeat: no-repeat; 
	filter: none;
}
.carousel .carousel-control {
	position: absolute;
	z-index:7;
	top: 45%;
	width: 15%;
	opacity: .7;
	filter: alpha(opacity=70);
	font-size: 15px;
	color: #fff;
	text-align: center;
	text-shadow: none;
}
.carousel .carousel-control:hover, 
.carousel .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel .carousel-control span{
	display:inline-block;
	width:35px;
	height:35px;
	background:rgba(0,0,0,0.4);
	line-height:35px;
	border-radius:3px;
}
.carousel .carousel-indicators li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 1px;
	text-indent: -999px;
	border: 2px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
}
.carousel .carousel-indicators .active {
	margin: 0;
	width: 13px;
	height: 13px;
}
@media (max-width:480px){
	.carousel .carousel-indicators{
		display:none;
	}
	.carousel .carousel-control{
		top:40%;
	}
	.carousel .carousel-control span{
		width:auto;
		height:auto;
		background:transparent;
		line-height:0px;
		border-radius:0px;
	}
}
/* Carousel caption */
.carousel .carousel-caption{
	text-shadow:none;
	position:absolute;
	background:rgba(0,0,0,0.7);
	max-width:350px;
	overflow:hidden;
	padding:15px 20px;
	text-align:left;
	z-index:5;
}
@media (max-width:550px){
	.carousel .carousel-caption{
		display:none;
	}
}
.carousel .item .carousel-caption h4,
.carousel .item .carousel-caption h4 a{
	font-size:16px;
	line-height:29px;
	color:#fff;
}
.carousel .item .carousel-caption p{
	color:#ccc;
	font-size:13px;
	line-height:23px;
}
.carousel .item .carousel-caption.c-middle-left{
	top:30%;
	left:7%;
	bottom:auto;
	right:auto;
}
.carousel .item .carousel-caption.c-middle-right{
	top:30%;
	right:7%;
	bottom:auto;
	left:auto;
}
.carousel .item .carousel-caption.c-bottom-left{
	bottom:7%;
	left:5%;
	top:auto;
	right:auto;
}
.carousel .item .carousel-caption.c-bottom-right{
	bottom:7%;
	right:5%;
	top:auto;
	left:auto;
}
.carousel .item .carousel-caption.c-bottom-full{
	bottom:0%;
	left:0%;
	right:auto;
	top:auto;
	max-width:100%;
	width:100%;
	padding:12px 15px;
}
.carousel .item .carousel-caption.c-left-big{
	bottom:0%;
	left:0%;
	top:auto;
	right:auto;
	height:100%;
	padding:30px 25px;
}
.carousel .item .carousel-caption.c-right-big{
	bottom:0%;
	right:0%;
	top:auto;
	left:auto;
	height:100%;
	padding:30px 25px;
}
.projects .related-projects img{
	max-width:150px;
	margin-right:8px;
}

/* CTA  One */
.cta-one .cta-one-content{
	border:1px solid #eee;
	padding:20px 25px;
	border-radius:5px;
    background-color: #eeeeee;
}
.cta-one ul{
	margin:0px;
	padding:0px;
	padding-left:15px;
}
.cta-one .btn{
	text-align:center;
	margin-top:15px;
}
.list-2 {
	list-style-type:none;
	padding-left:20px;
}
.list-2 li:before{
	content: "\f00c"; /* Check */
	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}

/* Side Tabs */
.nav-tabs-three .nav-tabs-three-sidebar {
	width:230px;
	float:left;
}
.nav-tabs-three .nav-tabs-three-sidebar ul{
	padding:0px;
	margin:0px;
}
.nav-tabs-three .nav-tabs-three-content{
	margin-left:240px;
}
@media (max-width: 767px){
	.nav-tabs-three{
		max-width:400px;
		margin:10px auto;
	}
	.nav-tabs-three .nav-tabs-three-sidebar{
		width:100%;
		float:none;
		position:static;
	}
	.nav-tabs-three .nav-tabs-three-content{
		margin-left:0px !important;
		margin-top:20px;
	}
}
.nav-tabs-three ul.nav li a{
	font-size:13px;
	padding:8px 12px;
	background:#fcfcfc;
	border:1px solid #eee;
	border-radius:3px;
	margin-bottom:5px;
	color:#555;
}
.nav-tabs-three ul.nav  li:hover a{
	border:1px solid;
	color:#fff;
}
.nav-tabs-three ul.nav li.active a{
	border:1px solid;
	color:#fff;
}
.nav-tabs-three .tab-content{
	border:1px solid #eee;
	padding:10px 15px;
	border-radius:3px;
}

/* Forms */
input,
textarea,
select,
.form input,
.form textarea,
.form select {
	box-shadow: none !important;
}
.tooltip .tooltip-inner{
	font-family:"Open Sans", sans-serif;
    background-color: #2b2b2b;
    color: #fff;
}