

/* CSS Document */

* {margin:0;padding:0;}
html, body {/* height: 100%; */font-family: 'Raleway', sans-serif;font-weight: 200;background-color: #f7f7f7;/* overflow: hidden; */}

html{
	font-size:62.5%;
	background-color: #f5f5f5;
}

#background_image{
    background-image: url("../images/Maltese_cross_transparent.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 63%;
    /* height: 100%; */
    position: fixed;
    background-size: contain;
    top: 17vh;
    bottom: 20vh;
    z-index: 0;
    opacity:0.3;
}

#all_content{
	position: relative;
	z-index:1 !important;
}

.topLogoImg{
	border:0;
}

.backgroundImage{
	width: 100%;
	height:100vh;
}

.backgroundImage:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    background-color:black !Important;
}

.topLogo{
	position:absolute;
	top:7px;
	left:7px;
}

.mainContent{
	/* padding-top: 74px; */
}

.bannerImgContainer{
	width:100%;
	height:100%;
	position:absolute;
	display: table;
	left:0;
	top:0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	vertical-align: middle;
	z-index: 2;
}

.bannerImgContainer_tr{
	display: table-cell;
	position: relative;
	content: " ";
	vertical-align: middle;
	margin: auto;
}

.background_landing{
	position: relative;
	display: block;
	text-align:center;
	vertical-align: middle;
	/* height: 40%; */
	width: 90%;
	margin: auto;
	background-color: rgba(0,0,0,0.45);
}

table{
	border-collapse:collapse;
}

.background_landing td{
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	transition:0.3s all ease;
}

.background_landing td:hover{
	cursor:pointer;
	background-color:rgba(255,255,255,0.4);
}

html {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bannerText{
	/* width: 100%; */
	/* position:absolute; */
	/* top: 32%; */
	letter-spacing: 2px;
	/* left:0; */
	/* right: 0; */
	text-align:center;
	color:#fff;
	font-size: 4.8vw;
	font-weight: 600;
	text-shadow: 0px 0px 6px #000000;
	overflow: hidden;
}

.smallerBannerText{
	font-size: 4vw;
	/* font-weight: 300; */
	text-transform: initial;
}


.smallerBannerP{
	font-size: 2vw;
	font-weight: 200;
	text-transform: initial;
}

table.smallerBannerP img{
	display:block;
	margin:auto auto -10px auto;
}

.smallerBannerP a{
	color:white;
	text-decoration:none;
}

#wrapper1:after {
  content: "";
  display: block;
}

.footer, #wrapper1:after {
  /* .push must be the same height as footer */
  /* height: 120px; */
}

#wrapper1 {
	/* position: relative; */
	width:100%;
	min-height: 100%;
	/* top:0; */
	/* bottom:0; */
	/* left:0; */
	/* right:0; */
	/* overflow:visible; */
	/* margin:0; */
	/* padding:0; */
	background-color: #e8e8e8;
	margin-bottom: -120px;
}

#wrapper {

	position: absolute;
	
	width:100%;
	height:100%;
	
	top:0;
    bottom:0;
    left:0;
    right:0;
	
	overflow:visible;
	
	margin:0;
	padding:0;
	
}

.wrapper {display: table;margin:0;padding:0;height:100%;width: 100%;background:  inherit repeat scroll 0% 0% #bbb;background-color: #e8e8e8;}

.wrapper2 {/* display: table; */margin:0;padding:0;width: 100%;background:  inherit repeat scroll 0% 0% #bbb;background-color: #e8e8e8;position: absolute;top: 100%;/* bottom: 200%; *//* min-height: 100%; *//* margin-bottom: -120px; */}

#welcome {
	margin:0;
	padding:0;
	left:0;
	top:0;
	bottom:0;
	right:0;
	display:table;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:5;
	min-width:100%;
	width:100%;
	height:100%;
	background: #e6e6e6 center center no-repeat;
	background-color: #f9f9f9;
	overflow:hidden;
	z-index:5;
	border:0px;
}

.backChange{
	background-color: black;
}

#Gallery1{
	width: 220px;
	height: 220px;
	background-color: blue;
}

.horizontal {
    display: flex;
    justify-content: center;
	z-index:5;
}

.vertical {
    display: flex;
    z-index:5;
    justify-content: center;
}

.verti1{
	position: relative;
}

