body,td,th {
	color: #000000;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	text-align: center;
	color: #AA3939;
}

.effect-wrapper {
  position:relative;
  width:400px;
  height:400px;
}

.effect-wrapper .layer1,
.effect-wrapper .layer2 {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  display:-webkit-box;
  -webkit-box-pack:center;
  -webkit-box-align:center;
}
    
.effect-wrapper .layer1,
.effect-wrapper .layer1 * {
    background:rgba(0,0,255,.1);
    /*border-radius:10px;*/
} 

.effect-wrapper .layer2,
.effect-wrapper .layer2 * {
    background:rgba(0,0,0,.1);
    /*border-radius:10px;*/
} 

.effect-wrapper .layer1 *,
.effect-wrapper .layer2 * {
    display:-webkit-box;
  -webkit-box-pack:center;
  -webkit-box-align:center;
    width:80%;
    height:80%;
} 




/* --------- Animation --------- */
.effect-wrapper .layer1,
.effect-wrapper .layer1 * {
    -webkit-animation-name: spin-clockwise;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 0.75);
    -webkit-box-shadow:inset 0 0 10px rgba(255,255,255,0.3);
}

.effect-wrapper .layer2,
.effect-wrapper .layer2 * {
    -webkit-animation-name: spin-counter-clockwise, pulsate-blue;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 0.75);
    -webkit-box-shadow:inset 0 0 10px rgba(255,255,255,0.3);
}




/* Animation: Clockwise */
@-webkit-keyframes spin-clockwise {
    0%   { -webkit-transform: rotate(0deg);   }
    100% { -webkit-transform: rotate(360deg); }
}

/* Animation: Counter counter clockwise */
@-webkit-keyframes spin-counter-clockwise {
    0%   { -webkit-transform: rotate(0deg);   } 
    100% { -webkit-transform: rotate(-360deg); }
}



/* Animation: Counter counter clockwise */
@-webkit-keyframes pulsate-blue {
    0%   { background:rgba(255,0,0,.1); -webkit-transform: rotate(0deg); } 
    100% { background:rgba(255,255,255,.1); -webkit-transform: rotate(90deg); }
}

    





.Trajan {
	font-family: Trajan Pro;
}
.Trajan em {
	color: #AA3939;
}
Trajan Pro {
	color: #AA3939;
}
.text {
	color: #AA3939;
}
.text2 {
	color: #AA3939;
}
a:link {
	color: #AA3939;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AA3939;
}
a:hover {
	text-decoration: none;
	color: #652770;
}
a:active {
	text-decoration: none;
	color: #AA3939;
}
.links {
	color: #AA3939;
}
.Contact {
	color: #AA3939;
}
.signin {
	color: #AA3939;
}
.home {
	color: #AA3939;
}
.signin {
	color: #AA3939;
}
.Login {
	font-weight: bold;
	color: #652770;
}
.terms {
	font-size: 16px;
}
#form2 p {
	font-size: 14px;
}
.blue {
	color: #AA3939;
}
.Services {
	color: #AA3939;
}
.stuff {
	color: #AA3939;
}
.Home {
	color: #652770;
}
.Home {
	color: #000000;
}

.centered_text {
top: 100px;
padding: 0px 80px 80px 80px;
text-align: justify;
text-justify: inter-word;
align:center;
}

.block label { display: inline-block; width: 180px; text-align: left; }

.message { display: inline-block; text-align: center; color: red; font-size: 10px; }

.success { display: inline-block; text-align: center; color: green; font-size: 14px; }

