*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
	height: 100%;
}
body{
	min-height: 100%;
}

 h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
	border: 2px solid red;
}
body input:required:valid,
body textarea:required:valid {
	border: 2px solid green;
}
body {
	font-family: "RobotoRegular", sans-serif;
}
/*header*/
header{
	min-height: 566px;
	background-image: url('../images/header_background.jpg');
	background-position: center;
}
.header__top{
	height: 50px;
	background-image: url('../images/top_background.png');
	background-position: center;
}
.main_menu{
	float: left;
	width: 70%;
}
.touch_menu{
	position: relative;
}
.touch_menu i{
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.main_menu ul{
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.main_menu ul li{
	position: relative;
	width: 33.33%;
	display: block;
	float: left;
}
.main_menu ul li:before{
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 0;
	height: 50px;
	border-right: 1px solid #220000;
  	border-left: 1px solid #780704;
}
.main_menu ul:after{
	content: "";
	position: absolute;
	right: 0;
	display: block;
	width: 0;
	height: 50px;
	border-right: 1px solid #220000;
  	border-left: 1px solid #780704;
}
.main_menu a{
    display: block;
    padding: 14px 5px;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-align: center;
    color: white;
    text-decoration: none;
}
.main_menu ul li:hover{
	height: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650101+0,942100+100 */
	background: #650101; /* Old browsers */
	background: -moz-linear-gradient(top,  #650101 0%, #942100 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #650101 0%,#942100 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #650101 0%,#942100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#650101', endColorstr='#942100',GradientType=0 ); /* IE6-9 */
}
.pull_right{
	float: right;
	width: 30%;
}
.pull_right a{
	float: right;
}
.button{
	display: block;
	padding: 5px;
	color: white;
	font-family: "RobotoRegular";
	text-decoration: none;
	font-size: 14px;
	min-height: 30px;
	border-radius: 4px;
	border-top: 1px solid #8c7b59;
	border-bottom: 1px solid #503600;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#513700+0,8c5d00+100 */
	background: rgb(81,55,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(81,55,0,1) 0%, rgba(140,93,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(81,55,0,1) 0%,rgba(140,93,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(81,55,0,1) 0%,rgba(140,93,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#513700', endColorstr='#8c5d00',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 0 0 3px 1px #333333;
	box-shadow: 0 0 3px 1px #333333;
}
.feedback{
	width: 73%;
	height: 50px; 
	float: right;
	padding: 9px;
	text-align: center;
}
.language{
	width: 27%;
	height: 50px; 
	float: right;
	padding: 9px;
	text-align: center;
	text-transform: uppercase;
}
.feedback a{
	width: 200px;
}
.language a{
	width: 50px;
}
.pull_right .button:active{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c94700+0,481801+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#604303+0,a06b00+100 */
	background: rgb(96,67,3); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(96,67,3,1) 0%, rgba(160,107,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(96,67,3,1) 0%,rgba(160,107,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(96,67,3,1) 0%,rgba(160,107,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#604303', endColorstr='#a06b00',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #94805a;
	border-bottom: 1px solid #5b3c00;
	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(1px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(1px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(1px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(1px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(0deg) translateX(0px) translateY(1px) skewX(0deg) skewY(0deg);
}
.header__title{
	width: 55%;
	float: left;
	padding: 0 5px;
}
.header__img{
	width: 45%;
	float: left;
	padding: 0 5px;
}
.header__img img{
	float: right;
	margin-top: 20px;
	pointer-events: none;
}
.title{
	margin: 123px auto;
	position: relative;
}
.title:before{
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	margin: auto;
	position: absolute;
	background: white;
	top: 0;
	box-shadow:  0 -1px 1px #000000, 0 -1px 1px #000000;
}
.title:after{
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	height: 2px;
	background: white;
	bottom: 0;
	box-shadow:  0 -1px 1px #000000, 0 -1px 1px #000000;
}
.title h1{
	margin: auto;
	color: white;
	font-size: 100px; 
	line-height: 100px
	text-shadow: 0 -1px 1px #000000;
	text-align: center;
	font-family: "TimesNewRomanRegular";
}
.title .attorney{
	color: white;
	font-size: 60px; 
	line-height: 40px;
	text-align: center;
	padding-bottom: 25px;
}
.title .name{
	color: white;
	font-size: 40px; 
	line-height: 40px;
	text-align: center;
	padding-bottom: 28px;
}

/*about-advocate*/
.about-advocate{
	width: 100%;
	min-height: 100px;
	background-image: url('../images/background313.png'); 
	background-repeat: repeat;
	color: #2f0101;
	font-size: 22px;
	line-height: 35px;
}
.about-advocate__text h2{
	font-size: 40px;
	font-family: "TimesNewRomanBold";
	color: #2f0101;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 20px;
}
.about-advocate__text h2:before,
.about-advocate__text h2:after{
	content: "";
  	display: inline-block;
  	vertical-align: middle;
	width: 100px;
	height: 2px;
	border-radius: 1px;
	background: #230301;
	margin: 0 23px;
}
.about-advocate__text a{
	text-decoration: none;
	color: #2f0101;
}
.about-advocate__text a:hover{
	color: #7f0000;
}
.about-advocate__text{
	padding-bottom: 10px;
	width: 100%;
	font-family: "TimesNewRomanRegular";
}
.about-advocate__principles{
	margin: 10px 0 35px;
	padding: 30px 20px;
	min-height: 310px;
	background-color: #dbbc82;
	-webkit-box-shadow: 0 0 12px 3px #9C9C9C;
	box-shadow: 0 0 12px 3px #9C9C9C;
}
.about-advocate__principles h2{
	text-transform: uppercase;
	font-size: 30px;
	color: #2f0101;
	text-align: center;
	padding-bottom: 30px;
	font-family: "TimesNewRomanRegular";
}
.principles__item h3{
	position: relative;
	font-size: 23px;
	color: white;
	top: 13px;
	left: -41px;
	display: block;
	float: left;
}
.principles__item{
	line-height: 26px;
	font-size: 22px;
	padding: 14px 5px;
	height: 100px;
	width: 100%;
	font-family: "TimesNewRomanItalic";
}
.principles__item:before{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 60%;
	background-color: #470101;
	float: left;
	margin: 0 10px 0 0;
}
.principles__item b{
	display: none;
}
.line-height{
	line-height: 50px; 
}

/*specialization*/
.specialization{
	position: relative;
	padding-bottom: 30px;
	background-image: url('../images/background318.png'); 
	background-repeat: repeat;
	background-color: #8b6200;
	min-height: 100px;
	font-family: "TimesNewRomanRegular";
}
.specialization h2{
	width: 100%;
	font-size: 40px;
	color: white;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	font-family: "TimesNewRomanBold";
}
.specialization h2:before,
.specialization h2:after{
	content: "";
  	display: inline-block;
  	vertical-align: middle;
	width: 100px;
	height: 2px;
	background: white;
	margin: 0 23px;
}
.specialization img{
	max-width: 100%;
	margin: 10px auto;
}
.specialization__list ul li{
	list-style: none;
	position: relative;
	padding: 14px 25px;
}
.specialization__list ul li span{
	font-size: 27px;
	color: #ebca8c;
}
.specialization__list ul li:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 24px;
	width: 6px;
	height: 6px;
	margin: 5px;
	border-radius: 60px;
	background-color: #470101;
}

@-moz-document url-prefix(){
	.experience__text p{
		font-size: 20px;
		line-height: 28px;
	}
	.triangle{
		display: none;
	}
	.principles__item{
		line-height: 26px;
		font-family: "TimesNewRomanRegular";
	}
	.footer__about-counsel i{
		font-family: "TimesNewRomanRegular" !important;
	}
	.footer__about-advocate i{
		font-family: "TimesNewRomanRegular";
	}
}

/*services*/

.services{
	background-image: url('../images/background313.png'); 
	background-repeat: repeat;
	min-height: 600px;
	-webkit-box-shadow: 0 2px 5px 3px #BABABA;
	box-shadow: 0 2px 5px 3px #BABABA;
}
.services__text{
	min-height: 100px;
}
.services__text h3{
	font-size: 35px;
	padding: 20px 10px 10px;
	font-family: "TimesNewRomanBold";
}
.services__text p{
	font-size: 25px;
	padding: 5px;
	font-family: "TimesNewRomanRegular";
}
.experience{
	min-height: 300px;
	-webkit-box-shadow: 0 0 12px 3px #9C9C9C;
    box-shadow: 0 0 12px 3px #9C9C9C;
    margin: 20px 0 25px;
}
.experience img{
	width: 100%;
	height: 100%;
}
.experience__text{
	background-color: #f6de94;
	min-height: 100px;
	padding: 18px;
	font-size: 20px;
	font-family: "TimesNewRomanItalic";
}
.experience__text p{
	padding: 5px 0;
}

/*contacts*/

.contacts{
	min-height: 200px;
}
iframe{
	display: block;
	max-width: 100%;
	height: 550px;
	-webkit-box-shadow: 0 -2px 5px 3px #BABABA;
	box-shadow: 0 -2px 5px 3px #BABABA;
}
.contacts__text h2{
	font-size: 40px;
	color: #2f0101;
	text-align: center;
	padding: 20px 0;
	font-family: "TimesNewRomanBold";
}
.contacts__text h2:before,
.contacts__text h2:after{
	content: "";
  	display: inline-block;
  	vertical-align: middle;
	width: 100px;
	height: 2px;
	background: #230301;
	margin: 0 23px;
}
.contacts__text{
	min-height: 100px;
	padding-bottom: 10px;
}
.contacts__text a{
	text-decoration: none;
	display: inline-block;
	padding: 12px;
	color: #330000;
	font-size: 20px;
}
.contacts__text a i{
	font-size: 25px;
}
.align-right{
	float: right;
}

/*footer*/

.footer{
	width: 100%;
	min-height: 300px;
	background-image: url('../images/header_background.jpg');
	background-position: center;
}

.footer__title{
	margin: 30px auto 0;
	padding: 20px 10px 5px;
}

.footer__title:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: white;
	box-shadow:  0 -1px #000000;
}

.footer__title h2{
	color: white;
	font-size: 90px;
	text-shadow: 0 -1px 1px #000000;
	text-align: center;
	font-family: "TimesNewRomanRegular";
}
.footer__title h2 .attorney{
	font-size: 45px;
}
.footer__title h2 .name{
	color: white;
	font-size: 33px;
	text-align: center;
}

.footer__menu{
	width: 100%;
	padding: 0 20px;
}

.footer__menu a{
	display: block;
	padding: 6px;
	font-family: "RobotoRegular";
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 14px;
	width: 33%;
	float: left;
}

.footer__menu a:hover{
	font-size: 15px;
	transition: 0.2s;
}

.delimiter{
	float: left;
	width: 1px;
	height: 36px;
	background-image: url('../images/delimiter_nav_footer.png');
}

.footer__about-advocate{
	padding: 30px 10px 20px;
}

.footer__about-advocate h3{
	font-size: 25px;
	color: white;
	text-shadow: 0 -1px 1px #000000;
	font-family: "TimesNewRomanRegular";
}

/*.footer__about-advocate h3:after{
	content: "";
	display: inline-block;
  	vertical-align: middle;
	width: 83%;
	height: 1px;
	background: white;
	margin: 10px;
	box-shadow:  0 -1px #000000;
}*/
.footer__about-advocate i{
	font-size: 24px;
	color: #dbbc82;
	line-height: 33px;
	padding: 10px 0 5px;
	font-family: "TimesNewRomanItalic";
}

.copyright{
	font-size: 18px;
	color: #969696;
	padding: 13px 10px;
	width: 100%;
	min-height: 50px;
	height: 50px;
	background-image: url('../images/header_bottom_backgrnd.png');
	background-position: center;
	font-family: "TimesNewRomanRegular";
}
.go-up, .go-down {
	 display: none;
	 position: fixed; 
	 z-index: 9999;
	 right: 18px;
	 background: #936200;
	 border: 1px solid #2f0101;
	 border-radius: 10px;
	 cursor: pointer;
	 color: #fff;
	 text-align: center;
	 font: normal normal 32px/32px sans-serif;
	 text-shadow: 0 1px 2px #000;
	 opacity: .5;
	 padding: 5px;
	 margin-bottom: 5px;
	 width: 47px;
	 height: 47px;
	 transition: .5s;
}
.go-up { bottom: 60px; }
.go-down { bottom: 10px; }
.go-down:hover,
.go-up:hover {
	 opacity: 1;
	 transition: .5s;
}
.pageform{
	display: none;
}
.form h3{
	margin: 5px auto 12px;
	padding: 5px 10px 10px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #bbb;
	font-size: 24px;
	color: #2f0101;
	font-family: "RobotoBold";
}
.form input[type="text"], [type="email"]{
	display: block;
	width: 300px;
	line-height: 24px;
	margin: 0 auto 12px;
	padding: 5px;
	border: 1px solid #bbb;
	border-radius: 3px;
}
.form .button{
	margin: 5px auto;
	text-align: center;
	cursor: pointer;
	border: 0;
	width: 100%;
}
.form textarea{
	border: 1px solid #bbb;
	border-radius: 3px;
	width: 300px;
	padding: 5px;
	resize: none;
}
.form .button:active{
	background: rgb(96,67,3); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(96,67,3,1) 0%, rgba(160,107,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(96,67,3,1) 0%,rgba(160,107,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(96,67,3,1) 0%,rgba(160,107,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#604303', endColorstr='#a06b00',GradientType=0 ); /* IE6-9 */
}