.logo {

	background:transparent url('Images/Logo.png') center center no-repeat;

	width:811px;
	height:677px;
	
	margin:auto;

	z-index:5;
	border:0px;
	
	position:relative;
	
	
	transition: -webkit-transform 0.8s ease;
	
	-moz-transition: all 0.8s ease-in-out;
	display:table;
}

.logo:hover {
	transform: scale(1.15);
	-moz-transform: scale(1.05);
}

.color_flip {
		background:transparent url('Images/Logo.png') center top no-repeat;
	width:811px;
	height:677px;
	display:block;
	position:relative;
	overflow-x:hidden;
	overflow-y:hidden;
	margin:auto;
	z-index:5;
	border:0px;

  
      -webkit-transition: grayscale(100%) 2s ease-out;
         -moz-transition: grayscale(100%) 2s ease-out;
           -o-transition: grayscale(100%) 2s ease-out;
          -ms-transition: grayscale(100%) 2s ease-out;
              transition: grayscale(100%) 2s ease-out;

	    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");

    }

.color_flip:hover {
      filter: none;
      -webkit-filter: grayscale(100%) 2s ease-out;
	        -webkit-transition: grayscale(100%) 2s ease-out;
         -moz-transition: grayscale(100%) 2s ease-out;
           -o-transition: grayscale(100%) 2s ease-out;
          -ms-transition: grayscale(100%) 2s ease-out;
              transition: grayscale(100%) 2s ease-out;
      -webkit-transform: scale(1.05);
	  
	  transition-property: grayscale;
	  
	  transition-duration: 2s;
	  
	    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");

    }




#lineThrough1{
	position:fixed;
	top:70px;
	height: 2px;
	width:100%;
	background-color: #008ddc;
	z-index:3;
}

#lineThrough2{
	/* position: relative; */
	/* top: 0px; */
	height: 2px;
	width:100%;
	background-color: #008ddc;
	z-index:3;
}

#lineThrough3{
	position:fixed;
	top:70px;
	height:3px;
	width:100%;
	background-color: #00E1FF;
	z-index:3;
}

.header {
  display: table-row;
  height: 80px;
  
}

.main {
	/* position: relative; */
	padding-top: 100px;
	padding-bottom: 28px;
	width: 100%;
	/* top: 100%; */
	left: 0;
	min-height: 100%;
}

.main1 {
	margin-top:60px;
	display: table;
	width: 100%;
	background:  inherit repeat scroll 0% 0% #bbb;
	background-color: #cacaca;
}

.mainfoot {
  display: table-row;
  height: 120px;
}

.middle_box{
	/* width:80%; */
	margin:auto;
	text-align:center;
}

.box {
  /* display: table-cell; */
  /* max-height: 100%; */
  margin: auto;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10px;
}

.box.sidebarLess {
    width: 10%;
}

.sidebar {
  width: 23%;
  background:  inherit repeat scroll 0% 0% #bbb;
  background-color: #e8e8e8;
}

.sidebarLess{
	background:  inherit repeat scroll 0% 0% #bbb;
	background-color: #e8e8e8;
}

.sidebarMore {
  width: 45%;
  background:  inherit repeat scroll 0% 0% #bbb;
        background-color: #bbb;
		
}

#headerBack {
	position:fixed;
	z-index:3;
	left:0px;
	top:0px;
	/* min-width:1024px; */
	width:100%;
	height: 72px;
	background:  inherit repeat scroll 0% 0% #111;
	background-color: #fff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	display:table;
	text-align:right;
	overflow:visible;
}

.inner_remaining {
 	overflow:auto;
    height: calc(100% - 150px);  
	min-height:100%;
}

.innner{
	overflow:auto;
	height:auto;
	min-height:100%;
}

#header {
	position:fixed;
	z-index: 10000;
	left:0px;
	top:0px;
	/* min-width:1024px; */
	width:100%;
	height: 74px;
	text-align:right;
	overflow:visible;
	background-color: rgba(255, 255, 255, 1);
}

#logoTop{
	z-index:4;
	position:fixed;
	top:0px;
}

.img1 {
	background-image:url(Images/RMLogo10.png);
}

.img2 {
	background-image:url(Images/RMLogo11.png);
}

.img3 {
	background-image:url(Images/RMLogo12.png);
}


.img1, .img2, .img3{
	
	
	height: 124px;
	width: 124px;
	vertical-align: top;
	
	display:inline-block;

	float:left;
	margin-left:40px;
	
	-webkit-transition: -webkit-transform 0.07s ease-in;
	transition: all 0.07s ease-out 0s;
}

