﻿html, body {
    outline: none;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 14px;
    color: #444;
    line-height: 160%;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.main {
    margin: 10px;
    line-height: 120%;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
}

.mainHeader {
    margin: 0 0 0 10px;
    font-weight: 400;
    font-size: 24px;
}

.black {
    font-size: 40px;
    color: #555;
}

.check {
    float:left;
    margin-left:10px;
}

.ready {
    font-weight: 500;
    font-size: 18px;
}

.description {
    color: #993333;
    font-size:14px;
}

h1.title {
    color: #666666;
    margin: 15px 0 0px 0;
    line-height: 120%;
    font-size: 18px;
    font-weight: 300;
}

h1 {
    line-height: 120%;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
}

h2 {
    font-size: 28px;
    margin: 15px 0 0px 0;
    line-height: 120%;
    color: #555;
    font-weight: 400;
    font-family: 'Open Sans', Arial, sans-serif;
}

h3
{
    font-family:'Open Sans', Arial, sans-serif;
	padding:0;
	font-size:20px;
	float:none;
    line-height:120%;
}

    h3.first {
        font-family: 'Open Sans', Arial, sans-serif;
        padding: 0;
        font-size: 20px;
        float: none;
        line-height: 120%;
        margin-top: 0;
    }

    h3.red {
        font-family: 'Open Sans', Arial, sans-serif;
        color: #993333;
        margin-top: 0;
    }

h4 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
}

img
{
	border-width:0;
}

div.mainContainer {
    width: 980px;
    margin: 0 auto;
    max-width: 100%;
}

div.mainContainer2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

div.panelButton{
    width:100%;
    margin:0 auto; 
    text-align:center;
}

div.CenterHigh {
width:980px;
margin-left:-490px;
left:50%;
position:absolute;
top:257px;
}

.white {
    color:#fff;
}

.green {
    background-color: #669999;
}

.gray {
    background-color: #888387;
}

.orange {
    background-color:#FF9966;
}

.blue {
    background-color: #4a90e2;
}

.lightGreen {
    background-color:#00CB87;
}

div.contentHeader {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

div.contentContainer {
    border-bottom: 1px solid #ccc;    
    background-color: #fff;
    filter: alpha(opacity=90);
    opacity: 0.90;
}

div.contentMenu
{
    width:980px;
    margin:0 auto;
    max-width:100%;
    font-size:16px;
}

div.contentMenu2 {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 16px;
}

div.Menu {
    /*background-color:#ffffff;
    filter:alpha(opacity=90);
    opacity:0.90;*/
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    font-size: 13px;
}

div.headerContainer {
    width: 100%;
    filter: alpha(opacity=90);
    opacity: 0.90;
    z-index: 999;
    min-height: 50px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight:300;
}

.ImageText {
background-color:#888;
color:#fff;
font-size:28px;
font-weight:100;
padding:15px 10px 15px 10px;
filter:alpha(opacity=90); 
opacity:0.90;
}

.DealText {
    background-color:#888;
    color:#fff;
    font-size:26px;
    font-weight:100;
    filter:alpha(opacity=90); 
    opacity:0.90;
    margin: 5px;
    line-height: 160%;
    background-color: #993333;
    padding:5px 10px 5px 10px;
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}

.contentWrapper {
    padding: 10px;
}

#contentThreeColumn {
margin: 0 250px 0 250px; 
overflow:hidden;
}

#contentTwoColumn 
{
margin: 0 250px 0 0;
overflow:hidden;
}

#left {
width: 240px; 
margin:0 auto;
display:inline-block;
text-align:left;
vertical-align:top;
}

#right {
width:920px;
max-width:100%;
margin:0 auto;
text-align:center;
vertical-align:top;
}

#countries {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}

#middle {
    width: 660px;
    max-width: 95%;
    margin: 0 auto 0;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    text-align: left;
}

#right2 
{
margin:20px;
width: 670px;
float:right;
margin-top:10px;
}

.articleText {
    font-size: 13px;
    color: #4b4b4b;
    line-height: 140%;
}

