/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */




/* Paragraph & Typographic */


/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    
}



/* Footer */
#f {
	padding-top: 20px;
	background-color: #74cfae;
}

#f p {
	color: white;
	text-align: right;
	font-weight: 400;
}

/* Image Opacity */



#f p {
	font-size: 1.2em;
	font-weight: 300;
}

#f p a {
	color: #4e4e4e;
}

#f p a:hover {
	color: #000;
}

#f h3 {
	color: #fff;
}

#s-icons a span {
	font-size: 3em;
	margin: 0 .5em;
}

#s-icons iframe {
	margin-bottom: -16px;
	margin-left: 14px;
}


/*
	NEWSTICKERS
*/


/* nt-title */

#nt-title-container {
	background: #F2F2F2;
}

#nt-title {
}

#nt-title li {
	font-size: 14px !important;
	color: #4E4E4E;
	white-space: nowrap;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
	   font-family:'Myriad Pro'Calibri, Nirmala UI, Arial, Berlin Sans FB;
}


/* nt-example1 */

#nt-example1 {
	max-width: 620px;
	margin: auto;
	
}

#nt-example1-container {
	text-align: center;
	   font-family:'Myriad Pro'Calibri, Nirmala UI, Arial, Berlin Sans FB;
}

#nt-example1-container i {
	font-size: 14px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example1-container i:hover {
	color: #333;
}

#nt-example1 li {
	color: #4e4e4e;
	background: #F2F2F2;
	overflow: hidden;
	/*height: 80px;*/
	padding: 10px;
	line-height: 30px;
	list-style: none;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
}

#nt-example1 li:hover {
	background: #FFF;
}


/* nt-example2 */

#nt-example2 {
	max-width: 620px;
	margin: auto;
}

#nt-example2-container {
	text-align: center;
	margin-top: 107px;
	margin-bottom: 40px;
	height: 300px;
}

#nt-example2-container i {
	font-size: 36px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
       font-family:'Myriad Pro'Calibri, Nirmala UI, Arial, Berlin Sans FB;
}

#nt-example2-container i:hover {
	color: #333;
}

#nt-example2 li {
	color: #f2f2f2;
	background: #74cfae;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 60px;
	padding: 10px 16px 10px 16px;
	line-height: 40px;
	list-style: none;
	font-size: 24px;
	text-align: left;
}

#nt-example2 li .state {
	font-size: inherit;
	margin: 0;
}

#nt-example2 span.hour {
	font-weight: 700;
}

#nt-example2-infos-triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 16px 15px;
	border-color: transparent transparent #74cfae transparent;
	margin: 6px auto 0;
}

#nt-example2-infos {
	max-width: 620px;
	margin: auto;
	padding: 12px;
	color: #f2f2f2;
	background: #74cfae;
}

#nt-example2-infos .infos-hour {
	font-size: 50px;
	font-weight: 700;
	margin-top: 20px;
}

#nt-example2-infos h4 {
	color: #F2F2F2;
	font-weight: 500;
}

#nt-example2-infos .infos-text {
	text-align: left;
}

/* nt-example3 */

#nt-example3 {
	margin: 80px auto 0;
}

#nt-example3-container {
	text-align: center;
}

#nt-example3-container i {
	font-size: 36px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
       font-family:'Myriad Pro'Calibri, Nirmala UI, Arial, Berlin Sans FB;
}

#nt-example3-container i:hover {
	color: #333;
}

#nt-example3 li {
	color: #4e4e4e;
	background: #F2F2F2;
	overflow: hidden;
	height: 80px;
	padding: 10px;
	line-height: 60px;
	font-size: 40px;
	text-transform: uppercase;
	list-style: none;
}

#nt-example3 li:hover {
	background: #FFF;
}

.rslides
        {
            position: relative;
            list-style: none;
            overflow: hidden;
            width: 100%;
            padding: 0;
            margin: 0;
        }
        
        .rslides li
        {
            -webkit-backface-visibility: hidden;
            position: absolute;
            display: none;
            width: 100%;
            left: 0;
            top: 0;
        }
        
        .rslides li:first-child
        {
            position: relative;
            display: block;
            float: left;
        }
        
        .rslides img
        {
            display: block;
            height: auto;
            float: left; /*width: 100%;*/
            border: 0;
        }
        .login
        {
            background: #ccc;
        }
        h1
        {
            font-size: 24px;
        }
        .loginbox
        {
            background: #444;
            padding: 10px;
            width: 400px;
            margin: 4% auto 0 auto;
            position: relative;
        }
        .loginboxinner
        {
               font-family:'Myriad Pro'Calibri, Nirmala UI, Arial, Berlin Sans FB;
            background: #fff;
            padding: 5px 20px 30px;
            position: relative;
            border: 1px solid #333;
            -moz-box-shadow: inset 0 1px 0 #444;
            -webkit-box-shadow: inset 0 1px 0 #444;
            box-shadow: inset 0 1px 0 #444;
        }
        .loginheader
        {
            height: 40px;
        }
        .loginform
        {
            margin-top: 20px;
        }
        
        .loginbox h1
        {
            font-size: 30px;
            letter-spacing: 1px;
            color: #555;
            font-weight: normal;
            padding-top: 10px;
        }
        .loginbox .logo
        {
            position: absolute;
            top: 10px;
            right: 20px;
        }
        .logo img
        {
            height: 60px;
            width: 60px;
        }
        .loginbox p
        {
            margin: 10px 0 15px 0;
        }
        .loginbox label
        {
            display: block;
            color: #666;
            letter-spacing: 1px;
            font-size: 18px;
        }
        .loginbox input
        {
            padding: 12px 10px;
            background: #282828;
            color: #ccc;
            font-family:'Myriad Pro'Calibri, Nirmala UI, Arial, Berlin Sans FB;
            margin-top: 8px;
            font-size: 15px;
            border: 0;
            width: 340px;
            -moz-box-shadow: 0 1px 0 #444;
            -webkit-box-shadow: 0 1px 0 #444;
            box-shadow: 0 1px 0 #444;
            outline: none;
        }
        .loginbox button
        {
            background: #999;
            padding: 10px 20px;
            font-size: 18px;
            border: 0;
            letter-spacing: 1px;
            color: #333;
            width: 89%;
            -moz-box-shadow: 1px 1px 3px #222;
            -webkit-box-shadow: 1px 1px 3px #222;
            box-shadow: 1px 1px 3px #222;
            cursor: pointer;
        }
        .loginbox button.default
        {
            background: #999;
            color: #333;
        }
        .loginbox button.hover
        {
            background: #ccc;
            color: #000;
        }
        .loginbox button:active
        {
            background: #111;
            color: #fff;
        }
        .loginerror
        {
            color: #990000;
            background: #fbe3e3;
            padding: 0 10px;
            overflow: hidden;
            display: none;
        }
        .loginerror
        {
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
        }
        .loginerror p
        {
            margin: 10px 0;
        }
        
        .radius
        {
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }
        .title
        {
               font-family:'Myriad Pro'Calibri, Nirmala UI, Arial, Berlin Sans FB;
        }
        
        
        @media screen and (max-width: 430px)
        {
        
            body
            {
                font-size: 11px;
            }
            button, input, select, textarea
            {
                font-size: 11px;
            }
        
            .loginbox
            {
                width: auto;
                margin: 10px;
            }
            .loginbox input
            {
                width: 95%;
            }
            .loginbox button
            {
                width: 100%;
            }
        } 