/*
Theme: real3d
Author:furqan
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #333;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
hgroup,
header,
menu,
nav,
section,
footer {
    display: block;
}

nav ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/*
    BACKGROUND STYLES
*/

html {
    background-color: transparent;
}

body {
    border: 0;
    font: 12px/20px Verdana, sans-serif;
    margin: 0;
    outline: 0;
    padding: 0;
}

header {
    background-color: #383838;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%); /* IE10+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%); /* W3C */
    margin-bottom: 10px;
    overflow: visible;
}

#header_middle .container {
    padding: 0px 0px 0px 0px;
}

#header_bottom {
    background-color: transparent;
    height: 101px;
}

footer {
    background: rgb(240, 240, 240);
    border-top: 1px solid #ccc;
}

/*
    GENERIC STYLES
*/

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9 {
    clear: both;
}

h1 {
    margin: 15px 5px;
    padding-top: 15px;
    color: #333;
    font-size: 35px;
    font-weight: 100;
    line-height: 20px;
}

h2 {
    margin: 15px 0px;
    padding-top: 15px;
    color: #333;
    font-size: 20px;
    font-weight: 300;
}

h3 {
    margin: 0px 0px 10px;
    padding: 3px 0 0 25px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

h4 {
    background: url(../images/HarrowG.png) no-repeat 0 7px;
    margin: 0px 0px 10px;
    padding: 3px 0 0 25px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

h5 {
    background: url(../images/Harrow.png) no-repeat 0 22px;
    border-bottom: 1px dotted #b5b3a9;
    color: #222;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 17px 0 0 25px;
    color: #06c;
    font-size: 13px;
}

h6 {
    margin: 0px 0px;
    color: #999;
    font-size: 10px;
}

h7 {
    color: #ccc;
    font-size: 10px;
}

h8 {
    color: #06c;
    font-size: 12px;
    font-weight: bold;
}

h9 {
    color: #000;
    font-size: 10px;
    background: url(../images/arrowB.png) no-repeat 0 4px;
    padding: 0px 0px 0px 10px;
}

h10 {
    color: #a00;
}
h11 {
    color: #333;
}
h12 {
    color: #000;
}
h13 {
    color: #069;
}
h14 {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
p {
    color: #333;
    margin-bottom: 15px;
    margin-left: 25px;
}

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

/* Pre & Code */
pre {
    color: #333;
    font-size: 12px;
    line-height: 17px; /* Height of each line of code--*/
    overflow: hidden; /* If the Code exceeds the width, put "auto" and scrolling is available--*/
    overflow-y: hidden; /* Hides vertical scroll created by IE--*/
}
pre code {
    background: #eeeeee;
    border: 2px dotted #09f;
    margin: 0px 0px 10px 27px;
    padding: 5px;
    display: block;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* Highlighted Paragraphs */
.highlight-1,
.highlight-2,
.highlight-3,
.highlight-4,
.highlight-5 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px;
}
.highlight-1 {
    background: #ffcccc;
    border: 1px dotted #ff9966;
}
.highlight-2 {
    background: #ffffcc;
    border: 1px dotted #ffcc33;
}
.highlight-3 {
    background: #ccff99;
    border: 1px dotted #cccc33;
}
.highlight-4 {
    background: #eaffea;
    border: 1px dotted #cccccc;
}
.highlight-5 {
    background: #e1f3ff;
    border: 1px dotted #cccccc;
}

/* Gallery */
.gallery {
    list-style: none;
    margin: 0 0 18px;
}
.gallery li {
    display: inline;
    margin: 0 18px 0 0;
}
.gallery a img {
    border: 1px solid #999;
    height: 152px;
    padding: 1px;
    width: 212px;

    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}
.gallery li:last-child {
    margin: 0 0 10px 0;
}
.gallery a img:hover {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 2;
    opacity: 1;
    -moz-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.4);
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
    outline: none;
}

.pale1 {
    background-color: #abc77f;
}
.pale2 {
    background-color: #d9d977;
}
.pale3 {
    background-color: #48cf89;
}
.pale4 {
    background-color: #eeeeee;
    margin-left: 40px;
    padding: 10px 10px 10px 10px;
}
.pale5 {
    background-color: #dddddd;
    margin-left: 40px;
    padding: 10px 10px 10px 10px;
}
.pale6 {
    background-color: #f47b55;
}
.pale7 {
    background-color: #c4df9b;
}
.pale8 {
    background-color: #f0b778;
}

.button.pale1 {
    background-color: #abc77f;
}
.button.pale2 {
    background-color: #d9d977;
}
.button.pale3 {
    background-color: #48cf89;
}
.button.pale4 {
    background-color: #fab36b;
}
.button.pale5 {
    background-color: #48cfb6;
}
.button.pale6 {
    background-color: #f47b55;
}

.left {
    float: left;
    margin: 5px 20px 5px 0px;
}

.right {
    float: right;
    margin: 5px 0px 5px 20px;
}

.clear {
    clear: both;
}

#intro {
    width: 980px;
    position: relative;
    float: left;
    height: 120px;
    background: transparent;
    margin-top: 25px;
}

#logo {
    position: relative;
    float: left;
    left: 0px;
    width: 167px;
    height: 43px;
    top: -15px;
}

