﻿@charset "utf-8";
/* CSS Document */

html, body { margin: 0px; padding: 0px; border: 0px;background-color: #92b5bd; }

textarea { 
    resize: none; 
}

a:hover{
	color:#333;
}

body{
	font-family: 'Droid Sans', sans-serif;
	font-family: 'Oxygen', sans-serif;	
	background:url('../images/background.png');
	min-height: 750px;
    font-size:10pt;
}

.content{
	width:940px;
    max-width: 100%;
	padding:15px;
	padding-left:0px;
	background-color:#dadada;
    background-color:#EBEBEB;
	border-radius:10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	height:530px;
	margin-bottom:30px;
}

.left-section{
	width:195px;
}

.right-section{
	width:100%;
	width: 745px;
	overflow:hidden;
	background-color:white;
}

.section{
	height: 530px;
	float: left;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.slideshow, .flexslider{
	width: 745px;
	height: 180px;
		
    border-radius:0px;
	border-top-right-radius: 6px;
}

.slideshow div{
    border-radius:0px;
	border-top-right-radius: 6px;
}

.main{
	width:250px;
	float:left;
	height: 330px;
	width: 495px;
	background-color:white;
	padding:10px;
	overflow-x:hidden;
}

aside{
	background-color: #457097;
	width: 210px;
	float:left;
	height: 330px;
	padding:10px;
	color:white;
	border-bottom-right-radius: 6px;
    font-size: 10pt;
}

.aside{
    background-color: #457097;
    width: 210px;
    float: left;
    height: 330px;
    padding: 10px;
    color: white;
    border-bottom-right-radius: 6px;
    font-size: 10pt;
}

.lower-area{
	height:400px;	
}

.center{
	width:940px;
	margin-left:auto;
	margin-right:auto;	
}

.flexslider {
	border:none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	-o-box-shadow: none;
}

.flex-control-nav{
	display:none;
}

/* NAV */

/* SIDE NAV */




.nav-active{
	background-color: #457097 !important;
    color: white !important;
}

nav ul li ul li{
	line-height: 8px;
}

/* Fix Nav in IE old*/

.navbar{
	background-color:transparent;
	margin-bottom:10px;
}

.nav ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.navbar li{
	/*color:white;*/
	display:block;
}

.navbar a {
	display:block;
	color: #696969;
	padding: 10px 6px 10px 23px;
    font-size:10.5pt;
}

.navbar a:hover{
	background-color: #C5C5C5;
	text-decoration:none;
    background-color: #6F6F6F;
    background-color: #D3D3D3;
    color: #696969;
	
}

.navbar {
	margin:0;
	padding:0;
	text-align:left;
	width: 195px;
}
 
.navbarli {
	line-height: 18px;
}

.navbar ul{
	margin:0;
	padding:0;
	list-style:none;
}
 

.navbar ul li {
	position:relative;
}
 

.navbar ul li span{
	display:block;

}
 

.navbarul li a{
	text-decoration:none;
	/*color:white; */
	display:block;

}
 


.navbar ul ul{
	position:absolute;
	display:none;
}
 

.navbar ul ul li a{
	background-color: #EBEBEB;
    /*background-color: #6F6F6F;
    color: white !important;*/
}
 

.navbar ul li:hover ul{
	width:80%;
	position:absolute;
	display:block; left:195px;
	top:0;
	z-index: 5;
    z-index: 9999999999999999999 !important;
    width:220px;
    border-left: 3px solid #375979;
    border-left: 3px solid #6092BE;
}

.navbar ul li:hover ul a:hover{
	background-color:#C5C5C5;	
    background-color: #8F8F8F;
    background-color: #ccc;
    background-color: #D3D3D3;
    color: #696969;
}



.navbar ul li ul li{
	line-height: 8px;
}

/* */

h1, h2, h3, h4, h5{
	margin:0px;
	margin-bottom:5px;
	border-bottom:none !important;
    line-height: 22px;
}

h1{
	font-size:17pt;
	margin-bottom: 9px;
}

h2{
	font-size:13pt;
}

h3{
	font-size:11pt;
}

.span3a{
	width:223px;
}

.span6a{
	width:480px;
}

.control-label, input, select, label{
	font-size:10pt;
}

input, label{
	line-height: 15px !important; 
	height: 15px !important;
}

select{
	height: 25px;
	line-height: 25px;
	padding: 3px;
}

.button{
	display:inline-block;
	padding: 2px 10px 2px 10px;
	margin-bottom:10px;
	color:white !important;
	text-decoration:none;	
	margin-right:5px;
    cursor:pointer;
}

.button:hover{
	text-decoration:none;	
}

.green-button{
	background-color:#43805D;
}

.green-button:hover{
	background-color: #488b65;
}

.red-button{
	background-color:#930920;
}

.red-button:hover{
	background-color: #AD1932;

}

.orange-button{
    background-color: #D38701;
}

.orange-button:hover{
    background-color: #E29B1E;
}

.blue-button:hover{
	background-color: #4F7EA8;	
}

.blue-button{
	background-color: #457097;
}

.grey-button{
    background-color: #ccc;
    color: #333 !important;
}

.grey-button:hover{
    background-color: #DDD;
}


.right-button{
	float:right;
    margin-right: 0px;
    margin-left: 5px;
}

.nav-active:hover {
	background-color: #507FAA !important;
}

.full-width{
	width:725px;
}

nav ul li:hover ul {
	width:220px;
}

.flex-control-nav {
	width: 745px;
	display: block;
	top: 205px;
	margin-left: 174px;
	bottom: 0px;
	height: 17px;
}

.flex-control-nav > li > .active {
	background-color: #457097;
}
/*.active{
	background-color: #457097 !important;
}*/

.main a {
	color: #457097;
}

aside p{
	/*margin-bottom:25px; */
}

.service-type-list li{
	line-height:20px;	
    font-size:10.5pt;
}


.arial{
	font-family: arial;
	font-weight:100;
}

.full-height{
	height: 510px;
	border-top-right-radius:6px;
}

.option-list a{
	color:white !important;
	display:block;
	background-color: #375979;
	padding: 6px 10px 6px 10px;
	margin-bottom: 4px;
	border-radius: 5px;
	text-decoration:none !important;
	
}

.option-list a:hover{
	background-color: #3B5F81;
	text-decoration:none;
}

.option-list li{
	list-style-type:none;
}

.option-list{
	margin:0px;	
    margin-bottom: 15px;
}

.add-on{
	height: 17px !important;
	padding-top: 2px !important;
}

.button-right{
	float:right;
	margin:0px;
	margin-left:10px;
}

.form-horizontal .control-group {
	margin-bottom: 15px;
}

.help-block{
	font-size: 9pt;
	margin-bottom: 10px !important;
}

.breadcrumb{
	background-color:#E9E9E9;
	margin-top:-8px;
}

#slides {
	width: 10000000px;
	-webkit-transition: margin-left 1s ease;
	-moz-transition: margin-left 1s ease;
	-o-transition: margin-left 1s ease;
	-ms-transition: margin-left 1s ease;
	transition: margin-left 1s ease;
	
}

.slide-page {
	float: left;
	width: 495px;
	margin-left: -10px;
	padding: 10px;
}

a {
   outline: 0;
}

.checkbox{
	line-height:20px !important;
}

.main{
	overflow:hidden;
}


aside a{
	text-decoration:underline;
	color: white;
}	

aside a:link{
    color:white;
}

aside a:hover{
	color: rgb(201, 201, 201);
}

.aside a{
	text-decoration:underline;
	color: white;
}	

.aside a:link{
    color:white;
}

.aside a:hover{
	color: rgb(201, 201, 201);
}

.processing-table a{
	margin-bottom:0px !important;
	text-align: center;
	width:70px;
}

.processing-table td{
	height: 24px;
}

.processing-table{
	font-size: 8pt;
}

a, a:hover{
	color: #457097	
}

.processing-table img{
	margin-left: 33px;	
}

.slider-main{
	width: 690px;	
}

.slider-aside{
	margin-top: -530px;
	margin-left: 515px;	
	margin-left: 710px;
	width: 15px;
	transition:All 0.7s ease;
	-webkit-transition:All 0.7s ease;
	-moz-transition:All 0.7s ease;
	-o-transition:All 0.7s ease;
	overflow:hidden;
}

#help-text{
	width: 210px;
	overflow:hidden;
}


