@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
h1, h2, h3, h4, h5 {
    font-family:"Myriad Pro";
    
	color:#333;
}
p {
    font-family:"Myriad Pro";
	color:#676767;
	line-height:24px;
}
html {
    background-color: #fff;
	overflow-x:hidden;
}
body{
	font-family:"Myriad Pro";
	overflow-x:hidden;
	
	
	}
.top {
    background-color: #fff;
	border-bottom:2px solid  #c5c7c8;
	min-height:100px;
}
.top .navbar-brand {
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
    color: #474747;
    text-decoration: none;
	width:100%;
}
.top .navbar-brand img{
	margin:0 auto;
	text-align:center;
	
	}
.top .container {
    padding: 0;
}
.top .container hr {
   margin:3px;
   border-color:#c5c7c8;
}
.top .container .num-right {
   text-align:right;
}
.top .container a{
    color:#9c9c9c;
	padding-left:10px;
}
.banner {
    background-color: #fff;
}


.middle {
    background-color: #fff;
}
.middle .container {
    min-height: 300px;
    padding-bottom: 20px;
}
.middle a{
	color:#333;
	
}
.middle .btn-default{
	font-weight:normal;
	color:#666;
	background-color:#eee;
	padding:7px 25px;
	
	}
.navbar-nav li a {
    color: #CCC;
    font-family: 'Lato', sans-serif;
}
.navbar-nav li a:hover {
    background-color: #373737;
}
.bottom {
    background-color: #fff;
	border-top:2px solid  #c5c7c8;
}


.navbar-toggle {
    color: #009b9b;
    font-size: 32px;
    margin: 3px;
    padding: 2px 5px;
    line-height: 32px;
}
.navbar-toggle:hover {
    background-color: #373737;
}
.navbar-nav {
    margin: 0;
}

.content p {
    line-height: 30px;
    font-size: 16px;
}
.to-tutorial {
    text-align: center;
}
.padding-top-10{
	padding-top:10px;
	
	}
.padding-top-20{
	padding-top:20px;
	
	}	
.padding-top-30{
	padding-top:30px;
	
	}
.padding-top-40{
	padding-top:40px;
	
	}
.padding-top-50{
	padding-top:50px;
	
	}
	.padding-top-60{
	padding-top:60px;
	
	}	
.padding-top-70{
	padding-top:70px;
	
	}	
.padding-top-80{
	padding-top:80px;
	
	}	
	.padding-top-90{
	padding-top:90px;
	
	}	
.padding-top-100{
	padding-top:100px;
	
	}	
.padding-bottom-100{
	padding-bottom:100px;
	
	}	
.padding-bottom-90{
	padding-bottom:90px;
	
	}
.padding-bottom-80{
	padding-bottom:80px;
	
	}	
.padding-bottom-70{
	padding-bottom:70px;
	
	}	
.padding-bottom-60{
	padding-bottom:60px;
	
	}	
.padding-bottom-50{
	padding-bottom:50px;
	
	}
.padding-bottom-40{
	padding-bottom:40px;
	
	}	
.padding-bottom-30{
	padding-bottom:30px;
	
	}
.padding-bottom-20{
	padding-bottom:20px;
	
	}
.padding-bottom-10{
	padding-bottom:10px;
	
	}	

.box-1{
	background-color:#fafafa;
	padding:15px;
	min-height:327px;
	border:1px solid #e1e1e1;
	border-radius:5px;
	
	
	}
.box-1 h3{
	margin-top:0px;

	
}		

.box-1 .btn-primary{
	background-color:#9c9c9c;
	border-color:#9c9c9c;
	font-size:20px;
	
	}
/* CSS used here will be applied after bootstrap.css */
.carousel {
    margin-top: 20px;
}
.item .thumb {
	width: 25%;
	cursor: pointer;
	float: left;
}
.item .thumb img {
	width: 100%;
	margin: 2px;
}
.item img {
	width: 100%;	
}




/*
Credits:
https://github.com/marcaube/bootstrap-magnify
*/

.mag {
    
    margin: 0 auto;
    float: none;
}
    
.mag img {
    max-width: 100%;
}
        
  

.magnify {
    position: relative;
    cursor: none
}

.magnify-large {
    position: absolute;
    display: none;
    width: 175px;
    height: 175px;

    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
             border-radius: 100%
}