/*
    LIST STYLES
*/
la li {
    list-style: none;
    background: url(../images/arrowB.png) no-repeat 0 7px;
    padding: 0px 0px 0px 15px;
    margin-left: 25px;
}
.listing2 {
    list-style: none;
    background: url(../images/arrowB.png) no-repeat 0 7px;
    padding: 0px 0px 0px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 75px;
}
.listing3 {
    list-style: none;
    background: url(../images/arrowB.png) no-repeat 0 7px;
    padding: 0px 0px 0px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 125px;
}
ol {
    margin-left: 5px;
}

ul {
    margin-bottom: 10px;
    clear: both;
}

ul li {
    list-style: none;
}
/* Navigation & Menu */
li {
    padding: 0px 0px 0px 0px;
    margin-left: 40px;
}

.circle {
    list-style: circle;
}
.squares {
    list-style: square;
}
/*
	HEADER STYLES
*/

nav {
    position: absolute;
    top: 10px;
    right: 0px;
    list-style: none;
    z-index: 10;
}

nav ul {
    overflow: visible;
}

nav ul li {
    position: relative;
    float: left;
    margin-left: 5px;
}

/*
Main menu Home, Research etc.
*/
nav ul li a {
    display: block;
    float: left;
    padding: 2px 3px;
    margin-bottom: 3px;
    color: #333;
    line-height: 15px;
    font-size: 16px;
}

nav ul li a:hover,
nav ul li a.selected {
    color: #930000;
    background: none;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#header_main #secondary {
    position: relative;
    padding: 20px 0px;
    background: none;
}

#header_main #secondary #slogan p.text1 {
    margin-bottom: 10px;
    color: #333;
    font-size: 35px;
    font-family: Verdana, sans-serif;
    letter-spacing: -1px;
}

.header_menu_background_box {
    background-color: rgb(240, 240, 240);
    position: absolute;
    width: 100%;
    height: 50px;
    display: block;

    box-shadow: 5px 5px 18px #acacac;
}

.header_menu_logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 81px;
    height: 34px;
    background: url(../images/real3d-tech-logo-small.png) right no-repeat;
}

.header_menu_search_box {
    position: absolute;
    right: 0px;
    width: 180px;
    height: 50px;
}

.table_counter_iframe {
    border: none;
    overflow: hidden;
    width: 100px;
    height: 25px;
    margin-left: -8px;
}

ul#header_menu {
    padding-top: 34px;
    margin: 0px;
    line-height: 30px;
}

ul#header_menu li {
    float: left;
    margin-right: 20px;
}

ul#header_menu li a {
    padding: 7px 15px 6px 15px;
    background: #282828;
    color: #f4f4f4;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    border: #222 solid 1px;
}

ul#header_menu li a:hover {
    background: #b22222;
    text-decoration: none;
}

/* NIVO SLIDER */
theme-default #slider {
    margin: 100px auto 0 auto;
    width: 618px; /* Make sure your images are the same size */
    height: 246px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top: 150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
    clear: both;
}

/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #ccc;
    color: #fff;
    opacity: 0.9; /* Overridden by captionOpacity setting */
    width: 100%;
    z-index: 8;
}

.nivo-caption p {
    padding: 0.7px; /* caption width*/
    margin: 0;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav {
    left: 0px;
}
.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.nivo-controlNav a.active {
    font-weight: bold;
}

/*
	CONTENT STYLES
*/

.container {
    margin: 0px auto;
    padding: 0px;
    width: 950px;
    position: relative;
}

.containerfor3dracs {
    margin: 0px auto;
    padding: 0px;
    width: 950px;
    position: relative;
    background-color: rgb(240, 240, 240);

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); /* IE10+ */
}

.containerforsir {
    margin: 0px auto;
    padding: 0px;
    width: 950px;
    position: relative;
    background-color: rgb(240, 240, 240);

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); /* IE10+ */
}

.block {
    display: block;
    overflow: hidden;
}

.block p {
    margin: 5px 0px;
}

.box {
    margin-top: 10px;
    padding-bottom: 5px;
    float: left;
    position: relative;
}
/* main content */
.main_content {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 4px;
    padding-top: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
}