.ui-datepicker{
	font-size: 8pt;
	line-height: 14px;	
	margin-left: 0px}

.spacing i{
	margin-left:5px;	
}

.account-table input{
	margin-bottom:0px !important;
	height:12px;
	margin-top:-3px;
	font-size:9pt;
}

.small-inputs input{
	font-size:9pt;
	height:18px;
	height: 12px !important;
	line-height: 12px !important;
	float:right;
	width: 325px;
}

.account-table td, .account-table th{
	line-height: 24px !important;
}

.account-table{
	border-bottom:1px solid #dddddd;
}

.btn-primary{
	color: white !important;
}

.warning-stripe {
	padding: 5px;
	margin-bottom: 3px;
	background-image: url(../images/stripes.png);
	opacity: 0.6;
	color: white;
	border: 1px solid darkred;
	margin-bottom: 15px;
}

.hidden{
	display:none;
}

#formProfile{
	display:none;
}

.file-collect-table{
	margin-bottom:10px;	
}

.file-collect-table{
	font-size:10pt		
}

.file-collect-table td{
	line-height:10px;
	height:10px;	
}

.nostyle td{
	line-height: 18px !important;
	height: 12px;
	padding: 3px;
	background-color: transparent !important;
	border: none;	
}

.nostyle{
	margin-bottom:-8px;
}

