
.trowm {
	width: 100%;
	color: #fff;
	background-color: rgb(176, 55, 31, 1);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 100%);
	-webkit-box-shadow: inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
	-moz-box-shadow: inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
	-khtml-box-shadow: inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
	box-shadow: inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
	text-shadow: rgba(0,0,0,0.3) 0px 1px 1px;
	padding: 10px;
	border-color: rgba(255,255,255,0.1);
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-moz-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	
	font-size: 13px;
}

.fa-angle-double-up:before {
	color: #fff;
    background-color: rgb(150,150,150);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 12px 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;

    transition: all 0.2s ease-in-out;
}

.topforum {
	color: #333;
	cursor: pointer;
	padding: 20px 20px;
	position: fixed;
	bottom: 1em;
	right: -10px;
	display: none;
	transition: all 0.5s ease;
	opacity: 0.75;
	
	text-decoration: none;
	font-size: 17px;
}

.topforum:hover {
    cursor: pointer;
    color: #a11e39;
	transition: all 0.5s ease;
  	opacity: 1;
}

.socialb {
	margin-top: 60px;
}

.fthead {
	background: #324e66 url(../../../images/duende/thead3.jpg) top left repeat-x;
	color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 4px, inset #3d6485 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #3d6485 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #3d6485 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #1a2936;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px #283544;
	padding: 8px;
	height: 25px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: bold !important;
}

.fthead a:link {
	color: #fff;
	text-shadow: 0px 1px 1px #283544;	
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: bold !important;
}

.fthead a:visited {
	color: #fff;
	text-shadow: 0px 1px 1px #283544;	
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: bold !important;
}

.fthead a:hover,
.fthead a:active {
	color: #fff;
	text-shadow: 0px 1px 1px #283544;	
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: bold !important;
}

