﻿body{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	background:#fff;
}
/*--  Header part starts here */
.strip{
	background:url(../images/strip.png) no-repeat;
	padding:4px;
}
.header{
	background: url(../images/banner.png) no-repeat;
	background-size: 100%;
	background-size:cover;
}
.header-top{
	background:	#ffffff;
	margin:15px 0px;  /*导航上边距*/
	border-radius:5px 5px 0px 0px;/*导航圆角*/
	
	/*导航居中*/
	margin-left: auto;
	margin-right: auto;
	
	/*导航宽高*/
	width:80%;
	height:50px;
	
	/*导航透明效果*/
	background:rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important;实现FF背景透明，文字不透明
    opacity:0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
}
.logo{
	float:left;
}
.logo a{
	display:inline-block;
	color:#fff;
	margin:auto;
	padding:7px 10px;
	text-decoration:none;
}

.menu{
	float:right;
}
.menu li{
	display:inline-block;
	padding:7px 10px;
}
.menu li:first-child{
   	margin-left:0;
}
.menu li a{
  	display: block;
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-size:12px;
	color:#00C1EA;   /*导航链接文字颜色*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-weight: 700;
}

#nav .current a {
    color:#00C1EA;
   -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu li a:hover ,.menu li.active a{
	color:#00E9EA;  /*导航链接鼠标滑过文字颜色*/
} 
.toggleMenu {
	display:  none;
   	padding:0px 5px 0px 5px;
    border-radius:2em; 
    -webkit-border-radius:2em;
    -moz-border-radius:2em;
    -o-border-radius:2em; 
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
@media screen and (max-width:800px) {
	.header{
		background: url(../images/MPbanner1.png) no-repeat;
		background-size: 100%;
		background-size:cover;
	}
	.portfolio{
		background: url(../images/MProccy1.png) no-repeat;
		background-size: 100%;
		background-size:cover;
	}
	.menu {
		margin:10px 0;
	}
    .active {
        display: block;
    }
    .menu li {
		padding: 4px 10px;
	}
    .menu li a{
    	text-align:left;
    	border-radius:0;
    	-webkit-border-radius:0;
    	-moz-border-radius:0;
    	-o-border-radius:0;
    }
    .nav {
	     list-style: none;
			width: 95%;
			position: absolute;
			right: 15px;
			background: #fff;
			top: 70px;  /*手机版菜单位置*/
			z-index: 9999;
			border: 1px solid #eee;
    }
   .menu li a span.messages{
    	text-align:center;
    	top:15px;
    }
    .nav li ul{
    	width:100%;   	
    }
    .menu ul{
    	margin:0;
    }
    .nav > li.hover > ul {
        width:100%;
    }
    .nav > li {
        float: none;
        display:block;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .nav li a{
    	border-top:1px solid #eee;
    	background:#fff;
    	color:#384254;
    }
     .nav li:first-child a{
     	border-top:none;
     }
 }
 /*--slider start -- */
.banner{
		text-align: center;
}
.slider{
		background:url(../images/slider-frame.png) no-repeat;
}
.slide-banner-left{
		text-align:center;
		padding:40px 0px;
		position:relative;
}
.slide-banner-left-divice{
	width:700px;
	height:375px;
	background:url(../images/slider-frame.png) no-repeat;
	display:inline-block;
}
#slideshow { 
	position: absolute;
	top: 54px;
	left: 31px;
	width: 94.5%;
}
#slideshow > div { 
	position: absolute; 
	top: 10px; 
	left: 10px; 
	right: 10px; 
	bottom: 10px; 
}
.banner-head h2{
	color:#00C1EA;
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight:900;
	font-size:40px;
	margin-bottom:0px;
	padding-top:40px;
}
.banner-head  p{
	color:#009ABD;
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:20px;
	text-shadow: 0px 0px 5px #fff; /*阴影效果*/
}
.banner-rings{
	border:0px;
	border-style:solid;
	border-width:1px 0px;	
	border-color: rgba(113, 113, 113, 0.41);
	padding: 20px 0px;
	margin: 50px 230px;
}
.banner-rings i{
	background:url(../images/img-sprite2.png);
	width:64px;
	height:69px;
	display: inline-block; 
	margin:0px 10px;
	cursor: pointer;
}
.banner-rings i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
i.ring1{
		background-position:0px 0px;
}
i.ring1:hover{
	background-position:0px -69px;
	
}
i.ring2{
		background-position:-64px 0px;
}
i.ring2:hover{
	background-position:-64px -69px;
}
i.ring3{
		background-position:-128px 0px;
}
i.ring3:hover{
	background-position:-128px -69px;
}
i.ring4{
		background-position:-192px 0px;
}
i.ring4:hover{
	background-position:-192px -69px;
}
i.ring5{
		background-position:-256px 0px;
}
i.ring5:hover{
	background-position:-256px -69px;
}
a.banner-btn{
	color: #fff;
	border:0px;
	border-radius:3px;
	padding:10px 20px;
	background:#00C1EA;
	text-transform:uppercase;
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight: 600;
	text-decoration:none;
	font-size:20px;
}
a.banner-btn:hover {
	color:#00C1EA;
	background:#ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*--  Header part ends here */
/*-- About us start --*/
.about-us {
	width:100%;
	padding:10px 0px;
}
.about-us-row{

}
.about-us-column-right{
	margin-left: auto;
	margin-right: auto;
}
.about-us-column-right h3{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:500;
	font-size:22px;
	color:#00C1EA;
	margin-bottom: 0px;
	text-align:center;
}
.about-us-column-right h4{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-size:10px;
	color:#00C1EA;
	margin-bottom:20px;
	text-align:center;
}
.about-us-one-row-col i{
	/*background:url(../images/img-sprite2.png);
	width:64px;
	height:69px;*/
	width:128px;
	height:138px;
	display:block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.about-us-one-row-col i.ring6{
	background:url(../images/product1.png) no-repeat;
}
.about-us-one-row-col i.ring7{
	background:url(../images/product2.png) no-repeat;
}
.about-us-one-row-col i.ring8{
	background:url(../images/product3.png) no-repeat;
}
.about-us-one-row-col h3{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:600;
	color:#696969;
	font-size:16px;
	text-align:left;
	padding:0px 0px 20px 0px;
}
.about-us-one-row-col p{
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-weight:400;
	color:#8C8C8C;
	font-size:14px;
	line-height:30px
}
.about-us-one-row{
	border:0px;
	border-style:double;
	border-width:1px 0px 0px 0px;
	padding:40px 0px;
	border-color: #CBCCCC;
}
/*-- About us Ends Here --*/
/*-- NEWS starts Here --*/
.news{
	background:#F8F6F4;
	padding: 15px 0px 60px 0px;
}
.news-top h3{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:500;
	font-size:22px;
	color:#00C1EA;
	margin-bottom: 0px;
	text-align:center;
}
.news-top h4{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-size:10px;
	color:#00C1EA;
	margin-bottom:20px;
	text-align:center;
}
.news-top a{
	color:#00C1EA;
}
.news-bottom-col {
	background:#fff;
	padding: 0px 0px;
	border: 10px solid #F8F6F4;	
}
.news-bottom-col a{
	text-decoration:none;
}
.news-bottom-col h5{
	width: 90%;
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:500;
	font-size:14px;
	color:#8C8C8C;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	line-height:25px;
}
.news-bottom-col p{
	width: 90%;
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#8C8C8C;
	padding:0px 0px 0px 0px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	line-height:20px;
}
.news-foot h3{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:500;
	font-size:16px;
	color:#00C1EA;
	margin-bottom: 0px;
	text-align:center;
}
.news-foot a{
	text-decoration:none;
}

/*NEWS 详情页面*/
.newpage{ 
}
.newpage-top{	
}
.newpage-top p{
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#696969;
	text-align:left;
	line-height:40px;
}
.newpage-top a{
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#696969;
	text-align:left;
}
.newpage-bottom{
	margin-bottom: 50px;
}
.newpage-bottom h3{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size:20px;
	color:#696969;
	text-align:center;
	line-height:30px;
}
.newpage-bottom h4{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#8C8C8C;
	text-align:center;
	margin-bottom: 20px;
}
.newpage-bottom h5{ /*正文强调内容*/
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size:18px;
	color:#FF6666;
	text-align:left;
	margin-bottom: 18px;
}
.newpage-bottom p{
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#696969;
	padding:0px 0px 0px 0px;
	text-align:left;
	text-indent:30px;
	line-height:30px;
}
.newpage-bottom img{
	width:80%;
	display: block; margin:0 auto;
}
.newpage-bottom h6{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#8C8C8C;
	text-align:center;
	line-height:10px;
	margin-bottom: 20px;
}

/*-- NEWS Ends Here --*/
/*-- Portfolio starts Here --*/
.portfolio{
	background: url(../images/roccy.png) no-repeat;
	background-size: 100%;
	background-size:cover;
	height:650px;
}
.Portfolio-top{
	text-align:center;
	padding:10px 0px 0px 0px;
}	
.Portfolio-top h3{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:500;
	font-size:22px;
	color:#00C1EA;
	margin-bottom: 0px;
	text-align:center;
}
.Portfolio-top h4{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-size:10px;
	color:#00C1EA;
	text-align:center;
	margin-bottom: 20px;
}
.Portfolio-bottom{
	width:80%;  /*关于诺辞文字部分位置*/
	margin-left: auto;
	margin-right: auto;
}	
.Portfolio-bottom h5{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:22px;
	color:#696969;
	margin-bottom: 10px;
	text-align:left;
	line-height:60px;
}
.Portfolio-bottom p{
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#8C8C8C;
	text-align:left;
	line-height:30px;
}

/*--single page--*/
.single-services-row{
	margin: 40px 0px 20px 0px;
}
.single-services-row img{
	width:100%;
}
.single-services-row h3, .single-description h4{
	margin:0px;
	padding-bottom:10px;
	font-weight:700;
	font-size:25px;
	color: #6A6E71;
}
.single-services-row p, .single-description p{
	font-weight:400;
	font-size:16px;
	line-height:23px;
	text-align:justify;
	color: #999;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}
/*-- Services Starts Here --*/
.services{
	background:#F8F6F4;
}
.services-top{
	text-align:center;
	padding:0px 0px 0px 0px;
}
.services-top h3{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:500;
	font-size:22px;
	color:#00C1EA;
	margin-bottom: 0px;
	text-align:center;
}
.services-top h4{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-size:10px;
	color:#00C1EA;
	margin-bottom:20px;
	text-align:center;
}
.services-top p{
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#8C8C8C;
	padding:0px 0px 0px 0px;
	text-align:center;
}

i.image-left{
	text-align:center;
}
i.image-left{
	width: 200px;  /*创始人图片大小*/
	height:200px;
	background:url(../images/photo/PD_1.jpg)no-repeat;
	
	display: block;
	float:left;
	margin-right: 15px;
	
	transition:1.5s all; 
	-webkit-transition:1.5s all;
	-moz-transition:1.5s all;
	-o-transition:1.5s all;
	-ms-transition:1.5s all;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
i.image-left:hover{
 	background:url(../images/photo/PD_2.jpg) no-repeat;
}
i.image-left-1{
	width: 200px;  /*创始人图片大小*/
	height:200px;
	background:url(../images/photo/YY_1.jpg) no-repeat;
	
	display: block;
	float:left;
	margin-right: 15px;
	
	transition:1.5s all; 
	-webkit-transition:1.5s all;
	-moz-transition:1.5s all;
	-o-transition:1.5s all;
	-ms-transition:1.5s all;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
i.image-left-1:hover{
 	background:url(../images/photo/YY_2.jpg) no-repeat;
}
i.image-left-2{
	width: 200px;  /*创始人图片大小*/
	height:200px;
	background:url(../images/photo/ZMM_1.jpg) no-repeat;
	
	display: block;
	float:left;
	margin-right: 15px;
	
	transition:1.5s all; 
	-webkit-transition:1.5s all;
	-moz-transition:1.5s all;
	-o-transition:1.5s all;
	-ms-transition:1.5s all;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
i.image-left-2:hover{
 	background:url(../images/photo/ZMM_2.jpg) no-repeat;
}
i.para{
}
i.para p{
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	margin-top: -5px;
	color: rgba(107, 111, 113, 0.86);
}
i.para small{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
	font-style: normal;
	color: #00C1EA;
}
i.para small span a{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:900;
	font-size: 16px;
	font-style: normal;
	color: rgba(107, 111, 113, 0.86);
	text-decoration:none;
}
i.para small span a:hover{
	color: #00C1EA;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.services{
	padding:40px 0px
}
.services-row{
	padding:80px 0px 55px 0px;
}
/*-- Services Ends--*/
/*-- Contact starts -- */
.contact{
	background:#00C1EA;
	padding:20px 0PX 0PX 0PX;
}
.contact-top h3{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:900;
	font-size: 22px;
	color: #fff;
	padding:20px 0PX 10PX 0PX;
}
.contact-top p{
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-size:12px;
	font-weight:400;
	margin:0px;
	color: #fff;
	padding:20px 0px 0px 0px;
}
.contact-bottom{
	padding:40px 0px 60px 0px;
}
.contact-bottom a{
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-size:14px;
	font-weight:400;
	color: #fff;
	text-decoration: none;
	
	padding: 10px 35px;
	border: 1px solid #DBDCDD;	
}
.contact-bottom a:hover{
	background:#fff;
	color:#00C1EA;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*-- Contact Ends--*/
/*-- Joinus starts -- */
.Joinus{
	background:#00C1EA;
	padding:20px 0PX 0PX 0PX;
}
.Joinus li{
	display:inline-block;
	padding:7px 10px;
}

.Joinus li a{
  	display: block;
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:600;
	color:#fff;   /*加入我们导航文字颜色*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-weight: 700;
}
.Joinus li a:hover{
	color:#00E9EA;  /*加入我们导航鼠标滑过文字颜色*/
} 
.Joinus-top h3{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	font-weight:900;
	font-size: 22px;
	color: #fff;
	padding:20px 0PX 10PX 0PX;
}
.Joinus-top p{
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-size:12px;
	font-weight:400;
	line-height: 30px;
	margin:0px;
	color: #fff;
	padding:20px 0px 0px 0px;
}
.Joinus-bottom{
	padding:40px 0px 60px 0px;
}
.Joinus-bottom a{
	font-family: 宋体,'Source Sans Pro', sans-serif;
	font-size:14px;
	font-weight:400;
	color: #fff;
	text-decoration: none;
	
	padding: 10px 35px;
	border: 1px solid #DBDCDD;	
}
.Joinus-bottom a:hover{
	background:#fff;
	color:#00C1EA;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*-- Joinus Ends--*/
/*-- Footer Starts Here -- */
.footer{
	background:#F8F6F4;
}
.footer-top{
	padding:50px 0px 45px 0px;
}
i.footer-logo-top {
	width: 145px;  /*底部LOGO*/
	height:57px;
	background:url(../images/logo-di.png) no-repeat;
	display: block;
	padding:45px;
}

.footer-top p{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	color:#6B6F71;
	font-weight:400;
	font-size:12px;
	margin:0px;
}
.footer-top p a{
	color: #6B6F71;
	text-decoration:none;
}
.footer-top p a:hover{
	color: #00C1EA;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer-right{
	padding:70px 0px 0px 0px;
}
i.footer-we-chat-top {
	width: 128px;  /*底部LOGO*/
	height:128px;
	background:url(../images/weixin.png) no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.footer-right p{
	font-family: 微软雅黑,'Source Sans Pro', sans-serif;
	color:#6B6F71;
	font-weight:400;
	font-size:14px;
	margin:0px;
	text-align:center;
}

/*-- 实线 -- */
.solid{
	border-bottom:1px solid #fff;
	padding-bottom:0px;
}
.solidblack{
	border-bottom:1px solid #6B6F71;
	padding-bottom:0px;
	width:70%;
}
.solidblack2{
	border-bottom:1px solid #6B6F71;
	padding-bottom:0px;
	width:60%;
	margin-left: auto;
	margin-right: auto;
}
/*-- 虚线 -- */
.dashed{
	border-bottom:1px dashed #fff;
	padding-bottom:0px;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_move.png) no-repeat 0px 0px;
}
/*-----------------------------------------------------------------------------------*/
/*	Flow
/*-----------------------------------------------------------------------------------*/
.b-link-flow{
position: relative;
display: inline-block;
vertical-align: top;
margin-bottom: 5px;

}
.b-link-flow .b-wrapper{z-index:1;}
.b-link-flow .b-top-line{z-index:0}
.b-link-flow .b-wrapper, .b-link-flow .b-top-line{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
text-align:center;
color:#ffffff;
background: rgba(0, 193, 234, 0.27);
visibility:hidden; /* lt-ie9 */
}

.b-link-flow .b-wrapper, .b-link-flow .b-top-line{
transition:all 0.6s ease;
-moz-transition:all 0.6s ease;
-ms-transition:all 0.6s ease;
-o-transition:all 0.6s ease;
-webkit-transition:all 0.6s ease;

transform:scale(0);
-moz-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
-webkit-transform:scale(0);

opacity:0;
}
.b-link-flow:hover .b-wrapper, .b-link-flow:hover .b-top-line{
transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
-webkit-transform:scale(1);

opacity:1;
visibility:visible; /* lt-ie9 */
}
/*------Media Queries Starts Here------------*/
@media screen and (max-width:800px) {
	.portfolio{
		background: url(../images/MProccy1.png) no-repeat;
		background-size: 100%;
		background-size:cover;
	}
}
@media screen and (max-width:1280px){
	#slideshow {
		left: 32px;
	}
}
@media screen and (max-width:1024px){
	.col-md-3.portfolio-row-column a img {
		width: 221px;
	}
	.portfolio-row-2-column1 a img, .portfolio-row-2-column3 a img, .portfolio-row-2-column2 a img {
		width: 221px;
	}
	.portfolio-row-2 {
		margin: 30px 107px;
	}
	i.para p {
		font-size: 12px;
		line-height: 20px;
	}
	i.para small span a {
		font-size: 15px;
	}
	.container {
		width: 947px;
	}
	.toggleMenu {
	display: none;
	padding: 0px 15px 11px 5px;
	}
}
@media screen and (max-width:768px){
	banner-left img.slide-img {
		width: 100%;
	}
	#slideshow {
		left: 26px;
	}
	.banner-rings {
		margin: 50px 100px;
	}
	.about-us-column-right {
		margin: 4em 0em;
	}
	.Portfolio-top p.portfolio-para {
		padding: 40px 83px
	}
	.Portfolio-top {
		padding: 80px 0px 0px 0px;
	}
	.col-md-3.portfolio-row-column a img {
		width: 100%;
	}
	.portfolio-row-2-column1,.portfolio-row-2-column2,.portfolio-row-2-column3 {
		float: none;
		width:100%;
	}
		.container {
		width: 100%;
	}

	.portfolio-row-2-column1 a img,.portfolio-row-2-column2 a img,.portfolio-row-2-column3 a img{
		width:100%;
	}
	.col-md-4.service-row-column {
		margin: 4em;
	}
	i.image-left {
		margin-left: 0px;
	}
	i.para p {
		font-size: 12px;
		margin-top:3px;
	}
}
@media screen and (max-width:640px){
	img.slide-img {
		width: 100%;
	}
	.container {
		width: 563px;
	}
	#slideshow img {
		width: 368px;
		height: 229px;		
	}
	#slideshow {
		left: 16px;
		top: 50px;
	}
	.banner-rings {
		margin: 50px 50px;
	}
	.Portfolio-top p.portfolio-para {
		padding: 40px 50px;
	}
}
@media screen and (max-width:480px){
	.container {
		width: 402px;
	}
	#slideshow img {
		width: 255px;
		height: 162px;		
	}
	#slideshow {
		left: 10px;
		top: 44px;
	}
	.portfolio-row-2 {
		margin: 0px;
	}
	.banner-head h2 {
		font-size: 36px;
	}
	.banner-rings {
		margin: 50px 0px;
	}
	.banner-rings i {
		margin: 0px 4px;
	}
	.Portfolio-top p.portfolio-para {
		padding: 40px 0px;
	}
	.Portfolio-top h3 {
		font-size: 38px;	
	}
	.services-top h3 {
		font-size: 33px;
	}
	.services-row {
		padding: 20px 0px;
	}
	.col-md-4.service-row-column {
		margin: 4em 0px;
	}
}
@media screen and (max-width:320px){
	.container {
		width: 243px;
	}
	#slideshow img {
		width: 148px;
		height: 95px;		
	}
	#slideshow {
		left: 7px;
		top: 17px;
	}
	.banner-head h2 {
		font-size: 21px;
		margin:0px;
	}
	.Portfolio-top h3 {
		font-size: 21px;
	}
	.services-top h3 {
	font-size: 19px;
	}
	.container {
		width: none;
	}
	.logo h1 {
		font-size: 30px;
	}
	.header-top {
		margin: 15x 0px 0px 0px;
	}
	.slide-banner-left {
		padding: 20px 0px;
	}
	.banner-rings {
		margin: 23px 0px;
	}
	.services-top p {
		font-size: 16px;
	}
	.services-row {
		padding: 0px 0px;
	}
	i.para {
		float: right;
	}
	.col-md-4.service-row-column {
		margin: 2em 0px;
	}
	.contact-row-column input[type="text"], .contact-row-column textarea {
		font-size: 15px;
	}
	.footer-top p {
		font-size: 13px;
	}
}