.main_content_separator {
    margin-bottom: 20px;
}
#container,
#container_left,
#container_right {
    position: relative;
    width: 100%;
}

#container {
    position: relative;
    width: 950px;
    margin: 0 auto;
    background-color: #ccc;
    min-height: 100%;
}

.left {
    float: left;
    width: 250px;
    position: relative;
    background: transparent;
    padding: 15px;
    margin-bottom: 10px;
}

.middle {
    float: left;
    width: 250px;
    position: relative;
    background: transparent;
    padding: 15px;
    margin-bottom: 10px;
    margin-left: 30px;
}

.right {
    float: left;
    width: 190px;
    position: relative;
    background: transparent;
    padding: 10px;
}

.socialbuttons {
    float: right;
    width: 100px;
    position: relative;
    background: transparent;
    padding: 50px;
    margin-right: 0px;
}

.socialbutton {
    float: right;
    width: 150px;
    position: relative;
    background: transparent;
    padding: 50px;
    margin-right: 0px;
}

.half,
.half,
.third,
.third,
.fourth,
.fourth,
.fifth,
.fifth,
.myfifth,
.myfifth,
.sixth,
.sixth,
.seventh,
.eighth,
.twothird,
.twothird .full {
    float: left;
    margin-right: 38px;
}

.half {
    width: 720px;
}
.full {
    width: 880px;
}

.third {
    width: 280px;
}

.fourth {
    width: 350px;
}

.fifth {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 215px;
    width: 500px;
}
.myfifth {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    width: 700px;
}
.fifthh {
    margin-top: 20px;
    margin-right: 200px;
    width: 80px;
}
.sixth {
    margin-right: 40px;
    width: 125px;
}
.seventh {
    margin-right: 20px;
    width: 75px;
}

.socialiconsfooter {
    margin-left: 50px;
    margin-top: 20px;
    margin-right: 0px;
    width: 200px;
}

.copyright {
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 80px;
    width: 250px;
    padding: 0px, 0px, 0px, 0px;
    line-height: 15px;
    text-align: left;
}

.copyrightt {
    margin-top: 5px;
    margin-right: 50px;
    width: 135px;
    padding: 0px, 0px, 0px, 0px;
    line-height: 15px;
}
.copyrighttt {
    margin-top: 5px;
    margin-right: 40px;
    width: 135px;
    padding: 0px, 0px, 0px, 0px;
    line-height: 15px;
}

.fbfooter {
    margin-right: 20px;
    width: 200px;
}

h3.letter {
    padding-left: 30px;
    margin-top: 0px;
    height: 24px;
}

.contact {
    width: 108px;
    height: 45px;
    border: none;
    margin-top: 5px;
    margin-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
}
.contact:hover {
    opacity: 0.8;
}

/*
    FOOTER STYLES
*/

footer {
    margin-top: 20px;
}

footer .light {
    background: none;
    overflow: auto;
}

footer .left {
    margin-top: 5px;
}

footer .right {
    margin-top: 5px;
}

footer h3 {
    color: #111;
}

footer p {
    color: #222;
}

footer ul li {
    padding: 5px 0px 5px 12px;
    border-bottom: 1px solid #bbb;
}

footer ul li a {
    padding: 6px 0px;
    color: #444;
}

footer ul li a:hover {
    color: #222;
    text-decoration: none;
}

#footer_bottom p {
    padding: 0px 20px 0px 0px;
    color: #333;
    font-size: 11px;
    line-height: 11px;
}

#footer_bottom {
    position: absolute;
    width: 16px;
    height: 18px;
    right: 0px;
    top: 7px;
}

/* Misc */

section {
    overflow: hidden;
}

a.photo_hover {
    position: relative;
    float: left;
    margin: 16px 13px 8px 0;
    padding: 8px;
    background-color: white;
    border: 1px solid #d6d6d6;
}

a.photo_hover:hover {
    border: 1px solid #d6d6d6;
    background-color: transparent;
    opacity: 0.9;
    z-index: 1000;
}

#dd_ajax_float {
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    font-family: Arial;
    border: 1px solid #bbb;
    min-width: 55px;
    width: auto;
    background-color: #fff;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.2);
    padding: 5px;
    position: absolute;
    display: none;
    left: -120px;
}
#dd_ajax_float .dd_button_v {
    width: auto;
    height: auto;
    line-height: 0;
    padding: 1px 1px;
}

#stylevideos {
    border: 1px solid #bbb;
    background-color: #222222;

    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.5);
}

#cookie_banner {
    position: fixed;
    bottom: 20px;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 30px;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 10px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
}

#cookie_banner_close {
    height: 20px;
    background-color: #777;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}