.innertube{
padding: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertube2x
{
padding: 20px;
}

a:link {
    text-decoration: none;
    color: #993333;
    font-weight: 600;
}
a:visited {
    text-decoration: none;
    color: #993333;
}



a:active {
    text-decoration: none;
    color: #993333;
}

a:hover {
    color: #993333;
    text-decoration: underline;
}



.hlnkBold a:link
{
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}
.hlnkBold a:visited
{
	color: #993333;
	text-decoration:none;
	font-weight:bold;
}

.hlnkBold a:active
{
	color: #993333;
	text-decoration:none;
	font-weight:bold;
}

.hlnkBold a:hover
{
	color: #993333;
	text-decoration: none;
	border-bottom: solid 1px #993333;
	font-weight:bold;
}

.FrontPage a:link
{
	color: #333333;
	font-weight:normal;
	text-decoration: none;
	border-bottom:dotted 1px gray;
}
.FrontPage a:visited
{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	border-bottom: dotted 1px gray;
}
.FrontPage a:active
{
	color: #006666;
	font-weight: normal;
	text-decoration: none;
	border-bottom: solid 1px gray;
}
.FrontPage a:hover
{
	color: #006666;
	font-weight: normal;
	text-decoration: none;
	border-bottom: solid 1px #006666;
}

.loginStatus
{
    outline: none; 
    float: right; 
    margin-right: 13px;
}

lh 
{
    font-weight:bold;
}

ul
{
	list-style-type:none;
    margin:0;
    padding:0;
}

    ul.Large {
        font-size: 13px;
        text-align: left;
    }

ul.FrontPage
{
	list-style-type:none;
	line-height: 250%;
	padding:0;
	margin:0;
}

li.FrontPage
{
    background-image:url('Images/check_mark1.gif');
    background-repeat:no-repeat;
    background-position:0 7px;
    padding-left:25px;
}

.box
{
	padding: 0px;
	background: #FFFFFF;
	border: 1px solid;
	border-color:#ccc #999 #999 #ccc;
}

.ShadowLeft
{
	background-position: left;
	background-image: url( 'Images/left_shadow.gif' );
	background-repeat: repeat-y;

}

.ShadowRight
{
	background-position: right;
	background-image: url( 'Images/right_shadow.gif' );
	background-repeat: repeat-y;
}

.Border
{
	margin-left:10px;
	margin-right:10px;
	background-color:#ffffff;
	position:relative;
	z-index:1;
}

.spanHeader
        {
            font-size: 16px;
            line-height: 100%;
            font-weight: bold;
            color: #FFFFFF;
        }

.divHeader
        {
	/*background-image:url('Images/bkgLine_gray.gif');*/
    background-repeat: repeat-x;
	color: #FFFFFF;
	border-bottom:solid 1px #fff;
    border-top:solid 1px #fff;
    position:absolute;
    width:100%;
    top:65px;
    height:42px;
    left:0;
}

div.labels
{

}

div.Left
{
	width:150px;
	float:left;
	margin-bottom:10px;
    display:inline-block;
    margin:0 auto;
}

div.Right
{
	width:100px;
	float:none;
	margin-bottom:10px;
    display:inline-block;
}

div.TabContent
{
	border:solid 1px rgb(204,204,204);
	margin-top:-1px;
	line-height:140%; 
	background-color:#ffffff;
	padding:10px;
}

.Orders {
    text-align:center;
}

.MyAccount {
    float:left;
    display:inline-block;
    margin-right:20px;
}

.PageFrame {
    line-height: 140%;
    text-align: left;
    float:left;
    width:780px;
    float:left;
    max-width:100%;
}

.Tiles {
    display: inline-block;
    font-weight: bold;
    max-width:500px;
    text-align:center;
}

div.PageContent
{
	padding: 10px;
	border: solid 1px rgb(204,204,204);
	background-color: White;
}

div.Image {
    position:absolute;
    background-color:#fff;
    overflow-x: hidden;
    width:1920px;
    height:450px;
    margin-left:-960px;
    left:50%;
}

img.Panoramic {
    height:450px;  
}

div.warning
{
    padding: 10px;
    color: #993333;
}

img.warning
{
    margin-right: 10px;
}

span.Right
{
	float:right;
	
}

.chbLeft
{
	float:left;
}
.RoundPanel
{
	font-weight: normal;
	color: black;
	text-align: center;
}
.Button
{
	margin-top: 10px;
	
}

.myTextbox
{
	color: #C0C0C0;
}

.style1
{
	width: 100%;
	line-height:140%;
}

.copy a
{
	color: #c37300;
	text-decoration: none;
	border-bottom:dotted 1px gray;
} 
.copy a:visited 
{
	color: #c37300;
    text-decoration: none;
}
.copy a:hover 
{
	background-color:#ffcc99;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	border:0;
}

.panels{
    width:100%;
    text-align:center;
}

.panelFour {
    width: 300px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 10px;
    background-color: #ffffff;
    /*filter: alpha(opacity=90);
    opacity: 0.90;
    z-index: 999;*/
}

.panelList {
    width:180px;
    text-align:left;
    margin:0 auto;
    padding-top:20px;
    height:140px;
}

.panel {
    width: 300px;
    max-width:95%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: #ffffff;
    filter: alpha(opacity=90);
    opacity: 0.90;
    z-index: 999;
    padding: 15px;
    font-size:15px;
}

.panelHeader
{
    width: 100%;
    padding-top: 5px;
    font-family: Trebuchet MS;
    font-size: large;
    font-weight: bold;
    color: #669999;
    height: 25px;
    background-image: url('Images/rpHeaderContent.png');
    text-align: center;
    background-repeat: repeat-x;
}
.panelContent {
    background-color: White;
    border-top: dashed 1px #cccccc;
    padding: 10px;
    padding-bottom: 0px;
    height: 100px;
    /*filter: alpha(opacity=90);
    opacity: 0.90;
    z-index: 999;*/
}
.headerContent {
    background-color: White;
    padding: 10px;
    filter: alpha(opacity=90);
    opacity: 0.90;
    z-index: 999;
    text-align:center;
}
.pageHeader {
    padding: 10px;
    filter: alpha(opacity=90);
    opacity: 0.90;
    z-index: 999;
}

.premium {
    float: left;
    text-align: left;
    padding-top: 0;
    width: 95%;
    max-width: 400px;
    margin: 0 auto;
}

.panelSubContent
{
    padding:10px;
    border-bottom:1px dashed #cccccc;
}        
.panelFooter
{
    width: 100%;
    padding-top: 5px;
    font-family: Trebuchet MS;
    font-size: large;
    font-weight: bold;
    color: #669999;
    height: 25px;
    background-image: url('Images/rpHeaderContent_fliped.png');
    text-align: center;
    background-repeat: repeat-x;
}

div.roundedBox
{
    width:200px; 
    float:left; 
    background-image:url('Images/rounded.png'); 
    background-repeat:no-repeat; 
    height:130px;
}
div.roundedBoxTitle
{
   
    color:black;
    padding-top:10px;
    padding-bottom:5px; 
    text-align:center; 
    font-weight:bold;
}

ul.resources 
{
    list-style-type:disc; 
    list-style-position:inside; 
    padding-left:0;
}

.calculator
{
    border-collapse: collapse;
    float:left;
    font-size:13px;
    
}

.calculator td
{
    padding: 5px;
    border: 1px solid #9e9e9e;
    vertical-align:bottom;
}

.calculator th
{
    background-color:#e9e9e9;
    border: 1px solid #9e9e9e;
    padding: 5px;
    font-size:small;
}

.mainTable
{
    border-collapse: collapse;
    float:left;
    margin-right:20px;
    font-size:13px;
    margin-top:10px;
}

.mainTable td
{
    padding: 5px;
    text-align: center;
    border: 1px solid #9e9e9e;
}

.mainTable th
{
    background-color:#e9e9e9;
    border: 1px solid #9e9e9e;
    padding: 5px;
    font-size:small;
}

.leftColumn
{
    background-color: #f8f8f8;
}

.header {
    padding:5px 0 5px 0;
    width: 100%;
    top: 0px;
    background-color: #7B767A;
    background-repeat: repeat-x;
}

.headerLeft {
    margin-left: 5px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerRight {
    outline: none;
    color: #ffcc99;
    float: right;
}

.headerRight a:link, .headerRight a:visited{
    color: #FF9966;
    font-weight:normal;
}

img.icon
{
    border: 0; 
    width: 20px; 
    height: 20px;
}

.footer {
    margin-top: 5px;
    clear: both;
    width: 100%;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    background-color: #7B767A;
    min-height: 50px;
}

div.Reserved {
    height:50px;
}

div.footerContent
{
    margin:0 auto;
    width:980px;
    max-width:90%;
    text-align:left;
}

div.footerContent {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    text-align: left;
}

div.footerLabel {
    text-align: center;
    padding: 10px;
    font-size: 11px;
}

div.footer a:link
{
    color:#fff;
}

div.footer a:visited
{
    color:#fff;
}

div.footer a:hover
{
    text-decoration:underline;
}

h2.footer
{
    color:#ffffff;
    font-size:14px;
}

ul.footer
{
    list-style-type:none;
    list-style-position:inside;
    padding-left:0;
}

td.footer
{
    width:130px;
}

.step {
    padding: 15px;
    padding-top:5px;
}

.stepText {
    padding-top: 0;
}

.checkmark {
    margin:0 5px;
}

.listItem {
    width:150px;
    float:left;
    display:inline-block;
}

.pager {
    clear:both;
}

div.GetStarted {
    line-height: 150%;
    width: 420px;
    max-width: 100%;
    color: #7B767A;
    font-weight: 100;
    padding: 0 10px 0px 10px;
    filter: alpha(opacity=90);
    opacity: 0.90;
    margin: 5px auto;
    zoom: 1;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

div.dark {
    filter: alpha(opacity=90);
    opacity: 0.90;
    background-color: #888;
    text-align: center;
    color:#fff;
    padding:5px;
}

div.video {
    margin:5px auto;
    width:560px;
    height:315px;
    max-width:95%;
    display:inline-block;
    vertical-align:top;
    *display:inline;zoom:1;
}

div.line {
    height: 5px; 
    margin-top: 5px; 
    border-top: solid 1px #ccc;
}

.Client {
            height:50px;
            margin-left:30px;
            margin-right:30px;
        }

#ClientsDiv {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width:100%;
}

.badge {
    width: 45%;
    float: left;
}

.home {
    line-height: 150%;
    max-width: 100%;
    font-weight: 100;
    font-size: 16px;
    padding: 0 10px 15px 10px;
    /*filter: alpha(opacity=95);
    opacity: .95;*/
    zoom: 1;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.mobile {
    color: white;
    text-align: right;
    width: 100%;
    display: none;
}

.headline {
    color: white;
    float: left;
    margin-right: 10px;
}

#headline {
    display:none;
}

.service {
    display: inline-block;
    width: 210px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    padding-right: 10px;
    vertical-align: middle;
}

.rush {
    display: inline-block;
    width: 220px;
    text-align: right;
}

.price {
    display: inline-block;
    width: 50px;
    text-align: right;
    vertical-align:middle;
}

.select {
    display: inline-block;
    width: 80px;
    text-align: left;
    vertical-align:middle;
}

.select-rush {
    display: inline-block;
    width: 80px;
    text-align: center;
}

.separator {
    height: 20px;
    border-top: 1px solid #cccccc;
}

.translation {
    width: 160px;
    float: left;
    margin-left: 10px;
}

.language {
    float: left;
}

.label {
    width: 130px;
    float: left;
    clear: both;
}

.field {
    float: left;
    margin-bottom: 15px;
}

.addressLabel {
    width: 150px;
    margin-bottom: 5px;
    float: left;
}

.loginLabel {
    width: 100px;
    margin-bottom: 5px;
    float: left;
    text-align:right;
    margin-right:10px;
}

.Primary {
    text-align: center;
    clear: both;
    margin-bottom: 15px;
}

.Buttons {
    margin-top:10px;
    margin-bottom:10px;
}

.CancelButton {
    float:right;
}

#LanguageDiv {
    margin-left:20px;
}

.Next {
    float:left;
    margin-right:10px;
    width:150px;
}

.OrderSummary {
    max-width: 100%;
    border: solid 1px rgb(204,204,204);
    background-color: #F8F9FA;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.FlagIcon {
    margin-right:5px;
    margin-bottom:-4px;
}

#logo {
    display: table-cell;
    vertical-align: middle;
}