.img1:hover, .img2:hover, .img3:hover, .img4:hover{
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

#portTop{
	z-index:4;
}

.PortfolioImage{
	background:transparent url('Images/PortfolioImage.png') center top no-repeat;
}

.PortfolioImageC{
	background:transparent url('Images/PortfolioImageC.png') center top no-repeat;
}

.PortfolioImageP{
	background:transparent url('Images/PortfolioImageP.png') center top no-repeat;
}

.PortfolioImage, .PortfolioImageC, .PortfolioImageP {


	text-align:right;
	vertical-align: top;
	
	top:0px;

	display:inline-block;
	position:relative;
	
	right:8%;

   	height: 80px;
   	width: 128px;

	opacity:1;
 	transition:opacity 0.4s linear;
	
	z-index:4;
}

.AboutMeImage{
background:transparent url('Images/AboutMeImage.png') center top no-repeat;
}

.AboutMeImageC{
background:transparent url('Images/AboutMeImageC.png') center top no-repeat;
}

.AboutMeImageP{
background:transparent url('Images/AboutMeImageP.png') center top no-repeat;
}


.AboutMeImage, .AboutMeImageC, .AboutMeImageP {

	
	text-align:right;
	vertical-align: top;

	top:0px;

	display:inline-block;
	position:relative;
	
	right:12%;
	
   	height: 80px;
   	width: 120px;
	
	opacity:1;
 	transition:opacity 0.4s linear;
	
	z-index:4;
}

.ContactMeImage{
		background:transparent url('Images/ContactMeImage.png') center top no-repeat;
}

.ContactMeImageC{
		background:transparent url('Images/ContactMeImageC.png') center top no-repeat;
}

.ContactMeImageP{
		background:transparent url('Images/ContactMeImageP.png') center top no-repeat;
}

.ContactMeImage, .ContactMeImageC, .ContactMeImageP {
	top:0px;

	vertical-align: top;
	text-align:right;

	top:0px;

	display:inline-block;
	position:relative;
	
	right:4%;

   	height: 80px;
   	width: 152px;
	
	opacity:1;
 	transition:opacity 0.4s linear;
	
	z-index:4;
}

.AboutMeImage:hover, .ContactMeImage:hover, .PortfolioImage:hover, 
.AboutMeImageC:hover, .ContactMeImageC:hover, .PortfolioImageC:hover, 
.AboutMeImageP:hover, .ContactMeImageP:hover, .PortfolioImageP:hover {
	opacity:0.4;
}


a {
	outline: none;
}


#contt{
	padding-bottom:120px;	
	color: #0F0;
}


#content-wrapper {
	
	display: inline-block;
	
	color: #0F0;
	min-width: 1024px;
	width: 100%;
	min-height: 400px;
	
	
		background: inherit repeat scroll 0% 0% #eee;
		background-color: #999;
	
	margin-top:30px;
	margin-bottom:0px;
	padding-bottom:0px;
	bottom:0px;

	overflow: visible;
}

#content-wrapper-index{
	display: inline-block;
	
	color: #0F0;
	min-width: 1024px;
	width: 100%;
	min-height: 800px;
	
		background: inherit repeat scroll 0% 0% #eee;
		background-color: #999;
	
	bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	bottom:0px;

	overflow: visible;
}

#PortfoliooContent{
	
	color: #000;
	
	margin:auto;
	margin-right:10%;
	margin-left:10%;
	
	margin-top:80px;
	overflow: visible;
	word-wrap: break-word;
	
	margin-bottom:0px;
	padding-bottom:0px;
	bottom:0px;
	
	min-height:100%;
	height:auto;
	
	display:inline-block;
	border:none;
}

.me {
	/* width:100%; */
	/* height:100%; */
	max-height: 620px;
}

#imageSide{
	float:right;
	margin-top:50px;
	/* width:20%; */
}


#content {
    float:left;	
	margin-left:23%;

	margin-top:60px;
	
	padding-top:150px;
	padding-bottom:0px;
	bottom:0px;
	
	color: #000;
	
	width:40%;

	overflow: visible;
	word-wrap: break-word;
	
		border:none;
}

#content1 {
    float:left;	
	margin-left:23%;

	margin-top:90px;
	margin-bottom:0px;
	padding-bottom:0px;
	bottom:0px;
	
	color: #000;
	
	width:40%;
	
	overflow: visible;
	word-wrap: break-word;
	
		border:none;
}

