		
body{
background:#333;
font-size:17px;
line-height:25px;
color:#fff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align:center;
}

h1,h2,h3,h4,h5,h6{
  font-weight: normal;
}

p{
  color: #ccc;
  font-size: 13px;
  line-height: 23px;
}

h1{
	font-size: 60px;
  font-weight: bold;
  line-height: 60px;
}

h2{
	font-size: 40px;
	line-height: 60px;
  font-weight: bold;
}

hr{
	padding:0px;
	margin: 20px 0px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #222;
}

.color{
	color:#f1461e;
}

a, a:visited{
color:#f1461e;
}

a:hover{
color:#bc3516;
text-decoration:none;
}

.padd{
padding:10px;
}

.social img{
margin-right:5px;
}

a:active, a:focus { 
border:none;
outline:none;
}

a:-moz-any-link:focus { 
outline:none; 
}

.main{
margin-top:20px;
}

.main h3{
  font-family: "Times New Roman", Georgia, serif;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
  font-weight: normal;
}

.main h3 b{
	color: #dc403e;
}

.main h3 i{
	font-style: normal;
	text-decoration: line-through;
}

.main a.btn{
  border-radius: 0px;
  color: #fff !important;
}

.main .well{
  background: transparent;
  border: 0px;
}

.main .well img{
  padding: 0px;
  background: transparent;
  border-radius: 0px;
  border: 0px;
  position: relative;
}

.main .well a.btn{
  margin-top:15px;
  display: inline-block;
}

.main .well h3{
  margin-left: 20px;
}


.main .motro img{
  max-width: 600px;
  margin: 20px auto;
  border:1px solid #555;
  box-shadow: 0px 0px 25px #000;
}

.well{
  color: #666;
  font-weight: bold;
  font-size: 18px;
}

.colors{
margin:20px 0px;
}

.colors a{
border-radius:10px;
}

.colors img{
padding:5px;
background:#333;
border-radius:10px;
border:1px solid #222;
}

.r, .r:active{
background:#e73705;
}

.b, .b:active{
background:#00e1e2;
}

.portfolio li{
display:inline !important;
border:none !important;
}

.portfolio li a, .portfolio li a:visited{
color:#fff;
padding:5px 10px;
margin:0px 5px;
font-family:Arial, Helvetica, sans-serif;
}

.portfolio li a:hover{
color:#fff;
}

#portfolio{
text-align:center;
}

#portfolio img{
padding:5px;
background:#333;
border-radius:10px;
border:1px solid #222;
margin:10px;
width:200px;
height:150px;
}

#filters{
margin-left:0px;
}

#filters li{
display:inline;
padding:0px 5px;
}


/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/* Footer */

footer{
margin-top:50px;
}

.attr{
text-align:right;
}

.fpadd{
padding:10px 10px 5px 10px;
}

/* Responsive */

@media (max-width: 480px){

}

@media (max-width: 767px){
	.attr{
	text-align:left;
	}
}

@media (min-width: 768px) and (max-width: 979px){

}

@media (max-width: 979px){

}