@charset "utf-8";
/* CSS Document */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*template css*/
*{
	margin:0;
	padding:0;
}
img{
	max-width:100%;
	height:auto;
	border:none;
}
body{
	font-family: 'PT Sans', sans-serif;
	overflow-x:hidden;
}
body a{
	text-decoration:none;
}
header{
	padding:10px 0 0 0;
	position:fixed;
	width:100%;
	z-index:9999;
	background-color:#FFF;
	/*transition:all 0.5s ease-in-out;*/
}
.right-menu{
	float:right;
	margin-top:15px;
	
}
.right-menu > li{
	list-style:none;
	display:inline-block;
	padding:10px 20px 10px 20px;
}
.right-menu > li > a, .right-menu > li{
	text-decoration:none;
	color:#004480;
	font-size:16px;
}
.right-menu > li > a > i, .right-menu > li > i{
	padding-right:10px;
	vertical-align: middle;
}
.right-menu > li:last-child{
	border-left:1px solid #FFF;
}
.small-head{
	/*padding:5px 0;*/
	position:fixed;
	width:100%;
	border-bottom:1px solid #dbdbdb;
	/*transition:all 0.5s ease-out;*/
	background-color:#FFF;
}
.small-menu{
	float:right;
}
.small-menu li{
	list-style:none;
}
.content-block{
	margin:30px 0;
	position:relative;
	min-height:600px;
	background:url(../images/bannerpic.jpg) no-repeat top center;
}
.css-typing{
	width:60%;
	margin:75px auto;
	font-size:36px;
	line-height:64px;
	
}
.css-typing p{
	margin:0 auto;
	text-align:center;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: type 5s steps(40, end) ;
  animation: type 5s steps(40, end);
  color:#63A5ED;
}

.css-typing p:nth-child(2) {
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: type 5s steps(40, end);
  animation: type2 5s steps(40, end);
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  color:#fa6d6c;
}

.css-typing p:nth-child(3) {
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: type 5s steps(40, end);
  animation: type3 5s steps(40, end);
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  color:#f4ba5f;
}
.css-typing p:nth-child(4) {
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: type 5s steps(40, end);
  animation: type4 5s steps(40, end);
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  color:#82e068;
}

@keyframes type {
  from {
    width: 0;
  }
}

@-webkit-keyframes type {
  from {
    width: 0;
  }
}

span {
  animation: blink 1s infinite;
  cursor:pointer;
	float:right;
	padding:11px 0;
	font-weight:600;
}

@keyframes type2 {
  0% {
    width: 0;
  }
  from {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  from {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  from {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  from {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes type4 {
  0% {
    width: 0;
  }
  from {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type4 {
  0% {
    width: 0;
  }
  from {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.slider-block{
	background:url(../images/pellets.jpg) no-repeat top center;
}
#typed{
	width:90%;
	margin:50px auto 0;
	text-align:center;
	display:block;
	font-size:30px;
	line-height:64px;
	font-family:'Open Sans', sans serif;
	font-weight:300;
	color:#252525;
}
.typed-cursor{
	display:none;
}
#typed h6, #typed h5, #typed h4, #typed h3{
	display:inline-block;
}
#typed h6{
	color:#63A5ED;
}
#typed h5{
	color:#fa6d6c;
}
#typed h4{
	color:#f4ba5f;
}
#typed h3{
	color:#82e068;
}

/*menu bar styles*/
.shadow{
	box-shadow:0 0 3px rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:auto;
}
.menu-bar{
	/*box-shadow:inset 0 0 10px #0000;
	background-color:#3A3A3A;*/
	margin-top:10px;
	position:relative;
	border-top:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	
}
.main-menu>li{
	display:inline-block;
	/*width:24%;*/
	list-style:none;
	text-align:center;
	padding:0 2em;
}
#polymer:hover #polymer-drop{
	display:block;
	
}
#polymer-drop a{
	/*color:#747474;*/
}
/*#speciality, #carbon, #polymer{
	position:relative;
}
*/#speciality-drop, #carbon-drop{
	
	border-bottom:3px solid #ff7d00;
	
}
#speciality:hover #speciality-drop{
	display:block;
}
#carbon:hover #carbon-drop{
	display:block;
}
#speciality-arrow, #carbon-arrow{
	top:-8px;
	left:58%;
}
.main-menu>li>a{
	padding:20px;
	text-decoration:none;
	display:block;
	/*color:#004480;*/
	color:#cc6e29;
	font-size:22px;
	border-top:3px solid transparent;
}
a:focus, a:hover{
	text-decoration:none;
}
.drop-menu{
	position:absolute;
	width:100%;
	height:auto;
	content:"";
	left:0;
	top:50px;
	display:none;
	padding:20px 3% 20px 11%;
	border-top:1px solid transparent;
	border-bottom:4px solid #ff7d00;
	background-color:#5A5859;
	/*background-color: #cc6e29;*/
/*background-image: -webkit-linear-gradient(top,#fc7b3e,#fea34c);
background-image: linear-gradient(to bottom,#fc7b3e,#fea34c);
*/animation:animated 0.3s;

}
.scroll-drop{
	top:42px;
}