#content2 {
	margin: auto;
	color: #000;
	margin-bottom:0px;
	padding-bottom:0px;
	bottom:0px;
	overflow: visible;
	word-wrap: break-word;
	border:none;
	width: 560px;
}

#content3 {
    float:left;
	margin-left:23%;
	margin-right:23%;

	margin-top:60px;
	margin-bottom:0px;
	padding-bottom:0px;
	bottom:0px;
	
	color: #000;
	
	width:50%;

	overflow: visible;
	word-wrap: break-word;
	
		border:none;
}

#footer-wrapper {
	

	
	display:inline-block;
	
	
	
	min-width:1024px;
    width:100%;
	height: 120px;
    background:  inherit repeat scroll 0% 0% #111;
        background-color: #111;
	
	overflow:visible;
	
	
	position:absolute;
	bottom:0;
	left:0;
	
		border:none;
}

#footer {
	
	
	
	display:table-row;
	margin-left: 5%;
	margin-right: -5%;
	
	color: #fff;
	height:120px;
    width:90%;
	
	position:fixed;
	
		border:none;
		
	
	bottom:0;
	left:0;
}

p {
	color: #111111;
	font-size:1.6em;
	font-weight: 400;
}

.normal {
	line-height:normal;
	font-size: 18px;
	margin-bottom:10px;
	margin-top:10px;
}

.large {
	font-weight: bold;
	font-size: 26px;
	line-height:normal;
	margin-bottom:10px;
	margin-top:10px;
}

.normalFooter {
    	
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height:normal;
	margin-bottom:10px;
	margin-top:10px;
	color:#eee;
}

.largeFooter {
    
    letter-spacing: 0.5px;
    font-weight: 800;
    font-size: 20px;
    line-height:normal;
    margin-bottom:10px;
    margin-top:10px;
    color: #fff;
}

.topMargin1{
	/* margin-top: 1%; */
}

.topMargin2{
	margin-top: -40px;
}

#copyright{
	/* background: transparent url('Images/RyanMansuetoC2016.png') center center no-repeat; */
	width: 329px;
	/* height: 93px; */
	margin-top: -37px;
}

.main5{
	padding-top: 100px;
	-
	top: 50%;
	padding-bottom: 28px;
}

.footer {
  width:100%;
  background:  inherit repeat scroll 0% 0% #111;
  background-color: #1d40a0;
  /* left: 0; */
  /* clear: both; */
  padding:30px 0;
}

.footerTop{
	display: flex;
	padding:0;
	margin:0;
	bottom:0;
	top:0;	
}

foot0{
	position: relative;
	height:100%;
	width:100%;
}

.foot1{
	margin: 0;
   position: absolute;               
   top: 50%;                         
   transform: translate(-100%, -50%);
}





.right {margin-right:5%;}

.left {
	margin-left:5%;
}

.right1{
	float:right;
}

.formleft {
	margin-top:0px;
	margin-left:0px;
	
	display:inline-block;
}

.formleftspace {
	margin-top:0px;
	margin-left:25px;
	
	display:inline-block;
}

#form {
	vertical-align:central;
	width:475px;
	margin:auto;
	overflow:hidden;
}

.Portfolioo {
	
	
	width:240px;
	height:240px;
	display:inline-block;

	margin-bottom:1%;
	margin-left:2%;
	
}


.fb {
	background:transparent url('Images/fbB.png') center top no-repeat;
	vertical-align: top;
	
	display:inline-block;

   	height: 40px;
   	width: 40px;
	
	top:0px;
	margin:0;
	padding:0;

}

.fb:hover {
	background:transparent url('Images/fbG.png') center top no-repeat;
}

.fbthumb {
	background:transparent url('Images/fbthumb.png') center top no-repeat;
	vertical-align: top;
	
	display:inline-block;

   	height: 30px;
   	width: 30px;
	
	padding-top:10px;
	
}

.in {
	background:transparent url('Images/inB.png') center top no-repeat;
	vertical-align: top;
	
	display:inline-block;

   	height: 40px;
   	width: 40px;
	
	top:0px;
	
	margin:0;
	padding:0;

}

.in:hover {
	background:transparent url('Images/inG.png') center top no-repeat;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
}

