/* RESPONSIVE GRID SYSTEM =============================================================================  */

/*  IMPORT FONTS  ============================================================================= */

@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proxima_nova_light-webfont.eot');
    src: url('../fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_light-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_light-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proxima_nova_bold-webfont.eot');
    src: url('../fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_bold-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100% 'Arial';
text-align: center;
}

body * {
    letter-spacing: normal;
}




button, 
input, 
select, 
textarea { 
font-family : Arial; 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  Arial;
margin-top: 10px;
letter-spacing: -1px;
}

h1 { 
font-family:  Arial;
color: #000;
margin-bottom : 0.2em;
font-size : 6em; /* 96 / 16 */
line-height : 1.4;
}


h2 { 
font-family: proxima_nova_rgbold, sans-serif;
color: #222;
margin-bottom : .5em;
margin-top : .5em;
font-size : 2.75em; /* 40 / 16 */
line-height : 1.2;
}


h3 { 
color: #333;
margin-bottom : 0.3em;
letter-spacing: -1px;
font-size : 1.75em !important; /* 28 / 16 */
line-height : 1.3; 
}


h4 { 
color: #ffffff;
margin-bottom : 0.5em;
font-size : 1.3em; /* 24 / 16  */
line-height : 1.25; 
}
	footer h4 { 
		color: #ccc;
	}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
/*font-size : 1.1em;*/ /* 16 / 16 = 1 */ 
font-size : 14px;
color: #444444;
}

p {
hyphens : auto;  }


ul, 
ol { 
margin : 1em 2em 1.5em 2em; 
padding : 0 0 0 0px; }

ul li {
    margin-bottom: 1em;
}

li ul, 
li ol { 
margin : 0;
font-size : 1.1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

/* LINKS =============================================================================  */

a { 
/*color : #cc1122;*/
/*-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;*/
text-decoration: none;
}

a:visited { 
/*color : #262262;*/ 
}

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
/*color : #262262;*/
}

a:hover {
text-decoration: underline;
}

#footer {
    color: #FFFFFF;
}

#footer ul, #footer li {
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
}

#footer li {    
    display: inline;
    padding-right: 20px;
    float: left;
}

footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto; /* ie8 */
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }



