﻿
@font-face
{
    font-family: 'BYekan';
    src: url('../Fonts/BYekan.eot') format('eot'), /* IE6-8 */
    url('../Fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/BYekan.ttf') format('truetype'); /* Safari3.5, Chrome4+, FF3.5, Opera 10+ */
}

html
{
    direction: rtl;
}

body
{
    background-color: #f06200;
    font-family: BYekan, Tahoma;
    font-size: 13px;
    background: url('../Images/background.png') repeat;
}

a
{
    color: #1f5469;
}

a:hover
{
    color: #909;
}

::selection
{
    background: #33c;
    color: #fff;
}

::-moz-selection
{
    background: #33c;
    color: #fff;
}

#main
{
    margin: 10px auto;
    width: 1000px;
    height: 100%;
    padding: 15px;
}

#RightSide
{
    position: absolute;
    top: 45px;
    left: 71%;
    z-index: 999;
    background: url('../images/opacity40.png') repeat;
    padding: 5px 10px 15px;
}

#Logo
{
    margin: 0 auto;
    position: relative;
    width: 200px;
    cursor: pointer;
}

#VMenuBlock
{
    margin: 20px auto;
}

ul#Vmenu, ul#Vmenu li
{
    display: block;
    padding: 0;
    line-height: 30px;
    text-align: center;
    width: 175px;
    background: url('../Images/opacity30.png') repeat;
    margin: 0 auto;
}

ul#Vmenu li
{
    border: 2px solid #69c;
    margin-bottom: 5px;
}

ul#Vmenu li:hover
{
    border: 2px solid #366;
}

ul#Vmenu li a
{
    color: #33c;
    padding: 0 11px 0 26px;
    height: 30px;
    line-height: 30px;
    display: block;
}

ul#Vmenu li a:hover
{
    color: #336;
}

#site-search
{
    position: relative;
    width: 98%;
    height: 27px;
}

#site-search label
{
    color: #336;
    font-weight: bold;
}

#site-search #search
{
    width: 87px;
    padding: 2px;
    height: 25px;
}

#site-search #search:focus
{
    background: url('../Images/opacity80.png') repeat;
}

#site-search #SearchBtn
{
    text-indent: -10000px;
    width: 45px;
    height: 27px;
    border: 0;
    background: url('../Images/SeachButton.png') no-repeat center 0;
}

#site-search #SearchBtn:hover
{
    background: url('../Images/SeachButton.png') no-repeat center -28px;
}

#Wrap
{
    float: left;
    width: 70%;
    margin: 20px 0 10px 33px;
    background: url('../Images/opacity30.png') repeat;
    border: 1px solid #fff;
    border-right-width: 0;
    padding: 15px;
}

#Wrap #Middle
{
    width: 96%;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 auto;
    color: #006;
    text-align: right;
    background: url('../Images/opacity40.png') repeat;
    line-height: 150%;
}

#Wrap #Middle a:hover
{
    border-bottom: 1px solid #699;
}

#FooterWrap
{
    width: 100%;
    color: #999;
    margin: 10px auto 0 auto;
    font-size: 12px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    position: relative;
    z-index: 999;
}

#FooterWrap #logoText
{
    width: 206px;
    margin: 0 auto;
    height: 55px;
    line-height: 50px;
    padding-top: 20px;
}

#FooterWrap #Footer
{
    width: 94%;
    margin: 0 auto;
}