.Header_Pages{
	float:right;
	font-size: 20px;
	text-transform:uppercase;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.Header_Pages li a{
		text-decoration: none;
		color: #b50079;
		padding: 29px 12px;
		margin-top: 0;
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.8s;
		cursor: pointer;
		font-size: 15px;
		font-weight:300;
}

.Header_Pages li a:hover{
		color: #0f5686;
}

.Header_Pages li{
	float:left;
	padding: 25px 0px;
	margin: 0px;
}

.Header_Pages{
	display:none;
	margin: auto;
}

.dividers:before{
    content: "|";
    font-variant: initial;
    padding: 0px;
    margin: 0px;
    font-size: 39px;
    position:relative;
    /* height: 5px; */
    /* width: 0px; */
    color: #008ddc;
}


.ring_rotate{
	-webkit-animation-name: spin;
	-webkit-animation-duration: 12000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 12000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 12000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 12000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.LogoRing{
    max-width: 80%;
    max-height: 80%;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.content{
	padding-top: 10px;
	/* clear: both; */
}

.welcome_screen{
	background-color:#111111;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	overflow:hidden;
	cursor: pointer;
}

.click_me{
	color: white;
	z-index:5;
	font-size: 40px;
	position: absolute;
	bottom: 5px;
	right:0;
}
/* turn on for mobile menu */
/* .rd-mobilepanel_toggle { */
    /* position: fixed; */
    /* top: 12px; */
    /* right: 8px; */
    /* width: 48px; */
    /* height: 48px; */
    /* background-color: #ffffff; */
    /* border-radius: 0; */
    /* border: 0; */
    /* /* border-color: transparent; */ */
    /* outline: none; */
    /* -moz-transition: 0.2s; */
    /* -webkit-transition: 0.2s; */
    /* -o-transition: 0.2s; */
    /* transition: 0.2s; */
    /* -moz-box-shadow: 0px 0px 10px -1px rgba(0,141,220,0.75); */
    /* -webkit-box-shadow: 0px 0px 10px -1px rgba(0,141,220,0.75); */
    /* box-shadow: 0px 0px 10px -1px rgba(0,141,220,0.75); */
/* } */

#top_span, #bottom_span, #middle_span {
	position: relative;
	display: block;
	margin: auto;
	width: 30px;
	height: 2px;
	background-color: #0f5686;
	backface-visibility: hidden;
    -moz-transition:0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -moz-transition: 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.change_color{
	background-color: #000000 !important;
}

#top_span {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
}

#bottom_span {
    top: 8px;
}

.all_lines_center{
  top: 0 !important;
}

.rd-mobilepanel_toggle{
	display:block;
}

#mrvp ul li{
	margin:15px 0;
}

/* turn on for mobile menu */
/* .rd-mobilepanel_toggle{ */
	/* display:none; */
/* } */

@media (max-width:355px){
	.click_me{
		display:none;
	}
}

@media (max-width:1209px){
	.Header_Pages{
		display:none;
	}

	.parent_center{
		padding-bottom:160px;
	}
	
	.rd-mobilepanel_toggle{
		display:block;
	}

	/* turn on for mobile menu */
	/* .rd-mobilepanel_toggle{ */
		/* display:block; */
		/* cursor: pointer; */
	/* } */
	
	#copyright{
		float:none;
		margin:auto;
		padding-top:30px;
		padding-bottom: 30px;
	}

	.content{
		margin:auto;
		text-align:center;
	}

	#wrapper1{
		margin-bottom: -248px;
	}

	.footer, #wrapper1:after{
		/* height: 248px; */
	}

	#content2{
		width:100%;
	}

}


@media (max-width:382px){
		#copyright{
		width: 100%;
	}
}

.rd-mobilemenu {
    display: block;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 9999;
    /* text-align: left; */
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    /* -webkit-transform: translateX(0); */
    /* transform: translateX(0); */
}

.rd-mobilemenu {
    padding: 74px 0 0 0 !important;
}

.rd-mobilemenu_ul li.active > a {
    background: #E01E26;
    color: #ffffff;
}

.rd-mobilemenu_ul li {
    margin: auto;
    list-style: none;
    font-weight: 400;
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
    font-size: 36px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 0;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
    cursor: pointer;
    -webkit-transform: translate3d(0,0,0);
}