@keyframes animated{
	0%{
		opacity:0;
	}
	25%{
		opacity:0.25;
	}
	50%{
		opacity:0.5;
	}
	75%{
		opacity:0.75;
	}
	100%{
		opacity:1;
	}
}


.drop-menu li{
	padding:8px;
	display:block;
	color:#FFF;
	font-size:15px;
}
.drop-menu li a{
	color:#FFF;
	font-size:15px;
}
.drop-menu li a:hover{
	color:#FFF;
}

.drop-menu li{
	list-style:none;
	text-align:left;
}
.drop-head{
	font-weight: bold;
color: white;
padding: 20px 0;
text-decoration: underline;
}
.arrow-up {
  width: 15px; 
  height: 15px; 
  position:absolute;
  top:-7px;
  left:64%;
  transform:rotate(45deg);
 /* border-top:1px solid #DBDBDB;
  border-left:1px solid #DBDBDB;*/
  background-color: #5A5859;

}
#PET-arrow{
	left:15%;
}
#sil-arrow{
	left:35%;
}
.scroll-PET-arrow{
	left:35%;
}
.scroll-sil-arrow{
	left:48%;
}
.scroll-special-arrow{
	left:63%;
}
#carbon-arrow{
	left:80%;
}
.scroll-carbon-arrow{
	left:80%;
}
.slider{
	padding-top:164px;
}
.body-block{
	z-index:1000;
}
.contact-block{
	padding-top:100px;
	margin-bottom:50px;
	
	}
