/* Header */
#header {
	background: #fff;
	text-align: center;
	height: 92px;
	padding-top: 25px;
}

#header a img {
	width: 204px;
	height: 62px;
	padding-top: 3px;
}

#scrolled-logo {
	display: none;
	position: absolute;
	left: 100px;
	top: 2px;
}

a#scrolled-logo img {
	width: 73px;
	height: 29px;
}

#product{
	padding-bottom: 30px !important;
}
/* Menu */
#main-menu-cont {
	position: fixed;
	left: 0;
	right: 0;
	top: 117px;
	z-index: 1000;
}

#main-menu-bar {
	background: rgba(0, 0, 0, 0.7);
	height: 44px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}

#mobile-menu {
	display: none;
}

nav#main-menu {
	display: block;
}

#main-menu a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	margin: 0 40px;
	font-size: 14px;
	line-height: 40px;
}

.mobile-submenu {
	display: none;
}


@media (max-width: 1024px){

	#header {
		height: 50px;
		padding-top: 10px;
	}

		#header img {
			height: 80%;
			width: auto;
		}

	#scrolled-logo {
		display: none;
		position: absolute;
		left: auto;
		right: 10px;
	}

	nav#main-menu {
		display: none;
	}

	#main-menu-cont {
		top: 80px;
	}

	#main-menu {
		margin-top: 44px;
		display: block;
		position: fixed;
		left: 0;
		width: 30%;
		background: rgba(0, 0, 0, 0.5);
	}

	#main-menu a {
		display: block;
		text-align: left;
		margin: 0 5%;
	}

	#mobile-menu {
		z-index: 1000;
		display: block;
		color: #fff;
		float: left;
		line-height: 44px;
		margin-left: 10px;
		cursor: pointer;
	}

	.mobile-submenu {
		display: none;
	}
}

/* iPad horizontal */
@media screen and (max-width: 780px){


}

/* mobile vertical */
@media screen and (max-width: 479px) {
	p.pull-left,
	p.pull-right {
		float: none !important;
  		text-align: center;
	}

	.contactus {
	margin-bottom: 50px !important;
	}

	#intro-pro {
    margin-top: 0px !important;
	}

	#main-menu {
		width: 60%;
	}

}

/*Mobile Landscape*/
@media screen and (max-width: 679px) and (min-width: 480px) {

	#main-menu {
		width: 60%;
	}

	.contactus {
	margin-bottom: 55px !important;
}

}

/* mobile vertical */
@media screen and (max-width: 322px) {

	p.pull-left,
	p.pull-right {
		float: none !important;
  		text-align: center;
	}

	.contactus {
	margin-bottom: 50px !important;
	}

	#intro-pro {
    margin-top: 0px !important;
	}

}


.color-trademark a{
	color: #03aafb;
}

.color-design a{
	color: #fd7100;
}

.color-patent a{
	color: #0dd4fe;
}

.color-copyright a{
	color: #ff0753;
}

.color-dns a{
	color: #00c0ff;
}
/*-------------------------------------------------- */
/* READ MORE */
/*-------------------------------------------------- */

.my-container-text{
	width: 100%;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.4em;
	padding: 0px 5px;
}

.my-read-more a {
	font-family: "Roboto",Arial,sans-serif;
    //background-color: #ededed;
    //border: 1px solid #c1c1c1;
    font-weight: bolder;
    color: #353535;
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
	}
	
.my-read-more {
    margin-bottom: 2px;
	margin-top: 20px;
    text-align: center;
    width: 100%;
}

.my-read-more a:hover{
	color: #000;
	text-decoration: none;
}

.my-read-more span{
	font-size: 14px;
	padding-right: 2px;
}

.my-container-text p{
	font-size: 16px;
	line-height: 1.4em;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 20px;
}

.news-text{
	//float: none !important;
}
/*-------------------------------------------------- */
/* Back to Top styles */
/*-------------------------------------------------- */
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 1em;
    text-decoration: none;
    color: #afafaf;
    font-size: 12px;
    display: none;
    outline: none;
    z-index: 9999;
    zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.6;
}

.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus{    
    //background-color: rgba(135, 135, 135, 0.50);
    outline: none;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* News */
.news {
	position: relative;
	float: left;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ccc;
}


.news .photo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 250px;
}

.news .photo .info {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	color: #fff;
	line-height: 64px;
}

.news .main .title {
	display: block;
	margin-top: 10px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #454545;
}

.news .text {
	display: none;
	clear: both;
	font-size: 14px;
	padding-top: 30px;
}

	.news .text img {
		max-width: 100%;
		height: auto;
	}

.my-pagination{
	margin: -14px auto 30px;
}

.news-pag{
	text-align: center;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus, .pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    background-color: gray;
    border-color: gray;
    color: #fff;
}

.pagination > li > a,
.pagination > li > span {
    color: #000;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
    color: #000;
}

.practice-area{
	margin-bottom: 30px;
}
.practice-area li{
	color: #545454;
}
/* CONTACT */

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  //padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085a1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 50px;
}

.help-block{
	color: #a94442 !important;
}

.btn-contact-sent{
	text-align: center;
}

.contactus h4{
	margin-bottom: 15px;
}

.contactus p{
	margin-bottom: 2px;
	line-height: 1em;
}

.contactus {
	margin-bottom: 80px;
	text-align: center;
}

a.seemore{
	color: #000;
}

a.seemore:hover{
	text-decoration: none;
}