.rd-mobilemenu_ul a:hover {
    opacity: 0.5;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px 'FontAwesome';
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ffffff;
    -moz-transition: 0.8s all ease;
    -webkit-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    transition: 0.8s all ease;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul {
    /* position: fixed; */
    /* top: -32px; */
    /* left: 0; */
    /* bottom: -56px; */
    width: 100%;
    /* height: 100%; */
    vertical-align: middle;
    text-align: center;
    margin: auto;
    /* max-width: 300px; */
    /* color: #ffffff; */
    /* background: rgba(232, 232, 232, 0.94); */
    font-size: 14px;
    line-height: 20px;
    /* overflow: auto; */
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    /* -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1); */
    /* box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1); */
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    /* -webkit-transform: translateX(-240px); */
    /* transform: translateX(-240px); */
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    -moz-transition: 1s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 1s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 1s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 1s cubic-bezier(0.55, 0, 0.1, 1);
}

.lt-ie9 .rd-mobilemenu_ul {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222323', endColorstr='#ff222323');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222323', endColorstr='#ff222323');
    zoom: 1; }

.parent_center{
	/* display: table; */
	width:100%;
	/* padding-bottom: 25%; */
	/* padding-top: 100px; */
	min-height: 100vh;
	margin-bottom: -120px;
	padding-bottom:150px;
}

.child_center{
	display: table-cell;
	height:86px;
	text-align:center;
	vertical-align: middle;
}

.textboxes {
    display: block;
    margin:auto;
    max-width: 540px;
    width: 95%;
    height: 34px;
    font-size: 16px;
    line-height: 1.5;
    color: #5a5a5a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dadada;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.textboxes:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

.textboxes::-moz-placeholder {
    color: #999;
    opacity: 1
}

.textboxes:-ms-input-placeholder {
    color: #999
}

.textboxes::-webkit-input-placeholder {
    color: #999
}

.textboxes[disabled],.textboxes[readonly],fieldset[disabled] .textboxes {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.textboxes{
    height: initial;
    resize: none;
}

#gallery{
	padding: 50px 0;
}

#about{
	padding: 140px 0 50px 0;
	/* background-color: #f5f5f5; */
}

#contact{
	background-color: #222222 !Important;
	background-image: linear-gradient(0deg, #1d40a0, #cb382a);
	height:100%;
	color: #ffffff;
	padding: 50px 0;
}

#contact h2, #whattheysay h2{
	font-size:3em;
}

.footer h3{
	font-size:2.2em;
	color:#ffffff;
}

#contact-form{
	width: 100%;
	border:0 !important;
	float:left;
	font-size:18px;
}

.list-icons li{
	list-style:none;
	padding: 20px 0;
}

#contact p{
	color:#ffffff;
	font-weight: 500;
}

#contact p span{
	font-weight:200;
}

.column-left{
	width: 50%;
	text-align: center;
}

.column-right{
	width: 50%;
	text-align: center;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

#contact a{
	color:#ffffff;
}

.button{
	font-family:inherit;
	padding:6px 18px;
	border:0;
	font-weight:700;
	font-size: 0.95em;
	transition:0.3s ease-in-out	 all;
}

.button:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgb(0, 142, 255);
}

.grayscale{
	background-color: #222222;
	border-radius: 2px;
	border:0px;
}

.twW, .inW, .fbW, .igW{
	width: 30px;
	background-color: transparent;
	-webkit-transition: all .3s ease;
}


.divider{
	border-top: 1px solid #5d5d5d;
}

.footer p{
	color:#ffffff;
	font-size: 16px;
	padding: 13px 30px;
}

.footer a{
	color:#ffffff;
	font-size: 16px;
}

.container{
	max-width:991px;
	margin:auto;
	padding: 0 50px;
}

.footer-left{
	float:left;
	width:50%;
}

.footer-right{
	float:right;
	width:50%;
	text-align:right;
}

.text-alignment-right{
	padding: 0 30px;
}

.padding-left{
	padding-left:15px;
}

.padding-right{
	padding-right:15px;
}

#whattheysay{
	background-color:#ffffff;
	padding: 50px 0;
}

.alternateFont{
	font-family: 'Dancing Script', cursive;
	/* font-family: 'Caveat', cursive; */
}

#whattheysay p{
	font-size:2em;
}

#whattheysay .alternateFont{
 color:#7a005f;
 font-size:2.3em;
}

.slick-slide{
	width: 185px;
	text-align: center;
}

.rounded_images{
	display: inline-block;
	width: 185px;
	height: 136px;
	border-radius:10px;
	margin-right: 20px;
	background-color:#ffffff;
	-webkit-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
	-moz-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
	box-shadow: 0px 3px 35px 10px rgb(224, 224, 224);
	text-align: center;
}