.contact-block h3{
	font-size:24px;
	line-height:48px;
	color:#333;
	text-align:center;
	position:relative;
	margin-bottom:20px;
}
.contact-block h3:after{
	position:absolute;
	content:"";
	    border-bottom: 5px solid #7b121d;
    top: 107%;
    left: 44.9%;
    width: 3%;
}
.form-block{
	width:75%;
	margin: 0 auto;
}
.form-block form{
	width:100%;
	margin:0 auto;
}
.form-block input{
	display:block;
	padding:10px 15px;
	width:100%;
	margin:30px 0;
	border:1px solid #dbdbdb;
	border-radius:5px;
}
.form-block textarea{
	width:100%;
	display:block;
	border:1px solid #dbdbdb;
	height:83px;
	padding:5px 15px;
	border-radius:5px;
	resize:none;
}
.button-submit{
	display:block;
	margin:50px auto;
	background-color:#7b121d;
	padding:10px 20px;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
	width:30%;
	border:4px solid transparent;
	transition:all 0.3s ease-in-out;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
}
/* Float Shadow */
.over-shadow {
 /* display: inline-block;*/
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.over-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.over-shadow:hover, .over-shadow:focus, .over-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.over-shadow:hover:before, .over-shadow:focus:before, .over-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* The Overlay (background) */

.right-menu-text{
	color:#7b121d;
}

.inside-menu ul li{
	list-style:none;
	margin-left:19%;
}
.drop-head{
	margin-left:0!important;
}
.mar-left{
	margin-left:26%!important;
}
.inside-menu ul li a{
	font-size:16px;
	color:#FFF;
	text-align:left;
}
.below-menu{
	margin-top:30px;
}
.down-head{
	text-align:left;
}
.about-block{
	/*background-color:rgba(204,204,204,0.3);*/
	background-color:#cc6e29;
	padding-left:10%;
	padding-right:10%;
	padding-top:60px;
	padding-bottom:50px;
	
}
.about-block h3{

	font-size:30px;

	line-height:36px;

	font-weight:600;

	width:100%;

	margin:0 auto;

	padding-left:20px;

	/*border-left:2px solid #1990b2;*/
	border-left:2px solid #FFF;
	color:#FFF;

}

.about-block p{

	font-size:16px;

	line-height:32px;

	width:60%;

	margin:0 auto;

	text-align:justify;
	color:#FFF;

}

footer{
	background-color:#FFF;
	border-top:3px solid #fe4600;
	padding:10px 0;
	font-size:14px;
	margin-top:-2px;
}
.footer-menu {
	width:50%;
	margin:0 auto;
}
.footer-menu li{
	list-style:none;
	text-align:center;
	width:100%;
	display:inline-block;
}
/*.footer-menu li:first-child{
	border-right:1px solid #dbdbdb;
}
*/.footer-menu li a{
	text-decoration:none;
	color:#666;
}
footer p{
	color:#666;
}
.right-text{
	float:right;
}
.scroll-nav{
	width:85%;
	margin:0 auto;
}
.scroll-nav > li{
	list-style:none;
	display:inline-block;
	width:20%;
}
.scroll-head{
	position:relative;
	box-shadow:0 0 2px 2px #fc7b3e;
}
#scroll-PET:hover #polymer-drop{
	display:block;
}
.scroll-nav-link{
	float:right;
	width:80%;
	margin-top:5px;
	
}
.scroll-nav-link > li{
	list-style:none;
	display:inline-block;
	padding:13px 0;
	width:23%;
	text-align:center;
	
}
#logo-small{
	padding:5px 0;
}
#prod-list{
	position:fixed;
	float:right;
	top:40%;
	right:0;
	z-index:9999;
	padding:10px 13px 10px 10px;
	background-color:#7b121d;
	display:none;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	box-shadow:0 0 2px grey;
}
#prod-list i{
	display:inline-block;
	color:#FFF;
	font-size:28px;
	transition:all 0.3s ease-in-out;
}
#prod-list:hover i{
	transform:translateX(3px);
}
/*PET additives styles*/
.PET-content{
	padding-top:176px;
}
.nav-tabs > li > a:hover{
	border-color: transparent;
}
.nav-tabs{
	border-bottom:0px;
}
.content-text-block{
	margin-top:50px;
}
.side-menu > ul > li{
	list-style: none;

background-color: #eff0f2;
display: inline-block;
width: 90%;

border-right: 3px solid #ff7d00;
position: relative;
margin-left: 4%;
padding: 6px 15px;
margin-bottom: 20px;
}
.side-menu > ul > li > a{
	color:#000;
	text-decoration:none;
	font-size:14px;
}
.side-menu > ul > li:hover, .side-menu > ul > li.active{
	/*background-color:#FFF;
	border:1px solid #fca124;
	border-right:3px solid #fca124;
	color:#fca124!important;*/
	border-right: 3px solid #fca124;
}
.side-menu > ul > li:hover.side-menu > ul > li > a{
	color:#fca124;
}
.arrow-right{
	width: 12px; 
  height: 12px; 
  position:absolute;
  top:10px;
  left:98%;
  transform:rotate(45deg);
 /* border-top:1px solid #DBDBDB;
  border-left:1px solid #DBDBDB;*/
  background-color: #fca124;
  z-index:-1;
display:none;
}
.side-menu > ul > li:hover .arrow-right, .side-menu > ul > li.active .arrow-right{
	display:block;
}
.content-text-block h3{
	padding: 4px 15px;
background-color: #fca124;
color: white;
font-size: 18px;
}
.content-text-block p{
	/*margin-top:30px;*/
	line-height:36px;
	font-size:15px;
	text-align:justify;
	padding:15px;
}
.silicone-text-block p{
	width:75%;
	margin:0 auto;
	padding:40px 0;
}

