
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,500italic,400italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,cyrillic);
html, body{
    font-family: 'Roboto', serif;
    padding: 0;
    margin: 0;
    background: #FFF;
}
ol,ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover, a:focus{
    color: #4c4c4c;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    color: #4c4c4c;
    font-family: 'Roboto Condensed', serif;
}
h1{
    font-size: 80px;
    font-weight: 700;
}
h1 span{
    display: block;
    font-weight: 100; 
}
h2{
    font-size: 60px;
    font-weight: 700;
}
h2 span{
    display: block;
    font-weight: 100; 
}
h3{
    font-size: 40px;
    font-weight: 700;
    line-height: .79;
}
h3 span{
    display: block;
    font-weight: 100;
}
h4{
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
h4 span{
    display: block;
    font-weight: 100;
}

p{
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #7f7f7f;
}

.common-title{
    font-size: 60px;
    line-height: .75;
    padding-bottom: 50px;
    text-transform: uppercase;
}
.common-title span{
    display: block;
    font-weight: 100;
    text-transform: uppercase;
}
.common-subtitle{
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 100;
    margin: -10px auto 45px;
    width: 60%;
    line-height: 30px;
}
/*============================= Common Contents Style =========================*/
img{
    width: 100%;
    height: auto;
}
.no-padding{
    padding: 0;
}
.no-padding-left{
    padding-left: 0;
}
.no-padding-right{
    padding-right: 0;
}
blockquote{
    border-left: 10px solid #283996;
    font-size: 20px;
    font-weight: 100;
    margin: 0;
    padding: 15px 0 15px 20px;
}
/*============================= Margin And Padding Settings =========================*/
.no-padding{
    padding: 0;
}
.no-padding-left{
    padding-left: 0;
}
.no-padding-right{
    padding-right: 0;
}
.noMargin{
    margin: 0px;
}
.noMarginBottom{
    margin-bottom: 0px !important;
}
.noPaddingBotton{
    padding-bottom: 0 !important;
}
.noMarginRight{
    margin-right: 0px !important;
}

/*============================= color Settings =========================*/
.white{
    color: #fff;
}
.blackash{
    color: #F6FFD2;
}

/*============================= Button ====================================*/
.art_button{
    background: none repeat scroll 0 0 #283996;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    padding: 27px 0 13px;
    text-align: center;
    text-transform: uppercase;
    transition: all 700ms ease 0s;
    width: 170px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.art_button:hover{
    background: #4c4c4c;
    color: #FFF;
}
input[type="submit"].art_button{
    padding: 13px 0 13px;
}
/*============================= Section Title ====================================*/
.commonPage{
    padding: 80px 0px;
    position: relative;
}
.commonPadding120{
    padding: 120px 0px;
}
/*============================= Social Settings ====================================*/
.comonSocial{
    text-align: center;
}
.comonSocial li{
    display: inline-block;
}
.comonSocial li a{
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 60px;
    margin-right: 6px;
    padding-top: 13px;
    text-align: center;
    width: 60px;
}
.comonSocial li.fac a{
    background: none repeat scroll 0 0 #507cbe;
}
.comonSocial li.twi a{
    background: none repeat scroll 0 0 #00abef;
}
.comonSocial li.goo a{
    background: none repeat scroll 0 0 #283996;
}
.comonSocial li:last-child a{
    margin-right: 0px;
}
.comonSocial li a i{
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.comonSocial li a:hover i{
    text-shadow: 0 0 4px rgba(0, 0, 0, .5);
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.comonSocial li a:hover{
    text-shadow: 0 0 4px rgba(0, 0, 0, .5);
}