#addressDiv2Buttons a, #invoiceAddressDiv2Buttons a{
	margin-top: -4px;
}

#logo{
	width:200px;
	padding: 10px;
	padding-left: 0px;
	padding-bottom: 1px;
	margin-left: -10px;
}

#logo-upper{
	font-size: 18pt;	
	display:block;
	text-align: center;
	width:100%;
	font-weight:bold;
	color:#375979;
}

#logo-lower{
		text-align: center;
		width: 100%;
		font-size: 11pt;
		display: block;
		margin-top: -3px;
		color:#457097;
}

.mail-type-icon {
    width: 148px;
    background-color: white;
    height: 107px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 10pt;
}

.mail-type-icon img{
    width: 148px;
    height: 97px;
}

.mail-type-icon-loader{
    position: absolute;
    width: 156px;
    margin-left: 1px;
    background-color: white;
    margin-top: 1px;
    height: 105px;
}

.blue-text {
    color: #457097 !important;
}

.red-text {
    color: #B65757 !important;
}

.green-text {
    color: #43805D !important;
}

.small-loader{
    height: 16px;
    margin-top: -2px;
    display:none;

}

.white-link{
    text-decoration: underline !important;
    color: white !important;

}

.white-link:hover {
    color: rgb(201, 201, 201) !important;
}

.red-link{
    color: #b94a48 !important;
    text-decoration: underline !important;
}

.red-link:hover{
    color: #CF6664 !important;
}

.server-status {
    border: 1px solid #7cb91f;
    padding: 7px;
    padding-left: 28px;
    padding-top: 9px;
    background-color: #D1E7B1;
    margin-bottom: 10px;
}


.report-icon img{
	margin-bottom:20px;
				
	border-radius:5px;
}
			
.report-icon:hover{
	border:1px solid #457097;
}
			
.report-icon div{
	color:#457097;
	position:absolute;
	margin-top:-95px;
	width:123px;
	text-align:center;				
}
			
.report-icon div:hover{
	text-decoration:underline;
}
			
.report-icon{
				
	display:block;
	height:160px;
	width:123px;
	border:1px solid silver;	
	border-radius:5px;
	margin-bottom:20px;
	margin-left:50px;
}
		
.option-list-sub a{
    background-color: #5D86AC !important;

}

.option-list-sub a:hover {
background-color: #658CB1 !important;
}

aside h1{
    font-size:13pt;
    margin-top:0px !important;
    margin-bottom: 5px;
}

aside h2{
    font-size:11pt;
    margin-top:0px !important;
}

.aside h1{
    font-size:13pt;
    margin-top:0px !important;
    margin-bottom: 5px;
}

.aside h2{
    font-size:11pt;
    margin-top:0px !important;
}

.testimonial{
    background-color: #F0F0F0;
    border:1px solid silver;
    padding:10px;
    font-size:9pt;
    margin-bottom:15px;
    margin-top:15px;
}

.testimonial h1{
    font-size:11pt;

}

.main-server-status:hover{
    cursor:default;

}

.normal-nav-link{
    padding: 0px;
    background-color: transparent;
    
}

.normal-nav-link:hover{
    /*color: #696969 !important;*/
    text-decoration:underline;
    background-color: transparent;
}

input[readonly] {
    cursor: text;
    background-color: white;;
}

.website-alert{
    width: 100%;
    height: 27px;
    background-color: #457097;
    color: white;
    line-height: 27px;
    overflow:hidden;
    height:0px;
}

#errorReport{
   margin-left: 120px;
    margin-top: -228px;
    width: 280px;
    height: 240px;
    color: white;
    background-color: #F5F5F5;
    border: 1px solid #979797;
    position: absolute;
    padding: 10px;
    display: none;
    border-radius: 3px;
    z-index: 999;
    box-shadow: 2px 2px 6px #888888;
}

