/*****************************************************/
/* Reset */
/*****************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
	
}
html,body{
	height:100%;
	width:100%;
	/*overflow:hidden;*/
}
strong{
	font-weight:300;
}
 
body {
	color: #000;
	font-size: 14px;
	font-style: normal;
	overflow-x:hidden;
}

li{
	line-height:28px;
}

html,body {
    height: 100%;
	margin: 0;
    padding: 0;
	width: 100%;
    
}


a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,a:active {
    outline: 0;
}

ul {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

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

a:focus {
 	color: #000;
    outline: none;
	text-decoration: none;
    
}

h1{
    line-height: 1.1em;
	}
h2{
		font-size:1.875em; /*30px*/
}
h3{
	line-height: 1.4em;
	font-size: 1.5em;
}
h4{
		font-size:1.125em; /*18px*/
}
h5{
	font-size:1.2em; 
	padding-bottom: 5%;
	font-weight:300;
	font-size:0.93em; /*15px*/
}


h6{
	font-size:0.875em; /*14px*/
}


.align-center {
	clear:both;
	float:none;
	display:block;
	margin:0 auto;
	overflow:hidden;	
	text-align:center;
	
}
.align-left{
	text-align: center;
}
.padding-none{
	padding-left:0;
	padding-right:0;
}
.padding-col {
    padding-top: 7%;
}
.container{
	width:100%;
}

/*********SECTION FIRST CSS BEGIN********/
.main_body
{
	background:#fcfcfc;
}
.section-first{
	background-color:#f5f5f5;
	background-image:url(header.jpg);
	background-position:50% 50%;
	width:100%;
}
.landing-info-all {
	padding-bottom: 1%;
    padding-top: 4%;
}
.h4-font{
	color: #2b023a;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    padding-bottom: .5%;
    text-transform: uppercase;
}
.h2-font{
	font-size: 5.06em;
    font-weight: 500;
}
.p-font{
    color: #2b023a;
	font-size: 1em;
	line-height: 1.2em;
	text-transform: capitalize;
	font-weight: 300;
	padding-top:5px;
}
.footer-text .p-font{
    color: #2b023a;
	font-size: 0.93em;
	line-height: 1.7em;
	text-transform: capitalize;
	font-weight: 300;
}
.logo{
	margin-top:82px;
}
.heading{
	margin:30px auto;
	color:#0c040f;
}
.header-text{
	font-family:inherit;
	font-size:0.875em;
	font-weight:600;
	letter-spacing:2px;
	margin-top:32px;
	text-transform:uppercase;
	color:#0c040f;
}
.odd-col,
.even-col {
	padding-bottom: 60px;
	padding-left: 60px;
	padding-right: 60px;
}
.head{
	color: #2b023a;
	font-weight: 500;
	letter-spacing: 6px;
	line-height: 1.5em;
	text-transform: uppercase;
	padding-bottom: 7%
}
.wraper {
    padding-top: 40px;
}
.wraper .col-lg-6 h3{
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	font-weight: 300;
}
 hr{
	border-bottom: 1px solid rgba(74, 78, 97, 0.7);
    color: #000;
	width: 90%;
}
.headline
{
	padding-bottom:30px;
}
/*******SECTION FIRST CSS END**********/
.first {
    color: #000;
    padding: 10% 0 5%;
}
.second{
	color: #000;
    padding: 10% 0 5%;
}
/*********SECTION SECOND CSS BEGIN*********/

.photography {
    padding-bottom: 9%;
}
/******** SECTION SECOND CSS END**********/

/********HOVER EFFECT ON IMAGES CSS BEGIN************/
.hover-anchor{
   display:block;
   position:relative;
   -moz-transition: 0.4s;
   -o-transition: 0.4s;
   -webkit-transition: 0.4s;
   transition: 0.4s;
	font-size:0;
}
.hover-anchor img{
	width:100%;
	height:auto;
}
.hover-anchor:hover img{
	opacity:0.5;
}
.hover-anchor:hover .hovered-span img{
	opacity:1;
}
.hovered-span {
	background: none;
	display: block;
	height: 60px;
	position: absolute;
	top: 32%;
	width: 60px;
	opacity: 0;
	left: 43%;
}
.hovered-span img {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    top: calc(50% - 60px);
    width: auto;
}
.hover-anchor:hover{
    display: block;
	cursor: pointer;
}
.hover-anchor:hover span{
	opacity:1;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.name {
    font-size: 0.93em;
    font-weight: 500;
    letter-spacing: 0.2em;
    padding: 15px 0 40px 0;
    text-transform: uppercase;
}
.hover-anchor:hover img{
}
.hover-anchor:hover .hovered-span img{
	width:auto;
	height:auto;
}
/********HOVER EFFECT ON IMAGES CSS END************/


/********FEATURE EFFECT************/
.section-feature {
    background-color: #f8f8f8;
    padding: 5% 0;
    width: 100%;
}
.feature-desc {
    font-size: 0.9em;
    letter-spacing: 0.1em;
    line-height: 28px;
    padding: 20px 0;
    text-align: left;
}
.feature {
    color: #000;
    font-weight: 500;
    letter-spacing: 6px;
    line-height: 1.5em;
    padding-bottom: 3%;
    text-transform: uppercase;
}
/********FEATURE EFFECT END************/

/*******FOOTER CSS BEGIN******************/
.landing-footer{
	background-color:#ffffff;
	height:200px;
	width:100%;
}
.footer-multia{
	padding:0 2%;
	width:15%;	
}
.footer-text{
	color:#4c4c4c;
	text-transform:uppercase;
}
.footer-img{
	background:url('../img/multia-logo.png') no-repeat;
	height:20px;
	width:20px;
	position:absolute;
	margin:0 auto;
	float:none;
}
/*******FOOTER CSS END******************/