.rounded_images_left{
	display: inline-block;
	width: 185px;
	height: 136px;
	float: left;
	border-radius:10px;
	margin-right: 20px;
	background-color:#ffffff;
	-webkit-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
	-moz-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
	box-shadow: 0px 3px 35px 10px rgb(224, 224, 224);
	text-align: center;
}

.rounded_images_right{
	width: 185px;
	height: 136px;
	float: right;
	border-radius:10px;
	margin-left: 20px;
	background-color:#ffffff;
	-webkit-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
	-moz-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
	box-shadow: 0px 3px 35px 10px rgb(224, 224, 224);
	text-align: center;
}

#goToTop{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  padding: 0;
}

#goToTop i{
  font-weight:200;
  color: #1b1b1b;
  line-height: 20pt;
  vertical-align:middle;
  position: relative;
  background: #f5f5f5;
  display: inline-block;
  outline: none;
  cursor: pointer;
  /* padding: 15px; */
  border-radius: 2px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow:hidden;
}

#goToTop i::before{
  margin:0;
  padding:0;
  height: 42px;
  /* position: absolute; */
  line-height: 20pt;
  top: -4px;
}

#goToTop i:hover {
  background-color: #1b1b1b;
  color: #ffffff;
}

a:hover{
	text-decoration:none;
}

/* Slideshow container */
		.slideshow-container {
		  max-width: 1000px;
		  position: relative;
		  margin: auto;
		}

		.mySlides {
			display: none;
		}

		/* Next & previous buttons */
		.prev, .next {
		  cursor: pointer;
		  position: absolute;
		  top: 50%;
		  width: auto;
		  margin-top: -22px;
		  padding: 16px;
		  color: white;
		  font-weight: bold;
		  font-size: 18px;
		  transition: 0.6s ease;
		  border-radius: 0 3px 3px 0;
		}

		/* Position the "next button" to the right */
		.next {
		  right: 0;
		  border-radius: 3px 0 0 3px;
		}

		/* On hover, add a black background color with a little bit see-through */
		.prev:hover, .next:hover {
		  background-color: rgba(0,0,0,0.8);
		}

		/* Caption text */
		.text {
		  color: #f2f2f2;
		  font-size: 15px;
		  padding: 8px 12px;
		  position: absolute;
		  bottom: 8px;
		  width: 100%;
		  text-align: center;
		}

		/* Number text (1/3 etc) */
		.numbertext {
		  color: #f2f2f2;
		  font-size: 12px;
		  padding: 8px 12px;
		  position: absolute;
		  top: 0;
		}

		/* The dots/bullets/indicators */
		.dot {
		  cursor:pointer;
		  height: 13px;
		  width: 13px;
		  margin: 0 2px;
		  background-color: #bbb;
		  border-radius: 50%;
		  display: inline-block;
		  transition: background-color 0.6s ease;
		}

		.active, .dot:hover {
		  background-color: #ffffff;
		  opacity: 1;
		  visibility: visible;
		}

		/* Fading animation */
		.fade {
		  -webkit-animation-name: fade;
		  -webkit-animation-duration: 1.5s;
		  animation-name: fade;
		  animation-duration: 1.5s;
		}

		@-webkit-keyframes fade {
		  from {opacity: 0} 
		  to {opacity: 1}
		}

		@keyframes fade {
		  from {opacity: 0} 
		  to {opacity: 1}
		}

.mySlides1{animation: opac 2.8s;}@keyframes opac{from{opacity:1} to{opacity:0}}
.mySlides{animation: opac 2.8s;}@keyframes opac{from{opacity:0} to{opacity:1}}

.whattheysayContainer{
	position:relative;
	padding: 0;
}

video{
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;
}




.rd-mobilepanel_toggle {
	position: absolute;
	top: 23px;
	right: 10px;
	width: 30px;
	height: 27px;
	z-index: 6;
	overflow: hidden;
	text-indent: 999px;
	-webkit-transition: opacity .3s ease, top .3s ease;
	transition: opacity .3s ease, top .3s ease;
	cursor:pointer;
}

.rd-mobilepanel_toggle:hover {
	opacity: 0.5;
}

.rd-mobilepanel_toggle span {
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #e20613;
    -webkit-transition: background-color .3s ease, top .3s ease, transform .3s ease;
    transition: background-color .3s ease, top .3s ease, transform .3s ease;
}

.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #e20613;
	transition: background-color .3s ease, top .3s ease, transform .3s ease;
	-webkit-transition: background-color .3s ease, top .3s ease, transform .3s ease;
	content: '';
}