#errorReport article{
    color:#333;
    border-radius: 3px;
}

#errorReport h1{
    font-size: 10pt;

}

.btn-disabled{
    color: green !important;
}

.btn-disabled:hover{
    color: green !important;
    cursor: default;
    text-decoration: none;
}

#slideshowLoader {
    position: absolute;
    width: 745px;
    background-color: white;
    height: 180px;
    z-index: 999;
    border-top-right-radius: 6px;
}

#slideshowLoader img {
    margin-top: 75px;
    margin-left: 335px;
    
}

.flexslider .slides img {
    z-index:-1 !important;
    width: 745px;
    height: 180px;
}

.slideshow-caption{
    background-color: rgba(50,50,50,0.7);
    padding: 5px;
    color: white;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 746px;
    text-shadow: 1px 1px 1px #333;
    position: relative;
    margin-top: -32px;
    border-radius: 0px !important;
    width: 735px;
    z-index: 32;
}

.slideshow-caption p{
    margin-bottom:0px;
    display:inline;
    margin-left:3px;
    font-size: 10.5pt;
}

.slideshow-caption h1{
    font-size: 13pt;
    margin-bottom: 1px;
    display:inline;
}

.process-mailing-list-table{
    margin-top: 0px;
    line-height: 15px;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    
}

.process-mailing-list-table tr{
    height: 56px;
}

.process-mailing-list-table-link:hover {
    background-color: #507EA8;
    cursor:pointer;
}

.tab{
    width: 230px;
    margin-left: -10px;
    background-color: #375979;
    margin-top: -10px;
    height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
}

.tab a{
    margin: 10px;
    text-decoration: none;
    margin-top: 9px;
    margin-bottom: 0px;
    margin-right: -10px;
    display: block;
    float: left;
   
    height: 25px;
    padding: 9px;
    padding-top: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tab-active{
    background-color: #457097;
}

#tab1, #tab2{
    height: 208px;
    -webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-o-transition: height 1s ease;
	-ms-transition: height 1s ease;
	transition: height 1s ease;
}

.removeFormProfile{
    height: 0px !important;
    overflow: hidden;
    -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;
}

.form-upper{
    height: 363px;
}

iframe{
    border:none !important;
}

.nav-link{
    width: 166px;
    height: 18px;
}

.span4{
    width: 237px;
}

.all-tutorials{
    position:absolute;
    height: 420px;
    width: 748px;
    background-color: white;
    display:none;
}

.all-tutorials-inner{
    padding:15px;
}

.slider{
    width: 438px;
    margin-left: 12px;
    height: 10px;
    background-color: #7999B6;
    cursor: pointer;
    float: left;
    border-radius: 3px;
}
	
	
.slider-position{
    height:10px;
    width:0%;
    background-color: #3B5F81;
    border-radius: 3px;
    
	/*-webkit-transition: width 2s ease;
	-moz-transition: width 2s ease;
	-o-transition: width 2s ease;
	-ms-transition: width 2s ease;
	transition: width 2s ease;*/
}


.yt-icon{
    background-color: #333;
    padding: 2px;
    border-radius: 5px;
    height: 21px;
    width: 21px;
    text-align: center;
    margin-right: 3px;
    float: left;
    padding-left: 4px;
    text-align:center;
}

.yt-icon i{
    /*position: absolute;
    margin-left: -7px;
    margin-top: 3px;*/
}

.yt-icon:hover{
    background-color: #474747;
}

.yt-controls{
    margin-top: 1px;
    margin-left: 0px;
    float: left;
}

#yt-info{
    margin-top: 1px;
    text-align: left;
    margin-left: 72px; 
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 9.5pt;
}

.video-tutorial-pullover{
    width: 118px;
    height: 72px;
    border:1px solid #6F6F6F;
    background-color: rgba(255,255,255, 0.5);
    position: absolute;
    text-align: center;
    padding-left: 90px;
    padding-top: 44px;
    cursor:pointer;
}

.video-tutorial-pullover:hover{
    background-color: rgba(255,255,255, 0.6);
}

.error-message{
	width: 475px;
    background-color: rgba(255,255,255,0.85);
    position: absolute;
    display: none;
    padding: 10px;
    min-height: 487px;
}

.error-box{
	border: 1px solid silver;
	padding: 10px;
	width: 420px;
	margin-top: 85px;
	background-color:white;
	margin-left:165px;
	margin-left: auto;
	margin-right: auto;
    box-shadow: 2px 2px 6px #888888;
}