#FooterWrap #Footer a
{
    color: #999;
    font-size: 11px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#FooterWrap #Footer a:hover
{
    color: #666;
    border-bottom: 1px solid #d870b6;
}

#FooterWrap #Footer #rightFooter
{
    float: right;
    margin: -20px auto;
}

#FooterWrap #Footer #leftFooter
{
    float: left;
    margin: -20px auto;
}

#FooterWrap #Footer #leftFooter a
{
    color: #006;
    font-weight: bold;
    border: none;
}

#FooterWrap #Footer #leftFooter a:hover
{
    color: #909;
}

.success
{
    color: #FFFFFF;
    padding: 15px 10px;
    text-align: center;
}

.display
{
    display: block;
}

#contactable #contactable_inner
{
    background-image: url('../Images/contact2.png');
    color: #fff;
    font-family: Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 18px;
    background-color: #333;
    cursor: pointer;
    height: 102px;
    left: 0;
    margin-left: -5px;
    overflow: hidden;
    position: fixed;
    text-indent: -100000px;
    top: 102px;
    width: 44px;
    z-index: 100000;
    background-repeat: no-repeat;
}

#contactable #contactForm
{
    background-color: #333;
    border: 2px solid #fff;
    color: #fff;
    height: 400px;
    left: 0;
    margin-left: -400px;
    margin-top: -160px;
    overflow: hidden;
    padding-right: 30px;
    position: fixed;
    top: 200px;
    width: 360px;
    z-index: 9999;
}

#contactable #contactForm input, #contactable #contactForm textarea, #contactable #contactForm select
{
    background: #fff none repeat scroll 0 0;
    outline-style: none;
    outline-width: medium;
    width: 325px;
    padding: 5px;
    border: 1px solid #dfdfdf;
    font-size: 11px;
    font-family: Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
}

#contactable #contactForm select
{
    width: 335px;
}

#contactable #contactForm p
{
    width: 338px;
    font-size: .9em;
    font-family: Tahoma,Segoe UI,Sans-Serif;
}

#contactable #contactForm .red
{
    color: #fa0909;
}

#contactable #contactForm label
{
    line-height: 150%;
}

#contactable .holder
{
    margin: 0 auto;
    padding-top: 40px;
}

#contactable #contactForm .submit
{
    background-color: #7fbf4d;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#7fbf4d),color-stop(100%,#63a62f));
    background-image: -webkit-linear-gradient(top,#7fbf4d,#63a62f);
    background-image: -moz-linear-gradient(top,#7fbf4d,#63a62f);
    background-image: -o-linear-gradient(top,#7fbf4d,#63a62f);
    background-image: linear-gradient(top,#7fbf4d,#63a62f);
    border: 1px solid #63a62f;
    border-bottom: 1px solid #5b992b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    color: #fff;
    font: bold 11px tahoma,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    line-height: 1;
    padding: 7px 0 8px 0;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
    width: 338px;
}

#contactable #contactForm .submit:hover
{
    background-color: #76b347;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#76b347),color-stop(100%,#5e9e2e));
    background-image: -webkit-linear-gradient(top,#76b347,#5e9e2e);
    background-image: -moz-linear-gradient(top,#76b347,#5e9e2e);
    background-image: -o-linear-gradient(top,#76b347,#5e9e2e);
    background-image: linear-gradient(top,#76b347,#5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer;
}

#loading
{
    text-align: center;
}

#loading img
{
    vertical-align: middle;
}

button.cupid-green:active
{
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29,0 1px 0 0 #eee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29,0 1px 0 0 #eee;
    box-shadow: inset 0 0 8px 4px #548c29,0 1px 0 0 #eee;
}

/* Grid Style */
.pagersty
{
    display: block;
    margin-right: 28px;
    margin-top: 30px;
}

.MyGrid .pagersty a
{
    font: bold 13px BMitra, Arial;
    padding: 8px;
    margin: 1px;
    color: #444;
    border: 1px solid #336;
    background: #FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.MyGrid .pagersty a:hover
{
    -moz-box-shadow: 1px 1px 0 0 #a9a2a2 inset;
    -webkit-box-shadow: 1px 1px 0 0 #a9a2a2 inset;
    box-shadow: 1px 1px 0 0 #a9a2a2 inset;
    background: #ccc9c9;
}

.MyGrid .pagersty span
{
    font: bold 13px BMitra, Arial;
    padding: 8px;
    margin: 1px;
    color: #444;
    border: 1px solid #336;
    background: #59cce8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.mGrid
{
    width: 95%;
    background-color: #fff;
    margin: 15px auto;
    border-collapse: collapse;
}

.mGrid td, .mGrid th
{
    padding: 5px;
    border: solid 1px #cccccc;
    color: #717171;
    vertical-align: middle;
    text-align: center;
}

.mGrid th
{
    color: #fff;
    background: #424242;
    font-size: 1.0em;
}

.mGrid th a
{
    color: #fff;
}

.mGrid a:hover
{
    border-bottom: none !important;
}

.mGrid img
{
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mGrid img:hover
{
    -moz-box-shadow: 0 0 10px 0 #008eb1;
	-webkit-box-shadow: 0 0 10px 0 #008eb1;
	box-shadow: 0 0 10px 0 #008eb1;
}

.mGrid .alt
{
    background: #ededed;
}

.mGrid .pgr
{
    background: #424242;
}

.mGrid .pgr table
{
    margin: 5px 0;
}

.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    line-height: 12px;
}

.mGrid .pgr a
{
    color: #fff;
    text-decoration: none;
}

.mGrid .pgr a:hover
{
    color: #008eb1;
    text-decoration: none;
}

.mGrid .pgr span
{
    color: #59cce8;
}

/* About */
.body-main
{
    line-height: 30px;
}

/* News */
#newsBody
{
    height: auto;
    padding: 30px 10px;
}

.newsItem
{
    margin: 25px;
    line-height: 16px;
    position: relative;
}

.newsItem *
{
    color: Gray;
}

.newsItem a
{
    text-decoration: none;
    font: 12px 'Cooper Black', 'GungsuhChe', Arial;
}

.newsItem .img
{
    margin-left: 20px;
    float: right;
    border: 2px solid #f9f9f9;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.newsItem .img:hover
{
    border: 2px solid #008eb1;
}

.newsItem h3 a
{
    font-size: 15px;
    color: Gray;
    font-weight: bold;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.newsItem h3 a:hover
{
    color: #008eb1;
}

.newsItem p
{
    font-family: Tahoma;
    font-size: 12px;
}

.newsItem span
{
    margin-left: 15px;
    float: right;
}

.newsItem a.continue:hover
{
    color: Black;
}

#newsBody #showNewsElement
{
    font-size: 17px;
    min-height: 300px;
}

#newsBody #showNewsElement a
{
    color: Gray;
    font-size: 22px;
    font-weight: bold;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#newsBody #showNewsElement a:hover
{
    color: #008eb1;
}

#newsBody #showNewsElement .title
{
    margin-bottom: 16px;
}

#newsBody #showNewsElement .date
{
    background: none repeat scroll 0 0 #EAEAEA;
    border-radius: 3px 3px 3px 3px;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 2px 6px;
}

#newsBody #showNewsElement .body
{
    line-height: 25px;
    margin-top: 30px;
}

#newsBody #showNewsElement p
{
    font-family: Tahoma;
    font-size: 16px;
    margin-top: 30px;
    line-height: 25px;
}

/* Gallery */
#GalleryBody
{
    padding: 50px 0 30px;
}

#GalleryBody.thumbs a
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #FFFFFF;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 6px 10px 40px;
    position: relative;
    height: 147px;
    width: 197px;
    -moz-transition: border .2s ease-out;
    -webkit-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    transition: border .2s ease-out;
}

#GalleryBody.thumbs a:hover
{
    border: 3px solid #05a1c8 !important;
}

/* Projects */
#projectsBody
{
    padding: 20px 0;
}

#projectsBody .project
{
    margin: 10px 30px 30px 0;
    border-bottom: 1px solid black;
    width: 75%;
    height: 190px;
}

#projectsBody .project img
{
    margin-left: 40px;
    float: right;
    border: 2px solid white;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#projectsBody .project img:hover
{
    border: 2px solid #05a1c8;
}

#projectsBody .prj
{
    float: right;
    width: auto;
}

#projectsBody .prj p
{
    font-size: 15px;
    font-family: Tahoma;
    color: Black;
    padding: 5px;
    height: 20px;
    line-height: 20px;
}

#projectsBody .prj p:first-child
{
    background: #a9a2a2;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#projectsBody .prj p:first-child:hover
{
    color: #fff;
    cursor: default;
    background: #05a1c8;
}