body{
	margin:0px;
	padding:0px;
	color:#777777;
	font-size:13px;
	font-family: 'open_sansregular';
}

.top-black-bar{
	background:#444444;
	padding:10px 0px;
	width:100%;
	float:left;
}

.main-wrapper{
	width:1170px;
	margin:auto;
}

.icon-left{
	width:25px;
	float:left;
}

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

}




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

}




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

}




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

}




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

}




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

}


.top-text-grey{
	font-size:13px;
	color:#ccc;
	text-decoration:none;
	line-height:18px;
	font-family: 'open_sansregular';
}

.menu-line{
	width:1px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:2px;
}

.pull-left{
	float:left;
}

.margintop2{
	margin-top:2px;
}


.pull-right{
	float:right;
}

.social-icon{
	width:75px;
	float:right;
}

.marginright45{
	margin-right:45px;
}

.top-greybar{
	background:url(../images/top-grey-back.png) repeat-x;
	width:100%;
	float:left;
	border-bottom:solid 1px #f4f4f4;
}

.logo{
	padding:20px 0px;
	float:left;
	width:315px;
}

.clear{
	clear:both;
}

#menupanel{
	width:795px;
	float:right;
}
.navbar-nav > ul{
	list-style:none;
	float:left;
}

.navbar-nav > li{
	list-style:none;
	float:left;
	padding:0px 2px;
}


.navbar-nav > li > a {
    border-radius: 0;
    color: #555555;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: -20px;
    margin-top: -26px;
    padding-bottom: 20px;
    padding-top: 26px;
    text-transform: uppercase;
	text-decoration:none;
	padding: 33px 10px;
    transition: all 0.2s ease-in-out 0s;

}
.navbar-nav > li.active > a, .navbar-nav > li.active > a:hover, .navbar-nav > li.active > a:focus {
    background-color: #F54828;
    border-radius: 3px 3px 0 0 !important;
    color: #FFFFFF;
    padding: 33px 11px;

}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background-color: #F54828;
    border-radius: 3px 3px 0 0 !important;
    color: #FFFFFF;
	
	
}

.home-banner-back{
	background:url(../images/banner-back.png) center top no-repeat;
	min-height:466px;
	float:left;
	width:100%;
}

.whitebox{
	background:url(../images/white-back.png) repeat;
	border-radius:5px;
	box-shadow:#ccc 2px 3px 2px;
	width:225px;
	float:left;
	margin-right:11px;
	margin-top:15px;
}

.whitebox-right{
	background:url(../images/white-back.png) repeat;
	border-radius:5px;
	box-shadow:#ccc 2px 3px 2px;
	width:225px;
	float:right;
	margin-top:15px;
}


.top-twitter-back{
	background:#18b2ec;
	border-radius:5px 5px 0px 0px;
	height:65px;
	padding:10px 15px 0px 15px;
}

.top-facebook-back{
	background:#4e69a1;
	border-radius:5px 5px 0px 0px;
	height:65px;
	padding:10px 15px 0px 15px;
}

.top-youtube-back{
	background:#e23639;
	border-radius:5px 5px 0px 0px;
	height:65px;
	padding:10px 15px 0px 15px;
}

.top-instagram-back{
	background:#9e6c5a;
	border-radius:5px 5px 0px 0px;
	height:65px;
	padding:10px 15px 0px 15px;
}

.top-soundclound-back{
	background:#f65a3c;
	border-radius:5px 5px 0px 0px;
	height:65px;
	padding:10px 15px 0px 15px;
}


.marginright15{
	margin-right:20px;
	
}

.box-padding{
	padding:15px;
}

.price-text{
	font-size:48px;
	color:#fff;
	font-family: 'open_sansbold';
	line-height:50px;
	
}

.margintop10{
	margin-top:5px;
}

.dollar-text{
		font-size:30px;
	color:#fff;
	font-family: 'open_sansbold';
	line-height:50px;
}
	
	.mulitiple-text{
		font-size:14px;
		color:#48382b;
		margin-top:15px;
		margin-bottom:10px;
		font-family: 'open_sanssemibold';
	}
	
	.black-big-text{
			font-size:55px;
	color:#48382b;
	font-family: 'open_sansbold';
	line-height:60px;
	margin-bottom:10px;
}
	
	
	.black-small-text{
				font-size:18px;
	color:#48382b;
	font-family: 'open_sansbold';
	line-height:20px;
	margin-bottom:20px;
}

.delivered-text{
	font-size:14px;
	color:#4b3a2a;
	line-height:20px;
	font-family: 'open_sansregular';
	margin-bottom:25px;
}
.marginbottom20{
	margin-bottom:20px;
}