.content-text-block span{
	display:block;
	/*padding:0!important;*/
	
}
.bord-left{
	/*border-left:2px solid #B2B2B2;*/
	background-color:#eff0f2;
}
.menu-block{
	position:relative;
}
.inner-contact-block{
	padding:30px 0;
	background-color:#cc6e29;
	margin-bottom:0;
}
.inner-contact-block h3{
	color:#FFF;
}
.inner-contact-block h3:after{
	border-color:#FFF;
}
.inner-contact-block .button-submit{
	background-color:#FFF;
	color:#cc6e29;
}
#leftdiv{
	height:auto;
}
#rightdiv{
min-height:460px;

  }
/*  contacts-block styles*/
.contacts{
	width:40%;
	float:right;
	background-color:#7b121d;
	padding:20px 50px;
	height:400px;
}
.contacts h3{
	font-size:24px;
	line-height:36px;
	color:#FFF;
	position:relative;
	font-weight:600;
}
.contacts h3:after{
	position:absolute;
	content:"";
	border-bottom:5px solid #FFF;
	width:7%;
	top:108%;
	left:3px;
}
.contacts p{
	padding-top:20px;
	font-size:16px;
	color:#FFF;
	line-height:30px;
}
/*Carbon fiber composites styles*/
.carbon-block{
	margin:50px auto 50px;
	width:90%;
}
.carbon-block p{
	font-size:16px;
	line-height:36px;
	text-align:justify;
}
.carbon-block span{
	margin-top:95px;
}
.special-side-menu{
	margin-top:60px;
}
#speciality-drop li{
	width:18%;
	display:inline-block;
	text-align:center;
}
#speciality-drop{
	padding:20px 0;
}
@media only screen and (min-width:1350px)
{
	.container{
		width:1330px;
}
}
@media only screen and (max-width:767px){
	.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: rgb(7,128,163);
	background-color: rgba(7,128,163,0.9);
	overflow-x: hidden;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
}
.overlay-content {
	position: relative;
	top: 10%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.overlay a {
	padding: 12px 8px 12px 30px;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
	display: block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	text-align: left;
}
.overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
}
.overlay .closebtn {
	position: absolute;
	top: 30px;
	right: 35px;
	font-size: 20px;
}
.menu-toggle {
	display: block;
	/*margin-top:52%;*/
	font-size: 28px;
	float:right;
}
.mob-nav span{
	padding:5px 20px 0 0;
}
.well {
	background: none;
	box-shadow: none;
	border: none;
	border-radius: none;
	padding-top: 0;
	padding-bottom: 0;
}
.well ul li {
	display: block;
	padding: 5px 0;
	width: 100%;
}
.well ul li a {
	font-size: 14px!important;
	color: #FFF;
	padding-left:1px;
}
.btn-primay, .btn, .btn-primary:focus, .btn-primary:hover {
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
}
.slider, .PET-content{
	padding-top:78px;
}
.slick-dots{
	display:none!important;
}
.contact-block{
	padding-top:10px;
}
.contact-block h3, .contacts h3{
	font-size:20px;
}
.contact-block h3::after{
	width:10%;

	right:59.9%;
}
.button-submit{
	width:54%;
	padding:5px 20px;
	margin-top:20px;
	background-color:#FFF;
	color:#cc6e29;
}
.about-block{
	padding:10px 0;
	background-color:#FFF;
}
.about-block h3{
	font-size:20px;
	line-height:48px;
	border:none;
	color:#cc6e29;
	font-weight:400;
}
.about-block p{
	width:85%;
	font-size:14px;
	color:#666;
}
.contact-block{
	background-color:#cc6e29;
	padding-bottom:30px;
	margin-bottom:0;

}
.contact-block h3{
	color:#FFF;
}
.contacts{
	width:100%;
	float:none;
	padding:20px 30px;
	margin-top:-2px;
}
.contact-block h3:after{
	border-color:#FFF;
}
.contacts h3::after{
	width:10%;
}
.contacts p{
	font-size:14px;
}
footer{
	padding:0;
	text-align:center;
	font-size:12px;
	line-height:20px;
}
.right-text{
	float:none;
}
.form-block input{
	padding: 8px 15px;
	margin: 20px 0;
	font-size: 12px;
}
.form-block textarea{
	font-size:12px;
}
.content-text-block{
	margin-top:14px;
}
.content-text-block p{
	font-size:14px;
	line-height:32px;
}
.prod-list{
	margin:30px 20px;
}
.prod-list ul li{
	list-style:none;
	
	padding:5px 10px;
}
.prod-list ul li a{
	text-decoration:none;
	font-size:14px;
	color:#333;
}
.prod-list h3{
	font-size:16px;
	color:#7b121d;
	padding-left:10px;
	line-height:32px;
	margin-bottom:20px;
	border-bottom:dotted 1px #CCC;
}
#antisplit{
	font-size:17px;
}
#antistatic{
	font-size:16px;
}
.carbon-block{
	margin:25px auto;
}
.carbon-block p{
	font-size:14px;
}
tbody{
	font-size:14px;
}
.content-text-block span{
	float:none;
	text-align:center;
}
.carbon-block span{
	margin-top:0;
	text-align:center;
	display:block;
	width:100%;
}
}
@media only screen and (min-width : 768px) and (max-width:979px){
	.main-menu > li > a{
		font-size:14px;
	}
	.main-menu > li {
		padding:0!important;
		
	}
	.drop-menu{
		padding:20px 1%;
	}
	.drop-menu li a{
		font-size:14px;
	}
	.contact-block h3::after{
		right:56%;
		
	}
	.scroll-nav{
		width:100%;
		
}
.scroll-nav-link > li{
	width:23%;
}
.scroll-nav-link > li > a{
	font-size:12px;
}
.about-block h3{
	font-size:24px;
}
.contacts p{
	font-size:14px;
}
.PET-content{
	padding-top:187px;
}
.side-menu > ul > li > a{
	font-size:13px;
}
#rightdiv{
	min-height:539px;
}
.content-text-block p{
	font-size:13px;
	line-height:26px;
}
.carbon-block p{
	font-size:14px;
	line-height:28px;
}
.carbon-block{
	width:100%;
}
tbody{
	font-size:14px;
}
#speciality-drop li{
	width:100%;
	display:block;
}
.form-block input, .form-block textarea{
font-size:12px;
}
}
@media only screen and (min-width:980px) and (max-width:1199px){
	.container{
		width:970px;
	}
	.scroll-nav-link > li{
		width:22%;
	}.scroll-nav-link > li > a{
		font-size:12px;
	}
	#speciality-drop li{
	width:100%;
	display:block;
}
.main-menu > li > a{
	padding:10px;
	font-size:14px;
}
.drop-menu{
	top:42px;
}

}
@media only screen and (min-width:1200px) and (max-width:1350px)
{
.main-menu > li > a{
font-size:20px;
padding:10px;
}
}