@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
body{
	background-color: #ffffff !important;
	color: #333333;
}
h1{
	font-family: 'Roboto Condensed', sans-serif !important;
	color: #242410 !important;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: white;
    text-shadow: none;
    color: black;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.row {
    background-color: #fff;
}
.spacer{
	margin-top:40px;
}
#homeSerie{
	height: 450px; 
}
#homeSerie:hover{
	opacity: 0.8;
}
#homeShop{
		 height: 450px; 
}
#homeShop:hover{
	opacity: 0.8;
}
#container{
	margin-top: 50px;
}

.botMarged{
	margin-bottom: 50px;
}
.botMargedSmall{
	margin-bottom: 20px;
}
.pxborder{
	border: 1px solid #e2e2e2;
	background-color: #fbfbfb;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.01); }


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: none;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.colum2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 3px;
    background: #fff;
    border: 2px solid #337ab7;
    color: #337ab7;
    text-align: center;
    font: 24px Arial, sans-serif;
    display: inline-block;
}
.well{
	background-color: #FFF !important;
	border: none !important;
	box-shadow: 0px 1px 1px #FFF;
}
legend{
	border-bottom: none !important;
}

.paddedIcon{
	
	padding-top: 11px; padding-right: 10px;
	
}
}
.rou{
    color: #99000 !important;
    text-decoration: none !important;
}
/*a .rou{
    color: #99000 !important;
    text-decoration: none !important;
}
a .rou {
    color: #99000;
    text-decoration: none !important;
}*/
a:link{
	text-decoration: none !important;
}
.rou a:link {
    color: #99000;
    text-decoration: none !important;
}

/* visited link */
.rou a:visited {
    color: #99000;
    text-decoration: none !important;
}

/* mouse over link */
.rou a:hover {
    color: #660000;
    text-decoration: none !important;
}

/* selected link */
.rou a:active {
    color: #660000;
    text-decoration: none !important;
}
.navbar-brand img:hover{
	opacity: 1 !important;
}
.roux{
	font-size: 1em;
}
.anchor { padding-top: 40px; }

