/*---------------------
	Creator: S.M. Momin
	DATE: 27 / 10 / 2014
	Project Name: http://artdata.ch/.
-------------------------------------------------- */

/*---------
import CSS --------------------------------------- */
@import url(../css/font.min.css) screen;


/*--------
Font-Face ---------------------------------------- */

@font-face {
	font-family: 'OpenSansLight';
	src:url('fonts/opensans-light.eot');
	src:url('fonts/opensans-light.eot') format('embedded-opentype'),
		url('fonts/opensans-light.woff') format('woff'),
		url('fonts/opensans-light.ttf') format('truetype'),
		url('fonts/opensans-light.svg#OpenSansLight') format('svg');
}

@font-face {
	font-family:'SegoePrint-Regular';
	src:url('SegoePrint_latin+latin-ext_gdi.eot');
	src:url('SegoePrint_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
		url('SegoePrint_latin+latin-ext_gdi.woff') format('woff'),
		url('SegoePrint_latin+latin-ext_gdi.ttf') format('truetype'),
		url('SegoePrint_latin+latin-ext_gdi.svg#SegoePrint-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-20AC;
}

@font-face {
    font-family: 'segoe_printregular';
    src: url('../fonts/segoepr-webfont.eot');
    src: url('../fonts/segoepr-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/segoepr-webfont.woff2') format('woff2'),
        url('../fonts/segoepr-webfont.woff') format('woff'),
        url('../fonts/segoepr-webfont.ttf') format('truetype'),
        url('../fonts/segoepr-webfont.svg#segoe_printregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------
Selections ---------------------------------------- */

::-moz-selection {
	background:#1C9AD5;
	color:#fff;
	text-shadow:none
}
::selection {
	background: #1C9AD5;
	color: #fff;
	text-shadow: none
}

/* -------------------
Placeholder Formatting ---------------------------------------- */

::-webkit-input-placeholder {
	opacity: 1 !important;
	color: #585858 !important;
}
[placeholder]:focus::-webkit-input-placeholder { 
	color: #333333 !important;
}

/*------------------------------------
Placeholder Formatting For Firefox 18- ------------------------- */

:-moz-placeholder {
	color: #585858 !important;
	opacity: 1 !important;
} 
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: #333333 !important;
}

/*------------------------------------
Placeholder Formatting For Firefox 19+ ------------------------- */

::-moz-placeholder {
	color: #585858 !important;
	opacity: 1 !important;
} 
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: #333333 !important;
}
:-ms-input-placeholder {
	color: #585858 !important;
	opacity:1 !important; 
}
input:focus:-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
	color: #333333 !important;
}

ul, ol {
	margin-bottom: 20px;
}

body{
	font-size:13px !important;
}


ul{
	margin:0;
	padding:0;
}


ul li {
	list-style-type:none;	
}


a{
	text-decoration:none !important;
}

/* ------------- Start Here Coding --------------- */

/*--------------
Main Header--------------------------------------- */


.headerTop{
	background:url(../images/bg/top-bg.png) left top repeat-x;
	font-family: 'segoe_printregular';
	color:#FFF;
}

.headerTop h3{
	margin:0;
	font-size:20px;
	margin-bottom:10px;
}

/*--------------
End Main Header----------------------------------- */


/*--------------
Main Content--------------------------------------- */

.mask-white {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    bottom: 76px;
    left: 26px;
    position: absolute;
    right: 26px;
    top: 76px;
    z-index:0;
	border:1px solid rgba(255,255,255,0.4);
}

.cover-heading{
	font-weight:bold;
	font-size:64px;
}

.cover-heading,
.lead{
	color:#FFF;
	text-shadow:0 1px 1px #333
}

.infoBox li{
    color:#FFF;
    font-size:20px;
    text-shadow:0 1px 1px #333;
    text-align: left;
}

.infoBox li i{
	color:#ED1D24;
}

.marginTop{
	margin-top:30px;	
}

.marginBottom{
	margin-bottom:20px;	
}

.no-bg{
	background-color:transparent !important;
	border:0 none !important;
	outline:none !important;
margin-top:14px;
}

.no-bg a,
.no-bg span{
    color:#000;
    font-size:14px !important;
}

.no-bg a{
    text-decoration:underline !important;
}

.modl-close{
	border: 1px solid #FFF !important;
    padding: 2px 6px !important;
}


/*--------------
End Main Content----------------------------------- */

/*--------------
Main Footer---------------------------------------- */
.footerSection{
	background-color:#e91e25;
}

.footerSection p{
	margin:0;
	font-family:arial;
}


/* --- ArtData Scroll --- */
.scrollTop {
	background-image:url(../images/icons/arrow.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #111111;
	z-index: 999;
	width: 40px;
	height: 40px;
	border-radius: 0;
	text-indent: -999px;
	position: fixed;
	bottom: -100px;
	right: 25px;
	cursor: pointer;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	overflow: auto;
}
.scrollTop:hover {
	background-color: #FF3300 !important;
}
/* --- End ArtData Scroll --- */
/*--------------
End Main Footer------------------------------------ */