/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

	#headcontainer {
		width: 100%;
	    background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, #662D91),
	        color-stop(1, #262262)
        );
        background-image: -o-linear-gradient(bottom, #662D91 0%, #262262 100%);
        background-image: -moz-linear-gradient(bottom, #662D91 0%, #262262 100%);
        background-image: -webkit-linear-gradient(bottom, #662D91 0%, #262262 100%);
        background-image: -ms-linear-gradient(bottom, #662D91 0%, #262262 100%);
        background-image: linear-gradient(to bottom, #662D91 0%, #262262 100%);
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr='#662D91', endColorstr='#262262'); /* for IE 8 and 9 */
        height:  1%; /* for IE 7 */
	}

		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em;  /*13 / 16*/ 
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 0px;
			position: relative;
			color: #FFFFFF;
			text-align: left;
		}

           
		    #logo
		    {
                background: url("../img/Header_logo_element.png") no-repeat right;
		    }
                
                #logo h2 {
                    color: #FFFFFF;
                    padding-top: 50px;
                    padding-bottom: 10px;
                    margin-right: 80px;
                    margin-bottom: 0;
                    text-align: right;
                }

                #logo a, #logo a:link, #logo a:hover, #logo a:active, #logo a:visited {
                    text-decoration: none;
                }

                .lightFont {
                    font-family: proxima_novalight, sans-serif;
                }

                .transparent {
                    opacity: .5 !important;
                }

            .headerRight  {
                position: relative;
                font-family: proxima_novalight, sans-serif;
                text-align: left;
                font-weight: bold;
                top: 83px !important;
            }

            a.telNo:link, a.telNo:hover, a.telNo:visited, a.telNo:active {
                letter-spacing: 0.5pt;
                color: #FFFFFF;
                font-size: 20px;
                font-weight: bold;
                text-decoration: none;
            }

            .headerNormal {
                font-weight: normal;
            }

	#maincontentcontainer {
		width: 100%;
        padding-bottom: 60px; /*put footer at the bottom*/
	}
		
			#maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 0 0 1em 0;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}

		    
            #maincontent div {
                border-radius: 3px;
            }
           
		
			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}

            .belowBanner {
                margin-top: 0 !important;
                min-height: 65px;
                background: url("../img/Belowbannerelement2.png") no-repeat left top;
            }

            .slider {
                border: 1px solid #ddd;
                border-radius: 5px;
                box-sizing: border-box;
                margin-bottom: 10px !important;
            }

            #slides {
                padding: 5px;
                margin-bottom: 0px !important;
            }

            /* PAGE TITLE STYLES =======================================*/
            #pagetitle {
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
                border-bottom-left-radius: 0px !important;
                border-bottom-right-radius: 0px !important;
                border-bottom: 2px dotted white;
                vertical-align: middle;
                color: #FFFFFF;
                text-align: left;
                padding: 10px 2px 10px 25px;
                margin: 0;
                letter-spacing: 0.3pt;
            }
        
                .pagetitle-ABOUT-US {
                    background-color: #537bc7;
                }

                .pagetitle-GET-HELP {
                    background-color: #512176;
                }

                .pagetitle-FIND-OUT {
                    background-color: #48abab;
                }

                .pagetitle-CONTACT-US {
                    background-color: #d44545;
                }

            /* SIDE MENU STYLES ========================================*/
            #SideMenu ul {
                width: 100%;
            }

                #SideMenu ul li {
                    border-bottom: 1px dotted white;
                }

                #SideMenu ul li:last-child{
                    border-bottom: 0px;
                }

                /* Background color for level 1 menu items */
                .ABOUT-US {
                    background-color: #6699FF;
                }

                     /* background color for submenus*/
                    .ABOUT-US ul li ul {
                        background-color: #4067b2;
                    }

                    /* background color for selected item*/
                    .ABOUT-US .sm-simple-sidemenu li.isselected,
                    .ABOUT-US .sm-simple-sidemenu li ul li.isselected {
                        background-color: #537bc7;
                    }

                /* Background color for level 1 menu items */
                .GET-HELP {
                    background-color: #662D91;
                }
                    /* background color for submenus*/
                    .GET-HELP ul li ul {
                        background-color: #512176;
                    }

                    /* background color for selected item*/
                    .GET-HELP .sm-simple-sidemenu li.isselected,
                    .GET-HELP .sm-simple-sidemenu li ul li.isselected {
                        background-color: #B07BD7;
                    }

                /* Background color for level 1 menu items */
                .FIND-OUT {
                    background-color: #009999;
                }

                     /* background color for submenus*/
                    .FIND-OUT ul li ul {
                        background-color: #067676;
                    }

                    /* background color for selected item*/
                    .FIND-OUT .sm-simple-sidemenu li.isselected,
                    .FIND-OUT .sm-simple-sidemenu li ul li.isselected {
                        background-color: #48abab;
                    }

                /* Background color for level 1 menu items */
                .CONTACT-US {
                    background-color: #FF5050;
                }

                    /* background color for submenus*/
                    .CONTACT-US ul li ul {
                        background-color: #d64040;
                    }

                    /* background color for selected item*/
                    .CONTACT-US .sm-simple-sidemenu li.isselected,
                    .CONTACT-US .sm-simple-sidemenu li ul li.isselected {
                        background-color: #d44545;
                    }


                /* BREADCRUMB STYLES =========================================*/
                .breadcrumbWrapper {
                    margin-top: 0px !important;
                    margin-bottom: 0px !important;
                }                

                .breadcrumb {
                    color: #444 !important;
                }

                /* MAJOR(TOP) MENU STYLES ====================================*/
			    #majorMenu {
			        float: right;
                    padding: 0px;
                    margin: 0px;
                    font-size: 1em;
			    }

                    #majorMenu ul {
                        margin: 0;
                        text-align:left;
                    }
                
                    #majorMenu li {
                        list-style-type: none;
                        display: inline-table;
                        display: table-cell;
                        padding: 5px 5px 10px 5px;
                        width: 20% !important;
                        text-align: center;
                        border-right: 1px solid #868484;
                    }

                    #majorMenu li:last-child {
                        border-right:  0px;
                    }

			        #majorMenu a 
			        {
                        color: #868484;
                        font-weight: bold;
			        }

                        /* MENU ITEM STYLES ======================================*/
                        #majorMenu .Menu-HOME 
			            {
                            border-bottom: 5px solid #262262;
			            }

                            #majorMenu li.Menu-HOME:hover {
                                background-color: #262262;
                                color: #FFFFFF;
                            }    
            
                            #majorMenu li.Menu-HOME:hover a, 
                            #majorMenu li.Menu-HOME a:hover {
                                color: #FFFFFF;
                            }

                        #majorMenu .Menu-ABOUT-US 
			            {
                            border-bottom: 5px solid #6699FF;
			            }

                            #majorMenu li.Menu-ABOUT-US:hover {
                                background-color: #6699FF;
                                color: #FFFFFF;
                            }    
            
                            #majorMenu li.Menu-ABOUT-US:hover a, 
                            #majorMenu li.Menu-ABOUT-US a:hover {
                                color: #FFFFFF;
                            }

                        #majorMenu .Menu-GET-HELP 
			            {
                            border-bottom: 5px solid #662D91;
			            }
            
                            #majorMenu li.Menu-GET-HELP:hover {
                                background-color: #662D91;
                                color: #FFFFFF;
                            }    
            
                            #majorMenu li.Menu-GET-HELP:hover a, 
                            #majorMenu li.Menu-GET-HELP a:hover {
                                color: #FFFFFF;
                            }
 

                        #majorMenu .Menu-FIND-OUT 
			            {
                            border-bottom: 5px solid #009999;
			            }

                            #majorMenu li.Menu-FIND-OUT:hover {
                                background-color: #009999;
                                color: #FFFFFF;
                            }    
            
                            #majorMenu li.Menu-FIND-OUT:hover a, 
                            #majorMenu li.Menu-FIND-OUT a:hover {
                                color: #FFFFFF;
                            }

                        #majorMenu .Menu-CONTACT-US 
			            {
                            border-bottom: 5px solid #FF5050;
			            }

                            #majorMenu li.Menu-CONTACT-US:hover {
                                background-color: #FF5050;
                                color: #FFFFFF;
                            }    
            
                            #majorMenu li.Menu-CONTACT-US:hover a, 
                            #majorMenu li.Menu-CONTACT-US a:hover {
                                color: #FFFFFF;
                            }

                    #majorMenu a:hover, a:active, a:visited 
			        {
                        text-decoration: none;
			        }

                #majorMenu a, #orange-box, #green-box, #purple-box, #blue-box {
                    font-size: 1.3em;
                }

    
                .topPanes div, .lowerPanes div {
                    margin: 2px;
                }

                .topPanes div:first-child, .lowerPanes div:first-child {
                    margin-left: 0;
                }                

                .tableRowBorderBottom {
                    border-bottom: 1px solid #ddd;
                }

                .contentPane h3:first-of-type {
                    margin-top: 0px;
                }

                /* IMAGE STYLES ======================================*/
                .img-thumbnail {
                    display: block;
                    height: auto !important;
                    max-width: 100%;
                    padding: 4px;
                    line-height: 1.428571429;
                    background-color: #fff;
                    border: 1px solid #ddd;
                    border-radius: 4px;
                    -webkit-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                    box-sizing: border-box;
                }

                .img-circle {
                    border-radius: 50%;
                }

                .img-rounded {
                    border-radius: 6%;
                }

                img-responsive {
                    max-width: 100%;
                    height: auto;
                }

                #dnn_footerPictures {
    
                }                

                #dnn_footerPictures ul, #dnn_footerPictures li {
                    list-style-type: none;
                    margin: 0px;
                    padding-left: 0px;
                }

                #dnn_footerPictures li {    
                    display: inline;
                    padding-right: 40px;
                    float: left;
                }


	#footercontainer {
		width: 100%;	
		background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, #662D91),
	        color-stop(1, #262262)
        );
        background-image: -o-linear-gradient(bottom, #662D91 0%, #262262 100%);
        background-image: -moz-linear-gradient(bottom, #662D91 0%, #262262 100%);
        background-image: -webkit-linear-gradient(bottom, #662D91 0%, #262262 100%);
        background-image: -ms-linear-gradient(bottom, #662D91 0%, #262262 100%);
        background-image: linear-gradient(to bottom, #662D91 0%, #262262 100%);
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr='#662D91', endColorstr='#262262'); /* for IE 8 and 9 */
        height:  1%; /* for IE 7 */
	}

    #footercontainer div
    {
        color: #FFFFFF;
        bottom:  0; /*put footer at the bottom*/
        left: 0;/*put footer at the bottom*/
    }

    .upperFooter {
        border: 1px solid white;
    }

    .upperFooter span {
        vertical-align: baseline;
    }

    #footer ul li a {
        font-size: 12px !important;
    }
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #999;
		}

        .readMore-green {
            background-color: #009999 !important;
        }

        .readMore-purple {
            background-color: #662d91 !important;
        }

        .readMore-blue {
            background-color: #6699FF !important;
        }

        .readMore-orange {
            background-color: #FF5050 !important;
        }

        .readMore-black {
            background-color: #000000 !important;
        }

            .readMore-green, .readMore-purple, .readMore-blue, .readMore-orange, .readMore-black {
                border: 1px solid #868484;
                border-radius: 3px;
                color: #ffffff !important;
                padding:  3px;
            }

        .userButton {
            margin-top: 4px;
            border-radius: 5px;
            padding:  5px;
            border: 2px solid #FFFFFF;
        }

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}


		footer a:link, footer a:visited { color: #FFFFFF; text-decoration: none; }
		footer a:hover { color: #fff; text-decoration: underline; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: center;
				color: #999;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}



/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }


/* GLYPHICON ===========================================================*/

.glyphicon {
  position: absolute;
  /*vertical-align: middle !important;*/
  display: inline;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  /*line-height: 1;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:  #ffffff;
  padding: 10px 5px;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}