a.env:link,
a.env:visited,
a.env:hover,
a.env:active {
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 8px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #555151;
	background-color: #666262;
	border: 1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

a.goo:link,
a.goo:visited,
a.goo:hover,
a.goo:active {
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 8px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #a03326;
	background-color: #bc3b2c;
	border: 1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

a.insta:link,
a.insta:visited,
a.insta:hover,
a.insta:active {
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 8px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #21436d;
	background-color: #264e80;
	border: 1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

a.rss:link,
a.rss:visited,
a.rss:hover,
a.rss:active {
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 8px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #ff6600;
	background-color: #ff6600;
	border: 1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

a.yt:link,
a.yt:visited,
a.yt:hover,
a.yt:active {
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 8px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #e52c27;
	background-color: #e52c27;
	border: 1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

a.goog:link,
a.goog:visited,
a.goog:hover,
a.goog:active {
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 8px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #D14836;
	background-color: #D14836;
	border: 1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

a.tw:link,
a.tw:visited,
a.tw:hover,
a.tw:active {
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 8px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #288bb6;
	background-color: #00ACED;
	border: 1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

a.fb:link,
a.fb:visited,
a.fb:hover,
a.fb:active {
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 8px;
	margin: 2px 2px 6px 2px;
	text-shadow: 0px 1px 1px #3B5998;
	background-color: #3B5998;
	border: 1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

a.white:link,
a.white:visited,
a.white:active {
	color: #fff;
	font-weight: bold;
}

a.white:hover {
	color: #ccc;
	font-weight: bold;
}

.menu {
	text-align: left;
	text-shadow: 0px 1px 1px #111a23;
	font-size: 14px;
	font-weight: bold;
}

.menu ul {
	font-size: 14px;
	font-weight: bold;
}

.menu li {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
	font-size: 14px;
	font-weight: bold;
}

.menu li:hover, .menu li:active {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
	font-size: 14px;
	font-weight: bold;
}

.menu li a:link, .menu li a:visited {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 14px;
	font-weight: bold;
}

.links a:link,
.links a:visited,
.links a:hover,
.links a:active {
	color: #000;
	text-shadow: 0 1px 1px #fff;
	
	font-family: 'PT Sans',sans-serif;
	font-size: 15px;
	font-weight: bold !important;
}

.ftext  a:link,
.ftext  a:visited,
.ftext  a:hover,
.ftext  a:active {
	color: #777777;
	text-shadow: 0 1px 1px #fff;
	
	font-size: 13px;
	font-weight: bold !important;
}

.ttext  a:link,
.ttext  a:visited,
.ttext  a:hover,
.ttext  a:active {
	color: #CA183D;
	text-shadow: 0 1px 1px #fff;
	
	font-family: 'PT Sans',sans-serif;
	font-size: 15px;
	font-weight: bold !important;
}

.mtext  a:link,
.mtext  a:visited,
.mtext  a:hover,
.mtext  a:active {
	color: #fff;
	text-shadow: 0 1px 1px #000;
	font: 11px Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;
	font-style: normal;
}

.trow5 {
	background: #fff;
	color: #000;
	padding: 10px;
	text-shadow: 0px 1px #FFFFFF;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #fff;
	
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
}

.thead_collapsed {
   opacity: 0.4;
}

.thead {
   -webkit-transition: all 250ms ease-in-out;
   -moz-transition: all 250ms ease-in-out;
   -o-transition: all 250ms ease-in-out;
   transition: all 250ms ease-in-out;
}

.width {
	width: 90%;
	text-align: left;
	line-height: 1.4;
	margin: auto auto;
}

#headerstuff {
	color: rgb(248,248,248);
	text-shadow: 0  1px 1px rgba(0, 0, 0, 0.3);
	padding: 10px;
	text-align: left;
	height: 80px;
	
	font-size: 13px;
}

.foottext2  a:link,
.foottext2  a:visited,
.foottext2  a:hover,
.foottext2  a:active {
	color: #777777;
	text-shadow: 0 1px 1px #fff;
	
	font-size: 13px;
	font-style: normal;
}

#footerstuff {
	color: #fff;
	padding: 2px;
	text-align: left;
	line-height: 1.4;
	margin: auto auto;
	margin-top: -1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	background: #272727 url(../../../images/duende/menut.jpg) repeat-x;
	border: 1px solid #000;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: bold !important;
}

#mainwidth {
	width: 88%;
	text-align: left;
	line-height: 1.4;
	margin: auto auto;
}

.guest {
	background: #fff;
	color: #b85f1d;
	border: 1px solid #ccc;
	line-height: 180%;
	margin-bottom: 5px;
	padding: 10px;
	text-shadow: rgba(255,255,255,0.55) 0px 1px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
}

#pm_notification {
	background: #c13f25;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	height: 10px;
	line-height: 10px;
	padding: 4px 5px 4px 5px;
	border: 1px solid #b23636;
	text-shadow: 1px 1px 0px #882929;
	
	font-size: 13px;
	font-style: normal;
}

a#pm_notification {
	color: #fff;
    text-shadow: 1px 1px 0 #cc4a48;
	text-decoration: none;
    font-style: normal;
    font-size: 14px;
}

a#pm_notification: hover {
	color: #fff;
    text-shadow: 1px 1px 0 #cc4a48;
}

:focus {
	outline: none;
}

.mc {
	background: #cde3a4;
	color: #436500;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 8px;
	text-align: center;
	border: 1px solid #a8c471;
	text-shadow: rgba(255,255,255,0.55) 0px 1px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
	margin-right: 15px;	
	font-size: 12px;
}

.topforum {
	color: #333;
	cursor: pointer;
	padding: 15px 20px;
	position: fixed;
	bottom: 1em;
	right: -20px;
	display: none;
	transition: all 0.5s ease;
	opacity: 0.75;
	text-decoration: none;
	font-size: 13px;
}

.topforum:hover {
    cursor: pointer;
    color: #a11e39;
	transition: all 0.5s ease;
  	opacity: 1;
}

:focus {
	outline: none;
}

div.theme, div.language {
    display: inline-block;
}

.fa-expand:before {
	background: #fff;
	color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 6px;
	text-shadow: 1px 1px #fff;
}

a.button6:link,
a.button6:visited,
a.button6:active {
background: linear-gradient(to bottom, #fff 0%,#f4f4f4 100%);
color: #414141;
display: inline-block;
padding: 4px 6px;
margin: 2px;
border: 1px solid #c0c2c3;
text-shadow: #fff 0px 1px 0px;
-moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
-webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font-size: 11px
}

a.button6:hover {
background: linear-gradient(to bottom, #f4f4f4 0%,#fff 100%);
color: #414141;
display: inline-block;
padding: 4px 6px;
margin: 2px;
border: 1px solid #c0c2c3;
text-shadow: #fff 0px 1px 0px;
-moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
-webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font-size: 11px
}

.fa-angle-up:before {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #eee;
	color: #727272;
	text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
}

a.button5:link,
a.button5:visited,
a.button5:active {
	background: #d32d41;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	padding: 6px 9px;
	display: inline-block;
	margin: 2px 2px 6px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #b42738;
	border: 1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	font-size: 11px;
	font-weight: bold !important;
}

a.button5:hover {
	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
	-webkit-box-shadow: inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
	-moz-box-shadow: inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
	box-shadow: inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
}

a.button4:link,
a.button4:visited,
a.button4:active {
	color: #fff;
	display: inline-block;
	text-shadow: none;
	
	font-size: 13x;
	font-weight: bold !important;
}

a.button4:hover {
	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
}

#fadehover  a {
	text-shadow: 1px 1px 0px #fff;
}

#fadehover a:hover{
opacity: 2;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
  	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
}

.stat2 {
	border: 1px solid #ccc;
	letter-spacing: .1em;
	text-shadow: 0 1px 1px #fff;
	-moz-box-shadow: inset 0 0 10px #efefef;
	-webkit-box-shadow: inset 0 0 10px #efefef;
	box-shadow: inset 0 0 10px #efefef;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding: 8px 10px;
	color: #9a9696;
	font-family: Source Sans Pro,Tahoma,Helvetica Neue,Arial,sans-serif;
	font-size: 15px;
	font-style: normal;
}

.tborder4 {
	margin: auto auto;
	width: 100%;
}

.pagination2 a:link, .pagination2 a:visited {
	background: #646464;
	color: #fff;
	font: 9px Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;
	cursor: pointer;
	padding: 2px 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 1px 1px 1px  #646464;
	border: 1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	
	font-style: normal;
}

.border {
    border-bottom: 1px dashed #ccc;
      padding-bottom: 8px;
      padding-top: 8px;
}

.stat {
	color: #fff;	
	letter-spacing: .1em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	padding: 5px 10px;
	background: #d32d41;
	text-shadow: 1px 1px 0px #9e2635;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-box-shadow: inset 0 0 1px 1px #f14a5e;
	-moz-box-shadow: inset 0 0 1px 1px #f14a5e;
	box-shadow: inset 0 0 1px 1px #f14a5e;
	border: 1px solid #9e2635;
	font-size: 13px;
}

legend {
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0.2em 0.5em;
	text-align: left;
	background: #b23636;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #882929;
	text-shadow: 1px 1px 0px #882929;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #cc3d3d 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #cc3d3d 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #cc3d3d 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 10px;
}

fieldset {
	background: #fff;
	border: 1px solid #dadada;
	box-shadow: rgba(0,0,0,0.05) 0px 1px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
}

.us {
 
    overflow:hidden;
	text-align: center:
	float: center:
	margin: auto auto;
    font-size: 13px;
}

.cposts2 {
	background: #fff;
	color: #000;
	overflow: hidden;
	border: 1px solid rgb(224,228,231);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	font-size: 13px;
}

.cposts2 div {
   padding: 5px;
    font-size: 13px;
}

#cone {
  background: #fff;
  float:left; 
  margin-right:10px;
  width: 190px;
    font-size: 13px;
}

#ctwo {
 
  background: #fff;
  overflow:hidden;
  margin:10px;
  min-height:160px;
    font-size: 13px;
}

@media screen and (max-width: 667px) {
   #cone {
 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    border-bottom: 1px solid #f5f5f5;   
    font-size: 13px;
}


}