.new-logo {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 5px;
    outline: none;
}

html .RadNavigation .rnvRootGroup {
    display: block;
    white-space: normal
}

.leftNode {
    float: left;
}

.rightNode {
    float: right;    
}

.alert {
    background-color: #E5FFFF;
    padding: 5px;
    font-size: 16px;
    color: #555;
    text-align: center;
    border-top: 1px solid #ccc;
}

.banner {
    background-color: #ffe272;
    color: #555;
    padding: 10px;
    font-size: 24px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.step1 {
    color: #215ca0;
}

.step2 {
    color: #888387;
}

.step3 {
    color: #669999;
}

.step4 {
    color: #888387;
}

.step5 {
    color: #669999;
}

.step6 {
    color: #215ca0;
}

@media screen and (max-width: 600px) {
    .black {
        font-size: 32px;
    }
}

div.RadMenu_Material .rmRootGroup .rmRootLink {
    padding: 7px 16px;
}

div.RadMenu_Material .rmRootGroup {
    background: transparent !important;
    border: 0;
}

div.RadNavigation_Material .rnvRootLink {
    padding: 7px 16px;
    color: #455a64;
}

.RadNavigation_Material .rnvText {
    cursor: pointer !important;
}

.RadNavigation .rnvMore.rnvLeft {
    padding: 7px 16px;
}

.RadInput_Default .riTextBox {
    font-size: 14px !important;
}

.RadComboBox_Default .rcbInput {
    font-size: 14px !important;
}

.RadComboBoxDropDown_Default {
    font-size: 14px !important;
}

@media screen and (max-width: 600px) {
    #contact, #login {
        display: none;
    }

    .mobile {
        display: inline !important;
    }

    .GetStarted {
        font-size: 14px;
    }

    .banner {
        font-size: 20px;
        padding: 5px;
    }

    .headline {
        width:100%;
        text-align:right;
    }
}