.rd-mobilepanel_toggle span:before {
	top: -10px
}

.mobile_menu .rd-mobilepanel_toggle span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile_menu .rd-mobilepanel_toggle span:before {
	opacity: 0
}

.mobile_menu .rd-mobilepanel_toggle span:after {
	top: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg)
}

.mobile_menu .rd-mobilepanel_toggle span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile_menu .rd-mobilepanel_toggle:before {
	opacity: 0
}
.mobile_menu .rd-mobilepanel_toggle:after {
	top: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg)
}

.no_scroll{
	overflow:hidden;
}


.rd-mobilemenu.active, .rd-mobilemenu.dot:hover {
    background-color: rgba(226, 6, 19, 0.9);
    opacity: 1;
    visibility: visible;
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
    font-size: 36px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 0;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
    cursor: pointer;
    -webkit-transform: translate3d(0,0,0);
}

.team_text{
	margin-top: 37px;
	margin-left: 30px;
	margin-right: 30px;
}

#mrvp img{
	/* margin-top: -180px; */
	/* display:inline-block; */
	/* float:left; */
	/* margin-bottom: 20px; */
}

.mrvp_right{
	float:right !important;
}

.team_text_right{
	text-align:right;
	float:right !important;
}

#mrvp hr{
	margin:20px;
	display: none;
}

@media (max-width:768px){
	.footer-left, .footer-right, .column-left, .column-right{
		width:100%;
	}
	.footer-left, .footer-right{
		text-align:center;
	}
	.padding-left{
		padding-left:0;
	}
	.padding-right{
		padding-right:0;
	}
	.column-right{
		padding-top:30px;
	}
	#contact h2, #mrvp h2, .team_text{
		text-align:center;
	}
	#mrvp hr{
		display:block;
	}
	#mrvp img{
		margin:auto;
		float: none !important;
		display: block !important;
		margin-top: 0px !important;
	}
	.team_text{
		display: block !important;
		float: none !important;
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-height: 423px){
	.rd-mobilemenu_child{
		overflow-y:scroll !important;
	}
}

.slick-slide img{
	display:inline-block !important;
}

.slick-track{
	padding:40px 0;
	width:100%;
}

.slick_gallery .slick-slide{
	width:auto;
	height: 80vh;
}

.square_images img{
	max-width:100%;
	max-height: 100vh;
	margin: 0 500px;
}

.slick_gallery{
	width:100%;
	padding: 0 30px;
}

.slick-prev:before, .slick-next:before{
    color:#d70284 !Important;
	-moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	font-size:30px !important;
}

.slick-next
{
    right: 5px !important;
}

.slick-prev
{
    left: 5px !Important;
}

.slick-prev:before,
.slick-next:before{
	font: normal normal normal 14px/1 FontAwesome !Important;
	font-size:35px !Important;
	opacity:.4 !Important;
}

.slick-prev:hover:before,
.slick-next:hover:before{
	opacity:1 !Important;
}

.slick-prev:before{
	content: "\f104" !Important;
}

.slick-next:before{
	content: "\f105" !important;
}

#mrvp h1, #about h1{
	font-weight:400;
	display: block;
}

#mrvp h2, #about h2{
	font-weight:400;
	color:#0f5686;
	padding-bottom: 10px;
}

#mrvp a, #about a{
	font-size:13px;
	font-weight:400;
}

.team_text{
	display:inline-block;
	float:left;	
}

.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


.jssora106 {display:block;position:absolute;cursor:pointer;}
.jssora106 .c {fill:#fff;opacity:.3;}
.jssora106 .a {fill:none;stroke:#fff;stroke-width:350;stroke-miterlimit:10;}
.jssora106:hover .c {opacity:.5;}
.jssora106:hover .a {opacity:.8;}
.jssora106.jssora106dn .c {opacity:.2;}
.jssora106.jssora106dn .a {opacity:1;}
.jssora106.jssora106ds {opacity:.3;pointer-events:none;}

.jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:#000;}
.jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;border:2px solid #000;box-sizing:border-box;z-index:1;}
.jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
.jssort101 .p:hover{padding:2px;}
.jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
.jssort101 .p:hover.pdn{padding:0;}
.jssort101 .p:hover.pdn .cv {border:2px solid #fff;background:none;opacity:.35;}
.jssort101 .pav .cv {border-color:#fff;opacity:.35;}
.jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
.jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
.jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}