.modal {
    z-index:999999999999999999;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #457097;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#457097), to(#457097));
    background-image: -webkit-linear-gradient(top, #457097, #457097);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #457097, #457097);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

 .btn-primary:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #375979;
    background-image: -moz-linear-gradient(top, #375979, #375979);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#375979), to(#375979));
    background-image: -webkit-linear-gradient(top, #375979, #375979);
    background-image: -o-linear-gradient(top, #375979, #375979);
    background-image: linear-gradient(to bottom, #375979, #375979);
    background-repeat: repeat-x;
    border-color: #375979 #375979 #375979;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.flex-caption {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    font-size: 14px;
    line-height: 18px;
}

.flex-caption p {
    margin: 0 0 1.758em;
    -webkit-hyphens: auto;
    -webkit-hyphenate-character: "\2010";
    -webkit-hyphenate-limit-after: 1;
    -webkit-hyphenate-limit-before: 3;
    -moz-hyphens: auto;
    orphans: 3;
    widows: 3;
}

.tutorial-column{
    float: left;
    width: 200px;
    margin-right:55px; 
}

.tutorial-row{
    width: 100%;
    padding: 0px;
    height: 190px;
    
}

.tutorial-column-right{
    margin-right:0px;
}

.popup{
    width: 725px;

    /*background-color: rgba(255, 255, 255, 0.85);
    background-color: rgba(233, 233, 233, 0.85);
    background-color: rgba(248, 248, 248, 0.85);*/
    background-color: white;
    background-color: rgba(214, 214, 214, 0.85);
    position: absolute;
    display: none;
    padding: 10px;
    min-height: 487px;
    border-radius: 5px;
    height: 510px;
    z-index: 800;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;

}

.popup-box{
    border: 1px solid silver;
    padding: 10px;
    width: 690px;
    margin-top: 85px;
    background-color: white;
    margin-left: 165px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 2px 2px 6px #888888;
   
}

.popup-box-header{
    height:30px;
}

.popup-box-main{
     min-height: 140px;
}

.popup-box-footer{
    height:24px;
    padding-top: 5px;
}


.popup2{
    width: 320px;
    background-color: rgba(214, 214, 214, 0.85);
    position: absolute;
    display: none;
    padding: 10px;
    min-height: 200px;
    border-radius: 5px;
    height: 100px;
    z-index: 999999999;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: -350px;
    margin-left: 165px;

}

.popup2-box{
    border: 1px solid silver;
    padding: 10px;
    width: 400px;
    margin-top: -10px;
    background-color: white;
    margin-left: -50px;
    margin-right: auto;
    box-shadow: 2px 2px 6px #888888;
   
}

.popup2-box-header{
    height:30px;
}

.popup2-box-main{
     min-height: 170px;
}

.popup2-box-footer{
    height:24px;
    padding-top: 5px;
}

.slideshow img{
    border-top-right-radius: 6px;
}

.button-mini{
    font-size: 10.5px;
    padding: 0px 6px 0px 6px;
    line-height: 22px;
    margin-bottom:0px;
}

.carousel-caption {
    padding: 6px;
    border-radius: 0px !important;
    background: rgba(43, 43, 43, 0.75);
    text-shadow: 0.2em 0.1em 0.2em black;
}

.carousel-caption p {
    font-size: 10.5pt;
}

.carousel-caption strong{
    font-size: 13pt;
    margin-right: 5px;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.4);
}

.carousel-indicators .active {
   /* background-color: #457097;*/
}

.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 9px;
    padding-left: 9px;
}

.progress{
    height: 11px;
    border-radius: 2px;
    margin-bottom: 0px;
    background-image: linear-gradient(to bottom, #F5F5F5, #F3F3F3);
}

.progress-striped .bar {
    background-color: #457097;
}


.card_service {
    width: 142px;
    height: 120px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
.card_service_img {
    width: 142px;
    height: 100px;
    padding: 4px;
}


@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: local('Oxygen Light'), local('Oxygen-Light'), url(../fonts/Oxygen/Oxygen-Light.ttf);
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(../fonts/Oxygen/Oxygen-Regular.ttf) ;
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: local('Oxygen Bold'), local('Oxygen-Bold'), url(../fonts/Oxygen/Oxygen-Bold.ttf) ;
}

/*ROBOTO */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/Roboto/Roboto-Light.ttf);
}

@media only screen and (max-width: 767px) {
    body {
        background: #99bac1;
}
    /*p {
    margin: 0 0 15px;
}*/