﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,select,input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size:inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.4;
    direction: rtl;
    height: 100%;
    font-family: arial;
}
ol, ul {
    list-style: none;
}
:focus {
    outline: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*end css reset*/

div.clear{
    clear:both;
    margin:0 !important;
    padding:0 !important;
}

html {
    height: 100%;
}

b,strong {
    font-weight: bold;
}

@font-face {
    font-family: 'carmelitbold';
    src: url('fonts/carmelitbold.eot');
    src: url('fonts/carmelitbold.eot?#iefix') format('embedded-opentype'),
        url('fonts/carmelitbold.woff') format('woff'),
        url('fonts/carmelitbold.ttf') format('truetype'),
        url('fonts/carmelitbold.svg#carmelit_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'carmelitregular';
    src: url('fonts/carmelitregular.eot');
    src: url('fonts/carmelitregular.eot?#iefix') format('embedded-opentype'),
        url('fonts/carmelitregular.woff') format('woff'),
        url('fonts/carmelitregular.ttf') format('truetype'),
        url('fonts/carmelitregular.svg#carmelit_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***popup**/
.popconatct{
    display:none;
    background-color: #fff;
    width: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url('ie-css3.htc');
    position: relative; 
}

.popconatct span.success {
    color: green;
    font-family: arial;
    font-size: 13px;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    display: block;
}

.popconatct ul {
    list-style-type: square #000;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.popconatct ul li {
    margin-bottom: 7px;
    font-family: arial;
    font-size: 13px;
    color: red;
}

.popconatct i {
    display: block;
    background: url('/img/cancel.png');
    position: absolute;
    left: 10px;
    top: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#preview{
    position:absolute;
    border:1px solid #040404;
    background:#fff;
    padding:5px;
    display:none;
    color:#040404;
}
/***popup**/


#container {
    width: 800px;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid #cecece;
    -webkit-box-shadow: 1px 1px 30px rgba(50, 50, 50, 1);
    -moz-box-shadow:    1px 1px 30px rgba(50, 50, 50, 1);
    box-shadow:         1px 1px 30px rgba(50, 50, 50, 1);
    background: #ededeb;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    behavior: url('ie-css3.htc');
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
}

#container header {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

#container header h1 {
    display: block;
    font-family: 'carmelitregular', arial;
    font-size: 70px;
    text-align: center;
    width: 100%;
    color: #334b87;
    text-shadow: -1px -1px #000;
}

#container .mainImg {
    width: 750px;
    margin: 0 auto;
    height: 200px;
}

#container .mainImg img {
    width: 99.6%;
    height: 200px;
    border: 2px solid #cecece;
    -webkit-box-shadow: 1px 1px 30px rgba(50, 50, 50, 1);
    -moz-box-shadow:    1px 1px 30px rgba(50, 50, 50, 1);
    box-shadow:         1px 1px 30px rgba(50, 50, 50, 1);
    -webkit-border-radius: 9px 9px 0px 0px;
    -moz-border-radius: 9px 9px 0px 0px;
    border-radius: 9px 9px 0px 0px;
    behavior: url('ie-css3.htc');
    position: relative;
}

#container ul#navigator {
    width: 750px;
    margin: 0 auto;
    margin-top: 5px;
    border: 2px solid #cecece;
    border-top: 0px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-border-radius: 0px 0px 9px 9px;
    -moz-border-radius: 0px 0px 9px 9px;
    border-radius: 0px 0px 9px 9px;
    behavior: url('ie-css3.htc');
    position: relative;
    background: -moz-linear-gradient(top, rgba(94,94,94,1) 0%, rgba(68,68,68,1) 66%, rgba(66,66,66,1) 73%, rgba(66,66,66,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,94,94,1)), color-stop(66%,rgba(68,68,68,1)), color-stop(73%,rgba(66,66,66,1)), color-stop(100%,rgba(66,66,66,1)));
    background: -webkit-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(68,68,68,1) 66%,rgba(66,66,66,1) 73%,rgba(66,66,66,1) 100%);
    background: -o-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(68,68,68,1) 66%,rgba(66,66,66,1) 73%,rgba(66,66,66,1) 100%);
    background: -ms-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(68,68,68,1) 66%,rgba(66,66,66,1) 73%,rgba(66,66,66,1) 100%);
    background: linear-gradient(to bottom, rgba(94,94,94,1) 0%,rgba(68,68,68,1) 66%,rgba(66,66,66,1) 73%,rgba(66,66,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#424242',GradientType=0 );
}

#container ul#navigator li {
    float: right;
    text-align: center;
    overflow: hidden;
    width: 25%;
}

#container ul#navigator li:hover {
    background: #334b87;
    filter: none;
    transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out; 
    -o-transition: background-color .3s ease-in-out; 
}

#container ul#navigator li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding: 5px 0;
}

#container .wrap {
    width: 750px;
    margin: 0 auto;
}

#container .phoneArea .phoneIcon {
    float: right;
    background: url('../img/sprite.png') 0px 0px;
    width: 127px;
    height: 108px;
    margin: 10px;
}

#container .phoneArea .phone {
    float: right;
    font-size: 70px;
    font-family: 'carmelitregular', arial;
    color: #334b87;
    margin: 24px 66px 0px 0px;
    text-shadow: -1px -1px #000;
}

#container h2.slogan {
    text-shadow: -1px -1px #000;
    font-size: 40px;
    font-family: 'carmelitregular', arial;
    color: #3c3c3c;
}

#container .con {
    width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #3c3c3c;
    margin-bottom: 30px;
}

#container .con a {
    text-decoration: underline;
    color: #334b87;
    font-weight: bold;
}

#container .con .googleAvatar {
    float: right;
    margin: 4px 0px 10px 10px;
    border: 2px solid #cecece;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    behavior: url('ie-css3.htc');
    position: relative;
}

#container .youtubeArea {
    float: right;
    width: 380px;
    margin-left: 10px;
    border: 2px solid #cecece;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    behavior: url('ie-css3.htc');
    position: relative;
    padding: 7px;
    padding-bottom: 3px;
    background: #334b87;
}

#container .formArea {
    margin-top: 50px;
    overflow: hidden;
    background: rgba(255,255,255, 0.6);
    border: 2px solid #cecece;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    behavior: url('ie-css3.htc');
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
}

#container .formArea fieldset {
    width: 25%;
    float: right;
    margin-right: 2%;
    display: block;
    overflow: hidden;
}

#container .formArea fieldset input,
#container .formArea fieldset select
{
    height: 38px;
    line-height: 38px;
    color: #cecece;
    background: #3c3c3c;
    font-weight: bold;
    font-size: 16px;
    text-indent: 10px;
    border: 2px solid #cecece;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    behavior: url('ie-css3.htc');
    position: relative;
    width: 97%;
}

#container .formArea fieldset select {
    height: 42px;
    direction: rtl;
}

#container .formArea button {
    background: #334b87;
    cursor: pointer;
    padding: 7px 38px 7px 38px;
    margin-top: -1px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    border: 2px solid #cecece;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    behavior: url('ie-css3.htc');
    position: relative;
}

#container .formArea button:hover {
    background: #041648;
    transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out; 
    -o-transition: background-color .3s ease-in-out; 
}

#container .social {
    margin: 0 auto;
    width: 273px;
}

#___plusone_0 {
    position: absolute;
    top: 31px;
    left: 0px;
}


h2{
  font-weight: bold;
}