@media screen and (min-width: 600px) {
    .GetStarted {
        font-size: 16px;
    }
}

div.RadNavigation_Material .rnvText {
    font-weight: bold;
}

div.header-box {
    display: inline-block;
    border: 1px #FF9966 solid;
    padding: 5px;
    margin-right: 10px;
    float:left;
}

.sub-header {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight:600;
    font-size: 16px;
    color: #555;
    text-align:left;
}

.header-list li {
    /*display: inline;*/
    white-space: nowrap;
}

.footer-message {
    color:#ffffff;
    text-align:center;
}

.checkout {
    width: 700px;
    max-width: 100%;
    float: left;
    margin-top: 10px;
    text-align: left;    
}

.searchBox {
    height: 27px;
    width: 250px;
    margin-left: 4px;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 14px;
    vertical-align: top;
    border-width: 1px;
    padding: 0px;
    position: relative;
    max-width: 100%;
    outline-style: none;
    outline: none;
}

.searchButton, .searchButton:hover {
    background-image: url('https://www.diplomatiko.com/pro/Images/magnifying_glass.png');
    background-repeat: no-repeat;
    height: 29px;
    width: 70px;
    margin-left: 5px;
    background-position: center;
    background-color: #ffcc99;
    border-color: #ffcc99;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}

    .searchButton:hover {
        background-color: #ff9900;
        border-color: #ff9900;
    }

.fancy {
    line-height: 0.5;
    text-align: center;
}

    .fancy span {
        display: inline-block;
        position: relative;
    }

        .fancy span:before,
        .fancy span:after {
            content: "";
            position: absolute;
            height: 5px;
            border-bottom: 1px solid #ccc;
            top: 0;
            width: 50px;
        }

        .fancy span:before {
            right: 100%;
            margin-right: 15px;
        }

        .fancy span:after {
            left: 100%;
            margin-left: 15px;
        }

        .hours {
            width:60px;
            float:left;
        }

.input input {
    border: 0px solid #ccc;
    margin: 0;
    background: transparent;
    padding: 5px;
}

.input table tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.input table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fafafa;
    padding: 5px;
}

.input table {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.noDecoration, img {
    text-decoration: none !important;
    border: 0 !important;
}

div.contentInput {
    width: 450px;
    max-width: 100%;
    float: left;
    margin-right: 20px;
}

div.contentOutput {
    width: 485px;
    max-width: 100%;
    float: left;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: 500;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.k-button-solid-primary {
    background-color: #ffe272;
    border-color: #ffcd0c;
    color: #333333;
}

.k-button-solid-primary:hover {
    background-color: #ffd83f;
    border-color: #cea300;
    color: #333333;
}