﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% Free To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDIT US AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
@import url(http://fonts.googleapis.com/css?family=Oswald|Josefin+Sans|Yanone+Kaffeesatz|Play);

  body {
           background-color:#fff;
           color:#fff;
           font-family: 'Nova Flat';
       }
       section {
           padding-top:100px;
           padding-bottom:30px;

       }
       .c-t {
           text-align:center;
       }
	  
       a,a:hover,a:focus {
           color:#fff;
           cursor:pointer;
           text-decoration:none;
       }
	   .block{width:100%; height:80px; background:#333; opacity:0.8; position:absolute; top:130px;}
	   .pad-top{padding-bottom:80px;}
	   .ptop{padding-top:130px;}
	   .height_fix_white{ height:300px; background:#FFF; border:1px solid #ccc; opacity:0.7;}
	   .height_fix_black{ height:300px; background:#000; border:1px solid #000; opacity:0.7;}
	   h1{font-family: 'Oswald', sans-serif; text-align:center; font-weight:200; }
	   h4{font-family: 'Yanone Kaffeesatz', sans-serif; letter-spacing:2px; font-weight:400;}
	   h2{font-family: 'Oswald', sans-serif; color:#ff6;text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);}
			 