.btn {
  background: #FF0000;
  background-image: -webkit-linear-gradient(top, #FF0000, #AA3939);
  background-image: -moz-linear-gradient(top,    #FF0000, #AA3939);
  background-image: -ms-linear-gradient(top,     #FF0000, #AA3939);
  background-image: -o-linear-gradient(top,      #FF0000, #AA3939);
  background-image: linear-gradient(to bottom,   #FF0000, #AA3939);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #FFE082;
  background-image: -webkit-linear-gradient(top, #E38E48, #FFE082);
  background-image: -moz-linear-gradient(top,    #E38E48, #FFE082);
  background-image: -ms-linear-gradient(top,     #E38E48, #FFE082);
  background-image: -o-linear-gradient(top,      #E38E48, #FFE082);
  background-image: linear-gradient(to bottom,   #E38E48, #FFE082);
  text-decoration: none;
}


#table-2 {
        border: 1px solid #FF0000;
        background-color: #DF1313;
        background: -o-linear-gradient(top,      #522A2A, #AA3939);
        background: -ms-linear-gradient(top,     #522A2A, #AA3939);
        background: -webkit-linear-gradient(top, #522A2A, #AA3939);
        background: -moz-linear-gradient(top,    #522A2A, #AA3939);
        background: linear-gradient(to bottom,   #522A2A, #AA3939);



        width: 80%;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
}
#table-2 td, #table-2 th {
        padding: 5px;
        color: #FFFFFF;
}
#table-2 thead {
        font-family: Arial, Helvetica, sans-serif;
        padding: .2em 0 .2em .5em;
        text-align: left;
        color: #522A2A;
        background-color: #522A2A;
        background: -o-linear-gradient(top,      #FF0000, #AA3939);
        background: -ms-linear-gradient(top,     #FF0000, #AA3939);
        background: -webkit-linear-gradient(top, #FF0000, #AA3939);
        background: -moz-linear-gradient(top,    #FF0000, #AA3939);
        background: linear-gradient(to bottom,   #FF0000, #AA3939);
        border-bottom: solid 1px #AA3939;
        -webkit-border-radius: 6px;
}
#table-2 th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        line-height: 20px;
        font-style: normal;
        font-weight: normal;
        text-align: left;
        text-shadow: white 1px 1px 1px;
        -webkit-border-radius: 6px;
}
#table-2 td {
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-bottom: 1px solid #FF0000;
        border-top: 1px solid #FF0000;
        -webkit-border-radius: 6px;
}
#table-2 td:hover {
        background-color: #FFE082;
}



@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
margin: 0px 50px;
float: center;
  width: 85%;
  border-radius: 5px;
font-family: Arial, Helvetica, sans-serif;
  background: #522A2A;
  background: -o-linear-gradient(top,      #522A2A, #AA3939);
  background: -ms-linear-gradient(top,     #522A2A, #AA3939);
  background: -webkit-linear-gradient(top, #522A2A, #AA3939);
  background: -moz-linear-gradient(top,    #522A2A, #AA3939);
  background: linear-gradient(to bottom,   #522A2A, #AA3939);
  box-shadow: inset 0 -3px 0 #AA3939, 
	inset 0 -3px 3px #AA3939, 
	inset 0 2px 2px  #AA3939, 
	inset 1px 0 2px  #AA3939, 
	inset -1px 0 2px #AA3939, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 20px 25px;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #FF3333;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 17.5px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #522A2A;
  background: -webkit-linear-gradient(top,  #522A2A, #AA3939);
  background: -ms-linear-gradient(top,      #522A2A, #AA3939);
  background: -moz-linear-gradient(top,     #522A2A, #AA3939);
  background: -o-linear-gradient(top,       #522A2A, #AA3939);
  background: linear-gradient(to bottom,    #522A2A, #AA3939);
  box-shadow: inset 0 -1px 1px #AA3939, inset 0 2px 1px #AA3939;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  right: 11px;
  top: 25.5px;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  z-index: 99;
}
#cssmenu ul > li.has-sub:hover > a:before {
  border-top-color: #652770;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;
}
#cssmenu > ul > li > ul {
  top: 91px;
  padding-top: 8px;
  border-radius: 5px;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 51px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  top: 40px;
}
#cssmenu ul ul > li:hover > ul {
  top: 0;
  left: 178px;
  padding-left: 10px;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 180px;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
  background: #522A2A;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a {
  color: #522A2A;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: inset 0 2px 2px #AA3939;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: inset 0 -3px 0 #AA3939, inset 0 -3px 3px #AA3939, 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.13);
}
#cssmenu ul ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
  background: #522A2A 
  background: -webkit-linear-gradient(top, #522A2A, #AA3939);
  background: -ms-linear-gradient(top,     #522A2A, #AA3939);
  background: -moz-linear-gradient(top,    #522A2A, #AA3939);
  background: -o-linear-gradient(top,      #522A2A, #AA3939);
  background: linear-gradient(to bottom,   #522A2A, #AA3939);
  box-shadow: inset 0 -1px 1px #AA3939 inset 0 2px 1px #AA3939;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cssmenu.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#cssmenu ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
#cssmenu.align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-left-color: transparent;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #FF3333;
}
#cssmenu.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #FF3333;
}

@media all 
	and (max-width: 768px), 
	only screen 
	and (-webkit-min-device-pixel-ratio: 2)
	and (max-width: 768px),
	only screen and (min--moz-device-pixel-ratio: 2) 
	and (max-width: 768px), 
	only screen and (-o-min-device-pixel-ratio: 2/1) 
	and (max-width: 768px), 
	only screen and (min-device-pixel-ratio: 2) 
	and (max-width: 768px), 
	only screen and (min-resolution: 192dpi) 
	and (max-width: 768px), 
	only screen and (min-resolution: 2dppx) 
	and (max-width: 768px)
{

  #cssmenu {
margin: 0px 25px;
    width: 80%;
    position: relative;
  }
  #cssmenu ul,
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu > ul,
  #cssmenu.align-center > ul,
  #cssmenu > ul > li > ul,
  #cssmenu > ul > li:hover > ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu ul ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul li:hover > ul,
  #cssmenu.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu > ul > li > a,
  #cssmenu ul ul li a,
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  #cssmenu ul li a {
    padding-left: 12.5px;
  }
  #cssmenu ul ul li a {
    padding: 14px 25px 14px 27.5px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 42.5px;
  }
  #cssmenu ul ul ul ul li a {
    padding-left: 57.5px;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul li.has-sub > a:after,
  #cssmenu ul ul li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    position: relative;
    display: block;
    padding: 20px;
    padding-left: 12.5px;
    cursor: pointer;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #cssmenu .submenu-button {
    position: absolute;
    right: 0;
    display: block;
    width: 53px;
    height: 53px;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    z-index: 10;
    cursor: pointer;
  }
  #cssmenu ul ul .submenu-button {
    height: 41px;
  }
  #cssmenu ul .submenu-button:after,
  #cssmenu #menu-button:after {
    content: '';
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    background: #522A2A;
    background: -webkit-linear-gradient(top, #522A2A, #AA3939);
    background: -ms-linear-gradient(top,     #522A2A, #AA3939);
    background: -moz-linear-gradient(top,    #522A2A, #AA3939);
    background: -o-linear-gradient(top,      #522A2A, #AA3939);
    background: linear-gradient(to bottom,   #522A2A, #AA3939);
    box-shadow: inset 0 -1px 1px #AA3939, inset 0 2px 1px #AA3939;
    background-size: 56px 56px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #cssmenu ul .submenu-button.submenu-opened:after,
  #cssmenu #menu-button.menu-opened:after {
    background-position: 0 -28px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 6.5px;
  }
  #cssmenu #menu-button:before,
  #cssmenu .submenu-button:before {
    content: '';
    position: absolute;
    right: 22.5px;
    top: 25.5px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    z-index: 99;
  }
  #cssmenu ul ul .submenu-button:before {
    top: 19.5px;
  }
  #cssmenu #menu-button.menu-opened:before,
  #cssmenu .submenu-button.submenu-opened:before {
    border-top-color: #652770;
  }
}