.whitecontent-back{
	background:url(../images/white-back-content.png) center top no-repeat;
	position:relative;
	z-index:9000;
	margin-top:-65px;
	width:100%;
	float:left;
}

h1{
	font-size:27px;
	color:#48382b;
	text-transform:uppercase;
	font-family: 'open_sansbold';
	text-align:center;
}
	.orangecolor{
		color:#f54828;
	}
	
	.home-content{
		font-size:19px;
		color:#777777;
		line-height:28px;
		padding:0px 30px;
		text-align:center;
	}
	
	.internal-content{
		font-size:19px;
		color:#777777;
		line-height:28px;
		padding:0px 25px;
	
	}
	
	
	
.fleft {
    float: left;
}

.twitter-back{
	background:#11a8df;
}

.twitter-back:hover{
	background:#1096c6;
}

.radioCol {
    float: left;
    height: 350px;
    padding: 10px;
    position: relative;
    width: 255px;
	border-radius:10px;
	
}
.radioCol:hover {
   
    z-index: 1;
	
}

.radioCol h4 {
    color: #FFFFFF;
    font-family: 'Titillium Web', sans-serif;
    font-size: 36px;
    height: 65px;
    margin: 5px 0;
}

.radioCol label.label_radio {
    background: url("../images/radio-off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 0 15px 25px;
 
    word-spacing: 0;
}
.radioCol label.r_on {
    background: url("../images/radio-on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
}
.radioCol label.label_radio input {
    left: -9999px;
    position: absolute;
}
.radioCol label.label_radio span.sub {
    font-size: 12px;
    font-weight: normal;
}
.formSec {
    float: left;
    font-family: 'open_sansregular';
    font-size: 14px;
    margin: 10px 0 0;
    width: 100%;
}
ul.form {
    float: left;
    margin: 0;
    padding: 0;
    width: 590px;
}
ul.form li {
    float: left;
    list-style: none outside none;
    margin: 15px 0;
    width: 100%;
}
ul.form li label {
    cursor: pointer;
    float: left;
    width: 200px;
}
ul.form li .input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    box-shadow: 0 0 5px #C6C6C4 inset;
    color: #999999;
    float: left;
    padding: 5px;
    width: 350px;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight:bold;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	margin-left:199px;
	color:#fff;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.btn:active, .btn.active {
    background-image: none;
}
.btn-default {
    background-image: linear-gradient(to bottom, #FFFFFF 0px, #E0E0E0 100%);
    background-repeat: repeat-x;
    border-color: #CCCCCC;
    text-shadow: 0 1px 0 #FFFFFF;
}
.btn-default:hover, .btn-default:focus {
    background-color: #E0E0E0;
    background-position: 0 -15px;
}
.btn-default:active, .btn-default.active {
    background-color: #E0E0E0;
    border-color: #DBDBDB;
}
.btn-primary {
    background-image: linear-gradient(to bottom, #428BCA 0px, #2D6CA2 100%);
    background-repeat: repeat-x;
    border-color: #2B669A;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #2D6CA2;
    background-position: 0 -15px;
}
.btn-primary:active, .btn-primary.active {
    background-color: #2D6CA2;
    border-color: #2B669A;
}
.btn-success {
    background-image: linear-gradient(to bottom, #9e6c5a 0px, #aa5f44 100%);
    background-repeat: repeat-x;
    border-color: #9e6c5a;
}
.btn-success:hover, .btn-success:focus {
    background-color: #9e6c5a;
    background-position: 0 -15px;
}
.btn-success:active, .btn-success.active {
    background-color: #9e6c5a;
    border-color: #9e6c5a;
}
.btn-warning {
    background-image: linear-gradient(to bottom, #F0AD4E 0px, #EB9316 100%);
    background-repeat: repeat-x;
    border-color: #E38D13;
}
.btn-warning:hover, .btn-warning:focus {
    background-color: #EB9316;
    background-position: 0 -15px;
}
.btn-warning:active, .btn-warning.active {
    background-color: #EB9316;
    border-color: #E38D13;
}
.btn-danger {
    background-image: linear-gradient(to bottom, #D9534F 0px, #C12E2A 100%);
    background-repeat: repeat-x;
    border-color: #B92C28;
}
.btn-danger:hover, .btn-danger:focus {
    background-color: #C12E2A;
    background-position: 0 -15px;
}
.btn-danger:active, .btn-danger.active {
    background-color: #C12E2A;
    border-color: #B92C28;
}
.btn-info {
    background-image: linear-gradient(to bottom, #5BC0DE 0px, #2AABD2 100%);
    background-repeat: repeat-x;
    border-color: #28A4C9;
}
.btn-info:hover, .btn-info:focus {
    background-color: #2AABD2;
    background-position: 0 -15px;
}
.btn-info:active, .btn-info.active {
    background-color: #2AABD2;
    border-color: #28A4C9;
}

.right-panel-form{
	width:810px;
	float:right;
}
	
	
	.box-left{
		width:310px;
		float:left;
		margin-right:90px;
		margin-top:25px;
	}
	
	.box-right{
		width:310px;
		float:right;
		margin-top:25px;
	}
	
	h2{
		font-size:16px;
		text-transform:uppercase;
		color:#303030;
		font-family: 'open_sansbold';
		text-align:center;
	}
	
	.box-padding{
		padding:0px 30px;
	}
	
	
	h3{
		
		font-size:27px;
	color:#fff;
	text-transform:uppercase;
	font-family: 'open_sansbold';
	text-align:center;
	margin-top:0px;

}

.input-new {
    font-size: 16px;
    margin-bottom: 5px;
    outline: medium none;
    padding: 10px;
    width: 350px;
}
.white-content{
	color:#fff;
	font-size:15px;
	line-height:22px;
}

.orange-back{
	background:url(../images/orange-back.png) no-repeat bottom center;
	width:1170px;
	margin:auto;
	margin-top:25px;
	margin-bottom:15px;
}


.padding-orange-box{
	padding:30px;
}
	
	
	.footer-back{
		background:#444444;
		padding:10px 0px;
		width:100%;
		float:left;
	}
	
	.footer-text{
		font-size:13px;
		color:#fff;
		text-decoration:none;
	}
	
	
	.twitter-btn {
    background-color: #16b1ea;
    background-image: -moz-linear-gradient(center bottom , #16b1ea 0%, #6ad5fc 100%);
    border: 1px solid #6ad5fc;
    border-radius: 4px;
    box-shadow: 0 1px 0 #6ad5fc inset;
    color: #FFFFFF;
    font-family: 'open_sanssemibold';
    padding: 5px 10px;
    text-decoration: none;
   
}
.twitter-btn:hover {
    background-color: #18b2ec;
    background-image: -moz-linear-gradient(center bottom , #18b2ec 0%, #16b1ea 100%);
}


.small-text-price{

    color: #FFFFFF;
    font-family: 'open_sansbold';
    font-size: 39px;
    line-height: 50px;
}

.internal-banner-back{
	background:url(../images/banner-back-internal.png) center top no-repeat;
	min-height:466px;
	float:left;
	width:100%;
}

.whitebox-internal{
	background:url(../images/white-back.png) repeat;
	border-radius:5px;
	box-shadow:#ccc 2px 3px 2px;
	width:225px;
	float:left;
	margin-right:11px;
	margin-top:35px;
}

.whitebox-internal-right{
	background:url(../images/white-back.png) repeat;
	border-radius:5px;
	box-shadow:#ccc 2px 3px 2px;
	width:225px;
	float:right;
	margin-top:35px;
}

.whitecontent-back-internal{
	background:url(../images/white-back-content.png) center top no-repeat;
	position:relative;
	z-index:9000;
	margin-top:0px;
	width:100%;
	margin-bottom:50px;
	float:left;
}


.twitter-bluecolor{
	color:#11A8DF;
}



.facebook-btn {
    background-color: #405a8f;
    background-image: -moz-linear-gradient(center bottom , #405a8f 0%, #4449ae 100%);
    border: 1px solid #405a8f;
    border-radius: 4px;
    box-shadow: 0 1px 0 #405a8f inset;
    color: #FFFFFF;
    font-family: 'open_sanssemibold';
    padding: 5px 10px;
    text-decoration: none;
   
}
.facebook-btn:hover {
    background-color: #4449ae;
    background-image: -moz-linear-gradient(center bottom , #4449ae 0%, #405a8f 100%);
}

.facebook-bluecolor{
	color:#405a8f;
}

.facebook-back{
	background:#405a8f;
}

.facebook-back:hover{
	background:#4449ae;
}




.soundcloud-btn {
    background-color: #405a8f;
    background-image: -moz-linear-gradient(center bottom , #f7620e 0%, #e75706 100%);
    border: 1px solid #f7620e;
    border-radius: 4px;
    box-shadow: 0 1px 0 #f7620e inset;
    color: #FFFFFF;
    font-family: 'open_sanssemibold';
    padding: 5px 10px;
    text-decoration: none;
   
}
.soundcloud-btn:hover {
    background-color: #f7620e;
    background-image: -moz-linear-gradient(center bottom , #f7620e 0%, #e75706 100%);
}

.soundcloud-bluecolor{
	color:#f7620e;
}

.soundcloud-back{
	background:#f7620e;
}

.soundcloud-back:hover{
	background:#e75706;
}


.youtube-btn {
    background-color: #405a8f;
    background-image: -moz-linear-gradient(center bottom , #d82728 0%, #ed3337 100%);
    border: 1px solid #d82728;
    border-radius: 4px;
    box-shadow: 0 1px 0 #d82728 inset;
    color: #FFFFFF;
    font-family: 'open_sanssemibold';
    padding: 5px 10px;
    text-decoration: none;
   
}
.youtube-btn:hover {
    background-color: #fd82728;
    background-image: -moz-linear-gradient(center bottom , #ed3337 0%, #d82728 100%);
}

.youtube-bluecolor{
	color:#d82728;
}

.youtube-back{
	background:#d82728;
	height:600px;
}

.youtube-back:hover{
	background:#ed3337;
}

.whitecolor{
	color:#fff;
	text-decoration:none;
}

.btnnew {
    -moz-user-select: none;
	background-color:#d12428;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight:bold;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	color:#fff;
}



.instagram-btn {
    background-color: #925c46;
    background-image: -moz-linear-gradient(center bottom , #925c46 0%, #634634 100%);
    border: 1px solid #634634;
    border-radius: 4px;
    box-shadow: 0 1px 0 #634634 inset;
    color: #FFFFFF;
    font-family: 'open_sanssemibold';
    padding: 5px 10px;
    text-decoration: none;
   
}
.instagram-btn:hover {
    background-color: #925c46;
    background-image: -moz-linear-gradient(center bottom , #634634 0%, #925c46 100%);
}

.instagram-bluecolor{
	color:#925c46;
}

.instagram-back{
	background:#925c46;
}

.instagram-back:hover{
	background:#925c46;
}

.small-text-price-two {
    color: #FFFFFF;
    font-family: 'open_sansbold';
    font-size: 28px;
    line-height: 50px;
}

.topheading-internal {
    color: #333333;
    font-family: 'Titillium Web', sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
	margin-left:25px;
    text-shadow: 2px 3px 4px #FFFFFF;
}

.top-like-back {
    background: none repeat scroll 0 0 #444444;
    border-radius: 5px 5px 0 0;
    height: 75px;
    padding: 10px 15px 0;
}



.whitebox-internal-like{
	background:#727272;
	width:280px;
	float:left;
	margin-right:13px;
	margin-top:35px;
	height:350px;
}

.whitebox-internal-like-right{
	background:#727272;
	width:280px;
	float:right;
	margin-right:11px;
	margin-top:35px;
	height:350px;s
}

.small-whitetext{
	font-size:13px;}
	
	.youtube-text {
    color: #B21919;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

p.help {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBDBDB;
    box-shadow: 3px 3px 2px 3px #EFEEEE;
    color: #4F4F4F;
    float: right;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 20px;
    padding: 10px;
    width: 300px;
}



/*services*/
	
	/* Toggle Shortcode */
.toggle{margin-bottom:20px}
.toggle div.title{margin:0px; padding:13px 15px 10px 15px; font-size:16px; line-height:normal; text-shadow:0 1px 0 rgba(255,255,255,1);  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);  box-shadow:0 1px 3px rgba(0,0,0,0.1); -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; cursor:pointer; -moz-user-select:none; border:1px solid #d3d3d3;  -webkit-user-select:none; background:#fff; background:-moz-linear-gradient(top,#ffffff 0%,#eeeeee 99%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(99%,#ddd)); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0 ); /* ie */}
.toggle div.title:hover{border:1px solid #bbb}
.toggle div.title span{    background:url(../images/toggle.gif) 0px 12px;     display:block;     float:left;     width:12px;     height:12px;     margin:3px 10px 0 0}
.toggle div.title.toggled span{    background:url(../images/toggle.gif) 12px 12px}
.toggle div.title.toggled{-webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; border:1px solid #d3d3d3; margin:0px; -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.1); -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.1); box-shadow:0px 1px 3px rgba(0,0,0,0.1)}
.toggle .inner{display:none; background:#fdfcfa; color:#444; padding:10px; border:1px solid #d3d3d3; border-top:none; margin:0px; overflow:hidden; -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.1); -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.1); box-shadow:0px 1px 3px rgba(0,0,0,0.1); -webkit-border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px}
.toggle .inner pre{margin:5px 0}
.inner p:last-child{margin:0}
	
	
	.main-content-internal {
    color: #393939;
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 30px;
}

.form-panel {
    float: left;
    width: 300px;
}
.form-text {
    color: #000000;
       font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 22px;
	font-weight:700;
    margin-bottom: 30px;
}

.select {
    font-size: 16px;
    margin-bottom: 20px;
    outline: medium none;
    padding: 7px;
}

